diff --git a/.github/workflows/integration-test-compile-br.yml b/.github/workflows/integration-test-compile-br.yml index 0dd0fc1688cdc..2ee3f3c6f1c73 100644 --- a/.github/workflows/integration-test-compile-br.yml +++ b/.github/workflows/integration-test-compile-br.yml @@ -51,10 +51,10 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v2.1.0 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' @@ -66,10 +66,10 @@ jobs: name: Compile for FreeBSD job runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.1.0 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' diff --git a/.github/workflows/integration-test-dumpling.yml b/.github/workflows/integration-test-dumpling.yml index 14bae6e6b7115..55d65a47dfb9f 100644 --- a/.github/workflows/integration-test-dumpling.yml +++ b/.github/workflows/integration-test-dumpling.yml @@ -52,6 +52,7 @@ jobs: - 5.7.35 - 8.0.22 - 8.0.26 + - 8.0.37 runs-on: ubuntu-latest timeout-minutes: 15 services: @@ -64,13 +65,13 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - name: "checkout repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "set up golang" - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - name: "try to use build cache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/DEPS.bzl b/DEPS.bzl index 71d4df7d3a774..3260106c50531 100644 --- a/DEPS.bzl +++ b/DEPS.bzl @@ -21,13 +21,13 @@ def go_deps(): name = "cc_mvdan_unparam", build_file_proto_mode = "disable_global", importpath = "mvdan.cc/unparam", - sha256 = "e2d0554cad489ddd9a5e06425139ddb223447007682b11fc6fe75fb98d194f38", - strip_prefix = "mvdan.cc/unparam@v0.0.0-20240104100049-c549a3470d14", + sha256 = "25aeecd0b84daff70d162df59a3e231591252ab5a048bcf40c1aa38afdc5ef81", + strip_prefix = "mvdan.cc/unparam@v0.0.0-20240427195214-063aff900ca1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240104100049-c549a3470d14.zip", - "http://ats.apps.svc/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240104100049-c549a3470d14.zip", - "https://cache.hawkingrei.com/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240104100049-c549a3470d14.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240104100049-c549a3470d14.zip", + "http://bazel-cache.pingcap.net:8080/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240427195214-063aff900ca1.zip", + "http://ats.apps.svc/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240427195214-063aff900ca1.zip", + "https://cache.hawkingrei.com/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240427195214-063aff900ca1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/mvdan.cc/unparam/cc_mvdan_unparam-v0.0.0-20240427195214-063aff900ca1.zip", ], ) go_repository( @@ -73,13 +73,13 @@ def go_deps(): name = "com_github_4meepo_tagalign", build_file_proto_mode = "disable_global", importpath = "github.com/4meepo/tagalign", - sha256 = "7787f1327d989f71ad57d73d86a771a4e5376268991c29e4361da0a69ddecfdf", - strip_prefix = "github.com/4meepo/tagalign@v1.3.3", + sha256 = "1d1264ebe9e8034ccf3dd0f0a237ca9c14e16265592115ac684ac2f2216f9dff", + strip_prefix = "github.com/4meepo/tagalign@v1.3.4", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.3.zip", - "http://ats.apps.svc/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.3.zip", - "https://cache.hawkingrei.com/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.3.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.3.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.4.zip", + "http://ats.apps.svc/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.4.zip", + "https://cache.hawkingrei.com/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.4.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/4meepo/tagalign/com_github_4meepo_tagalign-v1.3.4.zip", ], ) go_repository( @@ -268,26 +268,26 @@ def go_deps(): name = "com_github_antonboom_errname", build_file_proto_mode = "disable_global", importpath = "github.com/Antonboom/errname", - sha256 = "b153fac1a78bbeb14a1e2898307bdbb683dd62bd0f3e7a2a99610b9865081438", - strip_prefix = "github.com/Antonboom/errname@v0.1.12", + sha256 = "457abd15ce39dd2ff61b7d976d38c153982183f5cab00ee13f7ad67a71bfef9f", + strip_prefix = "github.com/Antonboom/errname@v0.1.13", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.12.zip", - "http://ats.apps.svc/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.12.zip", - "https://cache.hawkingrei.com/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.12.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.12.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.13.zip", + "http://ats.apps.svc/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.13.zip", + "https://cache.hawkingrei.com/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.13.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Antonboom/errname/com_github_antonboom_errname-v0.1.13.zip", ], ) go_repository( name = "com_github_antonboom_nilnil", build_file_proto_mode = "disable_global", importpath = "github.com/Antonboom/nilnil", - sha256 = "f82e42fd3a6601252d881b50ba52d91131a981e3835cc160c55c4735734feade", - strip_prefix = "github.com/Antonboom/nilnil@v0.1.7", + sha256 = "dbcecf12148c670e385a6a07b68360cdb6d66103a539352e7b7eaae5b2bc0253", + strip_prefix = "github.com/Antonboom/nilnil@v0.1.8", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.7.zip", - "http://ats.apps.svc/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.7.zip", - "https://cache.hawkingrei.com/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.7.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.7.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.8.zip", + "http://ats.apps.svc/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.8.zip", + "https://cache.hawkingrei.com/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.8.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Antonboom/nilnil/com_github_antonboom_nilnil-v0.1.8.zip", ], ) go_repository( @@ -736,13 +736,13 @@ def go_deps(): name = "com_github_butuzov_mirror", build_file_proto_mode = "disable_global", importpath = "github.com/butuzov/mirror", - sha256 = "6ac5d5075646123f8d7b0f3659087c50e6762b06606497ad05fadc3a8f196c06", - strip_prefix = "github.com/butuzov/mirror@v1.1.0", + sha256 = "81803d1cfc8f32392dcbd24649f43813a9ff560f50c178aa370e1edb2c8fcf41", + strip_prefix = "github.com/butuzov/mirror@v1.2.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.1.0.zip", - "http://ats.apps.svc/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.1.0.zip", - "https://cache.hawkingrei.com/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.1.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.1.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.2.0.zip", + "http://ats.apps.svc/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.2.0.zip", + "https://cache.hawkingrei.com/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.2.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/butuzov/mirror/com_github_butuzov_mirror-v1.2.0.zip", ], ) go_repository( @@ -983,13 +983,13 @@ def go_deps(): name = "com_github_ckaznocha_intrange", build_file_proto_mode = "disable_global", importpath = "github.com/ckaznocha/intrange", - sha256 = "b19bafbea253ee13186cd0edb806d76417195061b1df593fbbd6bfac0710470b", - strip_prefix = "github.com/ckaznocha/intrange@v0.1.1", + sha256 = "46655c00818508557f76eaed9da3f5b5497ae34fcfd99c3dd2179bedaeac6dc9", + strip_prefix = "github.com/ckaznocha/intrange@v0.1.2", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.1.zip", - "http://ats.apps.svc/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.1.zip", - "https://cache.hawkingrei.com/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.2.zip", + "http://ats.apps.svc/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.2.zip", + "https://cache.hawkingrei.com/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ckaznocha/intrange/com_github_ckaznocha_intrange-v0.1.2.zip", ], ) go_repository( @@ -1048,13 +1048,13 @@ def go_deps(): name = "com_github_cncf_udpa_go", build_file_proto_mode = "disable_global", importpath = "github.com/cncf/udpa/go", - sha256 = "8fe1585f25d40a5e3cd4243a92143d71ae4ee92e915e7192e72387047539438e", - strip_prefix = "github.com/cncf/udpa/go@v0.0.0-20220112060539-c52dc94e7fbe", + sha256 = "f2a2fee0b2024946ddd3b7ec5cd06a6d318cdb8421a8d5afff4c2fd69f1e74a7", + strip_prefix = "github.com/cncf/udpa/go@v0.0.0-20191209042840-269d4d468f6f", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20220112060539-c52dc94e7fbe.zip", - "http://ats.apps.svc/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20220112060539-c52dc94e7fbe.zip", - "https://cache.hawkingrei.com/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20220112060539-c52dc94e7fbe.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20220112060539-c52dc94e7fbe.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20191209042840-269d4d468f6f.zip", + "http://ats.apps.svc/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20191209042840-269d4d468f6f.zip", + "https://cache.hawkingrei.com/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20191209042840-269d4d468f6f.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/cncf/udpa/go/com_github_cncf_udpa_go-v0.0.0-20191209042840-269d4d468f6f.zip", ], ) go_repository( @@ -1343,6 +1343,19 @@ def go_deps(): "https://storage.googleapis.com/pingcapmirror/gomod/github.com/creack/pty/com_github_creack_pty-v1.1.11.zip", ], ) + go_repository( + name = "com_github_crocmagnon_fatcontext", + build_file_proto_mode = "disable_global", + importpath = "github.com/Crocmagnon/fatcontext", + sha256 = "cedbb10954148c7e528493c73770925de8cfe1602d78f51e348f115d6f045acc", + strip_prefix = "github.com/Crocmagnon/fatcontext@v0.2.2", + urls = [ + "http://bazel-cache.pingcap.net:8080/gomod/github.com/Crocmagnon/fatcontext/com_github_crocmagnon_fatcontext-v0.2.2.zip", + "http://ats.apps.svc/gomod/github.com/Crocmagnon/fatcontext/com_github_crocmagnon_fatcontext-v0.2.2.zip", + "https://cache.hawkingrei.com/gomod/github.com/Crocmagnon/fatcontext/com_github_crocmagnon_fatcontext-v0.2.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Crocmagnon/fatcontext/com_github_crocmagnon_fatcontext-v0.2.2.zip", + ], + ) go_repository( name = "com_github_curioswitch_go_reassign", build_file_proto_mode = "disable_global", @@ -1399,13 +1412,13 @@ def go_deps(): name = "com_github_daixiang0_gci", build_file_proto_mode = "disable_global", importpath = "github.com/daixiang0/gci", - sha256 = "a52365d71b265b0951b796beeee92013a615f32955bf54a6685861a0533068e4", - strip_prefix = "github.com/daixiang0/gci@v0.12.3", + sha256 = "912505818a9c36b0090a7a4c786bc8ae090e375f3e3c0244770fc36491cb3b1f", + strip_prefix = "github.com/daixiang0/gci@v0.13.4", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.12.3.zip", - "http://ats.apps.svc/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.12.3.zip", - "https://cache.hawkingrei.com/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.12.3.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.12.3.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.13.4.zip", + "http://ats.apps.svc/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.13.4.zip", + "https://cache.hawkingrei.com/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.13.4.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/daixiang0/gci/com_github_daixiang0_gci-v0.13.4.zip", ], ) go_repository( @@ -1919,13 +1932,13 @@ def go_deps(): name = "com_github_firefart_nonamedreturns", build_file_proto_mode = "disable_global", importpath = "github.com/firefart/nonamedreturns", - sha256 = "293f84c4e1737d2558e1d289f9ca6f7ca851276fb204bee9a21664da4ddd9cac", - strip_prefix = "github.com/firefart/nonamedreturns@v1.0.4", + sha256 = "f5ceb22b6e64ba3ffd2fec61b1f0daf0a84e6811c608625c92c597d81b4674d6", + strip_prefix = "github.com/firefart/nonamedreturns@v1.0.5", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.4.zip", - "http://ats.apps.svc/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.4.zip", - "https://cache.hawkingrei.com/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.4.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.4.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.5.zip", + "http://ats.apps.svc/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.5.zip", + "https://cache.hawkingrei.com/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.5.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/firefart/nonamedreturns/com_github_firefart_nonamedreturns-v1.0.5.zip", ], ) go_repository( @@ -2075,13 +2088,13 @@ def go_deps(): name = "com_github_ghostiam_protogetter", build_file_proto_mode = "disable_global", importpath = "github.com/ghostiam/protogetter", - sha256 = "943e161a511da743cd1a555981b33ac5e6c33fa86c74cc66dc79324c23c77830", - strip_prefix = "github.com/ghostiam/protogetter@v0.3.5", + sha256 = "67aa66a7346aefbe6ebd3e1c4b9fdd0fb54af284c82b8788c7d15b8a9a5abfcf", + strip_prefix = "github.com/ghostiam/protogetter@v0.3.6", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.5.zip", - "http://ats.apps.svc/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.5.zip", - "https://cache.hawkingrei.com/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.5.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.5.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.6.zip", + "http://ats.apps.svc/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.6.zip", + "https://cache.hawkingrei.com/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.6.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ghostiam/protogetter/com_github_ghostiam_protogetter-v0.3.6.zip", ], ) go_repository( @@ -2127,13 +2140,13 @@ def go_deps(): name = "com_github_go_critic_go_critic", build_file_proto_mode = "disable_global", importpath = "github.com/go-critic/go-critic", - sha256 = "56fa9e4568110cf091dedc417641cd2badc4e239b92092d73886d7d5310e0903", - strip_prefix = "github.com/go-critic/go-critic@v0.11.2", + sha256 = "c02b35b050f81e7db73d0256695f4afc9d740270b023f86c1594e78f670be4f7", + strip_prefix = "github.com/go-critic/go-critic@v0.11.3", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.2.zip", - "http://ats.apps.svc/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.2.zip", - "https://cache.hawkingrei.com/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.2.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.2.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.3.zip", + "http://ats.apps.svc/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.3.zip", + "https://cache.hawkingrei.com/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.3.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/go-critic/go-critic/com_github_go_critic_go_critic-v0.11.3.zip", ], ) go_repository( @@ -2911,13 +2924,13 @@ def go_deps(): name = "com_github_golangci_golangci_lint", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/golangci-lint", - sha256 = "9356e7a1047287af7ef44d2b1b45965f03a44d7e4fa2cdfe99c71393e8131173", - strip_prefix = "github.com/golangci/golangci-lint@v1.57.2", + sha256 = "40069eff1b500ea7c5531dbeba0296ace42e09bf1cbf7e11d6169c22395dffa1", + strip_prefix = "github.com/golangci/golangci-lint@v1.58.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.57.2.zip", - "http://ats.apps.svc/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.57.2.zip", - "https://cache.hawkingrei.com/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.57.2.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.57.2.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.58.1.zip", + "http://ats.apps.svc/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.58.1.zip", + "https://cache.hawkingrei.com/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.58.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.58.1.zip", ], ) go_repository( @@ -2937,13 +2950,26 @@ def go_deps(): name = "com_github_golangci_misspell", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/misspell", - sha256 = "5792fe3dd490249e6288020ff82c72a716ebaf52a8e99fe787b908423587fba3", - strip_prefix = "github.com/golangci/misspell@v0.4.1", + sha256 = "945083642b79fd34a825945173e37456bc0a25e6eda0817c21419cc7a81c3183", + strip_prefix = "github.com/golangci/misspell@v0.5.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.4.1.zip", - "http://ats.apps.svc/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.4.1.zip", - "https://cache.hawkingrei.com/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.4.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.4.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.5.1.zip", + "http://ats.apps.svc/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.5.1.zip", + "https://cache.hawkingrei.com/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.5.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/misspell/com_github_golangci_misspell-v0.5.1.zip", + ], + ) + go_repository( + name = "com_github_golangci_modinfo", + build_file_proto_mode = "disable_global", + importpath = "github.com/golangci/modinfo", + sha256 = "52b2fa1dfa55b4a08335599825ede662b1f4c8c78a0df0c9500fb204f0502c3c", + strip_prefix = "github.com/golangci/modinfo@v0.3.4", + urls = [ + "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/modinfo/com_github_golangci_modinfo-v0.3.4.zip", + "http://ats.apps.svc/gomod/github.com/golangci/modinfo/com_github_golangci_modinfo-v0.3.4.zip", + "https://cache.hawkingrei.com/gomod/github.com/golangci/modinfo/com_github_golangci_modinfo-v0.3.4.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/modinfo/com_github_golangci_modinfo-v0.3.4.zip", ], ) go_repository( @@ -2976,13 +3002,13 @@ def go_deps(): name = "com_github_golangci_revgrep", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/revgrep", - sha256 = "0806458bba9e33b3a3566e5f246ed4be0f356695606c5987974effbc9081f750", - strip_prefix = "github.com/golangci/revgrep@v0.5.2", + sha256 = "3a38e449d5e26494ecd074671e74a9a0f18f49911f7aec8b088a3dbdf5d0d3b4", + strip_prefix = "github.com/golangci/revgrep@v0.5.3", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.2.zip", - "http://ats.apps.svc/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.2.zip", - "https://cache.hawkingrei.com/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.2.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.2.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.3.zip", + "http://ats.apps.svc/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.3.zip", + "https://cache.hawkingrei.com/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.3.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/revgrep/com_github_golangci_revgrep-v0.5.3.zip", ], ) go_repository( @@ -4021,13 +4047,13 @@ def go_deps(): name = "com_github_jjti_go_spancheck", build_file_proto_mode = "disable_global", importpath = "github.com/jjti/go-spancheck", - sha256 = "d1de833aeb7fc0bf8b8761fe3cfeef42b66c8fa479cb0aababd024840da2d7d6", - strip_prefix = "github.com/jjti/go-spancheck@v0.5.3", + sha256 = "d8a4115c878fd382f434eb9cf74183cfa91b42b4f83a213f4d45499d852db49e", + strip_prefix = "github.com/jjti/go-spancheck@v0.6.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.5.3.zip", - "http://ats.apps.svc/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.5.3.zip", - "https://cache.hawkingrei.com/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.5.3.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.5.3.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.6.1.zip", + "http://ats.apps.svc/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.6.1.zip", + "https://cache.hawkingrei.com/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.6.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/jjti/go-spancheck/com_github_jjti_go_spancheck-v0.6.1.zip", ], ) go_repository( @@ -4203,13 +4229,13 @@ def go_deps(): name = "com_github_karamaru_alpha_copyloopvar", build_file_proto_mode = "disable_global", importpath = "github.com/karamaru-alpha/copyloopvar", - sha256 = "4deae3d4f7026a0244a030c41c62e343442f6b7b9e18defb69b75f970f629e48", - strip_prefix = "github.com/karamaru-alpha/copyloopvar@v1.0.10", + sha256 = "60c387926b32870d5f5acc818ec648a3bde2f95acfd37151e073466cf7cafd86", + strip_prefix = "github.com/karamaru-alpha/copyloopvar@v1.1.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.0.10.zip", - "http://ats.apps.svc/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.0.10.zip", - "https://cache.hawkingrei.com/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.0.10.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.0.10.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.1.0.zip", + "http://ats.apps.svc/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.1.0.zip", + "https://cache.hawkingrei.com/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.1.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/karamaru-alpha/copyloopvar/com_github_karamaru_alpha_copyloopvar-v1.1.0.zip", ], ) go_repository( @@ -4528,6 +4554,19 @@ def go_deps(): "https://storage.googleapis.com/pingcapmirror/gomod/github.com/labstack/gommon/com_github_labstack_gommon-v0.4.0.zip", ], ) + go_repository( + name = "com_github_lasiar_canonicalheader", + build_file_proto_mode = "disable_global", + importpath = "github.com/lasiar/canonicalheader", + sha256 = "6185dc1a2c06926f966aca3cd702dc6b931106e415894c6d97b10a8248947c44", + strip_prefix = "github.com/lasiar/canonicalheader@v1.0.6", + urls = [ + "http://bazel-cache.pingcap.net:8080/gomod/github.com/lasiar/canonicalheader/com_github_lasiar_canonicalheader-v1.0.6.zip", + "http://ats.apps.svc/gomod/github.com/lasiar/canonicalheader/com_github_lasiar_canonicalheader-v1.0.6.zip", + "https://cache.hawkingrei.com/gomod/github.com/lasiar/canonicalheader/com_github_lasiar_canonicalheader-v1.0.6.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/lasiar/canonicalheader/com_github_lasiar_canonicalheader-v1.0.6.zip", + ], + ) go_repository( name = "com_github_ldez_gomoddirectives", build_file_proto_mode = "disable_global", @@ -4571,13 +4610,13 @@ def go_deps(): name = "com_github_leonklingele_grouper", build_file_proto_mode = "disable_global", importpath = "github.com/leonklingele/grouper", - sha256 = "bfc82b49e2d6a73b3df108ae164fc2b72030a16f94de4204d38d96d2bc06fb60", - strip_prefix = "github.com/leonklingele/grouper@v1.1.1", + sha256 = "8e6018a6009b21d0e260a4a7afd281a6b7d97ade749319ae42e493d2cf5a5cbc", + strip_prefix = "github.com/leonklingele/grouper@v1.1.2", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.1.zip", - "http://ats.apps.svc/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.1.zip", - "https://cache.hawkingrei.com/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.2.zip", + "http://ats.apps.svc/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.2.zip", + "https://cache.hawkingrei.com/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/leonklingele/grouper/com_github_leonklingele_grouper-v1.1.2.zip", ], ) go_repository( @@ -4805,13 +4844,13 @@ def go_deps(): name = "com_github_masterminds_semver_v3", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/semver/v3", - sha256 = "0a46c7403dfeda09b0821e851f8e1cec8f1ea4276281e42ea399da5bc5bf0704", - strip_prefix = "github.com/Masterminds/semver/v3@v3.1.1", + sha256 = "d3e3b1dae669d44d9f92a314e02c3b2bbff2c5b2463f650cdbb7340f413e854b", + strip_prefix = "github.com/Masterminds/semver/v3@v3.2.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.1.1.zip", - "http://ats.apps.svc/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.1.1.zip", - "https://cache.hawkingrei.com/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.1.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.1.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.2.1.zip", + "http://ats.apps.svc/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.2.1.zip", + "https://cache.hawkingrei.com/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.2.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/Masterminds/semver/v3/com_github_masterminds_semver_v3-v3.2.1.zip", ], ) go_repository( @@ -5533,13 +5572,13 @@ def go_deps(): name = "com_github_pelletier_go_toml_v2", build_file_proto_mode = "disable_global", importpath = "github.com/pelletier/go-toml/v2", - sha256 = "09630910d93bb6f0021807aa3c655d35f54915eb2a9955e54e61f176863bfe8d", - strip_prefix = "github.com/pelletier/go-toml/v2@v2.2.0", + sha256 = "8d724e35b485503810f866bca278d518e731713441e380634f6b33c27aefdf3e", + strip_prefix = "github.com/pelletier/go-toml/v2@v2.2.2", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.0.zip", - "http://ats.apps.svc/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.0.zip", - "https://cache.hawkingrei.com/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.2.zip", + "http://ats.apps.svc/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.2.zip", + "https://cache.hawkingrei.com/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.2.2.zip", ], ) go_repository( @@ -5780,13 +5819,13 @@ def go_deps(): name = "com_github_polyfloyd_go_errorlint", build_file_proto_mode = "disable_global", importpath = "github.com/polyfloyd/go-errorlint", - sha256 = "e8e25aa733cc13a4c1a4301ffc2f657043bff25bec5e907f5dbfa5c33e32733e", - strip_prefix = "github.com/polyfloyd/go-errorlint@v1.4.8", + sha256 = "bac1e1f85fcbbb7f62f3893247cbe88e0c7cc087ab86e06ee39e61ac9781c3dd", + strip_prefix = "github.com/polyfloyd/go-errorlint@v1.5.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.4.8.zip", - "http://ats.apps.svc/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.4.8.zip", - "https://cache.hawkingrei.com/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.4.8.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.4.8.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.5.1.zip", + "http://ats.apps.svc/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.5.1.zip", + "https://cache.hawkingrei.com/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.5.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/polyfloyd/go-errorlint/com_github_polyfloyd_go_errorlint-v1.5.1.zip", ], ) go_repository( @@ -6105,13 +6144,13 @@ def go_deps(): name = "com_github_ryancurrah_gomodguard", build_file_proto_mode = "disable_global", importpath = "github.com/ryancurrah/gomodguard", - sha256 = "34294558448d4a468aef35f716464a30db07c26630314d795800295c62d69cfb", - strip_prefix = "github.com/ryancurrah/gomodguard@v1.3.1", + sha256 = "03930d9ec32fe7f11777dc352ef034f4c21bdb0d2915cc21777dca1a8e180a06", + strip_prefix = "github.com/ryancurrah/gomodguard@v1.3.2", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.1.zip", - "http://ats.apps.svc/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.1.zip", - "https://cache.hawkingrei.com/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.2.zip", + "http://ats.apps.svc/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.2.zip", + "https://cache.hawkingrei.com/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ryancurrah/gomodguard/com_github_ryancurrah_gomodguard-v1.3.2.zip", ], ) go_repository( @@ -6300,13 +6339,13 @@ def go_deps(): name = "com_github_shirou_gopsutil_v3", build_file_proto_mode = "disable_global", importpath = "github.com/shirou/gopsutil/v3", - sha256 = "bf63d0877101d8ab85d39576448c838e11691e27906036bbab374680ac5921a4", - strip_prefix = "github.com/shirou/gopsutil/v3@v3.24.2", + sha256 = "2bb2f820942ced0f23a05b929a6b7ffbac7e69b5bd2d3bea70d37e40a4d47e12", + strip_prefix = "github.com/shirou/gopsutil/v3@v3.24.4", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.2.zip", - "http://ats.apps.svc/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.2.zip", - "https://cache.hawkingrei.com/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.2.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.2.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.4.zip", + "http://ats.apps.svc/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.4.zip", + "https://cache.hawkingrei.com/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.4.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/shirou/gopsutil/v3/com_github_shirou_gopsutil_v3-v3.24.4.zip", ], ) go_repository( @@ -6807,26 +6846,26 @@ def go_deps(): name = "com_github_tikv_client_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/tikv/client-go/v2", - sha256 = "9dc8899d26420c39a52014f920ba361e445f2600f613669f2b20a62dd5a56791", - strip_prefix = "github.com/tikv/client-go/v2@v2.0.8-0.20240424052342-0229f4077f0c", + sha256 = "c76c6e73f51a6d77b937e67a877c198c1b8e9a244363ff47dd7dcc86cac5fdb2", + strip_prefix = "github.com/tikv/client-go/v2@v2.0.8-0.20240513134913-e1ca512cca19", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240424052342-0229f4077f0c.zip", - "http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240424052342-0229f4077f0c.zip", - "https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240424052342-0229f4077f0c.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240424052342-0229f4077f0c.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240513134913-e1ca512cca19.zip", + "http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240513134913-e1ca512cca19.zip", + "https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240513134913-e1ca512cca19.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240513134913-e1ca512cca19.zip", ], ) go_repository( name = "com_github_tikv_pd_client", build_file_proto_mode = "disable_global", importpath = "github.com/tikv/pd/client", - sha256 = "9ebd4a2ecfd4d7c03f59deafc9d901e3c2ea308870e4dbaf91db1295b24e7ac1", - strip_prefix = "github.com/tikv/pd/client@v0.0.0-20240322051414-fb9e2d561b6e", + sha256 = "88e41e2f075159a2ceec954c549ced6e25ad98a9cad5e5879a65eda62d74a260", + strip_prefix = "github.com/tikv/pd/client@v0.0.0-20240430080403-1679dbca25b3", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip", - "http://ats.apps.svc/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip", - "https://cache.hawkingrei.com/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip", + "http://ats.apps.svc/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip", + "https://cache.hawkingrei.com/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip", ], ) go_repository( @@ -6989,13 +7028,13 @@ def go_deps(): name = "com_github_ultraware_whitespace", build_file_proto_mode = "disable_global", importpath = "github.com/ultraware/whitespace", - sha256 = "43c2ee4bae63b133741fd18677473fd5ff652c673f4137f3bebd85f34e9903fa", - strip_prefix = "github.com/ultraware/whitespace@v0.1.0", + sha256 = "a305b3b4f28ce7e4600849e65df750f6056ca8abf468f774a22d44902a76b984", + strip_prefix = "github.com/ultraware/whitespace@v0.1.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.0.zip", - "http://ats.apps.svc/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.0.zip", - "https://cache.hawkingrei.com/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.1.zip", + "http://ats.apps.svc/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.1.zip", + "https://cache.hawkingrei.com/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/ultraware/whitespace/com_github_ultraware_whitespace-v0.1.1.zip", ], ) go_repository( @@ -7275,13 +7314,13 @@ def go_deps(): name = "com_github_yeya24_promlinter", build_file_proto_mode = "disable_global", importpath = "github.com/yeya24/promlinter", - sha256 = "4cb02c5b5875f37d89ca8a908911f6943784e5348eedd2d7096d6d2e8e263f8c", - strip_prefix = "github.com/yeya24/promlinter@v0.2.0", + sha256 = "1e93a590632c1c0cd43b37c48754084b013656d6597f420c01786deeca91c275", + strip_prefix = "github.com/yeya24/promlinter@v0.3.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.2.0.zip", - "http://ats.apps.svc/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.2.0.zip", - "https://cache.hawkingrei.com/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.2.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.2.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.3.0.zip", + "http://ats.apps.svc/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.3.0.zip", + "https://cache.hawkingrei.com/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.3.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/yeya24/promlinter/com_github_yeya24_promlinter-v0.3.0.zip", ], ) go_repository( @@ -7340,13 +7379,13 @@ def go_deps(): name = "com_gitlab_bosi_decorder", build_file_proto_mode = "disable_global", importpath = "gitlab.com/bosi/decorder", - sha256 = "ada0aaccd3bee67d4eabb98c83c320f00c65dca36441ed92c5638cf269c60ba6", - strip_prefix = "gitlab.com/bosi/decorder@v0.4.1", + sha256 = "0f7e812510baa3144be12fca66ee6551cc72177fe53d5ca68dfe10cfa3085cd1", + strip_prefix = "gitlab.com/bosi/decorder@v0.4.2", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.1.zip", - "http://ats.apps.svc/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.1.zip", - "https://cache.hawkingrei.com/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.2.zip", + "http://ats.apps.svc/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.2.zip", + "https://cache.hawkingrei.com/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/gitlab.com/bosi/decorder/com_gitlab_bosi_decorder-v0.4.2.zip", ], ) go_repository( @@ -7691,13 +7730,13 @@ def go_deps(): name = "com_google_cloud_go_compute_metadata", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/compute/metadata", - sha256 = "292864dbd0b1de37a968e285e949885e573384837d81cd3695be5ce2e2391887", - strip_prefix = "cloud.google.com/go/compute/metadata@v0.2.3", + sha256 = "c0ab79c30870c1aa9912fb0fdcb043e0044782825988e40f59401d227976b677", + strip_prefix = "cloud.google.com/go/compute/metadata@v0.3.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.2.3.zip", - "http://ats.apps.svc/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.2.3.zip", - "https://cache.hawkingrei.com/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.2.3.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.2.3.zip", + "http://bazel-cache.pingcap.net:8080/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.3.0.zip", + "http://ats.apps.svc/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.3.0.zip", + "https://cache.hawkingrei.com/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.3.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/cloud.google.com/go/compute/metadata/com_google_cloud_go_compute_metadata-v0.3.0.zip", ], ) go_repository( @@ -8653,13 +8692,13 @@ def go_deps(): name = "com_google_cloud_go_spanner", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/spanner", - sha256 = "2f120e8a85e8a06dc6183447903ff7624b1e5d22ce4fd9026968d78b32335462", - strip_prefix = "cloud.google.com/go/spanner@v1.56.0", + sha256 = "869ec23f371ad0565a1fe89933ed34ff76f5b673fdb7c225cfc4305e78637a90", + strip_prefix = "cloud.google.com/go/spanner@v1.57.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.56.0.zip", - "http://ats.apps.svc/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.56.0.zip", - "https://cache.hawkingrei.com/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.56.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.56.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.57.0.zip", + "http://ats.apps.svc/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.57.0.zip", + "https://cache.hawkingrei.com/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.57.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/cloud.google.com/go/spanner/com_google_cloud_go_spanner-v1.57.0.zip", ], ) go_repository( @@ -9645,26 +9684,26 @@ def go_deps(): name = "org_go_simpler_musttag", build_file_proto_mode = "disable_global", importpath = "go-simpler.org/musttag", - sha256 = "7804335481f59dfda5ef1d9afad9cbfdd6342525fa82c20d6cfe60b0e7eefebb", - strip_prefix = "go-simpler.org/musttag@v0.9.0", + sha256 = "264733af21689a6eb237e9b974d0de9cd3779e42d9c0a08203907563ca380ba0", + strip_prefix = "go-simpler.org/musttag@v0.12.1", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.9.0.zip", - "http://ats.apps.svc/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.9.0.zip", - "https://cache.hawkingrei.com/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.9.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.9.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.12.1.zip", + "http://ats.apps.svc/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.12.1.zip", + "https://cache.hawkingrei.com/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.12.1.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/go-simpler.org/musttag/org_go_simpler_musttag-v0.12.1.zip", ], ) go_repository( name = "org_go_simpler_sloglint", build_file_proto_mode = "disable_global", importpath = "go-simpler.org/sloglint", - sha256 = "dcc18e96a86fec32194f0bc7fa831051ab91285ea06fd8186cef4cfa99e5f18f", - strip_prefix = "go-simpler.org/sloglint@v0.5.0", + sha256 = "8fbdf0a36af6f51f00881b6f1874e36ccdf9b0e78ab90472e80e8cf8bf7cb978", + strip_prefix = "go-simpler.org/sloglint@v0.6.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.5.0.zip", - "http://ats.apps.svc/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.5.0.zip", - "https://cache.hawkingrei.com/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.5.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.5.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.6.0.zip", + "http://ats.apps.svc/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.6.0.zip", + "https://cache.hawkingrei.com/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.6.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/go-simpler.org/sloglint/org_go_simpler_sloglint-v0.6.0.zip", ], ) go_repository( @@ -9697,13 +9736,13 @@ def go_deps(): name = "org_golang_google_genproto", build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto", - sha256 = "9b1952b84fe434fd61f9aeb6ca3766f9bd69537a5e32868a25049d135a908043", - strip_prefix = "google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9", + sha256 = "d623f4156476f85beae7e6ed60fd7ea8a6202029074eb391a39252f3ed7d380d", + strip_prefix = "google.golang.org/genproto@v0.0.0-20240227224415-6ceb2ff114de", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240213162025-012b6fc9bca9.zip", - "http://ats.apps.svc/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240213162025-012b6fc9bca9.zip", - "https://cache.hawkingrei.com/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240213162025-012b6fc9bca9.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240213162025-012b6fc9bca9.zip", + "http://bazel-cache.pingcap.net:8080/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240227224415-6ceb2ff114de.zip", + "http://ats.apps.svc/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240227224415-6ceb2ff114de.zip", + "https://cache.hawkingrei.com/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240227224415-6ceb2ff114de.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/google.golang.org/genproto/org_golang_google_genproto-v0.0.0-20240227224415-6ceb2ff114de.zip", ], ) go_repository( @@ -9736,26 +9775,26 @@ def go_deps(): name = "org_golang_google_genproto_googleapis_rpc", build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto/googleapis/rpc", - sha256 = "755a36227e2551491d44533ef50df7f47964db44911e6d4d84e4d4842a5339d6", - strip_prefix = "google.golang.org/genproto/googleapis/rpc@v0.0.0-20240308144416-29370a3891b7", + sha256 = "5520055455146fd452a014e10bfa069a5e132f30f8fea905431333dabb24c394", + strip_prefix = "google.golang.org/genproto/googleapis/rpc@v0.0.0-20240401170217-c3f982113cda", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240308144416-29370a3891b7.zip", - "http://ats.apps.svc/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240308144416-29370a3891b7.zip", - "https://cache.hawkingrei.com/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240308144416-29370a3891b7.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240308144416-29370a3891b7.zip", + "http://bazel-cache.pingcap.net:8080/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240401170217-c3f982113cda.zip", + "http://ats.apps.svc/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240401170217-c3f982113cda.zip", + "https://cache.hawkingrei.com/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240401170217-c3f982113cda.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/google.golang.org/genproto/googleapis/rpc/org_golang_google_genproto_googleapis_rpc-v0.0.0-20240401170217-c3f982113cda.zip", ], ) go_repository( name = "org_golang_google_grpc", build_file_proto_mode = "disable_global", importpath = "google.golang.org/grpc", - sha256 = "95226c98d052d7e4cd308c4df972464ba90e302cf12b5f180e245c4c3d2cc02f", - strip_prefix = "google.golang.org/grpc@v1.62.1", + sha256 = "1d49288986efd05a7b4ac6cee078f84e29e464678c776f25e09efddfba852fd1", + strip_prefix = "google.golang.org/grpc@v1.63.2", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.62.1.zip", - "http://ats.apps.svc/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.62.1.zip", - "https://cache.hawkingrei.com/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.62.1.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.62.1.zip", + "http://bazel-cache.pingcap.net:8080/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.63.2.zip", + "http://ats.apps.svc/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.63.2.zip", + "https://cache.hawkingrei.com/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.63.2.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/google.golang.org/grpc/org_golang_google_grpc-v1.63.2.zip", ], ) go_repository( @@ -9788,13 +9827,13 @@ def go_deps(): name = "org_golang_x_crypto", build_file_proto_mode = "disable_global", importpath = "golang.org/x/crypto", - sha256 = "3148f58c2893286075e7e13e2de19d8e4fd9883debb6d76b45f7929e1d79e53e", - strip_prefix = "golang.org/x/crypto@v0.22.0", + sha256 = "65d22b9f54aef5f7f064900d2ecf8d8b231729aebc46c3b7ca56ff897fb70b57", + strip_prefix = "golang.org/x/crypto@v0.23.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.22.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.22.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.22.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.22.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.23.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.23.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.23.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.23.0.zip", ], ) go_repository( @@ -9879,26 +9918,26 @@ def go_deps(): name = "org_golang_x_net", build_file_proto_mode = "disable_global", importpath = "golang.org/x/net", - sha256 = "389940dbee4a10516de85368bb1a550d6df814ed1f893db18de8def9168147c7", - strip_prefix = "golang.org/x/net@v0.24.0", + sha256 = "7fd8464681c3011736f2c75beb20f88fff553a17f4f574325bce5ca5dc1fcf83", + strip_prefix = "golang.org/x/net@v0.25.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/net/org_golang_x_net-v0.24.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/net/org_golang_x_net-v0.24.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/net/org_golang_x_net-v0.24.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/net/org_golang_x_net-v0.24.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/net/org_golang_x_net-v0.25.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/net/org_golang_x_net-v0.25.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/net/org_golang_x_net-v0.25.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/net/org_golang_x_net-v0.25.0.zip", ], ) go_repository( name = "org_golang_x_oauth2", build_file_proto_mode = "disable_global", importpath = "golang.org/x/oauth2", - sha256 = "7716d06cf89e1736b74b94584cdcad120c769519f0c41e6d77d0f12657870772", - strip_prefix = "golang.org/x/oauth2@v0.18.0", + sha256 = "48bbe74b766a2a899e9688084dfbf9bda44b2cd0aa98d0245eec058960ec4bdc", + strip_prefix = "golang.org/x/oauth2@v0.20.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.18.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.18.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.18.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.18.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.20.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.20.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.20.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/oauth2/org_golang_x_oauth2-v0.20.0.zip", ], ) go_repository( @@ -9931,13 +9970,13 @@ def go_deps(): name = "org_golang_x_sys", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sys", - sha256 = "f3e06adc66b840da7719fcf496d2916a38317706509fb5beed5932cd8ae5fb6b", - strip_prefix = "golang.org/x/sys@v0.19.0", + sha256 = "3f826b191eab1ebda925feb551d334e37e1b5865d1aa790fade46598811a8b1a", + strip_prefix = "golang.org/x/sys@v0.20.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/sys/org_golang_x_sys-v0.19.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/sys/org_golang_x_sys-v0.19.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/sys/org_golang_x_sys-v0.19.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/sys/org_golang_x_sys-v0.19.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/sys/org_golang_x_sys-v0.20.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/sys/org_golang_x_sys-v0.20.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/sys/org_golang_x_sys-v0.20.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/sys/org_golang_x_sys-v0.20.0.zip", ], ) go_repository( @@ -9957,26 +9996,26 @@ def go_deps(): name = "org_golang_x_term", build_file_proto_mode = "disable_global", importpath = "golang.org/x/term", - sha256 = "893e851afedc40a9c253e611fed322ec6f5a1c56180dd29229ff1cc1bd35dbfb", - strip_prefix = "golang.org/x/term@v0.19.0", + sha256 = "840eacc0ffb306dcb4b0f5bf6e071c91d2e7957fcc604eec4e73c0fc22f2920c", + strip_prefix = "golang.org/x/term@v0.20.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/term/org_golang_x_term-v0.19.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/term/org_golang_x_term-v0.19.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/term/org_golang_x_term-v0.19.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/term/org_golang_x_term-v0.19.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/term/org_golang_x_term-v0.20.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/term/org_golang_x_term-v0.20.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/term/org_golang_x_term-v0.20.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/term/org_golang_x_term-v0.20.0.zip", ], ) go_repository( name = "org_golang_x_text", build_file_proto_mode = "disable_global", importpath = "golang.org/x/text", - sha256 = "b9814897e0e09cd576a7a013f066c7db537a3d538d2e0f60f0caee9bc1b3f4af", - strip_prefix = "golang.org/x/text@v0.14.0", + sha256 = "13faee7e46c8a18c8a28f3eceebf15db6d724b9a108c3c0482a6d2e58ba73a73", + strip_prefix = "golang.org/x/text@v0.15.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/text/org_golang_x_text-v0.14.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/text/org_golang_x_text-v0.14.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/text/org_golang_x_text-v0.14.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/text/org_golang_x_text-v0.14.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/text/org_golang_x_text-v0.15.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/text/org_golang_x_text-v0.15.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/text/org_golang_x_text-v0.15.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/text/org_golang_x_text-v0.15.0.zip", ], ) go_repository( @@ -9996,13 +10035,13 @@ def go_deps(): name = "org_golang_x_tools", build_file_proto_mode = "disable_global", importpath = "golang.org/x/tools", - sha256 = "f9537c85fc51e59299b627c842381f97cabde123f9fc40a0da51eec0d637dbd9", - strip_prefix = "golang.org/x/tools@v0.20.0", + sha256 = "1099b286fba466d61da042e950e7da3cc0373260e95fe116bf61cfb6ec4828a8", + strip_prefix = "golang.org/x/tools@v0.21.0", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/tools/org_golang_x_tools-v0.20.0.zip", - "http://ats.apps.svc/gomod/golang.org/x/tools/org_golang_x_tools-v0.20.0.zip", - "https://cache.hawkingrei.com/gomod/golang.org/x/tools/org_golang_x_tools-v0.20.0.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/tools/org_golang_x_tools-v0.20.0.zip", + "http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/tools/org_golang_x_tools-v0.21.0.zip", + "http://ats.apps.svc/gomod/golang.org/x/tools/org_golang_x_tools-v0.21.0.zip", + "https://cache.hawkingrei.com/gomod/golang.org/x/tools/org_golang_x_tools-v0.21.0.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/tools/org_golang_x_tools-v0.21.0.zip", ], ) go_repository( diff --git a/WORKSPACE b/WORKSPACE index 5c81b9ffbb158..622847e0226c2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -64,7 +64,7 @@ go_download_sdk( "https://mirrors.aliyun.com/golang/{}", "https://dl.google.com/go/{}", ], - version = "1.21.9", + version = "1.21.10", ) go_register_toolchains( diff --git a/br/cmd/br/BUILD.bazel b/br/cmd/br/BUILD.bazel index 33d3b6cef5d44..c6b4e1d646e11 100644 --- a/br/cmd/br/BUILD.bazel +++ b/br/cmd/br/BUILD.bazel @@ -21,8 +21,9 @@ go_library( "//br/pkg/logutil", "//br/pkg/metautil", "//br/pkg/mock/mockid", - "//br/pkg/restore", + "//br/pkg/restore/utils", "//br/pkg/rtree", + "//br/pkg/stream", "//br/pkg/streamhelper/config", "//br/pkg/summary", "//br/pkg/task", @@ -62,4 +63,5 @@ go_test( srcs = ["main_test.go"], embed = [":br_lib"], flaky = True, + deps = ["@org_uber_go_goleak//:goleak"], ) diff --git a/br/cmd/br/debug.go b/br/cmd/br/debug.go index 064572f2dd60e..27e55e276b08c 100644 --- a/br/cmd/br/debug.go +++ b/br/cmd/br/debug.go @@ -21,8 +21,9 @@ import ( "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/mock/mockid" - "github.com/pingcap/tidb/br/pkg/restore" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" + "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/br/pkg/task" "github.com/pingcap/tidb/br/pkg/utils" "github.com/pingcap/tidb/br/pkg/version/build" @@ -207,7 +208,7 @@ func newBackupMetaValidateCommand() *cobra.Command { for offset := uint64(0); offset < tableIDOffset; offset++ { _, _ = tableIDAllocator.Alloc() // Ignore error } - rewriteRules := &restore.RewriteRules{ + rewriteRules := &restoreutils.RewriteRules{ Data: make([]*import_sstpb.RewriteRule, 0), } tableIDMap := make(map[int64]int64) @@ -245,13 +246,13 @@ func newBackupMetaValidateCommand() *cobra.Command { } } - rules := restore.GetRewriteRules(newTable, table.Info, 0, true) + rules := restoreutils.GetRewriteRules(newTable, table.Info, 0, true) rewriteRules.Data = append(rewriteRules.Data, rules.Data...) tableIDMap[table.Info.ID] = int64(tableID) } // Validate rewrite rules for _, file := range files { - err = restore.ValidateFileRewriteRule(file, rewriteRules) + err = restoreutils.ValidateFileRewriteRule(file, rewriteRules) if err != nil { return errors.Trace(err) } @@ -447,8 +448,8 @@ func searchStreamBackupCommand() *cobra.Command { if err != nil { return errors.Trace(err) } - comparator := restore.NewStartWithComparator() - bs := restore.NewStreamBackupSearch(s, comparator, keyBytes) + comparator := stream.NewStartWithComparator() + bs := stream.NewStreamBackupSearch(s, comparator, keyBytes) bs.SetStartTS(startTs) bs.SetEndTs(endTs) diff --git a/br/cmd/br/main_test.go b/br/cmd/br/main_test.go index c31fdbb8e51d5..5fa5b1439a2ec 100644 --- a/br/cmd/br/main_test.go +++ b/br/cmd/br/main_test.go @@ -20,8 +20,40 @@ import ( "os" "strings" "testing" + + "go.uber.org/goleak" ) +func TestMain(m *testing.M) { + skipLeakTest := false + var newArgs []string + for _, arg := range os.Args { + if arg == "--skip-goleak" { + skipLeakTest = true + } else { + newArgs = append(newArgs, arg) + } + } + os.Args = newArgs + + if !skipLeakTest { + goleak.VerifyTestMain(m, + goleak.IgnoreCurrent(), + goleak.IgnoreTopFunction("github.com/pingcap/tidb/br/pkg/utils.StartExitSingleListener.func1"), + goleak.IgnoreTopFunction("github.com/pingcap/tidb/br/pkg/utils.StartDynamicPProfListener.func1"), + goleak.IgnoreTopFunction("gopkg.in/natefinch/lumberjack%2ev2.(*Logger).millRun"), + goleak.IgnoreTopFunction("go.etcd.io/etcd/client/v3.waitRetryBackoff"), + goleak.IgnoreTopFunction("net/http.(*persistConn).writeLoop"), + goleak.IgnoreTopFunction("internal/poll.runtime_pollWait"), + goleak.IgnoreTopFunction("google.golang.org/grpc.(*ClientConn).WaitForStateChange"), + goleak.IgnoreTopFunction("github.com/tikv/client-go/v2/config/retry.(*Config).createBackoffFn.newBackoffFn.func2"), + goleak.IgnoreTopFunction("google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer"), + ) + } + + os.Exit(m.Run()) +} + func TestRunMain(*testing.T) { var args []string for _, arg := range os.Args { diff --git a/br/pkg/aws/BUILD.bazel b/br/pkg/aws/BUILD.bazel index a704d1aab69b4..4fed52b134b97 100644 --- a/br/pkg/aws/BUILD.bazel +++ b/br/pkg/aws/BUILD.bazel @@ -29,9 +29,11 @@ go_test( srcs = ["ebs_test.go"], embed = [":aws"], flaky = True, + shard_count = 3, deps = [ "@com_github_aws_aws_sdk_go//aws", "@com_github_aws_aws_sdk_go//service/ec2", + "@com_github_aws_aws_sdk_go//service/ec2/ec2iface", "@com_github_stretchr_testify//require", ], ) diff --git a/br/pkg/aws/ebs.go b/br/pkg/aws/ebs.go index d578868e2408c..fc4169e6fb817 100644 --- a/br/pkg/aws/ebs.go +++ b/br/pkg/aws/ebs.go @@ -251,6 +251,9 @@ func (e *EC2Session) WaitSnapshotsCreated(snapIDMap map[string]string, progress if *s.State == ec2.SnapshotStateCompleted { log.Info("snapshot completed", zap.String("id", *s.SnapshotId)) totalVolumeSize += *s.VolumeSize + } else if *s.State == ec2.SnapshotStateError { + log.Error("snapshot failed", zap.String("id", *s.SnapshotId), zap.String("error", (*s.StateMessage))) + return 0, errors.Errorf("snapshot %s failed", *s.SnapshotId) } else { log.Debug("snapshot creating...", zap.Stringer("snap", s)) uncompletedSnapshots = append(uncompletedSnapshots, s.SnapshotId) diff --git a/br/pkg/aws/ebs_test.go b/br/pkg/aws/ebs_test.go index e55ea68c86e04..96fcf358ff952 100644 --- a/br/pkg/aws/ebs_test.go +++ b/br/pkg/aws/ebs_test.go @@ -14,10 +14,12 @@ package aws import ( + "context" "testing" awsapi "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/ec2" + "github.com/aws/aws-sdk-go/service/ec2/ec2iface" "github.com/stretchr/testify/require" ) @@ -76,3 +78,127 @@ func TestHandleDescribeVolumesResponse(t *testing.T) { require.Equal(t, int64(4), createdVolumeSize) require.Equal(t, 1, len(unfinishedVolumes)) } + +type mockEC2 struct { + ec2iface.EC2API + output ec2.DescribeSnapshotsOutput +} + +func (m mockEC2) DescribeSnapshots(*ec2.DescribeSnapshotsInput) (*ec2.DescribeSnapshotsOutput, error) { + return &m.output, nil +} + +func NewMockEc2Session(mock mockEC2) *EC2Session { + return &EC2Session{ + ec2: mock, + } +} + +func TestWaitSnapshotsCreated(t *testing.T) { + snapIdMap := map[string]string{ + "vol-1": "snap-1", + "vol-2": "snap-2", + } + + cases := []struct { + desc string + snapshotsOutput ec2.DescribeSnapshotsOutput + expectedSize int64 + expectErr bool + expectTimeout bool + }{ + { + desc: "snapshots are all completed", + snapshotsOutput: ec2.DescribeSnapshotsOutput{ + Snapshots: []*ec2.Snapshot{ + { + SnapshotId: awsapi.String("snap-1"), + VolumeSize: awsapi.Int64(1), + State: awsapi.String(ec2.SnapshotStateCompleted), + }, + { + SnapshotId: awsapi.String("snap-2"), + VolumeSize: awsapi.Int64(2), + State: awsapi.String(ec2.SnapshotStateCompleted), + }, + }, + }, + expectedSize: 3, + expectErr: false, + }, + { + desc: "snapshot failed", + snapshotsOutput: ec2.DescribeSnapshotsOutput{ + Snapshots: []*ec2.Snapshot{ + { + SnapshotId: awsapi.String("snap-1"), + VolumeSize: awsapi.Int64(1), + State: awsapi.String(ec2.SnapshotStateCompleted), + }, + { + SnapshotId: awsapi.String("snap-2"), + State: awsapi.String(ec2.SnapshotStateError), + StateMessage: awsapi.String("snapshot failed"), + }, + }, + }, + expectedSize: 0, + expectErr: true, + }, + { + desc: "snapshots pending", + snapshotsOutput: ec2.DescribeSnapshotsOutput{ + Snapshots: []*ec2.Snapshot{ + { + SnapshotId: awsapi.String("snap-1"), + VolumeSize: awsapi.Int64(1), + State: awsapi.String(ec2.SnapshotStateCompleted), + }, + { + SnapshotId: awsapi.String("snap-2"), + State: awsapi.String(ec2.SnapshotStatePending), + }, + }, + }, + expectTimeout: true, + }, + } + + for _, c := range cases { + e := NewMockEc2Session(mockEC2{ + output: c.snapshotsOutput, + }) + + if c.expectTimeout { + func() { + // We wait 5s before checking snapshots + ctx, cancel := context.WithTimeout(context.Background(), 6) + defer cancel() + + done := make(chan struct{}) + go func() { + _, _ = e.WaitSnapshotsCreated(snapIdMap, nil) + done <- struct{}{} + }() + + select { + case <-done: + t.Fatal("WaitSnapshotsCreated should not return before timeout") + case <-ctx.Done(): + require.True(t, true) + } + }() + + continue + } + + size, err := e.WaitSnapshotsCreated(snapIdMap, nil) + if c.expectErr { + require.Error(t, err) + } else { + require.NoError(t, err) + } + + require.Equal(t, c.expectedSize, size) + } +} diff --git a/br/pkg/backup/client.go b/br/pkg/backup/client.go index 7bf187ffce6fb..d49987c9a7c62 100644 --- a/br/pkg/backup/client.go +++ b/br/pkg/backup/client.go @@ -80,10 +80,6 @@ const ( // We need to be more patient. backupFineGrainedMaxBackoff = 3600000 backupRetryTimes = 5 - // RangeUnit represents the progress updated counter when a range finished. - RangeUnit ProgressUnit = "range" - // RegionUnit represents the progress updated counter when a region finished. - RegionUnit ProgressUnit = "region" ) // Client is a client instructs TiKV how to do a backup. @@ -290,7 +286,7 @@ func (bc *Client) StartCheckpointRunner( backupTS uint64, ranges []rtree.Range, safePointID string, - progressCallBack func(ProgressUnit), + progressCallBack func(), ) (err error) { if bc.checkpointMeta == nil { bc.checkpointMeta = &checkpoint.CheckpointMetadataForBackup{ @@ -324,8 +320,8 @@ func (bc *Client) WaitForFinishCheckpoint(ctx context.Context, flush bool) { } } -// GetProgressRange loads the checkpoint(finished) sub-ranges of the current range, and calculate its incompleted sub-ranges. -func (bc *Client) GetProgressRange(r rtree.Range) (*rtree.ProgressRange, error) { +// getProgressRange loads the checkpoint(finished) sub-ranges of the current range, and calculate its incompleted sub-ranges. +func (bc *Client) getProgressRange(r rtree.Range) *rtree.ProgressRange { // use groupKey to distinguish different ranges groupKey := base64.URLEncoding.EncodeToString(r.StartKey) if bc.checkpointMeta != nil && len(bc.checkpointMeta.CheckpointDataMap) > 0 { @@ -338,7 +334,7 @@ func (bc *Client) GetProgressRange(r rtree.Range) (*rtree.ProgressRange, error) Incomplete: incomplete, Origin: r, GroupKey: groupKey, - }, nil + } } } @@ -351,11 +347,11 @@ func (bc *Client) GetProgressRange(r rtree.Range) (*rtree.ProgressRange, error) }, Origin: r, GroupKey: groupKey, - }, nil + } } // LoadCheckpointRange loads the checkpoint(finished) sub-ranges of the current range, and calculate its incompleted sub-ranges. -func (bc *Client) loadCheckpointRanges(ctx context.Context, progressCallBack func(ProgressUnit)) (map[string]rtree.RangeTree, error) { +func (bc *Client) loadCheckpointRanges(ctx context.Context, progressCallBack func()) (map[string]rtree.RangeTree, error) { rangeDataMap := make(map[string]rtree.RangeTree) pastDureTime, err := checkpoint.WalkCheckpointFileForBackup(ctx, bc.storage, bc.cipher, func(groupKey string, rg checkpoint.BackupValueType) { @@ -365,7 +361,7 @@ func (bc *Client) loadCheckpointRanges(ctx context.Context, progressCallBack fun rangeDataMap[groupKey] = rangeTree } rangeTree.Put(rg.StartKey, rg.EndKey, rg.Files) - progressCallBack(RegionUnit) + progressCallBack() }) // we should adjust start-time of the summary to `pastDureTime` earlier @@ -787,15 +783,80 @@ func WriteBackupDDLJobs(metaWriter *metautil.MetaWriter, g glue.Glue, store kv.S return nil } +func (bc *Client) getProgressRanges(ranges []rtree.Range) []*rtree.ProgressRange { + prs := make([]*rtree.ProgressRange, 0, len(ranges)) + for _, r := range ranges { + prs = append(prs, bc.getProgressRange(r)) + } + return prs +} + +func buildProgressRangeTree(pranges []*rtree.ProgressRange) (rtree.ProgressRangeTree, []*kvrpcpb.KeyRange, error) { + // the response from TiKV only contains the region's key, so use the + // progress range tree to quickly seek the region's corresponding progress range. + progressRangeTree := rtree.NewProgressRangeTree() + subRangesCount := 0 + for _, pr := range pranges { + if err := progressRangeTree.Insert(pr); err != nil { + return progressRangeTree, nil, errors.Trace(err) + } + subRangesCount += len(pr.Incomplete) + } + // either the `incomplete` is origin range itself, + // or the `incomplete` is sub-ranges split by checkpoint of origin range. + subRanges := make([]*kvrpcpb.KeyRange, 0, subRangesCount) + progressRangeTree.Ascend(func(pr *rtree.ProgressRange) bool { + for _, r := range pr.Incomplete { + subRanges = append(subRanges, &kvrpcpb.KeyRange{ + StartKey: r.StartKey, + EndKey: r.EndKey, + }) + } + return true + }) + + return progressRangeTree, subRanges, nil +} + +func (bc *Client) getBackupTargetStores( + ctx context.Context, + replicaReadLabel map[string]string, +) ([]*metapb.Store, map[uint64]struct{}, error) { + allStores, err := conn.GetAllTiKVStoresWithRetry(ctx, bc.mgr.GetPDClient(), connutil.SkipTiFlash) + if err != nil { + return nil, nil, errors.Trace(err) + } + var targetStores []*metapb.Store + targetStoreIds := make(map[uint64]struct{}) + if len(replicaReadLabel) == 0 { + targetStores = allStores + } else { + for _, store := range allStores { + for _, label := range store.Labels { + if val, ok := replicaReadLabel[label.Key]; ok && val == label.Value { + targetStores = append(targetStores, store) // send backup push down request to stores that match replica read label + targetStoreIds[store.GetId()] = struct{}{} // record store id for fine grained backup + } + } + } + if len(targetStores) == 0 { + return nil, nil, errors.Errorf("no store matches replica read label: %v", replicaReadLabel) + } + } + + return targetStores, targetStoreIds, nil +} + // BackupRanges make a backup of the given key ranges. func (bc *Client) BackupRanges( ctx context.Context, ranges []rtree.Range, + regionCounts []int, request backuppb.BackupRequest, concurrency uint, replicaReadLabel map[string]string, metaWriter *metautil.MetaWriter, - progressCallBack func(ProgressUnit), + progressCallBack func(), ) error { log.Info("Backup Ranges Started", rtree.ZapRanges(ranges)) init := time.Now() @@ -810,154 +871,120 @@ func (bc *Client) BackupRanges( ctx = opentracing.ContextWithSpan(ctx, span1) } + targetStores, targetStoreIds, err := bc.getBackupTargetStores(ctx, replicaReadLabel) + if err != nil { + return errors.Trace(err) + } + // merge the small ranges, such as index ranges and small partition ranges, into a batch. + targetRangesBatchSize := len(targetStores) * 64 + // we collect all files in a single goroutine to avoid thread safety issues. workerPool := util.NewWorkerPool(concurrency, "Ranges") eg, ectx := errgroup.WithContext(ctx) - for id, r := range ranges { - id := id - req := request - req.StartKey, req.EndKey = r.StartKey, r.EndKey - pr, err := bc.GetProgressRange(r) - if err != nil { - return errors.Trace(err) + rangeInBatchStartIndex := 0 + regionCountInBatch := 0 + // ASSERT: len(ranges) > 0 + for idx := 0; idx <= len(ranges); idx += 1 { + if idx != len(ranges) { + if regionCountInBatch <= targetRangesBatchSize { + regionCountInBatch += regionCounts[idx] + continue + } + regionCountInBatch = regionCounts[idx] } - workerPool.ApplyOnErrorGroup(eg, func() error { - elctx := logutil.ContextWithField(ectx, logutil.RedactAny("range-sn", id)) - err := bc.BackupRange(elctx, req, replicaReadLabel, pr, metaWriter, progressCallBack) + // merge the ranges[rangeInBatchStartIndex, id) into a batch + pranges := bc.getProgressRanges(ranges[rangeInBatchStartIndex:idx]) + idxStart := rangeInBatchStartIndex + idxEnd := idx + req := request + workerPool.ApplyOnErrorGroup(eg, func() (retErr error) { + elctx := logutil.ContextWithField(ectx, + logutil.RedactAny("range-sn-start", idxStart), logutil.RedactAny("range-sn-end", idxEnd)) + + prTree, subRanges, err := buildProgressRangeTree(pranges) if err != nil { - // The error due to context cancel, stack trace is meaningless, the stack shall be suspended (also clear) - if errors.Cause(err) == context.Canceled { - return errors.SuspendStack(err) + return errors.Trace(err) + } + start := time.Now() + defer func() { + minPr, _ := prTree.Min() + maxPr, _ := prTree.Max() + key := "range start: " + + hex.EncodeToString(minPr.Origin.StartKey) + + " end: " + + hex.EncodeToString(maxPr.Origin.EndKey) + logutil.CL(elctx).Info("backup range completed", zap.String("key range", key), zap.Duration("take", time.Since(start))) + if retErr != nil { + summary.CollectFailureUnit(key, err) } + }() + logutil.CL(elctx).Info("backup range started", zap.Uint64("rateLimit", req.RateLimit)) + if err := bc.pushBackupInBatch(elctx, req, prTree, subRanges, targetStores, progressCallBack); err != nil { + return errors.Trace(err) + } + if err := bc.fineGrainedBackup(elctx, req, targetStoreIds, prTree, progressCallBack); err != nil { + return errors.Trace(err) + } + if err := collectRangeFiles(prTree, metaWriter); err != nil { return errors.Trace(err) } return nil }) + + rangeInBatchStartIndex = idx } return eg.Wait() } -// BackupRange make a backup of the given key range. -// Returns an array of files backed up. -func (bc *Client) BackupRange( +func (bc *Client) pushBackupInBatch( ctx context.Context, request backuppb.BackupRequest, - replicaReadLabel map[string]string, - progressRange *rtree.ProgressRange, - metaWriter *metautil.MetaWriter, - progressCallBack func(ProgressUnit), -) (err error) { - start := time.Now() - defer func() { - elapsed := time.Since(start) - logutil.CL(ctx).Info("backup range completed", - logutil.Key("startKey", progressRange.Origin.StartKey), logutil.Key("endKey", progressRange.Origin.EndKey), - zap.Duration("take", elapsed)) - key := "range start:" + hex.EncodeToString(progressRange.Origin.StartKey) + " end:" + hex.EncodeToString(progressRange.Origin.EndKey) - if err != nil { - summary.CollectFailureUnit(key, err) - } - }() - logutil.CL(ctx).Info("backup range started", - logutil.Key("startKey", progressRange.Origin.StartKey), logutil.Key("endKey", progressRange.Origin.EndKey), - zap.Uint64("rateLimit", request.RateLimit)) - - allStores, err := conn.GetAllTiKVStoresWithRetry(ctx, bc.mgr.GetPDClient(), connutil.SkipTiFlash) + prTree rtree.ProgressRangeTree, + subRanges []*kvrpcpb.KeyRange, + targetStores []*metapb.Store, + progressCallBack func(), +) error { + logutil.CL(ctx).Info("backup push down started") + request.SubRanges = subRanges + push := newPushDown(bc.mgr, len(targetStores)) + err := push.pushBackup(ctx, request, prTree, targetStores, bc.checkpointRunner, progressCallBack) if err != nil { return errors.Trace(err) } - var targetStores []*metapb.Store - targetStoreIds := make(map[uint64]struct{}) - if len(replicaReadLabel) == 0 { - targetStores = allStores // send backup push down request to all stores - } else { - for _, store := range allStores { - for _, label := range store.Labels { - if val, ok := replicaReadLabel[label.Key]; ok && val == label.Value { - targetStores = append(targetStores, store) // send backup push down request to stores that match replica read label - targetStoreIds[store.GetId()] = struct{}{} // record store id for fine grained backup - } - } - } - } - if len(replicaReadLabel) > 0 && len(targetStores) == 0 { - return errors.Errorf("no store matches replica read label: %v", replicaReadLabel) - } + logutil.CL(ctx).Info("backup push down completed", zap.Int("range-count", len(subRanges))) + return nil +} - logutil.CL(ctx).Info("backup push down started") - // either the `incomplete` is origin range itself, - // or the `incomplete` is sub-ranges split by checkpoint of origin range - if len(progressRange.Incomplete) > 0 { - // don't make the origin request dirty, - // since fineGrainedBackup need to use it. - req := request - if len(progressRange.Incomplete) > 1 { - subRanges := make([]*kvrpcpb.KeyRange, 0, len(progressRange.Incomplete)) - for _, r := range progressRange.Incomplete { - subRanges = append(subRanges, &kvrpcpb.KeyRange{ - StartKey: r.StartKey, - EndKey: r.EndKey, - }) +func collectRangeFiles(progressRangeTree rtree.ProgressRangeTree, metaWriter *metautil.MetaWriter) error { + var progressRangeAscendErr error + progressRangeTree.Ascend(func(progressRange *rtree.ProgressRange) bool { + var rangeAscendErr error + progressRange.Res.Ascend(func(i btree.Item) bool { + r := i.(*rtree.Range) + for _, f := range r.Files { + summary.CollectSuccessUnit(summary.TotalKV, 1, f.TotalKvs) + summary.CollectSuccessUnit(summary.TotalBytes, 1, f.TotalBytes) } - req.SubRanges = subRanges - } else { - // compatible with older version of TiKV - req.StartKey = progressRange.Incomplete[0].StartKey - req.EndKey = progressRange.Incomplete[0].EndKey - } - - push := newPushDown(bc.mgr, len(targetStores)) - err = push.pushBackup(ctx, req, progressRange, targetStores, bc.checkpointRunner, progressCallBack) - if err != nil { - return errors.Trace(err) - } - } - logutil.CL(ctx).Info("backup push down completed", zap.Int("small-range-count", progressRange.Res.Len())) - - // Find and backup remaining ranges. - // TODO: test fine grained backup. - if err := bc.fineGrainedBackup(ctx, request, targetStoreIds, progressRange, progressCallBack); err != nil { - return errors.Trace(err) - } - - // update progress of range unit - progressCallBack(RangeUnit) - - if request.IsRawKv { - logutil.CL(ctx).Info("raw ranges backed up", - logutil.Key("startKey", progressRange.Origin.StartKey), - logutil.Key("endKey", progressRange.Origin.EndKey), - zap.String("cf", request.Cf)) - } else { - logutil.CL(ctx).Info("transactional range backup completed", - zap.Reflect("StartTS", request.StartVersion), - zap.Reflect("EndTS", request.EndVersion)) - } - - var ascendErr error - progressRange.Res.Ascend(func(i btree.Item) bool { - r := i.(*rtree.Range) - for _, f := range r.Files { - summary.CollectSuccessUnit(summary.TotalKV, 1, f.TotalKvs) - summary.CollectSuccessUnit(summary.TotalBytes, 1, f.TotalBytes) - } - // we need keep the files in order after we support multi_ingest sst. - // default_sst and write_sst need to be together. - if err := metaWriter.Send(r.Files, metautil.AppendDataFile); err != nil { - ascendErr = err + // we need keep the files in order after we support multi_ingest sst. + // default_sst and write_sst need to be together. + if err := metaWriter.Send(r.Files, metautil.AppendDataFile); err != nil { + rangeAscendErr = err + return false + } + return true + }) + if rangeAscendErr != nil { + progressRangeAscendErr = rangeAscendErr return false } + + // Check if there are duplicated files + checkDupFiles(&progressRange.Res) return true }) - if ascendErr != nil { - return errors.Trace(ascendErr) - } - - // Check if there are duplicated files. - checkDupFiles(&progressRange.Res) - return nil + return errors.Trace(progressRangeAscendErr) } func (bc *Client) FindTargetPeer(ctx context.Context, key []byte, isRawKv bool, targetStoreIds map[uint64]struct{}) (*metapb.Peer, error) { @@ -1058,8 +1085,8 @@ func (bc *Client) fineGrainedBackup( ctx context.Context, req backuppb.BackupRequest, targetStoreIds map[uint64]struct{}, - pr *rtree.ProgressRange, - progressCallBack func(ProgressUnit), + prTree rtree.ProgressRangeTree, + progressCallBack func(), ) error { if span := opentracing.SpanFromContext(ctx); span != nil && span.Tracer() != nil { span1 := span.Tracer().StartSpan("Client.fineGrainedBackup", opentracing.ChildOf(span.Context())) @@ -1083,9 +1110,10 @@ func (bc *Client) fineGrainedBackup( }) bo := utils.AdaptTiKVBackoffer(ctx, backupFineGrainedMaxBackoff, berrors.ErrUnknown) + prIter := prTree.Iter() for { // Step1, check whether there is any incomplete range - incomplete := pr.Res.GetIncompleteRange(req.StartKey, req.EndKey) + incomplete := prIter.GetIncompleteRanges() if len(incomplete) == 0 { return nil } @@ -1145,6 +1173,11 @@ func (bc *Client) fineGrainedBackup( logutil.Key("fine-grained-range-start", resp.StartKey), logutil.Key("fine-grained-range-end", resp.EndKey), ) + pr, err := prTree.FindContained(resp.StartKey, resp.EndKey) + if err != nil { + logutil.CL(ctx).Panic("failed to update the backup response", + zap.Reflect("error", err)) + } if bc.checkpointRunner != nil { if err := checkpoint.AppendForBackup( ctx, @@ -1162,7 +1195,7 @@ func (bc *Client) fineGrainedBackup( bc.SetApiVersion(apiVersion) // Update progress - progressCallBack(RegionUnit) + progressCallBack() } } @@ -1171,7 +1204,7 @@ func (bc *Client) fineGrainedBackup( log.Info("handle fine grained", zap.Int("backoffMs", ms)) err := bo.BackOff() if err != nil { - return errors.Annotatef(err, "at fine-grained backup, remained ranges = %d", pr.Res.Len()) + return errors.Annotatef(err, "at fine-grained backup, remained ranges = %d", prIter.Len()) } } } diff --git a/br/pkg/backup/prepare_snap/BUILD.bazel b/br/pkg/backup/prepare_snap/BUILD.bazel index ec2f8bbaf1f56..2fffcacd5e088 100644 --- a/br/pkg/backup/prepare_snap/BUILD.bazel +++ b/br/pkg/backup/prepare_snap/BUILD.bazel @@ -17,6 +17,7 @@ go_library( "@com_github_docker_go_units//:go-units", "@com_github_google_btree//:btree", "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", "@com_github_pingcap_kvproto//pkg/brpb", "@com_github_pingcap_kvproto//pkg/errorpb", "@com_github_pingcap_kvproto//pkg/metapb", diff --git a/br/pkg/backup/prepare_snap/prepare.go b/br/pkg/backup/prepare_snap/prepare.go index 405fc3a1502c2..2435fb4986bdc 100644 --- a/br/pkg/backup/prepare_snap/prepare.go +++ b/br/pkg/backup/prepare_snap/prepare.go @@ -22,6 +22,7 @@ import ( "github.com/google/btree" "github.com/pingcap/errors" + "github.com/pingcap/failpoint" brpb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/kvproto/pkg/metapb" "github.com/pingcap/log" @@ -453,6 +454,9 @@ func (p *Preparer) pushWaitApply(reqs pendingRequests, region Region) { // PrepareConnections prepares the connections for each store. // This will pause the admin commands for each store. func (p *Preparer) PrepareConnections(ctx context.Context) error { + failpoint.Inject("PrepareConnectionsErr", func() { + failpoint.Return(errors.New("mock PrepareConnectionsErr")) + }) log.Info("Preparing connections to stores.") stores, err := p.env.GetAllLiveStores(ctx) if err != nil { diff --git a/br/pkg/backup/push.go b/br/pkg/backup/push.go index 47fcfc13e49ac..ea14283a370e1 100644 --- a/br/pkg/backup/push.go +++ b/br/pkg/backup/push.go @@ -54,10 +54,10 @@ func newPushDown(mgr ClientMgr, capacity int) *pushDown { func (push *pushDown) pushBackup( ctx context.Context, req backuppb.BackupRequest, - pr *rtree.ProgressRange, + prTree rtree.ProgressRangeTree, stores []*metapb.Store, checkpointRunner *checkpoint.CheckpointRunner[checkpoint.BackupKeyType, checkpoint.BackupValueType], - progressCallBack func(ProgressUnit), + progressCallBack func(), ) error { if span := opentracing.SpanFromContext(ctx); span != nil && span.Tracer() != nil { span1 := span.Tracer().StartSpan("pushDown.pushBackup", opentracing.ChildOf(span.Context())) @@ -162,6 +162,10 @@ func (push *pushDown) pushBackup( } }) if resp.GetError() == nil { + pr, err := prTree.FindContained(resp.StartKey, resp.EndKey) + if err != nil { + return errors.Annotate(err, "failed to update the backup response") + } // None error means range has been backuped successfully. if checkpointRunner != nil { if err := checkpoint.AppendForBackup( @@ -180,7 +184,7 @@ func (push *pushDown) pushBackup( resp.GetStartKey(), resp.GetEndKey(), resp.GetFiles()) // Update progress - progressCallBack(RegionUnit) + progressCallBack() } else { errPb := resp.GetError() res := errContext.HandleIgnorableError(errPb, store.GetId()) diff --git a/br/pkg/httputil/http.go b/br/pkg/httputil/http.go index 5556c60b2615a..91750dc1bf856 100644 --- a/br/pkg/httputil/http.go +++ b/br/pkg/httputil/http.go @@ -16,6 +16,7 @@ func NewClient(tlsConf *tls.Config) *http.Client { if tlsConf != nil { transport := http.DefaultTransport.(*http.Transport).Clone() transport.TLSClientConfig = tlsConf + transport.IdleConnTimeout = 30 * time.Second cli.Transport = transport } return cli diff --git a/br/pkg/restore/BUILD.bazel b/br/pkg/restore/BUILD.bazel index 283ec4a525c9a..cf4baffc33cb9 100644 --- a/br/pkg/restore/BUILD.bazel +++ b/br/pkg/restore/BUILD.bazel @@ -5,19 +5,9 @@ go_library( srcs = [ "batcher.go", "client.go", - "data.go", "db.go", - "import.go", - "import_retry.go", - "log_client.go", "logutil.go", - "merge.go", "pipeline_items.go", - "range.go", - "rawkv_client.go", - "search.go", - "split.go", - "stream_metas.go", "systable_restore.go", "util.go", ], @@ -26,7 +16,6 @@ go_library( deps = [ "//br/pkg/checkpoint", "//br/pkg/checksum", - "//br/pkg/common", "//br/pkg/conn", "//br/pkg/conn/util", "//br/pkg/errors", @@ -34,17 +23,20 @@ go_library( "//br/pkg/logutil", "//br/pkg/metautil", "//br/pkg/pdutil", + "//br/pkg/restore/file_importer", "//br/pkg/restore/ingestrec", + "//br/pkg/restore/log_restore", "//br/pkg/restore/prealloc_table_id", + "//br/pkg/restore/rawkv", "//br/pkg/restore/split", "//br/pkg/restore/tiflashrec", + "//br/pkg/restore/utils", "//br/pkg/rtree", "//br/pkg/storage", "//br/pkg/stream", "//br/pkg/summary", "//br/pkg/utils", "//br/pkg/utils/iter", - "//br/pkg/utils/storewatch", "//br/pkg/version", "//pkg/bindinfo", "//pkg/ddl", @@ -63,41 +55,26 @@ go_library( "//pkg/util/codec", "//pkg/util/collate", "//pkg/util/engine", - "//pkg/util/hack", - "//pkg/util/mathutil", "//pkg/util/redact", "//pkg/util/table-filter", - "@com_github_emirpasic_gods//maps/treemap", "@com_github_fatih_color//:color", "@com_github_go_sql_driver_mysql//:mysql", - "@com_github_google_uuid//:uuid", "@com_github_opentracing_opentracing_go//:opentracing-go", "@com_github_pingcap_errors//:errors", "@com_github_pingcap_failpoint//:failpoint", "@com_github_pingcap_kvproto//pkg/brpb", - "@com_github_pingcap_kvproto//pkg/errorpb", "@com_github_pingcap_kvproto//pkg/import_sstpb", - "@com_github_pingcap_kvproto//pkg/kvrpcpb", "@com_github_pingcap_kvproto//pkg/metapb", - "@com_github_pingcap_kvproto//pkg/recoverdatapb", "@com_github_pingcap_log//:log", - "@com_github_tikv_client_go_v2//config", - "@com_github_tikv_client_go_v2//kv", "@com_github_tikv_client_go_v2//oracle", - "@com_github_tikv_client_go_v2//rawkv", - "@com_github_tikv_client_go_v2//tikv", - "@com_github_tikv_client_go_v2//txnkv/rangetask", "@com_github_tikv_client_go_v2//util", "@com_github_tikv_pd_client//:client", "@com_github_tikv_pd_client//http", "@org_golang_google_grpc//:grpc", "@org_golang_google_grpc//backoff", - "@org_golang_google_grpc//codes", "@org_golang_google_grpc//credentials", "@org_golang_google_grpc//credentials/insecure", "@org_golang_google_grpc//keepalive", - "@org_golang_google_grpc//status", - "@org_golang_x_exp//maps", "@org_golang_x_sync//errgroup", "@org_uber_go_multierr//:multierr", "@org_uber_go_zap//:zap", @@ -111,79 +88,56 @@ go_test( srcs = [ "batcher_test.go", "client_test.go", - "data_test.go", "db_test.go", - "import_retry_test.go", - "log_client_test.go", "main_test.go", - "merge_test.go", - "range_test.go", - "rawkv_client_test.go", - "search_test.go", - "split_test.go", - "stream_metas_test.go", "util_test.go", ], embed = [":restore"], flaky = True, race = "off", - shard_count = 50, + shard_count = 47, deps = [ "//br/pkg/backup", - "//br/pkg/conn", "//br/pkg/errors", "//br/pkg/glue", "//br/pkg/gluetidb", "//br/pkg/logutil", "//br/pkg/metautil", "//br/pkg/mock", - "//br/pkg/pdutil", + "//br/pkg/restore/file_importer", + "//br/pkg/restore/log_restore", "//br/pkg/restore/split", "//br/pkg/restore/tiflashrec", + "//br/pkg/restore/utils", "//br/pkg/rtree", "//br/pkg/storage", "//br/pkg/stream", "//br/pkg/utils", "//br/pkg/utils/iter", "//pkg/infoschema", - "//pkg/kv", "//pkg/meta/autoid", "//pkg/parser/model", "//pkg/parser/mysql", "//pkg/parser/types", "//pkg/session", - "//pkg/sessionctx/stmtctx", - "//pkg/store/pdtypes", "//pkg/tablecodec", "//pkg/testkit", "//pkg/testkit/testsetup", - "//pkg/types", - "//pkg/util/codec", - "//pkg/util/intest", "//pkg/util/table-filter", - "@com_github_fsouza_fake_gcs_server//fakestorage", "@com_github_golang_protobuf//proto", "@com_github_pingcap_errors//:errors", "@com_github_pingcap_failpoint//:failpoint", "@com_github_pingcap_kvproto//pkg/brpb", "@com_github_pingcap_kvproto//pkg/encryptionpb", - "@com_github_pingcap_kvproto//pkg/errorpb", "@com_github_pingcap_kvproto//pkg/import_sstpb", "@com_github_pingcap_kvproto//pkg/metapb", - "@com_github_pingcap_kvproto//pkg/pdpb", - "@com_github_pingcap_kvproto//pkg/recoverdatapb", "@com_github_pingcap_log//:log", "@com_github_stretchr_testify//assert", "@com_github_stretchr_testify//require", "@com_github_tikv_client_go_v2//oracle", - "@com_github_tikv_client_go_v2//rawkv", - "@com_github_tikv_client_go_v2//testutils", "@com_github_tikv_pd_client//:client", - "@org_golang_google_grpc//codes", "@org_golang_google_grpc//keepalive", - "@org_golang_google_grpc//status", "@org_uber_go_goleak//:goleak", "@org_uber_go_zap//:zap", - "@org_uber_go_zap//zapcore", ], ) diff --git a/br/pkg/restore/batcher.go b/br/pkg/restore/batcher.go index 033ef13f457f0..cf7c41a915209 100644 --- a/br/pkg/restore/batcher.go +++ b/br/pkg/restore/batcher.go @@ -12,6 +12,7 @@ import ( backuppb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/log" "github.com/pingcap/tidb/br/pkg/glue" + "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" "github.com/pingcap/tidb/br/pkg/summary" "go.uber.org/zap" @@ -227,7 +228,7 @@ type DrainResult struct { BlankTablesAfterSend []CreatedTable // RewriteRules are the rewrite rules for the tables. // the key is the table id after rewritten. - RewriteRulesMap map[int64]*RewriteRules + RewriteRulesMap map[int64]*utils.RewriteRules Ranges []rtree.Range // Record which part of ranges belongs to the table TableEndOffsetInRanges []int @@ -245,7 +246,7 @@ func (result DrainResult) Files() []TableIDWithFiles { for _, rg := range ranges { files = append(files, rg.Files...) } - var rules *RewriteRules + var rules *utils.RewriteRules if r, ok := result.RewriteRulesMap[tableID]; ok { rules = r } @@ -266,7 +267,7 @@ func newDrainResult() DrainResult { return DrainResult{ TablesToSend: make([]CreatedTable, 0), BlankTablesAfterSend: make([]CreatedTable, 0), - RewriteRulesMap: EmptyRewriteRulesMap(), + RewriteRulesMap: utils.EmptyRewriteRulesMap(), Ranges: make([]rtree.Range, 0), TableEndOffsetInRanges: make([]int, 0), } diff --git a/br/pkg/restore/batcher_test.go b/br/pkg/restore/batcher_test.go index dad4634becf73..e1ef4ab8b6a71 100644 --- a/br/pkg/restore/batcher_test.go +++ b/br/pkg/restore/batcher_test.go @@ -14,6 +14,7 @@ import ( "github.com/pingcap/log" "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/restore" + "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" "github.com/pingcap/tidb/pkg/parser/model" "github.com/stretchr/testify/require" @@ -23,7 +24,7 @@ import ( type drySender struct { mu *sync.Mutex - rewriteRules *restore.RewriteRules + rewriteRules *utils.RewriteRules ranges []rtree.Range nBatch int @@ -60,7 +61,7 @@ func (sender *drySender) Ranges() []rtree.Range { func newDrySender() *drySender { return &drySender{ - rewriteRules: restore.EmptyRewriteRule(), + rewriteRules: utils.EmptyRewriteRule(), ranges: []rtree.Range{}, mu: new(sync.Mutex), } @@ -161,7 +162,7 @@ func fakeTableWithRange(id int64, rngs []rtree.Range) restore.TableWithRange { } tblWithRng := restore.TableWithRange{ CreatedTable: restore.CreatedTable{ - RewriteRule: restore.EmptyRewriteRule(), + RewriteRule: utils.EmptyRewriteRule(), Table: tbl.Info, OldTable: tbl, }, @@ -170,8 +171,8 @@ func fakeTableWithRange(id int64, rngs []rtree.Range) restore.TableWithRange { return tblWithRng } -func fakeRewriteRules(oldPrefix string, newPrefix string) *restore.RewriteRules { - return &restore.RewriteRules{ +func fakeRewriteRules(oldPrefix string, newPrefix string) *utils.RewriteRules { + return &utils.RewriteRules{ Data: []*import_sstpb.RewriteRule{ { OldKeyPrefix: []byte(oldPrefix), @@ -299,7 +300,7 @@ func TestRewriteRules(t *testing.T) { fakeRange("can", "cao"), fakeRange("cap", "caq"), }, } - rewriteRules := []*restore.RewriteRules{ + rewriteRules := []*utils.RewriteRules{ fakeRewriteRules("a", "ada"), fakeRewriteRules("b", "bob"), fakeRewriteRules("c", "cpp"), diff --git a/br/pkg/restore/client.go b/br/pkg/restore/client.go index 437d1626a4357..770fe28eba6c1 100644 --- a/br/pkg/restore/client.go +++ b/br/pkg/restore/client.go @@ -34,10 +34,14 @@ import ( "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/pdutil" + fileimporter "github.com/pingcap/tidb/br/pkg/restore/file_importer" "github.com/pingcap/tidb/br/pkg/restore/ingestrec" + logrestore "github.com/pingcap/tidb/br/pkg/restore/log_restore" tidalloc "github.com/pingcap/tidb/br/pkg/restore/prealloc_table_id" + "github.com/pingcap/tidb/br/pkg/restore/rawkv" "github.com/pingcap/tidb/br/pkg/restore/split" "github.com/pingcap/tidb/br/pkg/restore/tiflashrec" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" "github.com/pingcap/tidb/br/pkg/storage" "github.com/pingcap/tidb/br/pkg/stream" @@ -105,8 +109,8 @@ type Client struct { pdClient pd.Client pdHTTPClient pdhttp.Client toolClient split.SplitClient - fileImporter FileImporter - rawKVClient *RawKVBatchClient + fileImporter fileimporter.FileImporter + rawKVClient *rawkv.RawKVBatchClient workerPool *tidbutil.WorkerPool tlsConf *tls.Config keepaliveConf keepalive.ClientParameters @@ -170,7 +174,7 @@ type Client struct { // clusterID is the cluster id from down-stream cluster. clusterID uint64 - *logFileManager + *logrestore.LogFileManager // storage for log restore storage storage.ExternalStorage @@ -198,7 +202,7 @@ type Client struct { preallocedTableIDs *tidalloc.PreallocIDs // the rewrite mode of the downloaded SST files in TiKV. - rewriteMode RewriteMode + rewriteMode fileimporter.RewriteMode // checkpoint information for snapshot restore checkpointRunner *checkpoint.CheckpointRunner[checkpoint.RestoreKeyType, checkpoint.RestoreValueType] @@ -229,6 +233,21 @@ func NewRestoreClient( } } +// makeDBPool makes a session pool with specficated size by sessionFactory. +func makeDBPool(size uint, dbFactory func() (*DB, error)) ([]*DB, error) { + dbPool := make([]*DB, 0, size) + for i := uint(0); i < size; i++ { + db, e := dbFactory() + if e != nil { + return dbPool, e + } + if db != nil { + dbPool = append(dbPool, db) + } + } + return dbPool, nil +} + // Init create db connection and domain for storage. func (rc *Client) Init(g glue.Glue, store kv.Storage) error { // setDB must happen after set PolicyMode. @@ -494,11 +513,11 @@ func (rc *Client) GetBatchDdlSize() uint { return rc.batchDdlSize } -func (rc *Client) SetRewriteMode(mode RewriteMode) { +func (rc *Client) SetRewriteMode(mode fileimporter.RewriteMode) { rc.rewriteMode = mode } -func (rc *Client) GetRewriteMode() RewriteMode { +func (rc *Client) GetRewriteMode() fileimporter.RewriteMode { return rc.rewriteMode } @@ -561,11 +580,11 @@ func (rc *Client) InitClients(ctx context.Context, backend *backuppb.StorageBack splitClientOpts = append(splitClientOpts, split.WithRawKV()) } metaClient := split.NewClient(rc.pdClient, rc.pdHTTPClient, rc.tlsConf, maxSplitKeysOnce, rc.GetStoreCount()+1, splitClientOpts...) - importCli := NewImportClient(metaClient, rc.tlsConf, rc.keepaliveConf) - rc.fileImporter = NewFileImporter(metaClient, importCli, backend, isRawKvMode, isTxnKvMode, stores, rc.rewriteMode, concurrencyPerStore, useTokenBucket) + importCli := fileimporter.NewImportClient(metaClient, rc.tlsConf, rc.keepaliveConf) + rc.fileImporter = fileimporter.NewFileImporter(metaClient, importCli, backend, isRawKvMode, isTxnKvMode, stores, rc.rewriteMode, concurrencyPerStore, useTokenBucket) } -func (rc *Client) SetRawKVClient(c *RawKVBatchClient) { +func (rc *Client) SetRawKVClient(c *rawkv.RawKVBatchClient) { rc.rawKVClient = c } @@ -912,8 +931,8 @@ func (rc *Client) CreateTables( dom *domain.Domain, tables []*metautil.Table, newTS uint64, -) (*RewriteRules, []*model.TableInfo, error) { - rewriteRules := &RewriteRules{ +) (*restoreutils.RewriteRules, []*model.TableInfo, error) { + rewriteRules := &restoreutils.RewriteRules{ Data: make([]*import_sstpb.RewriteRule, 0), } newTables := make([]*model.TableInfo, 0, len(tables)) @@ -971,7 +990,7 @@ func (rc *Client) createTables( table.Info.IsCommonHandle, newTableInfo.IsCommonHandle) } - rules := GetRewriteRules(newTableInfo, table.Info, newTS, true) + rules := restoreutils.GetRewriteRules(newTableInfo, table.Info, newTS, true) ct := CreatedTable{ RewriteRule: rules, Table: newTableInfo, @@ -1009,7 +1028,7 @@ func (rc *Client) createTable( table.Info.IsCommonHandle, newTableInfo.IsCommonHandle) } - rules := GetRewriteRules(newTableInfo, table.Info, newTS, true) + rules := restoreutils.GetRewriteRules(newTableInfo, table.Info, newTS, true) et := CreatedTable{ RewriteRule: rules, Table: newTableInfo, @@ -1318,11 +1337,11 @@ func (rc *Client) ExecDDLs(ctx context.Context, ddlJobs []*model.Job) error { } // Mock the call of setSpeedLimit function -func MockCallSetSpeedLimit(ctx context.Context, fakeImportClient ImporterClient, rc *Client, concurrency uint) error { +func MockCallSetSpeedLimit(ctx context.Context, fakeImportClient fileimporter.ImporterClient, rc *Client, concurrency uint) error { rc.SetRateLimit(42) rc.SetConcurrency(concurrency) rc.hasSpeedLimited = false - rc.fileImporter = NewFileImporter(nil, fakeImportClient, nil, false, false, nil, rc.rewriteMode, 128, false) + rc.fileImporter = fileimporter.NewFileImporter(nil, fakeImportClient, nil, false, false, nil, rc.rewriteMode, 128, false) return rc.setSpeedLimit(ctx, rc.rateLimit) } @@ -1351,7 +1370,7 @@ func (rc *Client) setSpeedLimit(ctx context.Context, rateLimit uint64) error { finalStore := store rc.workerPool.ApplyOnErrorGroup(eg, func() error { - err := rc.fileImporter.setDownloadSpeedLimit(ectx, finalStore.GetId(), rateLimit) + err := rc.fileImporter.SetDownloadSpeedLimit(ectx, finalStore.GetId(), rateLimit) if err != nil { return errors.Trace(err) } @@ -1420,7 +1439,7 @@ func (rc *Client) SplitRanges(ctx context.Context, return SplitRanges(ctx, rc, ranges, updateCh, isRawKv) } -func (rc *Client) WrapLogFilesIterWithSplitHelper(logIter LogIter, rules map[int64]*RewriteRules, g glue.Glue, store kv.Storage) (LogIter, error) { +func (rc *Client) WrapLogFilesIterWithSplitHelper(logIter logrestore.LogIter, rules map[int64]*restoreutils.RewriteRules, g glue.Glue, store kv.Storage) (logrestore.LogIter, error) { se, err := g.CreateSession(store) if err != nil { return nil, errors.Trace(err) @@ -1429,11 +1448,11 @@ func (rc *Client) WrapLogFilesIterWithSplitHelper(logIter LogIter, rules map[int splitSize, splitKeys := utils.GetRegionSplitInfo(execCtx) log.Info("get split threshold from tikv config", zap.Uint64("split-size", splitSize), zap.Int64("split-keys", splitKeys)) client := split.NewClient(rc.GetPDClient(), rc.pdHTTPClient, rc.GetTLSConfig(), maxSplitKeysOnce, 3) - return NewLogFilesIterWithSplitHelper(logIter, rules, client, splitSize, splitKeys), nil + return logrestore.NewLogFilesIterWithSplitHelper(logIter, rules, client, splitSize, splitKeys), nil } -func (rc *Client) generateKvFilesSkipMap(ctx context.Context, downstreamIdset map[int64]struct{}, taskName string) (*LogFilesSkipMap, error) { - skipMap := NewLogFilesSkipMap() +func (rc *Client) generateKvFilesSkipMap(ctx context.Context, downstreamIdset map[int64]struct{}, taskName string) (*restoreutils.LogFilesSkipMap, error) { + skipMap := restoreutils.NewLogFilesSkipMap() t, err := checkpoint.WalkCheckpointFileForRestore(ctx, rc.storage, rc.cipher, taskName, func(groupKey checkpoint.LogRestoreKeyType, off checkpoint.LogRestoreValueMarshaled) { for tableID, foffs := range off.Foffs { // filter out the checkpoint data of dropped table @@ -1453,17 +1472,17 @@ func (rc *Client) generateKvFilesSkipMap(ctx context.Context, downstreamIdset ma func (rc *Client) WrapLogFilesIterWithCheckpoint( ctx context.Context, - logIter LogIter, + logIter logrestore.LogIter, downstreamIdset map[int64]struct{}, taskName string, updateStats func(kvCount, size uint64), onProgress func(), -) (LogIter, error) { +) (logrestore.LogIter, error) { skipMap, err := rc.generateKvFilesSkipMap(ctx, downstreamIdset, taskName) if err != nil { return nil, errors.Trace(err) } - return iter.FilterOut(logIter, func(d *LogDataFileInfo) bool { + return iter.FilterOut(logIter, func(d *logrestore.LogDataFileInfo) bool { if skipMap.NeedSkip(d.MetaDataGroupName, d.OffsetInMetaGroup, d.OffsetInMergedGroup) { onProgress() updateStats(uint64(d.NumberOfEntries), d.Length) @@ -1525,7 +1544,7 @@ LOOPFORTABLE: break LOOPFORTABLE } restoreFn := func() error { - filesGroups := getGroupFiles(filesReplica, rc.fileImporter.supportMultiIngest) + filesGroups := getGroupFiles(filesReplica, rc.fileImporter.SupportMultiIngest) for _, filesGroup := range filesGroups { if importErr := func(fs []*backuppb.File) (err error) { fileStart := time.Now() @@ -1554,12 +1573,7 @@ LOOPFORTABLE: return nil } if rc.granularity == string(CoarseGrained) { - rc.fileImporter.cond.L.Lock() - for rc.fileImporter.ShouldBlock() { - // wait for download worker notified - rc.fileImporter.cond.Wait() - } - rc.fileImporter.cond.L.Unlock() + rc.fileImporter.WaitUntilUnblock() rc.workerPool.ApplyOnErrorGroup(eg, restoreFn) } else { // if we are not use coarse granularity which means @@ -1593,8 +1607,11 @@ func (rc *Client) WaitForFilesRestored(ctx context.Context, files []*backuppb.Fi fileReplica := file rc.workerPool.ApplyOnErrorGroup(eg, func() error { - defer updateCh.Inc() - return rc.fileImporter.ImportSSTFiles(ectx, []*backuppb.File{fileReplica}, EmptyRewriteRule(), rc.cipher, rc.backupMeta.ApiVersion) + defer func() { + log.Info("import sst files done", logutil.Files(files)) + updateCh.Inc() + }() + return rc.fileImporter.ImportSSTFiles(ectx, []*backuppb.File{fileReplica}, restoreutils.EmptyRewriteRule(), rc.cipher, rc.backupMeta.ApiVersion) }) } if err := eg.Wait(); err != nil { @@ -1911,7 +1928,7 @@ func (rc *Client) GoUpdateMetaAndLoadStats( zap.Int64("new id", tbl.Table.ID), ) start := time.Now() - rewriteIDMap := getTableIDMap(tbl.Table, tbl.OldTable.Info) + rewriteIDMap := restoreutils.GetTableIDMap(tbl.Table, tbl.OldTable.Info) if statsErr = metautil.RestoreStats(ctx, s, cipher, rc.statsHandler, tbl.Table, oldTable.StatsFileIndexes, rewriteIDMap); statsErr != nil { log.Error("analyze table failed", zap.Any("table", oldTable.StatsFileIndexes), zap.Error(statsErr)) } @@ -2020,7 +2037,7 @@ func (rc *Client) FailpointDoChecksumForLogRestore( kvClient kv.Client, pdClient pd.Client, idrules map[int64]int64, - rewriteRules map[int64]*RewriteRules, + rewriteRules map[int64]*restoreutils.RewriteRules, ) (finalErr error) { startTS, err := rc.GetTSWithRetry(ctx) if err != nil { @@ -2419,7 +2436,7 @@ func (rc *Client) PreCheckTableClusterIndex( } func (rc *Client) InstallLogFileManager(ctx context.Context, startTS, restoreTS uint64, metadataDownloadBatchSize uint) error { - init := LogFileManagerInit{ + init := logrestore.LogFileManagerInit{ StartTS: startTS, RestoreTS: restoreTS, Storage: rc.storage, @@ -2427,7 +2444,7 @@ func (rc *Client) InstallLogFileManager(ctx context.Context, startTS, restoreTS MetadataDownloadBatchSize: metadataDownloadBatchSize, } var err error - rc.logFileManager, err = CreateLogFileManager(ctx, init) + rc.LogFileManager, err = logrestore.CreateLogFileManager(ctx, init) if err != nil { return err } @@ -2499,9 +2516,9 @@ type FilesInRegion struct { writeSize uint64 writeKVCount int64 - defaultFiles []*LogDataFileInfo - writeFiles []*LogDataFileInfo - deleteFiles []*LogDataFileInfo + defaultFiles []*logrestore.LogDataFileInfo + writeFiles []*logrestore.LogDataFileInfo + deleteFiles []*logrestore.LogDataFileInfo } type FilesInTable struct { @@ -2510,15 +2527,15 @@ type FilesInTable struct { func ApplyKVFilesWithBatchMethod( ctx context.Context, - logIter LogIter, + logIter logrestore.LogIter, batchCount int, batchSize uint64, - applyFunc func(files []*LogDataFileInfo, kvCount int64, size uint64), + applyFunc func(files []*logrestore.LogDataFileInfo, kvCount int64, size uint64), applyWg *sync.WaitGroup, ) error { var ( tableMapFiles = make(map[int64]*FilesInTable) - tmpFiles = make([]*LogDataFileInfo, 0, batchCount) + tmpFiles = make([]*logrestore.LogDataFileInfo, 0, batchCount) tmpSize uint64 = 0 tmpKVCount int64 = 0 ) @@ -2529,7 +2546,7 @@ func ApplyKVFilesWithBatchMethod( f := r.Item if f.GetType() == backuppb.FileType_Put && f.GetLength() >= batchSize { - applyFunc([]*LogDataFileInfo{f}, f.GetNumberOfEntries(), f.GetLength()) + applyFunc([]*logrestore.LogDataFileInfo{f}, f.GetNumberOfEntries(), f.GetLength()) continue } @@ -2548,13 +2565,13 @@ func ApplyKVFilesWithBatchMethod( if f.GetType() == backuppb.FileType_Delete { if fs.defaultFiles == nil { - fs.deleteFiles = make([]*LogDataFileInfo, 0) + fs.deleteFiles = make([]*logrestore.LogDataFileInfo, 0) } fs.deleteFiles = append(fs.deleteFiles, f) } else { if f.GetCf() == stream.DefaultCF { if fs.defaultFiles == nil { - fs.defaultFiles = make([]*LogDataFileInfo, 0, batchCount) + fs.defaultFiles = make([]*logrestore.LogDataFileInfo, 0, batchCount) } fs.defaultFiles = append(fs.defaultFiles, f) fs.defaultSize += f.Length @@ -2567,7 +2584,7 @@ func ApplyKVFilesWithBatchMethod( } } else { if fs.writeFiles == nil { - fs.writeFiles = make([]*LogDataFileInfo, 0, batchCount) + fs.writeFiles = make([]*logrestore.LogDataFileInfo, 0, batchCount) } fs.writeFiles = append(fs.writeFiles, f) fs.writeSize += f.GetLength() @@ -2603,14 +2620,14 @@ func ApplyKVFilesWithBatchMethod( if len(tmpFiles) >= batchCount || tmpSize >= batchSize { applyFunc(tmpFiles, tmpKVCount, tmpSize) - tmpFiles = make([]*LogDataFileInfo, 0, batchCount) + tmpFiles = make([]*logrestore.LogDataFileInfo, 0, batchCount) tmpSize = 0 tmpKVCount = 0 } } if len(tmpFiles) > 0 { applyFunc(tmpFiles, tmpKVCount, tmpSize) - tmpFiles = make([]*LogDataFileInfo, 0, batchCount) + tmpFiles = make([]*logrestore.LogDataFileInfo, 0, batchCount) tmpSize = 0 tmpKVCount = 0 } @@ -2622,11 +2639,11 @@ func ApplyKVFilesWithBatchMethod( func ApplyKVFilesWithSingelMethod( ctx context.Context, - files LogIter, - applyFunc func(file []*LogDataFileInfo, kvCount int64, size uint64), + files logrestore.LogIter, + applyFunc func(file []*logrestore.LogDataFileInfo, kvCount int64, size uint64), applyWg *sync.WaitGroup, ) error { - deleteKVFiles := make([]*LogDataFileInfo, 0) + deleteKVFiles := make([]*logrestore.LogDataFileInfo, 0) for r := files.TryNext(ctx); !r.Finished; r = files.TryNext(ctx) { if r.Err != nil { @@ -2638,14 +2655,14 @@ func ApplyKVFilesWithSingelMethod( deleteKVFiles = append(deleteKVFiles, f) continue } - applyFunc([]*LogDataFileInfo{f}, f.GetNumberOfEntries(), f.GetLength()) + applyFunc([]*logrestore.LogDataFileInfo{f}, f.GetNumberOfEntries(), f.GetLength()) } applyWg.Wait() log.Info("restore delete files", zap.Int("count", len(deleteKVFiles))) for _, file := range deleteKVFiles { f := file - applyFunc([]*LogDataFileInfo{f}, f.GetNumberOfEntries(), f.GetLength()) + applyFunc([]*logrestore.LogDataFileInfo{f}, f.GetNumberOfEntries(), f.GetLength()) } return nil @@ -2653,9 +2670,9 @@ func ApplyKVFilesWithSingelMethod( func (rc *Client) RestoreKVFiles( ctx context.Context, - rules map[int64]*RewriteRules, + rules map[int64]*restoreutils.RewriteRules, idrules map[int64]int64, - logIter LogIter, + logIter logrestore.LogIter, runner *checkpoint.CheckpointRunner[checkpoint.LogRestoreKeyType, checkpoint.LogRestoreValueType], pitrBatchCount uint32, pitrBatchSize uint32, @@ -2685,7 +2702,7 @@ func (rc *Client) RestoreKVFiles( var applyWg sync.WaitGroup eg, ectx := errgroup.WithContext(ctx) - applyFunc := func(files []*LogDataFileInfo, kvCount int64, size uint64) { + applyFunc := func(files []*logrestore.LogDataFileInfo, kvCount int64, size uint64) { if len(files) == 0 { return } @@ -2732,7 +2749,7 @@ func (rc *Client) RestoreKVFiles( } }() - return rc.fileImporter.ImportKVFiles(ectx, files, rule, rc.shiftStartTS, rc.startTS, rc.restoreTS, supportBatch) + return rc.fileImporter.ImportKVFiles(ectx, files, rule, rc.ShiftStartTS, rc.StartTS, rc.RestoreTS, supportBatch) }) } } @@ -2877,7 +2894,7 @@ func (rc *Client) InitSchemasReplaceForDDL( if !cfg.IsNewTask { log.Info("try to load pitr id maps") needConstructIdMap = false - dbMaps, err = rc.initSchemasMap(ctx, rc.GetClusterID(ctx), rc.restoreTS) + dbMaps, err = rc.initSchemasMap(ctx, rc.GetClusterID(ctx), rc.RestoreTS) if err != nil { return nil, errors.Trace(err) } @@ -2886,9 +2903,9 @@ func (rc *Client) InitSchemasReplaceForDDL( // a new task, but without full snapshot restore, tries to load // schemas map whose `restore-ts`` is the task's `start-ts`. if len(dbMaps) <= 0 && !cfg.HasFullRestore { - log.Info("try to load pitr id maps of the previous task", zap.Uint64("start-ts", rc.startTS)) + log.Info("try to load pitr id maps of the previous task", zap.Uint64("start-ts", rc.StartTS)) needConstructIdMap = true - dbMaps, err = rc.initSchemasMap(ctx, rc.GetClusterID(ctx), rc.startTS) + dbMaps, err = rc.initSchemasMap(ctx, rc.GetClusterID(ctx), rc.StartTS) if err != nil { return nil, errors.Trace(err) } @@ -2932,8 +2949,8 @@ func (rc *Client) InitSchemasReplaceForDDL( dbReplace.TableMap[t.Info.ID] = &stream.TableReplace{ Name: newTableInfo.Name.O, TableID: newTableInfo.ID, - PartitionMap: getPartitionIDMap(newTableInfo, t.Info), - IndexMap: getIndexIDMap(newTableInfo, t.Info), + PartitionMap: restoreutils.GetPartitionIDMap(newTableInfo, t.Info), + IndexMap: restoreutils.GetIndexIDMap(newTableInfo, t.Info), } } } else { @@ -3085,7 +3102,7 @@ func (rc *Client) constructIDMap( } for _, entry := range entries { - if _, err := sr.RewriteKvEntry(&entry.e, f.GetCf()); err != nil { + if _, err := sr.RewriteKvEntry(&entry.E, f.GetCf()); err != nil { return errors.Trace(err) } } @@ -3104,12 +3121,12 @@ func (rc *Client) RestoreMetaKVFilesWithBatchMethod( ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - kvEntries []*KvEntryWithTS, + kvEntries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*KvEntryWithTS, error), + ) ([]*logrestore.KvEntryWithTS, error), ) error { // the average size of each KV is 2560 Bytes // kvEntries is kvs left by the previous batch @@ -3123,8 +3140,8 @@ func (rc *Client) RestoreMetaKVFilesWithBatchMethod( defaultIdx int = 0 writeIdx int = 0 - defaultKvEntries = make([]*KvEntryWithTS, 0) - writeKvEntries = make([]*KvEntryWithTS, 0) + defaultKvEntries = make([]*logrestore.KvEntryWithTS, 0) + writeKvEntries = make([]*logrestore.KvEntryWithTS, 0) ) // Set restoreKV to SchemaReplace. schemasReplace.SetRestoreKVStatus() @@ -3183,31 +3200,25 @@ func (rc *Client) RestoreMetaKVFilesWithBatchMethod( return nil } -// the kv entry with ts, the ts is decoded from entry. -type KvEntryWithTS struct { - e kv.Entry - ts uint64 -} - func (rc *Client) RestoreBatchMetaKVFiles( ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - kvEntries []*KvEntryWithTS, + kvEntries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, -) ([]*KvEntryWithTS, error) { - nextKvEntries := make([]*KvEntryWithTS, 0) - curKvEntries := make([]*KvEntryWithTS, 0) +) ([]*logrestore.KvEntryWithTS, error) { + nextKvEntries := make([]*logrestore.KvEntryWithTS, 0) + curKvEntries := make([]*logrestore.KvEntryWithTS, 0) if len(files) == 0 && len(kvEntries) == 0 { return nextKvEntries, nil } // filter the kv from kvEntries again. for _, kv := range kvEntries { - if kv.ts < filterTS { + if kv.Ts < filterTS { curKvEntries = append(curKvEntries, kv) } else { nextKvEntries = append(nextKvEntries, kv) @@ -3226,8 +3237,8 @@ func (rc *Client) RestoreBatchMetaKVFiles( } // sort these entries. - slices.SortFunc(curKvEntries, func(i, j *KvEntryWithTS) int { - return cmp.Compare(i.ts, j.ts) + slices.SortFunc(curKvEntries, func(i, j *logrestore.KvEntryWithTS) int { + return cmp.Compare(i.Ts, j.Ts) }) // restore these entries with rawPut() method. @@ -3248,7 +3259,7 @@ func (rc *Client) RestoreBatchMetaKVFiles( func (rc *Client) restoreMetaKvEntries( ctx context.Context, sr *stream.SchemasReplace, - entries []*KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, columnFamily string, ) (uint64, uint64, error) { var ( @@ -3259,24 +3270,24 @@ func (rc *Client) restoreMetaKvEntries( rc.rawKVClient.SetColumnFamily(columnFamily) for _, entry := range entries { - log.Debug("before rewrte entry", zap.Uint64("key-ts", entry.ts), zap.Int("key-len", len(entry.e.Key)), - zap.Int("value-len", len(entry.e.Value)), zap.ByteString("key", entry.e.Key)) + log.Debug("before rewrte entry", zap.Uint64("key-ts", entry.Ts), zap.Int("key-len", len(entry.E.Key)), + zap.Int("value-len", len(entry.E.Value)), zap.ByteString("key", entry.E.Key)) - newEntry, err := sr.RewriteKvEntry(&entry.e, columnFamily) + newEntry, err := sr.RewriteKvEntry(&entry.E, columnFamily) if err != nil { - log.Error("rewrite txn entry failed", zap.Int("klen", len(entry.e.Key)), - logutil.Key("txn-key", entry.e.Key)) + log.Error("rewrite txn entry failed", zap.Int("klen", len(entry.E.Key)), + logutil.Key("txn-key", entry.E.Key)) return 0, 0, errors.Trace(err) } else if newEntry == nil { continue } log.Debug("after rewrite entry", zap.Int("new-key-len", len(newEntry.Key)), - zap.Int("new-value-len", len(entry.e.Value)), zap.ByteString("new-key", newEntry.Key)) + zap.Int("new-value-len", len(entry.E.Value)), zap.ByteString("new-key", newEntry.Key)) failpoint.Inject("failed-to-restore-metakv", func(_ failpoint.Value) { failpoint.Return(0, 0, errors.Errorf("failpoint: failed to restore metakv")) }) - if err := rc.rawKVClient.Put(ctx, newEntry.Key, newEntry.Value, entry.ts); err != nil { + if err := rc.rawKVClient.Put(ctx, newEntry.Key, newEntry.Value, entry.Ts); err != nil { return 0, 0, errors.Trace(err) } // for failpoint, we need to flush the cache in rawKVClient every time @@ -3642,7 +3653,7 @@ func (rc *Client) SaveIDMap( ) error { idMaps := sr.TidySchemaMaps() clusterID := rc.GetClusterID(ctx) - metaFileName := metautil.PitrIDMapsFilename(clusterID, rc.restoreTS) + metaFileName := metautil.PitrIDMapsFilename(clusterID, rc.RestoreTS) metaWriter := metautil.NewMetaWriter(rc.storage, metautil.MetaFileSize, false, metaFileName, nil) metaWriter.Update(func(m *backuppb.BackupMeta) { // save log startTS to backupmeta file @@ -3661,8 +3672,8 @@ func (rc *Client) SaveIDMap( log.Info("save checkpoint task info with InLogRestoreAndIdMapPersist status") if err := checkpoint.SaveCheckpointTaskInfoForLogRestore(ctx, rc.storage, &checkpoint.CheckpointTaskInfoForLogRestore{ Progress: checkpoint.InLogRestoreAndIdMapPersist, - StartTS: rc.startTS, - RestoreTS: rc.restoreTS, + StartTS: rc.StartTS, + RestoreTS: rc.RestoreTS, RewriteTS: rc.currentTS, TiFlashItems: items, }, rc.GetClusterID(ctx)); err != nil { @@ -3758,14 +3769,14 @@ func (rc *Client) ResetTiFlashReplicas(ctx context.Context, g glue.Glue, storage // RangeFilterFromIngestRecorder rewrites the table id of items in the ingestRecorder // TODO: need to implement the range filter out feature -func (rc *Client) RangeFilterFromIngestRecorder(recorder *ingestrec.IngestRecorder, rewriteRules map[int64]*RewriteRules) error { +func (rc *Client) RangeFilterFromIngestRecorder(recorder *ingestrec.IngestRecorder, rewriteRules map[int64]*restoreutils.RewriteRules) error { err := recorder.RewriteTableID(func(tableID int64) (int64, bool, error) { rewriteRule, exists := rewriteRules[tableID] if !exists { // since the table's files will be skipped restoring, here also skips. return 0, true, nil } - newTableID := GetRewriteTableID(tableID, rewriteRule) + newTableID := restoreutils.GetRewriteTableID(tableID, rewriteRule) if newTableID == 0 { return 0, false, errors.Errorf("newTableID is 0, tableID: %d", tableID) } diff --git a/br/pkg/restore/client_test.go b/br/pkg/restore/client_test.go index 247e7a9764e54..b7497c23e466f 100644 --- a/br/pkg/restore/client_test.go +++ b/br/pkg/restore/client_test.go @@ -23,6 +23,8 @@ import ( "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/mock" "github.com/pingcap/tidb/br/pkg/restore" + fileimporter "github.com/pingcap/tidb/br/pkg/restore/file_importer" + logrestore "github.com/pingcap/tidb/br/pkg/restore/log_restore" "github.com/pingcap/tidb/br/pkg/restore/tiflashrec" "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/br/pkg/utils" @@ -497,7 +499,7 @@ func TestPreCheckTableTiFlashReplicas(t *testing.T) { // Mock ImporterClient interface type FakeImporterClient struct { - restore.ImporterClient + fileimporter.ImporterClient } // Record the stores that have communicated @@ -765,7 +767,7 @@ func TestRestoreBatchMetaKVFiles(t *testing.T) { client := restore.MockClient(nil) files := []*backuppb.DataFileInfo{} // test empty files and entries - next, err := client.RestoreBatchMetaKVFiles(context.Background(), files[0:], nil, make([]*restore.KvEntryWithTS, 0), math.MaxUint64, nil, nil, "") + next, err := client.RestoreBatchMetaKVFiles(context.Background(), files[0:], nil, make([]*logrestore.KvEntryWithTS, 0), math.MaxUint64, nil, nil, "") require.NoError(t, err) require.Equal(t, 0, len(next)) } @@ -788,12 +790,12 @@ func TestRestoreMetaKVFilesWithBatchMethod1(t *testing.T) { ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { require.Equal(t, 0, len(entries)) require.Equal(t, 0, len(files)) batchCount++ @@ -828,12 +830,12 @@ func TestRestoreMetaKVFilesWithBatchMethod2_default_empty(t *testing.T) { ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { if len(entries) == 0 && len(files) == 0 { require.Equal(t, stream.DefaultCF, cf) batchCount++ @@ -875,12 +877,12 @@ func TestRestoreMetaKVFilesWithBatchMethod2_write_empty_1(t *testing.T) { ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { if len(entries) == 0 && len(files) == 0 { require.Equal(t, stream.WriteCF, cf) batchCount++ @@ -930,12 +932,12 @@ func TestRestoreMetaKVFilesWithBatchMethod2_write_empty_2(t *testing.T) { ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { if len(entries) == 0 && len(files) == 0 { // write - write require.Equal(t, stream.WriteCF, cf) @@ -997,12 +999,12 @@ func TestRestoreMetaKVFilesWithBatchMethod_with_entries(t *testing.T) { ctx context.Context, files []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { if len(entries) == 0 && len(files) == 0 { // write - write require.Equal(t, stream.WriteCF, cf) @@ -1105,17 +1107,17 @@ func TestRestoreMetaKVFilesWithBatchMethod3(t *testing.T) { ctx context.Context, fs []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { result[batchCount] = fs t.Log(filterTS) resultKV[batchCount] = len(entries) batchCount++ - return make([]*restore.KvEntryWithTS, batchCount), nil + return make([]*logrestore.KvEntryWithTS, batchCount), nil }, ) require.Nil(t, err) @@ -1192,12 +1194,12 @@ func TestRestoreMetaKVFilesWithBatchMethod4(t *testing.T) { ctx context.Context, fs []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { result[batchCount] = fs batchCount++ return nil, nil @@ -1273,12 +1275,12 @@ func TestRestoreMetaKVFilesWithBatchMethod5(t *testing.T) { ctx context.Context, fs []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { result[batchCount] = fs batchCount++ return nil, nil @@ -1371,17 +1373,17 @@ func TestRestoreMetaKVFilesWithBatchMethod6(t *testing.T) { ctx context.Context, fs []*backuppb.DataFileInfo, schemasReplace *stream.SchemasReplace, - entries []*restore.KvEntryWithTS, + entries []*logrestore.KvEntryWithTS, filterTS uint64, updateStats func(kvCount uint64, size uint64), progressInc func(), cf string, - ) ([]*restore.KvEntryWithTS, error) { + ) ([]*logrestore.KvEntryWithTS, error) { result[batchCount] = fs t.Log(filterTS) resultKV[batchCount] = len(entries) batchCount++ - return make([]*restore.KvEntryWithTS, batchCount), nil + return make([]*logrestore.KvEntryWithTS, batchCount), nil }, ) require.Nil(t, err) @@ -1443,9 +1445,9 @@ func TestSortMetaKVFiles(t *testing.T) { require.Equal(t, files[4].Path, "f5") } -func toLogDataFileInfoIter(logIter iter.TryNextor[*backuppb.DataFileInfo]) restore.LogIter { - return iter.Map(logIter, func(d *backuppb.DataFileInfo) *restore.LogDataFileInfo { - return &restore.LogDataFileInfo{ +func toLogDataFileInfoIter(logIter iter.TryNextor[*backuppb.DataFileInfo]) logrestore.LogIter { + return iter.Map(logIter, func(d *backuppb.DataFileInfo) *logrestore.LogDataFileInfo { + return &logrestore.LogDataFileInfo{ DataFileInfo: d, } }) @@ -1481,7 +1483,7 @@ func TestApplyKVFilesWithSingelMethod(t *testing.T) { } var applyWg sync.WaitGroup applyFunc := func( - files []*restore.LogDataFileInfo, + files []*logrestore.LogDataFileInfo, kvCount int64, size uint64, ) { @@ -1553,7 +1555,7 @@ func TestApplyKVFilesWithBatchMethod1(t *testing.T) { } var applyWg sync.WaitGroup applyFunc := func( - files []*restore.LogDataFileInfo, + files []*logrestore.LogDataFileInfo, kvCount int64, size uint64, ) { @@ -1643,7 +1645,7 @@ func TestApplyKVFilesWithBatchMethod2(t *testing.T) { } var applyWg sync.WaitGroup applyFunc := func( - files []*restore.LogDataFileInfo, + files []*logrestore.LogDataFileInfo, kvCount int64, size uint64, ) { @@ -1727,7 +1729,7 @@ func TestApplyKVFilesWithBatchMethod3(t *testing.T) { } var applyWg sync.WaitGroup applyFunc := func( - files []*restore.LogDataFileInfo, + files []*logrestore.LogDataFileInfo, kvCount int64, size uint64, ) { @@ -1809,7 +1811,7 @@ func TestApplyKVFilesWithBatchMethod4(t *testing.T) { } var applyWg sync.WaitGroup applyFunc := func( - files []*restore.LogDataFileInfo, + files []*logrestore.LogDataFileInfo, kvCount int64, size uint64, ) { @@ -1887,7 +1889,7 @@ func TestApplyKVFilesWithBatchMethod5(t *testing.T) { } var applyWg sync.WaitGroup applyFunc := func( - files []*restore.LogDataFileInfo, + files []*logrestore.LogDataFileInfo, kvCount int64, size uint64, ) { diff --git a/br/pkg/restore/data/BUILD.bazel b/br/pkg/restore/data/BUILD.bazel new file mode 100644 index 0000000000000..76e082ee4c91a --- /dev/null +++ b/br/pkg/restore/data/BUILD.bazel @@ -0,0 +1,57 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") + +go_library( + name = "data", + srcs = [ + "data.go", + "key.go", + "recover.go", + ], + importpath = "github.com/pingcap/tidb/br/pkg/restore/data", + visibility = ["//visibility:public"], + deps = [ + "//br/pkg/common", + "//br/pkg/conn", + "//br/pkg/errors", + "//br/pkg/glue", + "//br/pkg/logutil", + "//br/pkg/utils", + "//br/pkg/utils/storewatch", + "//pkg/ddl", + "//pkg/util", + "@com_github_emirpasic_gods//maps/treemap", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_kvproto//pkg/metapb", + "@com_github_pingcap_kvproto//pkg/recoverdatapb", + "@com_github_pingcap_log//:log", + "@com_github_tikv_client_go_v2//kv", + "@com_github_tikv_client_go_v2//tikv", + "@com_github_tikv_client_go_v2//txnkv/rangetask", + "@org_golang_google_grpc//:grpc", + "@org_golang_google_grpc//backoff", + "@org_golang_x_sync//errgroup", + "@org_uber_go_zap//:zap", + ], +) + +go_test( + name = "data_test", + timeout = "short", + srcs = [ + "data_test.go", + "key_test.go", + ], + flaky = True, + shard_count = 6, + deps = [ + ":data", + "//br/pkg/conn", + "//br/pkg/gluetidb", + "//br/pkg/pdutil", + "@com_github_pingcap_kvproto//pkg/metapb", + "@com_github_pingcap_kvproto//pkg/recoverdatapb", + "@com_github_stretchr_testify//require", + "@com_github_tikv_client_go_v2//testutils", + "@com_github_tikv_pd_client//:client", + ], +) diff --git a/br/pkg/restore/data.go b/br/pkg/restore/data/data.go similarity index 99% rename from br/pkg/restore/data.go rename to br/pkg/restore/data/data.go index 849905c1cac4b..342ac20e09e9d 100644 --- a/br/pkg/restore/data.go +++ b/br/pkg/restore/data/data.go @@ -1,5 +1,5 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package data import ( "context" @@ -27,6 +27,8 @@ import ( "google.golang.org/grpc/backoff" ) +const gRPCBackOffMaxDelay = 3 * time.Second + type RecoveryStage int const ( diff --git a/br/pkg/restore/data_test.go b/br/pkg/restore/data/data_test.go similarity index 93% rename from br/pkg/restore/data_test.go rename to br/pkg/restore/data/data_test.go index 47c0668417800..7c3a5a3242d21 100644 --- a/br/pkg/restore/data_test.go +++ b/br/pkg/restore/data/data_test.go @@ -1,5 +1,5 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore_test +package data_test import ( "context" @@ -10,7 +10,7 @@ import ( "github.com/pingcap/tidb/br/pkg/conn" "github.com/pingcap/tidb/br/pkg/gluetidb" "github.com/pingcap/tidb/br/pkg/pdutil" - "github.com/pingcap/tidb/br/pkg/restore" + "github.com/pingcap/tidb/br/pkg/restore/data" "github.com/stretchr/testify/require" "github.com/tikv/client-go/v2/testutils" pd "github.com/tikv/pd/client" @@ -27,7 +27,7 @@ type testData struct { cancel context.CancelFunc mockPDClient pd.Client - mockRecovery restore.Recovery + mockRecovery data.Recovery } func newRegionMeta( @@ -55,19 +55,19 @@ func newRegionMeta( } func (t *testData) generateRegionMeta() { - storeMeta0 := restore.NewStoreMeta(1) + storeMeta0 := data.NewStoreMeta(1) storeMeta0.RegionMetas = append(storeMeta0.RegionMetas, newRegionMeta(11, 24, 8, 5, 4, 1, false, []byte(""), []byte("b"))) storeMeta0.RegionMetas = append(storeMeta0.RegionMetas, newRegionMeta(12, 34, 5, 6, 5, 1, false, []byte("b"), []byte("c"))) storeMeta0.RegionMetas = append(storeMeta0.RegionMetas, newRegionMeta(13, 44, 1200, 7, 6, 1, false, []byte("c"), []byte(""))) t.mockRecovery.StoreMetas[0] = storeMeta0 - storeMeta1 := restore.NewStoreMeta(2) + storeMeta1 := data.NewStoreMeta(2) storeMeta1.RegionMetas = append(storeMeta1.RegionMetas, newRegionMeta(11, 25, 7, 6, 4, 1, false, []byte(""), []byte("b"))) storeMeta1.RegionMetas = append(storeMeta1.RegionMetas, newRegionMeta(12, 35, 5, 6, 5, 1, false, []byte("b"), []byte("c"))) storeMeta1.RegionMetas = append(storeMeta1.RegionMetas, newRegionMeta(13, 45, 1200, 6, 6, 1, false, []byte("c"), []byte(""))) t.mockRecovery.StoreMetas[1] = storeMeta1 - storeMeta2 := restore.NewStoreMeta(3) + storeMeta2 := data.NewStoreMeta(3) storeMeta2.RegionMetas = append(storeMeta2.RegionMetas, newRegionMeta(11, 26, 7, 5, 4, 1, false, []byte(""), []byte("b"))) storeMeta2.RegionMetas = append(storeMeta2.RegionMetas, newRegionMeta(12, 36, 5, 6, 6, 1, false, []byte("b"), []byte("c"))) storeMeta2.RegionMetas = append(storeMeta2.RegionMetas, newRegionMeta(13, maxAllocateId, 1200, 6, 6, 1, false, []byte("c"), []byte(""))) @@ -96,7 +96,7 @@ func createDataSuite(t *testing.T) *testData { fakeProgress := mockGlue.StartProgress(ctx, "Restore Data", int64(numOnlineStore*3), false) - var recovery = restore.NewRecovery(createStores(), mockMgr, fakeProgress, 64) + var recovery = data.NewRecovery(createStores(), mockMgr, fakeProgress, 64) tikvClient.Close() return &testData{ ctx: ctx, diff --git a/br/pkg/restore/data/key.go b/br/pkg/restore/data/key.go new file mode 100644 index 0000000000000..b70930b85385b --- /dev/null +++ b/br/pkg/restore/data/key.go @@ -0,0 +1,68 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package data + +func keyEq(a, b []byte) bool { + if len(a) != len(b) { + return false + } + for i := 0; i < len(a); i++ { + if a[i] != b[i] { + return false + } + } + return true +} + +func keyCmp(a, b []byte) int { + var length int + var chosen int + if len(a) < len(b) { + length = len(a) + chosen = -1 + } else if len(a) == len(b) { + length = len(a) + chosen = 0 + } else { + length = len(b) + chosen = 1 + } + for i := 0; i < length; i++ { + if a[i] < b[i] { + return -1 + } else if a[i] > b[i] { + return 1 + } + } + return chosen +} + +func keyCmpInterface(a, b any) int { + return keyCmp(a.([]byte), b.([]byte)) +} + +func PrefixStartKey(key []byte) []byte { + var sk = make([]byte, 0, len(key)+1) + sk = append(sk, 'z') + sk = append(sk, key...) + return sk +} + +func PrefixEndKey(key []byte) []byte { + if len(key) == 0 { + return []byte{'z' + 1} + } + return PrefixStartKey(key) +} diff --git a/br/pkg/restore/data/key_test.go b/br/pkg/restore/data/key_test.go new file mode 100644 index 0000000000000..2564bef34b1b5 --- /dev/null +++ b/br/pkg/restore/data/key_test.go @@ -0,0 +1,181 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package data_test + +import ( + "testing" + + recover_data "github.com/pingcap/kvproto/pkg/recoverdatapb" + "github.com/pingcap/tidb/br/pkg/restore/data" + "github.com/stretchr/testify/require" +) + +func newPeerMeta( + regionId uint64, + peerId uint64, + storeId uint64, + startKey []byte, + endKey []byte, + lastLogTerm uint64, + lastIndex uint64, + commitIndex uint64, + version uint64, + tombstone bool, +) *data.RecoverRegion { + return &data.RecoverRegion{ + RegionMeta: &recover_data.RegionMeta{ + RegionId: regionId, + PeerId: peerId, + StartKey: startKey, + EndKey: endKey, + LastLogTerm: lastLogTerm, + LastIndex: lastIndex, + CommitIndex: commitIndex, + Version: version, + Tombstone: tombstone, + }, + StoreId: storeId, + } +} + +func newRecoverRegionInfo(r *data.RecoverRegion) *data.RecoverRegionInfo { + return &data.RecoverRegionInfo{ + RegionVersion: r.Version, + RegionId: r.RegionId, + StartKey: data.PrefixStartKey(r.StartKey), + EndKey: data.PrefixEndKey(r.EndKey), + TombStone: r.Tombstone, + } +} + +func TestSortRecoverRegions(t *testing.T) { + selectedPeer1 := newPeerMeta(9, 11, 2, []byte("aa"), nil, 2, 0, 0, 0, false) + selectedPeer2 := newPeerMeta(19, 22, 3, []byte("bbb"), nil, 2, 1, 0, 1, false) + selectedPeer3 := newPeerMeta(29, 30, 1, []byte("c"), nil, 2, 1, 1, 2, false) + regions := map[uint64][]*data.RecoverRegion{ + 9: { + // peer 11 should be selected because of log term + newPeerMeta(9, 10, 1, []byte("a"), nil, 1, 1, 1, 1, false), + selectedPeer1, + newPeerMeta(9, 12, 3, []byte("aaa"), nil, 0, 0, 0, 0, false), + }, + 19: { + // peer 22 should be selected because of log index + newPeerMeta(19, 20, 1, []byte("b"), nil, 1, 1, 1, 1, false), + newPeerMeta(19, 21, 2, []byte("bb"), nil, 2, 0, 0, 0, false), + selectedPeer2, + }, + 29: { + // peer 30 should be selected because of log index + selectedPeer3, + newPeerMeta(29, 31, 2, []byte("cc"), nil, 2, 0, 0, 0, false), + newPeerMeta(29, 32, 3, []byte("ccc"), nil, 2, 1, 0, 0, false), + }, + } + regionsInfos := data.SortRecoverRegions(regions) + expectRegionInfos := []*data.RecoverRegionInfo{ + newRecoverRegionInfo(selectedPeer3), + newRecoverRegionInfo(selectedPeer2), + newRecoverRegionInfo(selectedPeer1), + } + require.Equal(t, expectRegionInfos, regionsInfos) +} + +func TestCheckConsistencyAndValidPeer(t *testing.T) { + //key space is continuous + validPeer1 := newPeerMeta(9, 11, 2, []byte(""), []byte("bb"), 2, 0, 0, 0, false) + validPeer2 := newPeerMeta(19, 22, 3, []byte("bb"), []byte("cc"), 2, 1, 0, 1, false) + validPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte(""), 2, 1, 1, 2, false) + + validRegionInfos := []*data.RecoverRegionInfo{ + newRecoverRegionInfo(validPeer1), + newRecoverRegionInfo(validPeer2), + newRecoverRegionInfo(validPeer3), + } + + validPeer, err := data.CheckConsistencyAndValidPeer(validRegionInfos) + require.NoError(t, err) + require.Equal(t, 3, len(validPeer)) + var regions = make(map[uint64]struct{}, 3) + regions[9] = struct{}{} + regions[19] = struct{}{} + regions[29] = struct{}{} + + require.Equal(t, regions, validPeer) + + //key space is not continuous + invalidPeer1 := newPeerMeta(9, 11, 2, []byte("aa"), []byte("cc"), 2, 0, 0, 0, false) + invalidPeer2 := newPeerMeta(19, 22, 3, []byte("dd"), []byte("cc"), 2, 1, 0, 1, false) + invalidPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte("dd"), 2, 1, 1, 2, false) + + invalidRegionInfos := []*data.RecoverRegionInfo{ + newRecoverRegionInfo(invalidPeer1), + newRecoverRegionInfo(invalidPeer2), + newRecoverRegionInfo(invalidPeer3), + } + + _, err = data.CheckConsistencyAndValidPeer(invalidRegionInfos) + require.Error(t, err) + require.Regexp(t, ".*invalid restore range.*", err.Error()) +} + +func TestLeaderCandidates(t *testing.T) { + //key space is continuous + validPeer1 := newPeerMeta(9, 11, 2, []byte(""), []byte("bb"), 2, 1, 0, 0, false) + validPeer2 := newPeerMeta(19, 22, 3, []byte("bb"), []byte("cc"), 2, 1, 0, 1, false) + validPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte(""), 2, 1, 0, 2, false) + + peers := []*data.RecoverRegion{ + validPeer1, + validPeer2, + validPeer3, + } + + candidates, err := data.LeaderCandidates(peers) + require.NoError(t, err) + require.Equal(t, 3, len(candidates)) +} + +func TestSelectRegionLeader(t *testing.T) { + validPeer1 := newPeerMeta(9, 11, 2, []byte(""), []byte("bb"), 2, 1, 0, 0, false) + validPeer2 := newPeerMeta(19, 22, 3, []byte("bb"), []byte("cc"), 2, 1, 0, 1, false) + validPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte(""), 2, 1, 0, 2, false) + + peers := []*data.RecoverRegion{ + validPeer1, + validPeer2, + validPeer3, + } + // init store banlance score all is 0 + storeBalanceScore := make(map[uint64]int, len(peers)) + leader := data.SelectRegionLeader(storeBalanceScore, peers) + require.Equal(t, validPeer1, leader) + + // change store banlance store + storeBalanceScore[2] = 3 + storeBalanceScore[3] = 2 + storeBalanceScore[1] = 1 + leader = data.SelectRegionLeader(storeBalanceScore, peers) + require.Equal(t, validPeer3, leader) + + // one peer + peer := []*data.RecoverRegion{ + validPeer3, + } + // init store banlance score all is 0 + storeScore := make(map[uint64]int, len(peer)) + leader = data.SelectRegionLeader(storeScore, peer) + require.Equal(t, validPeer3, leader) +} diff --git a/br/pkg/restore/data/recover.go b/br/pkg/restore/data/recover.go new file mode 100644 index 0000000000000..ddcf5f3adc61e --- /dev/null +++ b/br/pkg/restore/data/recover.go @@ -0,0 +1,161 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package data + +import ( + "sort" + + "github.com/emirpasic/gods/maps/treemap" + "github.com/pingcap/errors" + "github.com/pingcap/log" + berrors "github.com/pingcap/tidb/br/pkg/errors" + "go.uber.org/zap" +) + +type RecoverRegionInfo struct { + RegionId uint64 + RegionVersion uint64 + StartKey []byte + EndKey []byte + TombStone bool +} + +func SortRecoverRegions(regions map[uint64][]*RecoverRegion) []*RecoverRegionInfo { + // last log term -> last index -> commit index + cmps := []func(a, b *RecoverRegion) int{ + func(a, b *RecoverRegion) int { + return int(a.GetLastLogTerm() - b.GetLastLogTerm()) + }, + func(a, b *RecoverRegion) int { + return int(a.GetLastIndex() - b.GetLastIndex()) + }, + func(a, b *RecoverRegion) int { + return int(a.GetCommitIndex() - b.GetCommitIndex()) + }, + } + + // Sort region peer by last log term -> last index -> commit index, and collect all regions' version. + var regionInfos = make([]*RecoverRegionInfo, 0, len(regions)) + for regionId, peers := range regions { + sort.Slice(peers, func(i, j int) bool { + for _, cmp := range cmps { + if v := cmp(peers[i], peers[j]); v != 0 { + return v > 0 + } + } + return false + }) + v := peers[0].Version + sk := PrefixStartKey(peers[0].StartKey) + ek := PrefixEndKey(peers[0].EndKey) + regionInfos = append(regionInfos, &RecoverRegionInfo{ + RegionId: regionId, + RegionVersion: v, + StartKey: sk, + EndKey: ek, + TombStone: peers[0].Tombstone, + }) + } + + sort.Slice(regionInfos, func(i, j int) bool { return regionInfos[i].RegionVersion > regionInfos[j].RegionVersion }) + return regionInfos +} + +func CheckConsistencyAndValidPeer(regionInfos []*RecoverRegionInfo) (map[uint64]struct{}, error) { + // split and merge in progressing during the backup, there may some overlap region, we have to handle it + // Resolve version conflicts. + var treeMap = treemap.NewWith(keyCmpInterface) + for _, p := range regionInfos { + var fk, fv any + fk, _ = treeMap.Ceiling(p.StartKey) + // keyspace overlap sk within ceiling - fk + if fk != nil && (keyEq(fk.([]byte), p.StartKey) || keyCmp(fk.([]byte), p.EndKey) < 0) { + continue + } + + // keyspace overlap sk within floor - fk.end_key + fk, fv = treeMap.Floor(p.StartKey) + if fk != nil && keyCmp(fv.(*RecoverRegionInfo).EndKey, p.StartKey) > 0 { + continue + } + treeMap.Put(p.StartKey, p) + } + + // After resolved, all validPeer regions shouldn't be tombstone. + // do some sanity check + var validPeers = make(map[uint64]struct{}, 0) + var iter = treeMap.Iterator() + var prevEndKey = PrefixStartKey([]byte{}) + var prevRegion uint64 = 0 + for iter.Next() { + v := iter.Value().(*RecoverRegionInfo) + if v.TombStone { + log.Error("validPeer shouldn't be tombstone", zap.Uint64("region id", v.RegionId)) + // TODO, some enhancement may need, a PoC or test may need for decision + return nil, errors.Annotatef(berrors.ErrRestoreInvalidPeer, + "Peer shouldn't be tombstone") + } + if !keyEq(prevEndKey, iter.Key().([]byte)) { + log.Error("regions are not adjacent", zap.Uint64("pre region", prevRegion), zap.Uint64("cur region", v.RegionId)) + // TODO, some enhancement may need, a PoC or test may need for decision + return nil, errors.Annotatef(berrors.ErrInvalidRange, + "invalid region range") + } + prevEndKey = v.EndKey + prevRegion = v.RegionId + validPeers[v.RegionId] = struct{}{} + } + return validPeers, nil +} + +// in cloud, since iops and bandwidth limitation, write operator in raft is slow, so raft state (logterm, lastlog, commitlog...) are the same among the peers +// LeaderCandidates select all peers can be select as a leader during the restore +func LeaderCandidates(peers []*RecoverRegion) ([]*RecoverRegion, error) { + if peers == nil { + return nil, errors.Annotatef(berrors.ErrRestoreRegionWithoutPeer, + "invalid region range") + } + candidates := make([]*RecoverRegion, 0, len(peers)) + // by default, the peers[0] to be assign as a leader, since peers already sorted by leader selection rule + leader := peers[0] + candidates = append(candidates, leader) + for _, peer := range peers[1:] { + // qualificated candidate is leader.logterm = candidate.logterm && leader.lastindex = candidate.lastindex && && leader.commitindex = candidate.commitindex + if peer.LastLogTerm == leader.LastLogTerm && peer.LastIndex == leader.LastIndex && peer.CommitIndex == leader.CommitIndex { + log.Debug("leader candidate", zap.Uint64("store id", peer.StoreId), zap.Uint64("region id", peer.RegionId), zap.Uint64("peer id", peer.PeerId)) + candidates = append(candidates, peer) + } + } + return candidates, nil +} + +// for region A, has candidate leader x, y, z +// peer x on store 1 with storeBalanceScore 3 +// peer y on store 3 with storeBalanceScore 2 +// peer z on store 4 with storeBalanceScore 1 +// result: peer z will be select as leader on store 4 +func SelectRegionLeader(storeBalanceScore map[uint64]int, peers []*RecoverRegion) *RecoverRegion { + // by default, the peers[0] to be assign as a leader + leader := peers[0] + minLeaderStore := storeBalanceScore[leader.StoreId] + for _, peer := range peers[1:] { + log.Debug("leader candidate", zap.Int("score", storeBalanceScore[peer.StoreId]), zap.Int("min-score", minLeaderStore), zap.Uint64("store id", peer.StoreId), zap.Uint64("region id", peer.RegionId), zap.Uint64("peer id", peer.PeerId)) + if storeBalanceScore[peer.StoreId] < minLeaderStore { + minLeaderStore = storeBalanceScore[peer.StoreId] + leader = peer + } + } + return leader +} diff --git a/br/pkg/restore/db_test.go b/br/pkg/restore/db_test.go index 800058e63b367..54ee4c7dd0e15 100644 --- a/br/pkg/restore/db_test.go +++ b/br/pkg/restore/db_test.go @@ -425,5 +425,5 @@ func TestGetExistedUserDBs(t *testing.T) { // // The above variables are in the file br/pkg/restore/systable_restore.go func TestMonitorTheSystemTableIncremental(t *testing.T) { - require.Equal(t, int64(196), session.CurrentBootstrapVersion) + require.Equal(t, int64(197), session.CurrentBootstrapVersion) } diff --git a/br/pkg/restore/file_importer/BUILD.bazel b/br/pkg/restore/file_importer/BUILD.bazel new file mode 100644 index 0000000000000..a9d6cc246a1f8 --- /dev/null +++ b/br/pkg/restore/file_importer/BUILD.bazel @@ -0,0 +1,77 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") + +go_library( + name = "file_importer", + srcs = [ + "import.go", + "import_retry.go", + ], + importpath = "github.com/pingcap/tidb/br/pkg/restore/file_importer", + visibility = ["//visibility:public"], + deps = [ + "//br/pkg/conn", + "//br/pkg/conn/util", + "//br/pkg/errors", + "//br/pkg/logutil", + "//br/pkg/restore/log_restore", + "//br/pkg/restore/split", + "//br/pkg/restore/utils", + "//br/pkg/stream", + "//br/pkg/summary", + "//br/pkg/utils", + "//pkg/kv", + "//pkg/util/codec", + "@com_github_google_uuid//:uuid", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", + "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_kvproto//pkg/errorpb", + "@com_github_pingcap_kvproto//pkg/import_sstpb", + "@com_github_pingcap_kvproto//pkg/kvrpcpb", + "@com_github_pingcap_kvproto//pkg/metapb", + "@com_github_pingcap_log//:log", + "@com_github_tikv_client_go_v2//kv", + "@com_github_tikv_client_go_v2//util", + "@com_github_tikv_pd_client//:client", + "@org_golang_google_grpc//:grpc", + "@org_golang_google_grpc//backoff", + "@org_golang_google_grpc//codes", + "@org_golang_google_grpc//credentials", + "@org_golang_google_grpc//credentials/insecure", + "@org_golang_google_grpc//keepalive", + "@org_golang_google_grpc//status", + "@org_golang_x_exp//maps", + "@org_golang_x_sync//errgroup", + "@org_uber_go_multierr//:multierr", + "@org_uber_go_zap//:zap", + ], +) + +go_test( + name = "file_importer_test", + timeout = "short", + srcs = [ + "import_retry_test.go", + "import_test.go", + ], + flaky = True, + shard_count = 11, + deps = [ + ":file_importer", + "//br/pkg/restore/split", + "//br/pkg/restore/utils", + "//br/pkg/utils", + "//pkg/store/pdtypes", + "//pkg/util/codec", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", + "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_kvproto//pkg/errorpb", + "@com_github_pingcap_kvproto//pkg/import_sstpb", + "@com_github_pingcap_kvproto//pkg/metapb", + "@com_github_pingcap_kvproto//pkg/pdpb", + "@com_github_stretchr_testify//require", + "@org_golang_google_grpc//codes", + "@org_golang_google_grpc//status", + ], +) diff --git a/br/pkg/restore/import.go b/br/pkg/restore/file_importer/import.go similarity index 87% rename from br/pkg/restore/import.go rename to br/pkg/restore/file_importer/import.go index 6f21ca7229ad3..30320ee22e5b4 100644 --- a/br/pkg/restore/import.go +++ b/br/pkg/restore/file_importer/import.go @@ -1,6 +1,6 @@ // Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package file_importer import ( "bytes" @@ -25,7 +25,9 @@ import ( "github.com/pingcap/tidb/br/pkg/conn/util" berrors "github.com/pingcap/tidb/br/pkg/errors" "github.com/pingcap/tidb/br/pkg/logutil" + logrestore "github.com/pingcap/tidb/br/pkg/restore/log_restore" "github.com/pingcap/tidb/br/pkg/restore/split" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/br/pkg/summary" "github.com/pingcap/tidb/br/pkg/utils" @@ -381,7 +383,7 @@ type FileImporter struct { kvMode KvMode rawStartKey []byte rawEndKey []byte - supportMultiIngest bool + SupportMultiIngest bool rewriteMode RewriteMode cacheKey string @@ -430,6 +432,15 @@ func NewFileImporter( } } +func (importer *FileImporter) WaitUntilUnblock() { + importer.cond.L.Lock() + for importer.ShouldBlock() { + // wait for download worker notified + importer.cond.Wait() + } + importer.cond.L.Unlock() +} + func (importer *FileImporter) ShouldBlock() bool { if importer != nil && importer.useTokenBucket { return importer.downloadTokensMap.ShouldBlock() || importer.ingestTokensMap.ShouldBlock() @@ -470,7 +481,7 @@ func (importer *FileImporter) CheckMultiIngestSupport(ctx context.Context, pdCli if err != nil { return errors.Trace(err) } - importer.supportMultiIngest = support + importer.SupportMultiIngest = support log.L().Info("multi ingest support", zap.Bool("support", support)) return nil } @@ -485,30 +496,48 @@ func (importer *FileImporter) SetRawRange(startKey, endKey []byte) error { return nil } +func getKeyRangeByMode(mode KvMode) func(f *backuppb.File, rules *restoreutils.RewriteRules) ([]byte, []byte, error) { + switch mode { + case Raw: + return func(f *backuppb.File, rules *restoreutils.RewriteRules) ([]byte, []byte, error) { + return f.GetStartKey(), f.GetEndKey(), nil + } + case Txn: + return func(f *backuppb.File, rules *restoreutils.RewriteRules) ([]byte, []byte, error) { + start, end := f.GetStartKey(), f.GetEndKey() + if len(start) != 0 { + start = codec.EncodeBytes([]byte{}, f.GetStartKey()) + } + if len(end) != 0 { + end = codec.EncodeBytes([]byte{}, f.GetEndKey()) + } + return start, end, nil + } + default: + return func(f *backuppb.File, rules *restoreutils.RewriteRules) ([]byte, []byte, error) { + return restoreutils.GetRewriteRawKeys(f, rules) + } + } +} + +var GetKeyRangeByModeForTest = getKeyRangeByMode + // getKeyRangeForFiles gets the maximum range on files. func (importer *FileImporter) getKeyRangeForFiles( files []*backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, ) ([]byte, []byte, error) { var ( startKey, endKey []byte start, end []byte err error ) - + getRangeFn := getKeyRangeByMode(importer.kvMode) for _, f := range files { - if importer.kvMode == Raw { - start, end = f.GetStartKey(), f.GetEndKey() - } else if importer.kvMode == Txn { - start = codec.EncodeBytes([]byte{}, f.GetStartKey()) - end = codec.EncodeBytes([]byte{}, f.GetEndKey()) - } else { - start, end, err = GetRewriteRawKeys(f, rewriteRules) - if err != nil { - return nil, nil, errors.Trace(err) - } + start, end, err = getRangeFn(f, rewriteRules) + if err != nil { + return nil, nil, errors.Trace(err) } - if len(startKey) == 0 || bytes.Compare(start, startKey) < 0 { startKey = start } @@ -525,8 +554,8 @@ func (importer *FileImporter) getKeyRangeForFiles( // Import tries to import a file. func (importer *FileImporter) ImportKVFileForRegion( ctx context.Context, - files []*LogDataFileInfo, - rule *RewriteRules, + files []*logrestore.LogDataFileInfo, + rule *restoreutils.RewriteRules, shiftStartTS uint64, startTS uint64, restoreTS uint64, @@ -576,17 +605,17 @@ func (importer *FileImporter) ClearFiles(ctx context.Context, pdClient pd.Client } func FilterFilesByRegion( - files []*LogDataFileInfo, + files []*logrestore.LogDataFileInfo, ranges []kv.KeyRange, r *split.RegionInfo, -) ([]*LogDataFileInfo, error) { +) ([]*logrestore.LogDataFileInfo, error) { if len(files) != len(ranges) { return nil, errors.Annotatef(berrors.ErrInvalidArgument, "count of files no equals count of ranges, file-count:%v, ranges-count:%v", len(files), len(ranges)) } - output := make([]*LogDataFileInfo, 0, len(files)) + output := make([]*logrestore.LogDataFileInfo, 0, len(files)) if r != nil && r.Region != nil { for i, f := range files { if bytes.Compare(r.Region.StartKey, ranges[i].EndKey) <= 0 && @@ -604,8 +633,8 @@ func FilterFilesByRegion( // ImportKVFiles restores the kv events. func (importer *FileImporter) ImportKVFiles( ctx context.Context, - files []*LogDataFileInfo, - rule *RewriteRules, + files []*logrestore.LogDataFileInfo, + rule *restoreutils.RewriteRules, shiftStartTS uint64, startTS uint64, restoreTS uint64, @@ -625,7 +654,7 @@ func (importer *FileImporter) ImportKVFiles( log.Debug("import kv files", zap.Int("batch file count", len(files))) for i, f := range files { - ranges[i].StartKey, ranges[i].EndKey, err = GetRewriteEncodedKeys(f, rule) + ranges[i].StartKey, ranges[i].EndKey, err = restoreutils.GetRewriteEncodedKeys(f, rule) if err != nil { return errors.Trace(err) } @@ -662,7 +691,7 @@ func (importer *FileImporter) ImportKVFiles( func (importer *FileImporter) ImportSSTFiles( ctx context.Context, files []*backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, cipher *backuppb.CipherInfo, apiVersion kvrpcpb.APIVersion, ) error { @@ -747,7 +776,7 @@ func (importer *FileImporter) ImportSSTFiles( return nil } -func (importer *FileImporter) setDownloadSpeedLimit(ctx context.Context, storeID, rateLimit uint64) error { +func (importer *FileImporter) SetDownloadSpeedLimit(ctx context.Context, storeID, rateLimit uint64) error { req := &import_sstpb.SetDownloadSpeedLimitRequest{ SpeedLimit: rateLimit, } @@ -759,7 +788,7 @@ func (importer *FileImporter) download( ctx context.Context, regionInfo *split.RegionInfo, files []*backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, cipher *backuppb.CipherInfo, apiVersion kvrpcpb.APIVersion, ) ([]*import_sstpb.SSTMeta, error) { @@ -810,18 +839,97 @@ func (importer *FileImporter) download( return downloadMetas, errDownload } +// GetSSTMetaFromFile compares the keys in file, region and rewrite rules, then returns a sst conn. +// The range of the returned sst meta is [regionRule.NewKeyPrefix, append(regionRule.NewKeyPrefix, 0xff)]. +func GetSSTMetaFromFile( + id []byte, + file *backuppb.File, + region *metapb.Region, + regionRule *import_sstpb.RewriteRule, + rewriteMode RewriteMode, +) (meta *import_sstpb.SSTMeta, err error) { + r := *region + // If the rewrite mode is for keyspace, then the region bound should be decoded. + if rewriteMode == RewriteModeKeyspace { + if len(region.GetStartKey()) > 0 { + _, r.StartKey, err = codec.DecodeBytes(region.GetStartKey(), nil) + if err != nil { + return + } + } + if len(region.GetEndKey()) > 0 { + _, r.EndKey, err = codec.DecodeBytes(region.GetEndKey(), nil) + if err != nil { + return + } + } + } + + // Get the column family of the file by the file name. + var cfName string + if strings.Contains(file.GetName(), restoreutils.DefaultCFName) { + cfName = restoreutils.DefaultCFName + } else if strings.Contains(file.GetName(), restoreutils.WriteCFName) { + cfName = restoreutils.WriteCFName + } + // Find the overlapped part between the file and the region. + // Here we rewrites the keys to compare with the keys of the region. + rangeStart := regionRule.GetNewKeyPrefix() + // rangeStart = max(rangeStart, region.StartKey) + if bytes.Compare(rangeStart, r.GetStartKey()) < 0 { + rangeStart = r.GetStartKey() + } + + // Append 10 * 0xff to make sure rangeEnd cover all file key + // If choose to regionRule.NewKeyPrefix + 1, it may cause WrongPrefix here + // https://github.com/tikv/tikv/blob/970a9bf2a9ea782a455ae579ad237aaf6cb1daec/ + // components/sst_importer/src/sst_importer.rs#L221 + suffix := []byte{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff} + rangeEnd := append(append([]byte{}, regionRule.GetNewKeyPrefix()...), suffix...) + // rangeEnd = min(rangeEnd, region.EndKey) + if len(r.GetEndKey()) > 0 && bytes.Compare(rangeEnd, r.GetEndKey()) > 0 { + rangeEnd = r.GetEndKey() + } + + if bytes.Compare(rangeStart, rangeEnd) > 0 { + log.Panic("range start exceed range end", + logutil.File(file), + logutil.Key("startKey", rangeStart), + logutil.Key("endKey", rangeEnd)) + } + + log.Debug("get sstMeta", + logutil.Region(region), + logutil.File(file), + logutil.Key("startKey", rangeStart), + logutil.Key("endKey", rangeEnd)) + + return &import_sstpb.SSTMeta{ + Uuid: id, + CfName: cfName, + Range: &import_sstpb.Range{ + Start: rangeStart, + End: rangeEnd, + }, + Length: file.GetSize_(), + RegionId: region.GetId(), + RegionEpoch: region.GetRegionEpoch(), + CipherIv: file.GetCipherIv(), + }, nil +} + func (importer *FileImporter) downloadSST( ctx context.Context, regionInfo *split.RegionInfo, file *backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, cipher *backuppb.CipherInfo, apiVersion kvrpcpb.APIVersion, ) (*import_sstpb.SSTMeta, error) { uid := uuid.New() id := uid[:] // Get the rewrite rule for the file. - fileRule := findMatchedRewriteRule(file, rewriteRules) + fileRule := restoreutils.FindMatchedRewriteRule(file, rewriteRules) if fileRule == nil { return nil, errors.Trace(berrors.ErrKVRewriteRuleNotFound) } @@ -836,8 +944,8 @@ func (importer *FileImporter) downloadSST( rule := *fileRule // for the legacy rewrite mode if importer.rewriteMode == RewriteModeLegacy { - rule.OldKeyPrefix = encodeKeyPrefix(fileRule.GetOldKeyPrefix()) - rule.NewKeyPrefix = encodeKeyPrefix(fileRule.GetNewKeyPrefix()) + rule.OldKeyPrefix = restoreutils.EncodeKeyPrefix(fileRule.GetOldKeyPrefix()) + rule.NewKeyPrefix = restoreutils.EncodeKeyPrefix(fileRule.GetNewKeyPrefix()) } sstMeta, err := GetSSTMetaFromFile(id, file, regionInfo.Region, &rule, importer.rewriteMode) @@ -901,8 +1009,8 @@ func (importer *FileImporter) downloadSST( } downloadResp := atomicResp.Load() - sstMeta.Range.Start = TruncateTS(downloadResp.Range.GetStart()) - sstMeta.Range.End = TruncateTS(downloadResp.Range.GetEnd()) + sstMeta.Range.Start = restoreutils.TruncateTS(downloadResp.Range.GetStart()) + sstMeta.Range.End = restoreutils.TruncateTS(downloadResp.Range.GetEnd()) sstMeta.ApiVersion = apiVersion return sstMeta, nil } @@ -992,7 +1100,7 @@ func (importer *FileImporter) downloadV2( ctx context.Context, regionInfo *split.RegionInfo, files []*backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, cipher *backuppb.CipherInfo, apiVersion kvrpcpb.APIVersion, ) ([]*import_sstpb.SSTMeta, error) { @@ -1037,14 +1145,14 @@ func (importer *FileImporter) downloadV2( func (importer *FileImporter) buildDownloadRequest( file *backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, regionInfo *split.RegionInfo, cipher *backuppb.CipherInfo, ) (*import_sstpb.DownloadRequest, import_sstpb.SSTMeta, error) { uid := uuid.New() id := uid[:] // Get the rewrite rule for the file. - fileRule := findMatchedRewriteRule(file, rewriteRules) + fileRule := restoreutils.FindMatchedRewriteRule(file, rewriteRules) if fileRule == nil { return nil, import_sstpb.SSTMeta{}, errors.Trace(berrors.ErrKVRewriteRuleNotFound) } @@ -1059,8 +1167,8 @@ func (importer *FileImporter) buildDownloadRequest( rule := *fileRule // for the legacy rewrite mode if importer.rewriteMode == RewriteModeLegacy { - rule.OldKeyPrefix = encodeKeyPrefix(fileRule.GetOldKeyPrefix()) - rule.NewKeyPrefix = encodeKeyPrefix(fileRule.GetNewKeyPrefix()) + rule.OldKeyPrefix = restoreutils.EncodeKeyPrefix(fileRule.GetOldKeyPrefix()) + rule.NewKeyPrefix = restoreutils.EncodeKeyPrefix(fileRule.GetNewKeyPrefix()) } sstMeta, err := GetSSTMetaFromFile(id, file, regionInfo.Region, &rule, importer.rewriteMode) @@ -1091,7 +1199,7 @@ func (importer *FileImporter) downloadSSTV2( ctx context.Context, regionInfo *split.RegionInfo, files []*backuppb.File, - rewriteRules *RewriteRules, + rewriteRules *restoreutils.RewriteRules, cipher *backuppb.CipherInfo, apiVersion kvrpcpb.APIVersion, ) ([]*import_sstpb.SSTMeta, error) { @@ -1153,8 +1261,8 @@ func (importer *FileImporter) downloadSSTV2( return errors.Errorf("not found file %s for download sstMeta", file.Name) } sstMeta.Range = &import_sstpb.Range{ - Start: TruncateTS(resp.Range.GetStart()), - End: TruncateTS(resp.Range.GetEnd()), + Start: restoreutils.TruncateTS(resp.Range.GetStart()), + End: restoreutils.TruncateTS(resp.Range.GetEnd()), } resultMetasMap[file.Name] = &sstMeta mu.Unlock() @@ -1353,7 +1461,7 @@ func (importer *FileImporter) ingestSSTs( RequestSource: kvutil.BuildRequestSource(true, kv.InternalTxnBR, kvutil.ExplicitTypeBR), } - if !importer.supportMultiIngest { + if !importer.SupportMultiIngest { // TODO: not sure we need this check if len(sstMetas) != 1 { panic("do not support batch ingest") @@ -1378,8 +1486,8 @@ func (importer *FileImporter) ingestSSTs( func (importer *FileImporter) downloadAndApplyKVFile( ctx context.Context, - files []*LogDataFileInfo, - rules *RewriteRules, + files []*logrestore.LogDataFileInfo, + rules *restoreutils.RewriteRules, regionInfo *split.RegionInfo, shiftStartTS uint64, startTS uint64, @@ -1397,14 +1505,14 @@ func (importer *FileImporter) downloadAndApplyKVFile( for _, file := range files { // Get the rewrite rule for the file. - fileRule := findMatchedRewriteRule(file, rules) + fileRule := restoreutils.FindMatchedRewriteRule(file, rules) if fileRule == nil { return RPCResultFromError(errors.Annotatef(berrors.ErrKVRewriteRuleNotFound, "rewrite rule for file %+v not find (in %+v)", file, rules)) } rule := import_sstpb.RewriteRule{ - OldKeyPrefix: encodeKeyPrefix(fileRule.GetOldKeyPrefix()), - NewKeyPrefix: encodeKeyPrefix(fileRule.GetNewKeyPrefix()), + OldKeyPrefix: restoreutils.EncodeKeyPrefix(fileRule.GetOldKeyPrefix()), + NewKeyPrefix: restoreutils.EncodeKeyPrefix(fileRule.GetNewKeyPrefix()), } meta := &import_sstpb.KVMeta{ diff --git a/br/pkg/restore/import_retry.go b/br/pkg/restore/file_importer/import_retry.go similarity index 98% rename from br/pkg/restore/import_retry.go rename to br/pkg/restore/file_importer/import_retry.go index 3ce16f4816310..b394ba372de05 100644 --- a/br/pkg/restore/import_retry.go +++ b/br/pkg/restore/file_importer/import_retry.go @@ -1,6 +1,6 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package file_importer import ( "context" @@ -15,6 +15,7 @@ import ( berrors "github.com/pingcap/tidb/br/pkg/errors" "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/restore/split" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/utils" "github.com/tikv/client-go/v2/kv" "go.uber.org/multierr" @@ -41,7 +42,7 @@ func OverRegionsInRange(start, end []byte, metaClient split.SplitClient, retrySt // but scanRegion will drop the TimeStamp and the end key is exclusive. // if we do not use PrefixNextKey. we might scan fewer regions than we expected. // and finally cause the data lost. - end = TruncateTS(end) + end = restoreutils.TruncateTS(end) end = kv.PrefixNextKey(end) return OverRegionsInRangeController{ diff --git a/br/pkg/restore/import_retry_test.go b/br/pkg/restore/file_importer/import_retry_test.go similarity index 66% rename from br/pkg/restore/import_retry_test.go rename to br/pkg/restore/file_importer/import_retry_test.go index 8e2a386b0e5f5..1dfa55fb1f773 100644 --- a/br/pkg/restore/import_retry_test.go +++ b/br/pkg/restore/file_importer/import_retry_test.go @@ -1,26 +1,27 @@ // Copyright 2021 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package file_importer_test import ( + "bytes" "context" "encoding/hex" "fmt" "os" "strconv" + "sync" "testing" "time" "github.com/pingcap/errors" "github.com/pingcap/failpoint" - backuppb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/kvproto/pkg/errorpb" "github.com/pingcap/kvproto/pkg/import_sstpb" "github.com/pingcap/kvproto/pkg/metapb" - berrors "github.com/pingcap/tidb/br/pkg/errors" + "github.com/pingcap/kvproto/pkg/pdpb" + fileimporter "github.com/pingcap/tidb/br/pkg/restore/file_importer" "github.com/pingcap/tidb/br/pkg/restore/split" "github.com/pingcap/tidb/br/pkg/utils" - "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/store/pdtypes" "github.com/pingcap/tidb/pkg/util/codec" "github.com/stretchr/testify/require" @@ -50,6 +51,138 @@ func assertRegions(t *testing.T, regions []*split.RegionInfo, keys ...string) { } } +type TestClient struct { + split.SplitClient + + mu sync.RWMutex + stores map[uint64]*metapb.Store + regions map[uint64]*split.RegionInfo + regionsInfo *pdtypes.RegionTree // For now it's only used in ScanRegions + nextRegionID uint64 + + scattered map[uint64]bool + InjectErr bool + InjectTimes int32 +} + +func NewTestClient( + stores map[uint64]*metapb.Store, + regions map[uint64]*split.RegionInfo, + nextRegionID uint64, +) *TestClient { + regionsInfo := &pdtypes.RegionTree{} + for _, regionInfo := range regions { + regionsInfo.SetRegion(pdtypes.NewRegionInfo(regionInfo.Region, regionInfo.Leader)) + } + return &TestClient{ + stores: stores, + regions: regions, + regionsInfo: regionsInfo, + nextRegionID: nextRegionID, + scattered: map[uint64]bool{}, + } +} + +func (c *TestClient) GetAllRegions() map[uint64]*split.RegionInfo { + c.mu.RLock() + defer c.mu.RUnlock() + return c.regions +} + +func (c *TestClient) GetStore(ctx context.Context, storeID uint64) (*metapb.Store, error) { + c.mu.RLock() + defer c.mu.RUnlock() + store, ok := c.stores[storeID] + if !ok { + return nil, errors.Errorf("store not found") + } + return store, nil +} + +func (c *TestClient) GetRegion(ctx context.Context, key []byte) (*split.RegionInfo, error) { + c.mu.RLock() + defer c.mu.RUnlock() + for _, region := range c.regions { + if bytes.Compare(key, region.Region.StartKey) >= 0 && + (len(region.Region.EndKey) == 0 || bytes.Compare(key, region.Region.EndKey) < 0) { + return region, nil + } + } + return nil, errors.Errorf("region not found: key=%s", string(key)) +} + +func (c *TestClient) GetRegionByID(ctx context.Context, regionID uint64) (*split.RegionInfo, error) { + c.mu.RLock() + defer c.mu.RUnlock() + region, ok := c.regions[regionID] + if !ok { + return nil, errors.Errorf("region not found: id=%d", regionID) + } + return region, nil +} + +func (c *TestClient) SplitWaitAndScatter(_ context.Context, _ *split.RegionInfo, keys [][]byte) ([]*split.RegionInfo, error) { + c.mu.Lock() + defer c.mu.Unlock() + newRegions := make([]*split.RegionInfo, 0) + for _, key := range keys { + var target *split.RegionInfo + splitKey := codec.EncodeBytes([]byte{}, key) + for _, region := range c.regions { + if region.ContainsInterior(splitKey) { + target = region + } + } + if target == nil { + continue + } + newRegion := &split.RegionInfo{ + Region: &metapb.Region{ + Peers: target.Region.Peers, + Id: c.nextRegionID, + StartKey: target.Region.StartKey, + EndKey: splitKey, + }, + } + c.regions[c.nextRegionID] = newRegion + c.nextRegionID++ + target.Region.StartKey = splitKey + c.regions[target.Region.Id] = target + newRegions = append(newRegions, newRegion) + } + return newRegions, nil +} + +func (c *TestClient) GetOperator(context.Context, uint64) (*pdpb.GetOperatorResponse, error) { + return &pdpb.GetOperatorResponse{ + Header: new(pdpb.ResponseHeader), + }, nil +} + +func (c *TestClient) ScanRegions(ctx context.Context, key, endKey []byte, limit int) ([]*split.RegionInfo, error) { + if c.InjectErr && c.InjectTimes > 0 { + c.InjectTimes -= 1 + return nil, status.Error(codes.Unavailable, "not leader") + } + if len(key) != 0 && bytes.Equal(key, endKey) { + return nil, status.Error(codes.Internal, "key and endKey are the same") + } + + infos := c.regionsInfo.ScanRange(key, endKey, limit) + regions := make([]*split.RegionInfo, 0, len(infos)) + for _, info := range infos { + regions = append(regions, &split.RegionInfo{ + Region: info.Meta, + Leader: info.Leader, + }) + } + return regions, nil +} + +func (c *TestClient) WaitRegionsScattered(context.Context, []*split.RegionInfo) (int, error) { + return 0, nil +} + // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) func initTestClient(isRawKv bool) *TestClient { peers := make([]*metapb.Peer, 1) @@ -95,35 +228,35 @@ func TestScanSuccess(t *testing.T) { ctx := context.Background() // make exclusive to inclusive. - ctl := OverRegionsInRange([]byte("aa"), []byte("aay"), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte("aa"), []byte("aay"), cli, &rs) collectedRegions := []*split.RegionInfo{} - ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { collectedRegions = append(collectedRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) assertRegions(t, collectedRegions, "", "aay", "bba") - ctl = OverRegionsInRange([]byte("aaz"), []byte("bb"), cli, &rs) + ctl = fileimporter.OverRegionsInRange([]byte("aaz"), []byte("bb"), cli, &rs) collectedRegions = []*split.RegionInfo{} - ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { collectedRegions = append(collectedRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) assertRegions(t, collectedRegions, "aay", "bba", "bbh", "cca") - ctl = OverRegionsInRange([]byte("aa"), []byte("cc"), cli, &rs) + ctl = fileimporter.OverRegionsInRange([]byte("aa"), []byte("cc"), cli, &rs) collectedRegions = []*split.RegionInfo{} - ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { collectedRegions = append(collectedRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) assertRegions(t, collectedRegions, "", "aay", "bba", "bbh", "cca", "") - ctl = OverRegionsInRange([]byte("aa"), []byte(""), cli, &rs) + ctl = fileimporter.OverRegionsInRange([]byte("aa"), []byte(""), cli, &rs) collectedRegions = []*split.RegionInfo{} - ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { collectedRegions = append(collectedRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) assertRegions(t, collectedRegions, "", "aay", "bba", "bbh", "cca", "") } @@ -132,7 +265,7 @@ func TestNotLeader(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(1, 0, 0) - ctl := OverRegionsInRange([]byte(""), []byte(""), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte(""), []byte(""), cli, &rs) ctx := context.Background() notLeader := errorpb.Error{ @@ -146,17 +279,17 @@ func TestNotLeader(t *testing.T) { meetRegions := []*split.RegionInfo{} // record all regions we meet with id == 2. idEqualsTo2Regions := []*split.RegionInfo{} - err := ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + err := ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { if r.Region.Id == 2 { idEqualsTo2Regions = append(idEqualsTo2Regions, r) } if r.Region.Id == 2 && (r.Leader == nil || r.Leader.Id != 42) { - return RPCResult{ + return fileimporter.RPCResult{ StoreError: ¬Leader, } } meetRegions = append(meetRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) require.NoError(t, err) @@ -172,7 +305,7 @@ func TestServerIsBusy(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(2, 0, 0) - ctl := OverRegionsInRange([]byte(""), []byte(""), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte(""), []byte(""), cli, &rs) ctx := context.Background() serverIsBusy := errorpb.Error{ @@ -186,16 +319,16 @@ func TestServerIsBusy(t *testing.T) { // record all regions we meet with id == 2. idEqualsTo2Regions := []*split.RegionInfo{} theFirstRun := true - err := ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + err := ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { if theFirstRun && r.Region.Id == 2 { idEqualsTo2Regions = append(idEqualsTo2Regions, r) theFirstRun = false - return RPCResult{ + return fileimporter.RPCResult{ StoreError: &serverIsBusy, } } meetRegions = append(meetRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) require.NoError(t, err) @@ -213,7 +346,7 @@ func TestServerIsBusyWithMemoryIsLimited(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(2, 0, 0) - ctl := OverRegionsInRange([]byte(""), []byte(""), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte(""), []byte(""), cli, &rs) ctx := context.Background() serverIsBusy := errorpb.Error{ @@ -227,16 +360,16 @@ func TestServerIsBusyWithMemoryIsLimited(t *testing.T) { // record all regions we meet with id == 2. idEqualsTo2Regions := []*split.RegionInfo{} theFirstRun := true - err := ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + err := ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { if theFirstRun && r.Region.Id == 2 { idEqualsTo2Regions = append(idEqualsTo2Regions, r) theFirstRun = false - return RPCResult{ + return fileimporter.RPCResult{ StoreError: &serverIsBusy, } } meetRegions = append(meetRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) require.NoError(t, err) @@ -265,7 +398,7 @@ func TestEpochNotMatch(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(2, 0, 0) - ctl := OverRegionsInRange([]byte(""), []byte(""), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte(""), []byte(""), cli, &rs) ctx := context.Background() printPDRegion("cli", cli.regionsInfo.Regions) @@ -299,18 +432,18 @@ func TestEpochNotMatch(t *testing.T) { firstRunRegions := []*split.RegionInfo{} secondRunRegions := []*split.RegionInfo{} isSecondRun := false - err = ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + err = ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { if !isSecondRun && r.Region.Id == left.Region.Id { mergeRegion() isSecondRun = true - return RPCResultFromPBError(epochNotMatch) + return fileimporter.RPCResultFromPBError(epochNotMatch) } if isSecondRun { secondRunRegions = append(secondRunRegions, r) } else { firstRunRegions = append(firstRunRegions, r) } - return RPCResultOK() + return fileimporter.RPCResultOK() }) printRegion("first", firstRunRegions) printRegion("second", secondRunRegions) @@ -324,7 +457,7 @@ func TestRegionSplit(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(2, 0, 0) - ctl := OverRegionsInRange([]byte(""), []byte(""), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte(""), []byte(""), cli, &rs) ctx := context.Background() printPDRegion("cli", cli.regionsInfo.Regions) @@ -377,18 +510,18 @@ func TestRegionSplit(t *testing.T) { firstRunRegions := []*split.RegionInfo{} secondRunRegions := []*split.RegionInfo{} isSecondRun := false - err = ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + err = ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { if !isSecondRun && r.Region.Id == target.Region.Id { splitRegion() isSecondRun = true - return RPCResultFromPBError(epochNotMatch) + return fileimporter.RPCResultFromPBError(epochNotMatch) } if isSecondRun { secondRunRegions = append(secondRunRegions, r) } else { firstRunRegions = append(firstRunRegions, r) } - return RPCResultOK() + return fileimporter.RPCResultOK() }) printRegion("first", firstRunRegions) printRegion("second", secondRunRegions) @@ -402,7 +535,7 @@ func TestRetryBackoff(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(2, time.Millisecond, 10*time.Millisecond) - ctl := OverRegionsInRange([]byte(""), []byte(""), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte(""), []byte(""), cli, &rs) ctx := context.Background() printPDRegion("cli", cli.regionsInfo.Regions) @@ -419,12 +552,12 @@ func TestRetryBackoff(t *testing.T) { }, }} isSecondRun := false - err = ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + err = ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { if !isSecondRun && r.Region.Id == left.Region.Id { isSecondRun = true - return RPCResultFromPBError(epochNotLeader) + return fileimporter.RPCResultFromPBError(epochNotLeader) } - return RPCResultOK() + return fileimporter.RPCResultOK() }) printPDRegion("cli", cli.regionsInfo.Regions) require.Equal(t, 1, rs.Attempt()) @@ -434,10 +567,10 @@ func TestRetryBackoff(t *testing.T) { } func TestWrappedError(t *testing.T) { - result := RPCResultFromError(errors.Trace(status.Error(codes.Unavailable, "the server is slacking. ><=·>"))) - require.Equal(t, result.StrategyForRetry(), StrategyFromThisRegion) - result = RPCResultFromError(errors.Trace(status.Error(codes.Unknown, "the server said something hard to understand"))) - require.Equal(t, result.StrategyForRetry(), StrategyGiveUp) + result := fileimporter.RPCResultFromError(errors.Trace(status.Error(codes.Unavailable, "the server is slacking. ><=·>"))) + require.Equal(t, result.StrategyForRetry(), fileimporter.StrategyFromThisRegion) + result = fileimporter.RPCResultFromError(errors.Trace(status.Error(codes.Unknown, "the server said something hard to understand"))) + require.Equal(t, result.StrategyForRetry(), fileimporter.StrategyGiveUp) } func envInt(name string, def int) int { @@ -453,186 +586,15 @@ func TestPaginateScanLeader(t *testing.T) { // region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) cli := initTestClient(false) rs := utils.InitialRetryState(2, time.Millisecond, 10*time.Millisecond) - ctl := OverRegionsInRange([]byte("aa"), []byte("aaz"), cli, &rs) + ctl := fileimporter.OverRegionsInRange([]byte("aa"), []byte("aaz"), cli, &rs) ctx := context.Background() cli.InjectErr = true cli.InjectTimes = int32(envInt("PAGINATE_SCAN_LEADER_FAILURE_COUNT", 2)) collectedRegions := []*split.RegionInfo{} - ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) RPCResult { + ctl.Run(ctx, func(ctx context.Context, r *split.RegionInfo) fileimporter.RPCResult { collectedRegions = append(collectedRegions, r) - return RPCResultOK() + return fileimporter.RPCResultOK() }) assertRegions(t, collectedRegions, "", "aay", "bba") } - -func TestImportKVFiles(t *testing.T) { - var ( - importer = FileImporter{} - ctx = context.Background() - shiftStartTS uint64 = 100 - startTS uint64 = 200 - restoreTS uint64 = 300 - ) - - err := importer.ImportKVFiles( - ctx, - []*LogDataFileInfo{ - { - DataFileInfo: &backuppb.DataFileInfo{ - Path: "log3", - }, - }, - { - DataFileInfo: &backuppb.DataFileInfo{ - Path: "log1", - }, - }, - }, - nil, - shiftStartTS, - startTS, - restoreTS, - false, - ) - require.True(t, berrors.ErrInvalidArgument.Equal(err)) -} - -func TestFilterFilesByRegion(t *testing.T) { - files := []*LogDataFileInfo{ - { - DataFileInfo: &backuppb.DataFileInfo{ - Path: "log3", - }, - }, - { - DataFileInfo: &backuppb.DataFileInfo{ - Path: "log1", - }, - }, - } - ranges := []kv.KeyRange{ - { - StartKey: []byte("1111"), - EndKey: []byte("2222"), - }, { - StartKey: []byte("3333"), - EndKey: []byte("4444"), - }, - } - - testCases := []struct { - r split.RegionInfo - subfiles []*LogDataFileInfo - err error - }{ - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("0000"), - EndKey: []byte("1110"), - }, - }, - subfiles: []*LogDataFileInfo{}, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("0000"), - EndKey: []byte("1111"), - }, - }, - subfiles: []*LogDataFileInfo{ - files[0], - }, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("0000"), - EndKey: []byte("2222"), - }, - }, - subfiles: []*LogDataFileInfo{ - files[0], - }, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("2222"), - EndKey: []byte("3332"), - }, - }, - subfiles: []*LogDataFileInfo{ - files[0], - }, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("2223"), - EndKey: []byte("3332"), - }, - }, - subfiles: []*LogDataFileInfo{}, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("3332"), - EndKey: []byte("3333"), - }, - }, - subfiles: []*LogDataFileInfo{ - files[1], - }, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("4444"), - EndKey: []byte("5555"), - }, - }, - subfiles: []*LogDataFileInfo{ - files[1], - }, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("4444"), - EndKey: nil, - }, - }, - subfiles: []*LogDataFileInfo{ - files[1], - }, - err: nil, - }, - { - r: split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte("0000"), - EndKey: nil, - }, - }, - subfiles: files, - err: nil, - }, - } - - for _, c := range testCases { - subfile, err := FilterFilesByRegion(files, ranges, &c.r) - require.Equal(t, err, c.err) - require.Equal(t, subfile, c.subfiles) - } -} diff --git a/br/pkg/restore/file_importer/import_test.go b/br/pkg/restore/file_importer/import_test.go new file mode 100644 index 0000000000000..3d90711baa117 --- /dev/null +++ b/br/pkg/restore/file_importer/import_test.go @@ -0,0 +1,106 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package file_importer_test + +import ( + "testing" + + backuppb "github.com/pingcap/kvproto/pkg/brpb" + "github.com/pingcap/kvproto/pkg/import_sstpb" + "github.com/pingcap/kvproto/pkg/metapb" + fileimporter "github.com/pingcap/tidb/br/pkg/restore/file_importer" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" + "github.com/pingcap/tidb/pkg/util/codec" + "github.com/stretchr/testify/require" +) + +func TestGetKeyRangeByMode(t *testing.T) { + file := &backuppb.File{ + Name: "file_write.sst", + StartKey: []byte("t1a"), + EndKey: []byte("t1ccc"), + } + endFile := &backuppb.File{ + Name: "file_write.sst", + StartKey: []byte("t1a"), + EndKey: []byte(""), + } + rule := &restoreutils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: []byte("t1"), + NewKeyPrefix: []byte("t2"), + }, + }, + } + // raw kv + testRawFn := fileimporter.GetKeyRangeByModeForTest(fileimporter.Raw) + start, end, err := testRawFn(file, rule) + require.NoError(t, err) + require.Equal(t, []byte("t1a"), start) + require.Equal(t, []byte("t1ccc"), end) + + start, end, err = testRawFn(endFile, rule) + require.NoError(t, err) + require.Equal(t, []byte("t1a"), start) + require.Equal(t, []byte(""), end) + + // txn kv: the keys must be encoded. + testTxnFn := fileimporter.GetKeyRangeByModeForTest(fileimporter.Txn) + start, end, err = testTxnFn(file, rule) + require.NoError(t, err) + require.Equal(t, codec.EncodeBytes(nil, []byte("t1a")), start) + require.Equal(t, codec.EncodeBytes(nil, []byte("t1ccc")), end) + + start, end, err = testTxnFn(endFile, rule) + require.NoError(t, err) + require.Equal(t, codec.EncodeBytes(nil, []byte("t1a")), start) + require.Equal(t, []byte(""), end) + + // normal kv: the keys must be encoded. + testFn := fileimporter.GetKeyRangeByModeForTest(fileimporter.TiDB) + start, end, err = testFn(file, rule) + require.NoError(t, err) + require.Equal(t, codec.EncodeBytes(nil, []byte("t2a")), start) + require.Equal(t, codec.EncodeBytes(nil, []byte("t2ccc")), end) + + // TODO maybe fix later + // current restore does not support rewrite empty endkey. + // because backup guarantees that the end key is not empty. + // start, end, err = testFn(endFile, rule) + // require.NoError(t, err) + // require.Equal(t, codec.EncodeBytes(nil, []byte("t2a")), start) + // require.Equal(t, []byte(""), end) +} + +func TestGetSSTMetaFromFile(t *testing.T) { + file := &backuppb.File{ + Name: "file_write.sst", + StartKey: []byte("t1a"), + EndKey: []byte("t1ccc"), + } + rule := &import_sstpb.RewriteRule{ + OldKeyPrefix: []byte("t1"), + NewKeyPrefix: []byte("t2"), + } + region := &metapb.Region{ + StartKey: []byte("t2abc"), + EndKey: []byte("t3a"), + } + sstMeta, err := fileimporter.GetSSTMetaFromFile([]byte{}, file, region, rule, fileimporter.RewriteModeLegacy) + require.Nil(t, err) + require.Equal(t, "t2abc", string(sstMeta.GetRange().GetStart())) + require.Equal(t, "t2\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff", string(sstMeta.GetRange().GetEnd())) +} diff --git a/br/pkg/restore/log_restore/BUILD.bazel b/br/pkg/restore/log_restore/BUILD.bazel new file mode 100644 index 0000000000000..a720b5c1298d9 --- /dev/null +++ b/br/pkg/restore/log_restore/BUILD.bazel @@ -0,0 +1,64 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") + +go_library( + name = "log_restore", + srcs = [ + "log_client.go", + "split.go", + ], + importpath = "github.com/pingcap/tidb/br/pkg/restore/log_restore", + visibility = ["//visibility:public"], + deps = [ + "//br/pkg/errors", + "//br/pkg/restore/split", + "//br/pkg/restore/utils", + "//br/pkg/rtree", + "//br/pkg/storage", + "//br/pkg/stream", + "//br/pkg/utils/iter", + "//pkg/kv", + "//pkg/tablecodec", + "//pkg/util", + "//pkg/util/codec", + "//pkg/util/redact", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_log//:log", + "@org_golang_x_sync//errgroup", + "@org_uber_go_zap//:zap", + ], +) + +go_test( + name = "log_restore_test", + timeout = "short", + srcs = [ + "export_test.go", + "import_test.go", + "log_client_test.go", + "split_test.go", + ], + embed = [":log_restore"], + flaky = True, + shard_count = 9, + deps = [ + "//br/pkg/errors", + "//br/pkg/restore/file_importer", + "//br/pkg/restore/split", + "//br/pkg/restore/utils", + "//br/pkg/storage", + "//br/pkg/stream", + "//br/pkg/utils/iter", + "//pkg/kv", + "//pkg/tablecodec", + "//pkg/util/codec", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_kvproto//pkg/import_sstpb", + "@com_github_pingcap_kvproto//pkg/metapb", + "@com_github_pingcap_log//:log", + "@com_github_stretchr_testify//require", + "@org_uber_go_zap//:zap", + "@org_uber_go_zap//zapcore", + ], +) diff --git a/br/pkg/restore/log_restore/export_test.go b/br/pkg/restore/log_restore/export_test.go new file mode 100644 index 0000000000000..492230146c21b --- /dev/null +++ b/br/pkg/restore/log_restore/export_test.go @@ -0,0 +1,35 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package logrestore + +import ( + "context" + + "github.com/pingcap/errors" + "github.com/pingcap/tidb/br/pkg/utils/iter" +) + +// readStreamMetaByTS is used for streaming task. collect all meta file by TS, it is for test usage. +func (rc *LogFileManager) ReadStreamMeta(ctx context.Context) ([]Meta, error) { + metas, err := rc.streamingMeta(ctx) + if err != nil { + return nil, err + } + r := iter.CollectAll(ctx, metas) + if r.Err != nil { + return nil, errors.Trace(r.Err) + } + return r.Item, nil +} diff --git a/br/pkg/restore/log_restore/import_test.go b/br/pkg/restore/log_restore/import_test.go new file mode 100644 index 0000000000000..786766037538d --- /dev/null +++ b/br/pkg/restore/log_restore/import_test.go @@ -0,0 +1,200 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package logrestore_test + +import ( + "context" + "testing" + + backuppb "github.com/pingcap/kvproto/pkg/brpb" + "github.com/pingcap/kvproto/pkg/metapb" + berrors "github.com/pingcap/tidb/br/pkg/errors" + fileimporter "github.com/pingcap/tidb/br/pkg/restore/file_importer" + logrestore "github.com/pingcap/tidb/br/pkg/restore/log_restore" + "github.com/pingcap/tidb/br/pkg/restore/split" + "github.com/pingcap/tidb/pkg/kv" + "github.com/stretchr/testify/require" +) + +func TestImportKVFiles(t *testing.T) { + var ( + importer = fileimporter.FileImporter{} + ctx = context.Background() + shiftStartTS uint64 = 100 + startTS uint64 = 200 + restoreTS uint64 = 300 + ) + + err := importer.ImportKVFiles( + ctx, + []*logrestore.LogDataFileInfo{ + { + DataFileInfo: &backuppb.DataFileInfo{ + Path: "log3", + }, + }, + { + DataFileInfo: &backuppb.DataFileInfo{ + Path: "log1", + }, + }, + }, + nil, + shiftStartTS, + startTS, + restoreTS, + false, + ) + require.True(t, berrors.ErrInvalidArgument.Equal(err)) +} + +func TestFilterFilesByRegion(t *testing.T) { + files := []*logrestore.LogDataFileInfo{ + { + DataFileInfo: &backuppb.DataFileInfo{ + Path: "log3", + }, + }, + { + DataFileInfo: &backuppb.DataFileInfo{ + Path: "log1", + }, + }, + } + ranges := []kv.KeyRange{ + { + StartKey: []byte("1111"), + EndKey: []byte("2222"), + }, { + StartKey: []byte("3333"), + EndKey: []byte("4444"), + }, + } + + testCases := []struct { + r split.RegionInfo + subfiles []*logrestore.LogDataFileInfo + err error + }{ + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("0000"), + EndKey: []byte("1110"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{}, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("0000"), + EndKey: []byte("1111"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{ + files[0], + }, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("0000"), + EndKey: []byte("2222"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{ + files[0], + }, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("2222"), + EndKey: []byte("3332"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{ + files[0], + }, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("2223"), + EndKey: []byte("3332"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{}, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("3332"), + EndKey: []byte("3333"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{ + files[1], + }, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("4444"), + EndKey: []byte("5555"), + }, + }, + subfiles: []*logrestore.LogDataFileInfo{ + files[1], + }, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("4444"), + EndKey: nil, + }, + }, + subfiles: []*logrestore.LogDataFileInfo{ + files[1], + }, + err: nil, + }, + { + r: split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte("0000"), + EndKey: nil, + }, + }, + subfiles: files, + err: nil, + }, + } + + for _, c := range testCases { + subfile, err := fileimporter.FilterFilesByRegion(files, ranges, &c.r) + require.Equal(t, err, c.err) + require.Equal(t, subfile, c.subfiles) + } +} diff --git a/br/pkg/restore/log_client.go b/br/pkg/restore/log_restore/log_client.go similarity index 81% rename from br/pkg/restore/log_client.go rename to br/pkg/restore/log_restore/log_client.go index f01b736a712ab..c64a24c00a68f 100644 --- a/br/pkg/restore/log_client.go +++ b/br/pkg/restore/log_restore/log_client.go @@ -1,6 +1,6 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package logrestore import ( "bytes" @@ -18,6 +18,8 @@ import ( "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/br/pkg/utils/iter" "github.com/pingcap/tidb/pkg/kv" + "github.com/pingcap/tidb/pkg/util/codec" + "github.com/pingcap/tidb/pkg/util/redact" "go.uber.org/zap" ) @@ -43,19 +45,19 @@ type Meta = *backuppb.Metadata // Log is the metadata of one file recording KV sequences. type Log = *backuppb.DataFileInfo -// logFileManager is the manager for log files of a certain restoration, +// LogFileManager is the manager for log files of a certain restoration, // which supports read / filter from the log backup archive with static start TS / restore TS. -type logFileManager struct { +type LogFileManager struct { // startTS and restoreTS are used for kv file restore. // TiKV will filter the key space that don't belong to [startTS, restoreTS]. - startTS uint64 - restoreTS uint64 + StartTS uint64 + RestoreTS uint64 // If the commitTS of txn-entry belong to [startTS, restoreTS], // the startTS of txn-entry may be smaller than startTS. // We need maintain and restore more entries in default cf // (the startTS in these entries belong to [shiftStartTS, startTS]). - shiftStartTS uint64 + ShiftStartTS uint64 storage storage.ExternalStorage helper *stream.MetadataHelper @@ -79,10 +81,10 @@ type DDLMetaGroup struct { // CreateLogFileManager creates a log file manager using the specified config. // Generally the config cannot be changed during its lifetime. -func CreateLogFileManager(ctx context.Context, init LogFileManagerInit) (*logFileManager, error) { - fm := &logFileManager{ - startTS: init.StartTS, - restoreTS: init.RestoreTS, +func CreateLogFileManager(ctx context.Context, init LogFileManagerInit) (*LogFileManager, error) { + fm := &LogFileManager{ + StartTS: init.StartTS, + RestoreTS: init.RestoreTS, storage: init.Storage, helper: stream.NewMetadataHelper(), @@ -95,11 +97,11 @@ func CreateLogFileManager(ctx context.Context, init LogFileManagerInit) (*logFil return fm, nil } -func (rc *logFileManager) ShiftTS() uint64 { - return rc.shiftStartTS +func (rc *LogFileManager) ShiftTS() uint64 { + return rc.ShiftStartTS } -func (rc *logFileManager) loadShiftTS(ctx context.Context) error { +func (rc *LogFileManager) loadShiftTS(ctx context.Context) error { shiftTS := struct { sync.Mutex value uint64 @@ -113,7 +115,7 @@ func (rc *logFileManager) loadShiftTS(ctx context.Context) error { log.Info("read meta from storage and parse", zap.String("path", path), zap.Uint64("min-ts", m.MinTs), zap.Uint64("max-ts", m.MaxTs), zap.Int32("meta-version", int32(m.MetaVersion))) - ts, ok := UpdateShiftTS(m, rc.startTS, rc.restoreTS) + ts, ok := stream.UpdateShiftTS(m, rc.StartTS, rc.RestoreTS) shiftTS.Lock() if ok && (!shiftTS.exists || shiftTS.value > ts) { shiftTS.value = ts @@ -127,29 +129,29 @@ func (rc *logFileManager) loadShiftTS(ctx context.Context) error { return err } if !shiftTS.exists { - rc.shiftStartTS = rc.startTS + rc.ShiftStartTS = rc.StartTS return nil } - rc.shiftStartTS = shiftTS.value + rc.ShiftStartTS = shiftTS.value return nil } -func (rc *logFileManager) streamingMeta(ctx context.Context) (MetaIter, error) { - return rc.streamingMetaByTS(ctx, rc.restoreTS) +func (rc *LogFileManager) streamingMeta(ctx context.Context) (MetaIter, error) { + return rc.streamingMetaByTS(ctx, rc.RestoreTS) } -func (rc *logFileManager) streamingMetaByTS(ctx context.Context, restoreTS uint64) (MetaIter, error) { +func (rc *LogFileManager) streamingMetaByTS(ctx context.Context, restoreTS uint64) (MetaIter, error) { it, err := rc.createMetaIterOver(ctx, rc.storage) if err != nil { return nil, err } filtered := iter.FilterOut(it, func(metadata *backuppb.Metadata) bool { - return restoreTS < metadata.MinTs || metadata.MaxTs < rc.shiftStartTS + return restoreTS < metadata.MinTs || metadata.MaxTs < rc.ShiftStartTS }) return filtered, nil } -func (rc *logFileManager) createMetaIterOver(ctx context.Context, s storage.ExternalStorage) (MetaIter, error) { +func (rc *LogFileManager) createMetaIterOver(ctx context.Context, s storage.ExternalStorage) (MetaIter, error) { opt := &storage.WalkOption{SubDir: stream.GetStreamBackupMetaPrefix()} names := []string{} err := s.WalkDir(ctx, opt, func(path string, size int64) error { @@ -181,7 +183,7 @@ func (rc *logFileManager) createMetaIterOver(ctx context.Context, s storage.Exte return reader, nil } -func (rc *logFileManager) FilterDataFiles(ms MetaIter) LogIter { +func (rc *LogFileManager) FilterDataFiles(ms MetaIter) LogIter { return iter.FlatMap(ms, func(m *backuppb.Metadata) LogIter { return iter.FlatMap(iter.Enumerate(iter.FromSlice(m.FileGroups)), func(gi iter.Indexed[*backuppb.DataFileGroup]) LogIter { return iter.Map( @@ -210,13 +212,13 @@ func (rc *logFileManager) FilterDataFiles(ms MetaIter) LogIter { } // ShouldFilterOut checks whether a file should be filtered out via the current client. -func (rc *logFileManager) ShouldFilterOut(d *backuppb.DataFileInfo) bool { - return d.MinTs > rc.restoreTS || - (d.Cf == stream.WriteCF && d.MaxTs < rc.startTS) || - (d.Cf == stream.DefaultCF && d.MaxTs < rc.shiftStartTS) +func (rc *LogFileManager) ShouldFilterOut(d *backuppb.DataFileInfo) bool { + return d.MinTs > rc.RestoreTS || + (d.Cf == stream.WriteCF && d.MaxTs < rc.StartTS) || + (d.Cf == stream.DefaultCF && d.MaxTs < rc.ShiftStartTS) } -func (rc *logFileManager) collectDDLFilesAndPrepareCache( +func (rc *LogFileManager) collectDDLFilesAndPrepareCache( ctx context.Context, files MetaGroupIter, ) ([]Log, error) { @@ -237,7 +239,7 @@ func (rc *logFileManager) collectDDLFilesAndPrepareCache( // LoadDDLFilesAndCountDMLFiles loads all DDL files needs to be restored in the restoration. // At the same time, if the `counter` isn't nil, counting the DML file needs to be restored into `counter`. // This function returns all DDL files needing directly because we need sort all of them. -func (rc *logFileManager) LoadDDLFilesAndCountDMLFiles(ctx context.Context, counter *int) ([]Log, error) { +func (rc *LogFileManager) LoadDDLFilesAndCountDMLFiles(ctx context.Context, counter *int) ([]Log, error) { m, err := rc.streamingMeta(ctx) if err != nil { return nil, err @@ -260,7 +262,7 @@ func (rc *logFileManager) LoadDDLFilesAndCountDMLFiles(ctx context.Context, coun // LoadDMLFiles loads all DML files needs to be restored in the restoration. // This function returns a stream, because there are usually many DML files need to be restored. -func (rc *logFileManager) LoadDMLFiles(ctx context.Context) (LogIter, error) { +func (rc *LogFileManager) LoadDMLFiles(ctx context.Context) (LogIter, error) { m, err := rc.streamingMeta(ctx) if err != nil { return nil, err @@ -270,20 +272,7 @@ func (rc *logFileManager) LoadDMLFiles(ctx context.Context) (LogIter, error) { return mg, nil } -// readStreamMetaByTS is used for streaming task. collect all meta file by TS, it is for test usage. -func (rc *logFileManager) readStreamMeta(ctx context.Context) ([]Meta, error) { - metas, err := rc.streamingMeta(ctx) - if err != nil { - return nil, err - } - r := iter.CollectAll(ctx, metas) - if r.Err != nil { - return nil, errors.Trace(r.Err) - } - return r.Item, nil -} - -func (rc *logFileManager) FilterMetaFiles(ms MetaIter) MetaGroupIter { +func (rc *LogFileManager) FilterMetaFiles(ms MetaIter) MetaGroupIter { return iter.FlatMap(ms, func(m Meta) MetaGroupIter { return iter.Map(iter.FromSlice(m.FileGroups), func(g *backuppb.DataFileGroup) DDLMetaGroup { metas := iter.FilterOut(iter.FromSlice(g.DataFilesInfo), func(d Log) bool { @@ -302,8 +291,24 @@ func (rc *logFileManager) FilterMetaFiles(ms MetaIter) MetaGroupIter { }) } +// the kv entry with ts, the ts is decoded from entry. +type KvEntryWithTS struct { + E kv.Entry + Ts uint64 +} + +func getKeyTS(key []byte) (uint64, error) { + if len(key) < 8 { + return 0, errors.Annotatef(berrors.ErrInvalidArgument, + "the length of key is smaller than 8, key:%s", redact.Key(key)) + } + + _, ts, err := codec.DecodeUintDesc(key[len(key)-8:]) + return ts, err +} + // ReadAllEntries loads content of a log file, with filtering out no needed entries. -func (rc *logFileManager) ReadAllEntries( +func (rc *LogFileManager) ReadAllEntries( ctx context.Context, file Log, filterTS uint64, @@ -335,18 +340,18 @@ func (rc *logFileManager) ReadAllEntries( continue } - ts, err := GetKeyTS(txnEntry.Key) + ts, err := getKeyTS(txnEntry.Key) if err != nil { return nil, nil, errors.Trace(err) } // The commitTs in write CF need be limited on [startTs, restoreTs]. // We can restore more key-value in default CF. - if ts > rc.restoreTS { + if ts > rc.RestoreTS { continue - } else if file.Cf == stream.WriteCF && ts < rc.startTS { + } else if file.Cf == stream.WriteCF && ts < rc.StartTS { continue - } else if file.Cf == stream.DefaultCF && ts < rc.shiftStartTS { + } else if file.Cf == stream.DefaultCF && ts < rc.ShiftStartTS { continue } @@ -360,9 +365,9 @@ func (rc *logFileManager) ReadAllEntries( } if ts < filterTS { - kvEntries = append(kvEntries, &KvEntryWithTS{e: txnEntry, ts: ts}) + kvEntries = append(kvEntries, &KvEntryWithTS{E: txnEntry, Ts: ts}) } else { - nextKvEntries = append(nextKvEntries, &KvEntryWithTS{e: txnEntry, ts: ts}) + nextKvEntries = append(nextKvEntries, &KvEntryWithTS{E: txnEntry, Ts: ts}) } } diff --git a/br/pkg/restore/log_client_test.go b/br/pkg/restore/log_restore/log_client_test.go similarity index 92% rename from br/pkg/restore/log_client_test.go rename to br/pkg/restore/log_restore/log_client_test.go index 4aafce0985f75..14be787d6921a 100644 --- a/br/pkg/restore/log_client_test.go +++ b/br/pkg/restore/log_restore/log_client_test.go @@ -3,7 +3,7 @@ // NOTE: we need to create client with only `storage` field. // However adding a public API for that is weird, so this test uses the `restore` package instead of `restore_test`. // Maybe we should refactor these APIs when possible. -package restore +package logrestore_test import ( "context" @@ -19,6 +19,7 @@ import ( "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/log" + logrestore "github.com/pingcap/tidb/br/pkg/restore/log_restore" "github.com/pingcap/tidb/br/pkg/storage" "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/br/pkg/utils/iter" @@ -226,17 +227,17 @@ func testReadMetaBetweenTSWithVersion(t *testing.T, m metaMaker) { os.RemoveAll(temp) } }() - init := LogFileManagerInit{ + init := logrestore.LogFileManagerInit{ StartTS: c.startTS, RestoreTS: c.endTS, Storage: loc, MetadataDownloadBatchSize: 32, } - cli, err := CreateLogFileManager(ctx, init) + cli, err := logrestore.CreateLogFileManager(ctx, init) req.Equal(cli.ShiftTS(), c.expectedShiftTS) req.NoError(err) - metas, err := cli.readStreamMeta(ctx) + metas, err := cli.ReadStreamMeta(ctx) req.NoError(err) actualStoreIDs := make([]int64, 0, len(metas)) for _, meta := range metas { @@ -301,13 +302,14 @@ func testReadFromMetadataWithVersion(t *testing.T, m metaMaker) { } }() - meta := new(StreamMetadataSet) + meta := new(stream.StreamMetadataSet) meta.Helper = stream.NewMetadataHelper() meta.MetadataDownloadBatchSize = 128 - meta.LoadUntilAndCalculateShiftTS(ctx, loc, c.untilTS) + _, err := meta.LoadUntilAndCalculateShiftTS(ctx, loc, c.untilTS) + require.NoError(t, err) var metas []*backuppb.Metadata - for path := range meta.metadataInfos { + for path := range meta.TEST_GetMetadataInfos() { data, err := loc.ReadFile(ctx, path) require.NoError(t, err) @@ -459,7 +461,7 @@ func testFileManagerWithMeta(t *testing.T, m metaMaker) { } }() ctx := context.Background() - fm, err := CreateLogFileManager(ctx, LogFileManagerInit{ + fm, err := logrestore.CreateLogFileManager(ctx, logrestore.LogFileManagerInit{ StartTS: start, RestoreTS: end, Storage: loc, @@ -476,7 +478,7 @@ func testFileManagerWithMeta(t *testing.T, m metaMaker) { ctx, iter.Map( datas, - func(d *LogDataFileInfo) *backuppb.DataFileInfo { + func(d *logrestore.LogDataFileInfo) *backuppb.DataFileInfo { return d.DataFileInfo }, ), @@ -509,10 +511,23 @@ func TestFileManger(t *testing.T) { func TestFilterDataFiles(t *testing.T) { req := require.New(t) ctx := context.Background() - fm := logFileManager{ - startTS: 0, - restoreTS: 10, - } + loc, temp := (&mockMetaBuilder{ + metas: nil, + }).b(true) + defer func() { + t.Log("temp dir", temp) + if !t.Failed() { + os.RemoveAll(temp) + } + }() + fm, err := logrestore.CreateLogFileManager(ctx, logrestore.LogFileManagerInit{ + StartTS: 0, + RestoreTS: 10, + Storage: loc, + + MetadataDownloadBatchSize: 32, + }) + req.NoError(err) metas := []*backuppb.Metadata{ m2(wr(1, 1, 1), wr(2, 2, 2), wr(3, 3, 3), wr(4, 4, 4)), m2(wr(1, 1, 1), wr(2, 2, 2), wr(3, 3, 3), wr(4, 4, 4), wr(5, 5, 5)), @@ -520,7 +535,7 @@ func TestFilterDataFiles(t *testing.T) { } metaIter := iter.FromSlice(metas) files := iter.CollectAll(ctx, fm.FilterDataFiles(metaIter)).Item - check := func(file *LogDataFileInfo, metaKey string, goff, foff int) { + check := func(file *logrestore.LogDataFileInfo, metaKey string, goff, foff int) { req.Equal(file.MetaDataGroupName, metaKey) req.Equal(file.OffsetInMetaGroup, goff) req.Equal(file.OffsetInMergedGroup, foff) diff --git a/br/pkg/restore/split.go b/br/pkg/restore/log_restore/split.go similarity index 59% rename from br/pkg/restore/split.go rename to br/pkg/restore/log_restore/split.go index 456c3f0cc4056..4e0cdb3d8c60b 100644 --- a/br/pkg/restore/split.go +++ b/br/pkg/restore/log_restore/split.go @@ -1,25 +1,32 @@ -// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. - -package restore +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package logrestore import ( "bytes" "context" "sort" - "strings" "sync" "time" - "github.com/opentracing/opentracing-go" "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" - sst "github.com/pingcap/kvproto/pkg/import_sstpb" "github.com/pingcap/log" - berrors "github.com/pingcap/tidb/br/pkg/errors" - "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/restore/split" + "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" - "github.com/pingcap/tidb/br/pkg/utils" "github.com/pingcap/tidb/br/pkg/utils/iter" "github.com/pingcap/tidb/pkg/tablecodec" "github.com/pingcap/tidb/pkg/util" @@ -28,163 +35,10 @@ import ( "golang.org/x/sync/errgroup" ) -type Granularity string - -const ( - FineGrained Granularity = "fine-grained" - CoarseGrained Granularity = "coarse-grained" - maxSplitKeysOnce = 10240 -) - -// RegionSplitter is a executor of region split by rules. -type RegionSplitter struct { - client split.SplitClient -} - -// NewRegionSplitter returns a new RegionSplitter. -func NewRegionSplitter(client split.SplitClient) *RegionSplitter { - return &RegionSplitter{ - client: client, - } -} - -// OnSplitFunc is called before split a range. -type OnSplitFunc func(key [][]byte) - -// ExecuteSplit executes regions split and make sure new splitted regions are balance. -// It will split regions by the rewrite rules, -// then it will split regions by the end key of each range. -// tableRules includes the prefix of a table, since some ranges may have -// a prefix with record sequence or index sequence. -// note: all ranges and rewrite rules must have raw key. -func (rs *RegionSplitter) ExecuteSplit( - ctx context.Context, - ranges []rtree.Range, -) error { - if len(ranges) == 0 { - log.Info("skip split regions, no range") - return nil - } - - if span := opentracing.SpanFromContext(ctx); span != nil && span.Tracer() != nil { - span1 := span.Tracer().StartSpan("RegionSplitter.Split", opentracing.ChildOf(span.Context())) - defer span1.Finish() - ctx = opentracing.ContextWithSpan(ctx, span1) - } - - // Sort the range for getting the min and max key of the ranges - // TODO: this sort may not needed if we sort tables after creatation outside. - sortedRanges, errSplit := SortRanges(ranges) - if errSplit != nil { - return errors.Trace(errSplit) - } - if len(sortedRanges) == 0 { - log.Info("skip split regions after sorted, no range") - return nil - } - sortedKeys := make([][]byte, 0, len(sortedRanges)) - totalRangeSize := uint64(0) - for _, r := range sortedRanges { - sortedKeys = append(sortedKeys, r.EndKey) - totalRangeSize += r.Size - } - // the range size must be greater than 0 here - return rs.executeSplitByRanges(ctx, sortedKeys) -} - -func (rs *RegionSplitter) executeSplitByRanges( - ctx context.Context, - sortedKeys [][]byte, -) error { - startTime := time.Now() - // Choose the rough region split keys, - // each splited region contains 128 regions to be splitted. - const regionIndexStep = 128 - - roughSortedSplitKeys := make([][]byte, 0, len(sortedKeys)/regionIndexStep+1) - for curRegionIndex := regionIndexStep; curRegionIndex < len(sortedKeys); curRegionIndex += regionIndexStep { - roughSortedSplitKeys = append(roughSortedSplitKeys, sortedKeys[curRegionIndex]) - } - if len(roughSortedSplitKeys) > 0 { - if err := rs.executeSplitByKeys(ctx, roughSortedSplitKeys); err != nil { - return errors.Trace(err) - } - } - log.Info("finish spliting regions roughly", zap.Duration("take", time.Since(startTime))) - - // Then send split requests to each TiKV. - if err := rs.executeSplitByKeys(ctx, sortedKeys); err != nil { - return errors.Trace(err) - } - - log.Info("finish spliting and scattering regions", zap.Duration("take", time.Since(startTime))) - return nil -} - -// executeSplitByKeys will split regions by **sorted** keys with following steps. -// 1. locate regions with correspond keys. -// 2. split these regions with correspond keys. -// 3. make sure new split regions are balanced. -func (rs *RegionSplitter) executeSplitByKeys( - ctx context.Context, - sortedKeys [][]byte, -) error { - startTime := time.Now() - scatterRegions, err := rs.client.SplitKeysAndScatter(ctx, sortedKeys) - if err != nil { - return errors.Trace(err) - } - if len(scatterRegions) > 0 { - log.Info("finish splitting and scattering regions. and starts to wait", zap.Int("regions", len(scatterRegions)), - zap.Duration("take", time.Since(startTime))) - rs.waitRegionsScattered(ctx, scatterRegions, split.ScatterWaitUpperInterval) - } else { - log.Info("finish splitting regions.", zap.Duration("take", time.Since(startTime))) - } - return nil -} - -// waitRegionsScattered try to wait mutilple regions scatterd in 3 minutes. -// this could timeout, but if many regions scatterd the restore could continue -// so we don't wait long time here. -func (rs *RegionSplitter) waitRegionsScattered(ctx context.Context, scatterRegions []*split.RegionInfo, timeout time.Duration) { - log.Info("start to wait for scattering regions", zap.Int("regions", len(scatterRegions))) - startTime := time.Now() - leftCnt := rs.WaitForScatterRegionsTimeout(ctx, scatterRegions, timeout) - if leftCnt == 0 { - log.Info("waiting for scattering regions done", - zap.Int("regions", len(scatterRegions)), - zap.Duration("take", time.Since(startTime))) - } else { - log.Warn("waiting for scattering regions timeout", - zap.Int("not scattered Count", leftCnt), - zap.Int("regions", len(scatterRegions)), - zap.Duration("take", time.Since(startTime))) - } -} - -func (rs *RegionSplitter) WaitForScatterRegionsTimeout(ctx context.Context, regionInfos []*split.RegionInfo, timeout time.Duration) int { - ctx2, cancel := context.WithTimeout(ctx, timeout) - defer cancel() - leftRegions, _ := rs.client.WaitRegionsScattered(ctx2, regionInfos) - return leftRegions -} - -func replacePrefix(s []byte, rewriteRules *RewriteRules) ([]byte, *sst.RewriteRule) { - // We should search the dataRules firstly. - for _, rule := range rewriteRules.Data { - if bytes.HasPrefix(s, rule.GetOldKeyPrefix()) { - return append(append([]byte{}, rule.GetNewKeyPrefix()...), s[len(rule.GetOldKeyPrefix()):]...), rule - } - } - - return s, nil -} - type rewriteSplitter struct { rewriteKey []byte tableID int64 - rule *RewriteRules + rule *utils.RewriteRules splitter *split.SplitHelper } @@ -192,7 +46,7 @@ type splitHelperIterator struct { tableSplitters []*rewriteSplitter } -func (iter *splitHelperIterator) Traverse(fn func(v split.Valued, endKey []byte, rule *RewriteRules) bool) { +func (iter *splitHelperIterator) Traverse(fn func(v split.Valued, endKey []byte, rule *utils.RewriteRules) bool) { for _, entry := range iter.tableSplitters { endKey := codec.EncodeBytes([]byte{}, tablecodec.EncodeTablePrefix(entry.tableID+1)) rule := entry.rule @@ -202,7 +56,7 @@ func (iter *splitHelperIterator) Traverse(fn func(v split.Valued, endKey []byte, } } -func NewSplitHelperIteratorForTest(helper *split.SplitHelper, tableID int64, rule *RewriteRules) *splitHelperIterator { +func NewSplitHelperIteratorForTest(helper *split.SplitHelper, tableID int64, rule *utils.RewriteRules) *splitHelperIterator { return &splitHelperIterator{ tableSplitters: []*rewriteSplitter{ { @@ -216,7 +70,7 @@ func NewSplitHelperIteratorForTest(helper *split.SplitHelper, tableID int64, rul type LogSplitHelper struct { tableSplitter map[int64]*split.SplitHelper - rules map[int64]*RewriteRules + rules map[int64]*utils.RewriteRules client split.SplitClient pool *util.WorkerPool eg *errgroup.Group @@ -226,7 +80,7 @@ type LogSplitHelper struct { splitThreSholdKeys int64 } -func NewLogSplitHelper(rules map[int64]*RewriteRules, client split.SplitClient, splitSize uint64, splitKeys int64) *LogSplitHelper { +func NewLogSplitHelper(rules map[int64]*utils.RewriteRules, client split.SplitClient, splitSize uint64, splitKeys int64) *LogSplitHelper { return &LogSplitHelper{ tableSplitter: make(map[int64]*split.SplitHelper), rules: rules, @@ -248,7 +102,7 @@ func (helper *LogSplitHelper) iterator() *splitHelperIterator { log.Info("skip splitting due to no table id matched", zap.Int64("tableID", tableID)) continue } - newTableID := GetRewriteTableID(tableID, rewriteRule) + newTableID := utils.GetRewriteTableID(tableID, rewriteRule) if newTableID == 0 { log.Warn("failed to get the rewrite table id", zap.Int64("tableID", tableID)) continue @@ -297,11 +151,11 @@ func (helper *LogSplitHelper) Merge(file *backuppb.DataFileInfo) { }) } -type splitFunc = func(context.Context, *RegionSplitter, uint64, int64, *split.RegionInfo, []split.Valued) error +type splitFunc = func(context.Context, *utils.RegionSplitter, uint64, int64, *split.RegionInfo, []split.Valued) error func (helper *LogSplitHelper) splitRegionByPoints( ctx context.Context, - regionSplitter *RegionSplitter, + regionSplitter *utils.RegionSplitter, initialLength uint64, initialNumber int64, region *split.RegionInfo, @@ -331,7 +185,7 @@ func (helper *LogSplitHelper) splitRegionByPoints( } helper.pool.ApplyOnErrorGroup(helper.eg, func() error { - newRegions, errSplit := regionSplitter.client.SplitWaitAndScatter(ctx, region, splitPoints) + newRegions, errSplit := regionSplitter.SplitWaitAndScatter(ctx, region, splitPoints) if errSplit != nil { log.Warn("failed to split the scaned region", zap.Error(errSplit)) _, startKey, _ := codec.DecodeBytes(region.Region.StartKey, nil) @@ -354,17 +208,6 @@ func (helper *LogSplitHelper) splitRegionByPoints( return nil } -// GetRewriteTableID gets rewrite table id by the rewrite rule and original table id -func GetRewriteTableID(tableID int64, rewriteRules *RewriteRules) int64 { - tableKey := tablecodec.GenTableRecordPrefix(tableID) - rule := matchOldPrefix(tableKey, rewriteRules) - if rule == nil { - return 0 - } - - return tablecodec.DecodeTableID(rule.GetNewKeyPrefix()) -} - // SplitPoint selects ranges overlapped with each region, and calls `splitF` to split the region func SplitPoint( ctx context.Context, @@ -374,7 +217,7 @@ func SplitPoint( ) (err error) { // common status var ( - regionSplitter *RegionSplitter = NewRegionSplitter(client) + regionSplitter *utils.RegionSplitter = utils.NewRegionSplitter(client) ) // region traverse status var ( @@ -401,7 +244,7 @@ func SplitPoint( regionOverCount uint64 = 0 ) - iter.Traverse(func(v split.Valued, endKey []byte, rule *RewriteRules) bool { + iter.Traverse(func(v split.Valued, endKey []byte, rule *utils.RewriteRules) bool { if v.Value.Number == 0 || v.Value.Size == 0 { return true } @@ -410,7 +253,7 @@ func SplitPoint( vEndKey []byte ) // use `vStartKey` and `vEndKey` to compare with region's key - vStartKey, vEndKey, err = GetRewriteEncodedKeys(v, rule) + vStartKey, vEndKey, err = utils.GetRewriteEncodedKeys(v, rule) if err != nil { return false } @@ -526,7 +369,7 @@ func (helper *LogSplitHelper) Split(ctx context.Context) error { } } - regionSplitter := NewRegionSplitter(helper.client) + regionSplitter := utils.NewRegionSplitter(helper.client) // It is too expensive to stop recovery and wait for a small number of regions // to complete scatter, so the maximum waiting time is reduced to 1 minute. _ = regionSplitter.WaitForScatterRegionsTimeout(ctx, scatterRegions, time.Minute) @@ -558,7 +401,7 @@ type LogFilesIterWithSplitHelper struct { const SplitFilesBufferSize = 4096 -func NewLogFilesIterWithSplitHelper(iter LogIter, rules map[int64]*RewriteRules, client split.SplitClient, splitSize uint64, splitKeys int64) LogIter { +func NewLogFilesIterWithSplitHelper(iter LogIter, rules map[int64]*utils.RewriteRules, client split.SplitClient, splitSize uint64, splitKeys int64) LogIter { return &LogFilesIterWithSplitHelper{ iter: iter, helper: NewLogSplitHelper(rules, client, splitSize, splitKeys), @@ -597,32 +440,3 @@ func (splitIter *LogFilesIterWithSplitHelper) TryNext(ctx context.Context) iter. splitIter.next += 1 return res } - -type splitBackoffer struct { - state utils.RetryState -} - -func newSplitBackoffer() *splitBackoffer { - return &splitBackoffer{ - state: utils.InitialRetryState(split.SplitRetryTimes, split.SplitRetryInterval, split.SplitMaxRetryInterval), - } -} - -func (bo *splitBackoffer) NextBackoff(err error) time.Duration { - switch { - case berrors.ErrPDBatchScanRegion.Equal(err): - log.Warn("inconsistent region info get.", logutil.ShortError(err)) - return time.Second - case strings.Contains(err.Error(), "no valid key"): - bo.state.GiveUp() - return 0 - case berrors.ErrInvalidRange.Equal(err): - bo.state.GiveUp() - return 0 - } - return bo.state.ExponentialBackoff() -} - -func (bo *splitBackoffer) Attempt() int { - return bo.state.Attempt() -} diff --git a/br/pkg/restore/log_restore/split_test.go b/br/pkg/restore/log_restore/split_test.go new file mode 100644 index 0000000000000..27af9db2975e1 --- /dev/null +++ b/br/pkg/restore/log_restore/split_test.go @@ -0,0 +1,239 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package logrestore + +import ( + "bytes" + "context" + "fmt" + "testing" + + backuppb "github.com/pingcap/kvproto/pkg/brpb" + "github.com/pingcap/kvproto/pkg/import_sstpb" + "github.com/pingcap/kvproto/pkg/metapb" + "github.com/pingcap/tidb/br/pkg/restore/split" + "github.com/pingcap/tidb/br/pkg/restore/utils" + "github.com/pingcap/tidb/br/pkg/utils/iter" + "github.com/pingcap/tidb/pkg/tablecodec" + "github.com/pingcap/tidb/pkg/util/codec" + "github.com/stretchr/testify/require" +) + +type fakeSplitClient struct { + split.SplitClient + regions []*split.RegionInfo +} + +func newFakeSplitClient() *fakeSplitClient { + return &fakeSplitClient{ + regions: make([]*split.RegionInfo, 0), + } +} + +func (f *fakeSplitClient) AppendRegion(startKey, endKey []byte) { + f.regions = append(f.regions, &split.RegionInfo{ + Region: &metapb.Region{ + StartKey: startKey, + EndKey: endKey, + }, + }) +} + +func (f *fakeSplitClient) ScanRegions(ctx context.Context, startKey, endKey []byte, limit int) ([]*split.RegionInfo, error) { + result := make([]*split.RegionInfo, 0) + count := 0 + for _, rng := range f.regions { + if bytes.Compare(rng.Region.StartKey, endKey) <= 0 && bytes.Compare(rng.Region.EndKey, startKey) > 0 { + result = append(result, rng) + count++ + } + if count >= limit { + break + } + } + return result, nil +} + +func (f *fakeSplitClient) WaitRegionsScattered(context.Context, []*split.RegionInfo) (int, error) { + return 0, nil +} + +func keyWithTablePrefix(tableID int64, key string) []byte { + rawKey := append(tablecodec.GenTableRecordPrefix(tableID), []byte(key)...) + return codec.EncodeBytes([]byte{}, rawKey) +} + +func TestSplitPoint(t *testing.T) { + ctx := context.Background() + var oldTableID int64 = 50 + var tableID int64 = 100 + rewriteRules := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), + }, + }, + } + + // range: b c d e g i + // +---+ +---+ +---------+ + // +-------------+----------+---------+ + // region: a f h j + splitHelper := split.NewSplitHelper() + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "b"), EndKey: keyWithTablePrefix(oldTableID, "c")}, Value: split.Value{Size: 100, Number: 100}}) + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "d"), EndKey: keyWithTablePrefix(oldTableID, "e")}, Value: split.Value{Size: 200, Number: 200}}) + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "g"), EndKey: keyWithTablePrefix(oldTableID, "i")}, Value: split.Value{Size: 300, Number: 300}}) + client := newFakeSplitClient() + client.AppendRegion(keyWithTablePrefix(tableID, "a"), keyWithTablePrefix(tableID, "f")) + client.AppendRegion(keyWithTablePrefix(tableID, "f"), keyWithTablePrefix(tableID, "h")) + client.AppendRegion(keyWithTablePrefix(tableID, "h"), keyWithTablePrefix(tableID, "j")) + client.AppendRegion(keyWithTablePrefix(tableID, "j"), keyWithTablePrefix(tableID+1, "a")) + + iter := NewSplitHelperIteratorForTest(splitHelper, tableID, rewriteRules) + err := SplitPoint(ctx, iter, client, func(ctx context.Context, rs *utils.RegionSplitter, u uint64, o int64, ri *split.RegionInfo, v []split.Valued) error { + require.Equal(t, u, uint64(0)) + require.Equal(t, o, int64(0)) + require.Equal(t, ri.Region.StartKey, keyWithTablePrefix(tableID, "a")) + require.Equal(t, ri.Region.EndKey, keyWithTablePrefix(tableID, "f")) + require.EqualValues(t, v[0].Key.StartKey, keyWithTablePrefix(tableID, "b")) + require.EqualValues(t, v[0].Key.EndKey, keyWithTablePrefix(tableID, "c")) + require.EqualValues(t, v[1].Key.StartKey, keyWithTablePrefix(tableID, "d")) + require.EqualValues(t, v[1].Key.EndKey, keyWithTablePrefix(tableID, "e")) + require.Equal(t, len(v), 2) + return nil + }) + require.NoError(t, err) +} + +func getCharFromNumber(prefix string, i int) string { + c := '1' + (i % 10) + b := '1' + (i%100)/10 + a := '1' + i/100 + return fmt.Sprintf("%s%c%c%c", prefix, a, b, c) +} + +func TestSplitPoint2(t *testing.T) { + ctx := context.Background() + var oldTableID int64 = 50 + var tableID int64 = 100 + rewriteRules := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), + }, + }, + } + + // range: b c d e f i j k l n + // +---+ +---+ +-----------------+ +----+ +--------+ + // +---------------+--+.....+----+------------+---------+ + // region: a g >128 h m o + splitHelper := split.NewSplitHelper() + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "b"), EndKey: keyWithTablePrefix(oldTableID, "c")}, Value: split.Value{Size: 100, Number: 100}}) + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "d"), EndKey: keyWithTablePrefix(oldTableID, "e")}, Value: split.Value{Size: 200, Number: 200}}) + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "f"), EndKey: keyWithTablePrefix(oldTableID, "i")}, Value: split.Value{Size: 300, Number: 300}}) + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "j"), EndKey: keyWithTablePrefix(oldTableID, "k")}, Value: split.Value{Size: 200, Number: 200}}) + splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "l"), EndKey: keyWithTablePrefix(oldTableID, "n")}, Value: split.Value{Size: 200, Number: 200}}) + client := newFakeSplitClient() + client.AppendRegion(keyWithTablePrefix(tableID, "a"), keyWithTablePrefix(tableID, "g")) + client.AppendRegion(keyWithTablePrefix(tableID, "g"), keyWithTablePrefix(tableID, getCharFromNumber("g", 0))) + for i := 0; i < 256; i++ { + client.AppendRegion(keyWithTablePrefix(tableID, getCharFromNumber("g", i)), keyWithTablePrefix(tableID, getCharFromNumber("g", i+1))) + } + client.AppendRegion(keyWithTablePrefix(tableID, getCharFromNumber("g", 256)), keyWithTablePrefix(tableID, "h")) + client.AppendRegion(keyWithTablePrefix(tableID, "h"), keyWithTablePrefix(tableID, "m")) + client.AppendRegion(keyWithTablePrefix(tableID, "m"), keyWithTablePrefix(tableID, "o")) + client.AppendRegion(keyWithTablePrefix(tableID, "o"), keyWithTablePrefix(tableID+1, "a")) + + firstSplit := true + iter := NewSplitHelperIteratorForTest(splitHelper, tableID, rewriteRules) + err := SplitPoint(ctx, iter, client, func(ctx context.Context, rs *utils.RegionSplitter, u uint64, o int64, ri *split.RegionInfo, v []split.Valued) error { + if firstSplit { + require.Equal(t, u, uint64(0)) + require.Equal(t, o, int64(0)) + require.Equal(t, ri.Region.StartKey, keyWithTablePrefix(tableID, "a")) + require.Equal(t, ri.Region.EndKey, keyWithTablePrefix(tableID, "g")) + require.EqualValues(t, v[0].Key.StartKey, keyWithTablePrefix(tableID, "b")) + require.EqualValues(t, v[0].Key.EndKey, keyWithTablePrefix(tableID, "c")) + require.EqualValues(t, v[1].Key.StartKey, keyWithTablePrefix(tableID, "d")) + require.EqualValues(t, v[1].Key.EndKey, keyWithTablePrefix(tableID, "e")) + require.EqualValues(t, v[2].Key.StartKey, keyWithTablePrefix(tableID, "f")) + require.EqualValues(t, v[2].Key.EndKey, keyWithTablePrefix(tableID, "g")) + require.Equal(t, v[2].Value.Size, uint64(1)) + require.Equal(t, v[2].Value.Number, int64(1)) + require.Equal(t, len(v), 3) + firstSplit = false + } else { + require.Equal(t, u, uint64(1)) + require.Equal(t, o, int64(1)) + require.Equal(t, ri.Region.StartKey, keyWithTablePrefix(tableID, "h")) + require.Equal(t, ri.Region.EndKey, keyWithTablePrefix(tableID, "m")) + require.EqualValues(t, v[0].Key.StartKey, keyWithTablePrefix(tableID, "j")) + require.EqualValues(t, v[0].Key.EndKey, keyWithTablePrefix(tableID, "k")) + require.EqualValues(t, v[1].Key.StartKey, keyWithTablePrefix(tableID, "l")) + require.EqualValues(t, v[1].Key.EndKey, keyWithTablePrefix(tableID, "m")) + require.Equal(t, v[1].Value.Size, uint64(100)) + require.Equal(t, v[1].Value.Number, int64(100)) + require.Equal(t, len(v), 2) + } + return nil + }) + require.NoError(t, err) +} + +type mockLogIter struct { + next int +} + +func (m *mockLogIter) TryNext(ctx context.Context) iter.IterResult[*LogDataFileInfo] { + if m.next > 10000 { + return iter.Done[*LogDataFileInfo]() + } + m.next += 1 + return iter.Emit(&LogDataFileInfo{ + DataFileInfo: &backuppb.DataFileInfo{ + StartKey: []byte(fmt.Sprintf("a%d", m.next)), + EndKey: []byte("b"), + Length: 1024, // 1 KB + }, + }) +} + +func TestLogFilesIterWithSplitHelper(t *testing.T) { + var tableID int64 = 76 + var oldTableID int64 = 80 + rewriteRules := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), + }, + }, + } + rewriteRulesMap := map[int64]*utils.RewriteRules{ + oldTableID: rewriteRules, + } + mockIter := &mockLogIter{} + ctx := context.Background() + logIter := NewLogFilesIterWithSplitHelper(mockIter, rewriteRulesMap, newFakeSplitClient(), 144*1024*1024, 1440000) + next := 0 + for r := logIter.TryNext(ctx); !r.Finished; r = logIter.TryNext(ctx) { + require.NoError(t, r.Err) + next += 1 + require.Equal(t, []byte(fmt.Sprintf("a%d", next)), r.Item.StartKey) + } +} diff --git a/br/pkg/restore/pipeline_items.go b/br/pkg/restore/pipeline_items.go index 3933b9f408063..58c7b9b100a91 100644 --- a/br/pkg/restore/pipeline_items.go +++ b/br/pkg/restore/pipeline_items.go @@ -13,6 +13,7 @@ import ( "github.com/pingcap/tidb/br/pkg/glue" "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/metautil" + "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" "github.com/pingcap/tidb/br/pkg/summary" "github.com/pingcap/tidb/pkg/parser/model" @@ -148,7 +149,7 @@ func splitPrepareWork(ctx context.Context, client *Client, tables []*model.Table // CreatedTable is a table created on restore process, // but not yet filled with data. type CreatedTable struct { - RewriteRule *RewriteRules + RewriteRule *utils.RewriteRules Table *model.TableInfo OldTable *metautil.Table } @@ -172,7 +173,7 @@ type TableIDWithFiles struct { // RewriteRules is the rewrite rules for the specify table. // because these rules belongs to the *one table*. // we can hold them here. - RewriteRules *RewriteRules + RewriteRules *utils.RewriteRules } // Exhaust drains all remaining errors in the channel, into a slice of errors. diff --git a/br/pkg/restore/range.go b/br/pkg/restore/range.go deleted file mode 100644 index 14aed01ae8cf8..0000000000000 --- a/br/pkg/restore/range.go +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. - -package restore - -import ( - "github.com/pingcap/errors" - "github.com/pingcap/kvproto/pkg/import_sstpb" - "github.com/pingcap/log" - berrors "github.com/pingcap/tidb/br/pkg/errors" - "github.com/pingcap/tidb/br/pkg/logutil" - "github.com/pingcap/tidb/br/pkg/rtree" -) - -// Range record start and end key for localStoreDir.DB -// so we can write it to tikv in streaming -type Range struct { - Start []byte - End []byte -} - -// SortRanges checks if the range overlapped and sort them. -func SortRanges(ranges []rtree.Range) ([]rtree.Range, error) { - rangeTree := rtree.NewRangeTree() - for _, rg := range ranges { - if out := rangeTree.InsertRange(rg); out != nil { - log.Error("insert ranges overlapped", - logutil.Key("startKeyOut", out.StartKey), - logutil.Key("endKeyOut", out.EndKey), - logutil.Key("startKeyIn", rg.StartKey), - logutil.Key("endKeyIn", rg.EndKey)) - return nil, errors.Annotatef(berrors.ErrInvalidRange, "ranges overlapped") - } - } - sortedRanges := rangeTree.GetSortedRanges() - return sortedRanges, nil -} - -// RewriteRules contains rules for rewriting keys of tables. -type RewriteRules struct { - Data []*import_sstpb.RewriteRule - OldKeyspace []byte - NewKeyspace []byte -} - -// Append append its argument to this rewrite rules. -func (r *RewriteRules) Append(other RewriteRules) { - r.Data = append(r.Data, other.Data...) -} - -// EmptyRewriteRule make a map of new, empty rewrite rules. -func EmptyRewriteRulesMap() map[int64]*RewriteRules { - return make(map[int64]*RewriteRules) -} - -// EmptyRewriteRule make a new, empty rewrite rule. -func EmptyRewriteRule() *RewriteRules { - return &RewriteRules{ - Data: []*import_sstpb.RewriteRule{}, - } -} diff --git a/br/pkg/restore/range_test.go b/br/pkg/restore/range_test.go deleted file mode 100644 index 2c84e2b7f0d72..0000000000000 --- a/br/pkg/restore/range_test.go +++ /dev/null @@ -1,75 +0,0 @@ -// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. - -package restore - -import ( - "testing" - - "github.com/pingcap/kvproto/pkg/import_sstpb" - "github.com/pingcap/tidb/br/pkg/rtree" - "github.com/pingcap/tidb/pkg/tablecodec" - "github.com/stretchr/testify/require" -) - -func rangeEquals(t *testing.T, obtained, expected []rtree.Range) { - require.Equal(t, len(expected), len(obtained)) - for i := range obtained { - require.Equal(t, expected[i].StartKey, obtained[i].StartKey) - require.Equal(t, expected[i].EndKey, obtained[i].EndKey) - } -} - -func TestSortRange(t *testing.T) { - dataRules := []*import_sstpb.RewriteRule{ - {OldKeyPrefix: tablecodec.GenTableRecordPrefix(1), NewKeyPrefix: tablecodec.GenTableRecordPrefix(4)}, - {OldKeyPrefix: tablecodec.GenTableRecordPrefix(2), NewKeyPrefix: tablecodec.GenTableRecordPrefix(5)}, - } - rewriteRules := &RewriteRules{ - Data: dataRules, - } - ranges1 := []rtree.Range{ - { - StartKey: append(tablecodec.GenTableRecordPrefix(1), []byte("aaa")...), - EndKey: append(tablecodec.GenTableRecordPrefix(1), []byte("bbb")...), Files: nil, - }, - } - for i, rg := range ranges1 { - tmp, _ := RewriteRange(&rg, rewriteRules) - ranges1[i] = *tmp - } - rs1, err := SortRanges(ranges1) - require.NoErrorf(t, err, "sort range1 failed: %v", err) - rangeEquals(t, rs1, []rtree.Range{ - { - StartKey: append(tablecodec.GenTableRecordPrefix(4), []byte("aaa")...), - EndKey: append(tablecodec.GenTableRecordPrefix(4), []byte("bbb")...), Files: nil, - }, - }) - - ranges2 := []rtree.Range{ - { - StartKey: append(tablecodec.GenTableRecordPrefix(1), []byte("aaa")...), - EndKey: append(tablecodec.GenTableRecordPrefix(2), []byte("bbb")...), Files: nil, - }, - } - for _, rg := range ranges2 { - _, err := RewriteRange(&rg, rewriteRules) - require.Error(t, err) - require.Regexp(t, "table id mismatch.*", err.Error()) - } - - ranges3 := initRanges() - rewriteRules1 := initRewriteRules() - for i, rg := range ranges3 { - tmp, _ := RewriteRange(&rg, rewriteRules1) - ranges3[i] = *tmp - } - rs3, err := SortRanges(ranges3) - require.NoErrorf(t, err, "sort range1 failed: %v", err) - rangeEquals(t, rs3, []rtree.Range{ - {StartKey: []byte("bbd"), EndKey: []byte("bbf"), Files: nil}, - {StartKey: []byte("bbf"), EndKey: []byte("bbj"), Files: nil}, - {StartKey: []byte("xxa"), EndKey: []byte("xxe"), Files: nil}, - {StartKey: []byte("xxe"), EndKey: []byte("xxz"), Files: nil}, - }) -} diff --git a/br/pkg/restore/rawkv/BUILD.bazel b/br/pkg/restore/rawkv/BUILD.bazel new file mode 100644 index 0000000000000..cac9142aac686 --- /dev/null +++ b/br/pkg/restore/rawkv/BUILD.bazel @@ -0,0 +1,32 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") + +go_library( + name = "rawkv", + srcs = ["rawkv_client.go"], + importpath = "github.com/pingcap/tidb/br/pkg/restore/rawkv", + visibility = ["//visibility:public"], + deps = [ + "//br/pkg/restore/utils", + "//pkg/util/hack", + "@com_github_pingcap_errors//:errors", + "@com_github_tikv_client_go_v2//config", + "@com_github_tikv_client_go_v2//rawkv", + "@com_github_tikv_pd_client//:client", + ], +) + +go_test( + name = "rawkv_test", + timeout = "short", + srcs = ["rawkv_client_test.go"], + flaky = True, + deps = [ + ":rawkv", + "//br/pkg/errors", + "//pkg/kv", + "//pkg/util/codec", + "@com_github_pingcap_errors//:errors", + "@com_github_stretchr_testify//require", + "@com_github_tikv_client_go_v2//rawkv", + ], +) diff --git a/br/pkg/restore/rawkv_client.go b/br/pkg/restore/rawkv/rawkv_client.go similarity index 97% rename from br/pkg/restore/rawkv_client.go rename to br/pkg/restore/rawkv/rawkv_client.go index 22f0a9a86d62f..e353aac231849 100644 --- a/br/pkg/restore/rawkv_client.go +++ b/br/pkg/restore/rawkv/rawkv_client.go @@ -1,12 +1,13 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package rawkv import ( "context" "time" "github.com/pingcap/errors" + "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/pkg/util/hack" "github.com/tikv/client-go/v2/config" "github.com/tikv/client-go/v2/rawkv" @@ -73,7 +74,7 @@ func (c *RawKVBatchClient) SetColumnFamily(columnFamily string) { // Put puts (key, value) into buffer justly, wait for batch write if the buffer is full. func (c *RawKVBatchClient) Put(ctx context.Context, key, value []byte, originTs uint64) error { - k := TruncateTS(key) + k := utils.TruncateTS(key) sk := hack.String(k) if v, ok := c.kvs[sk]; ok { if v.ts < originTs { diff --git a/br/pkg/restore/rawkv_client_test.go b/br/pkg/restore/rawkv/rawkv_client_test.go similarity index 94% rename from br/pkg/restore/rawkv_client_test.go rename to br/pkg/restore/rawkv/rawkv_client_test.go index 8ddc4bab9081a..79b12c68292c1 100644 --- a/br/pkg/restore/rawkv_client_test.go +++ b/br/pkg/restore/rawkv/rawkv_client_test.go @@ -1,6 +1,6 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore_test +package rawkv_test import ( "bytes" @@ -10,7 +10,7 @@ import ( "github.com/pingcap/errors" berrors "github.com/pingcap/tidb/br/pkg/errors" - "github.com/pingcap/tidb/br/pkg/restore" + rawclient "github.com/pingcap/tidb/br/pkg/restore/rawkv" "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/util/codec" "github.com/stretchr/testify/require" @@ -57,7 +57,7 @@ func (f *fakeRawkvClient) Close() error { func TestRawKVBatchClient(t *testing.T) { fakeRawkvClient := newFakeRawkvClient() batchCount := 3 - rawkvBatchClient := restore.NewRawKVBatchClient(fakeRawkvClient, batchCount) + rawkvBatchClient := rawclient.NewRawKVBatchClient(fakeRawkvClient, batchCount) defer rawkvBatchClient.Close() rawkvBatchClient.SetColumnFamily("default") @@ -93,7 +93,7 @@ func TestRawKVBatchClient(t *testing.T) { func TestRawKVBatchClientDuplicated(t *testing.T) { fakeRawkvClient := newFakeRawkvClient() batchCount := 3 - rawkvBatchClient := restore.NewRawKVBatchClient(fakeRawkvClient, batchCount) + rawkvBatchClient := rawclient.NewRawKVBatchClient(fakeRawkvClient, batchCount) defer rawkvBatchClient.Close() rawkvBatchClient.SetColumnFamily("default") diff --git a/br/pkg/restore/split_test.go b/br/pkg/restore/split_test.go deleted file mode 100644 index ee54ea291c54c..0000000000000 --- a/br/pkg/restore/split_test.go +++ /dev/null @@ -1,713 +0,0 @@ -// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. - -package restore - -import ( - "bytes" - "context" - "fmt" - "sync" - "testing" - "time" - - "github.com/pingcap/errors" - backuppb "github.com/pingcap/kvproto/pkg/brpb" - "github.com/pingcap/kvproto/pkg/import_sstpb" - "github.com/pingcap/kvproto/pkg/metapb" - "github.com/pingcap/kvproto/pkg/pdpb" - "github.com/pingcap/log" - berrors "github.com/pingcap/tidb/br/pkg/errors" - "github.com/pingcap/tidb/br/pkg/glue" - "github.com/pingcap/tidb/br/pkg/logutil" - "github.com/pingcap/tidb/br/pkg/restore/split" - "github.com/pingcap/tidb/br/pkg/rtree" - "github.com/pingcap/tidb/br/pkg/utils/iter" - "github.com/pingcap/tidb/pkg/parser/model" - "github.com/pingcap/tidb/pkg/store/pdtypes" - "github.com/pingcap/tidb/pkg/tablecodec" - "github.com/pingcap/tidb/pkg/util/codec" - "github.com/stretchr/testify/require" - "google.golang.org/grpc/codes" - "google.golang.org/grpc/status" -) - -type TestClient struct { - split.SplitClient - - mu sync.RWMutex - stores map[uint64]*metapb.Store - regions map[uint64]*split.RegionInfo - regionsInfo *pdtypes.RegionTree // For now it's only used in ScanRegions - nextRegionID uint64 - - scattered map[uint64]bool - InjectErr bool - InjectTimes int32 -} - -func NewTestClient( - stores map[uint64]*metapb.Store, - regions map[uint64]*split.RegionInfo, - nextRegionID uint64, -) *TestClient { - regionsInfo := &pdtypes.RegionTree{} - for _, regionInfo := range regions { - regionsInfo.SetRegion(pdtypes.NewRegionInfo(regionInfo.Region, regionInfo.Leader)) - } - return &TestClient{ - stores: stores, - regions: regions, - regionsInfo: regionsInfo, - nextRegionID: nextRegionID, - scattered: map[uint64]bool{}, - } -} - -func (c *TestClient) GetAllRegions() map[uint64]*split.RegionInfo { - c.mu.RLock() - defer c.mu.RUnlock() - return c.regions -} - -func (c *TestClient) GetStore(ctx context.Context, storeID uint64) (*metapb.Store, error) { - c.mu.RLock() - defer c.mu.RUnlock() - store, ok := c.stores[storeID] - if !ok { - return nil, errors.Errorf("store not found") - } - return store, nil -} - -func (c *TestClient) GetRegion(ctx context.Context, key []byte) (*split.RegionInfo, error) { - c.mu.RLock() - defer c.mu.RUnlock() - for _, region := range c.regions { - if bytes.Compare(key, region.Region.StartKey) >= 0 && - (len(region.Region.EndKey) == 0 || bytes.Compare(key, region.Region.EndKey) < 0) { - return region, nil - } - } - return nil, errors.Errorf("region not found: key=%s", string(key)) -} - -func (c *TestClient) GetRegionByID(ctx context.Context, regionID uint64) (*split.RegionInfo, error) { - c.mu.RLock() - defer c.mu.RUnlock() - region, ok := c.regions[regionID] - if !ok { - return nil, errors.Errorf("region not found: id=%d", regionID) - } - return region, nil -} - -func (c *TestClient) SplitWaitAndScatter(_ context.Context, _ *split.RegionInfo, keys [][]byte) ([]*split.RegionInfo, error) { - c.mu.Lock() - defer c.mu.Unlock() - newRegions := make([]*split.RegionInfo, 0) - for _, key := range keys { - var target *split.RegionInfo - splitKey := codec.EncodeBytes([]byte{}, key) - for _, region := range c.regions { - if region.ContainsInterior(splitKey) { - target = region - } - } - if target == nil { - continue - } - newRegion := &split.RegionInfo{ - Region: &metapb.Region{ - Peers: target.Region.Peers, - Id: c.nextRegionID, - StartKey: target.Region.StartKey, - EndKey: splitKey, - }, - } - c.regions[c.nextRegionID] = newRegion - c.nextRegionID++ - target.Region.StartKey = splitKey - c.regions[target.Region.Id] = target - newRegions = append(newRegions, newRegion) - } - return newRegions, nil -} - -func (c *TestClient) GetOperator(context.Context, uint64) (*pdpb.GetOperatorResponse, error) { - return &pdpb.GetOperatorResponse{ - Header: new(pdpb.ResponseHeader), - }, nil -} - -func (c *TestClient) ScanRegions(ctx context.Context, key, endKey []byte, limit int) ([]*split.RegionInfo, error) { - if c.InjectErr && c.InjectTimes > 0 { - c.InjectTimes -= 1 - return nil, status.Error(codes.Unavailable, "not leader") - } - if len(key) != 0 && bytes.Equal(key, endKey) { - return nil, status.Error(codes.Internal, "key and endKey are the same") - } - - infos := c.regionsInfo.ScanRange(key, endKey, limit) - regions := make([]*split.RegionInfo, 0, len(infos)) - for _, info := range infos { - regions = append(regions, &split.RegionInfo{ - Region: info.Meta, - Leader: info.Leader, - }) - } - return regions, nil -} - -func (c *TestClient) WaitRegionsScattered(context.Context, []*split.RegionInfo) (int, error) { - return 0, nil -} - -func TestScanEmptyRegion(t *testing.T) { - mockPDCli := split.NewMockPDClientForSplit() - mockPDCli.SetRegions([][]byte{{}, {12}, {34}, {}}) - client := split.NewClient(mockPDCli, nil, nil, 100, 4) - ranges := initRanges() - // make ranges has only one - ranges = ranges[0:1] - regionSplitter := NewRegionSplitter(client) - - ctx := context.Background() - err := regionSplitter.ExecuteSplit(ctx, ranges) - // should not return error with only one range entry - require.NoError(t, err) -} - -// region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) -// range: [aaa, aae), [aae, aaz), [ccd, ccf), [ccf, ccj) -// rewrite rules: aa -> xx, cc -> bb -// expected regions after split: -// -// [, aay), [aay, bba), [bba, bbf), [bbf, bbh), [bbh, bbj), -// [bbj, cca), [cca, xxe), [xxe, xxz), [xxz, ) -func TestSplitAndScatter(t *testing.T) { - rangeBoundaries := [][]byte{[]byte(""), []byte("aay"), []byte("bba"), []byte("bbh"), []byte("cca"), []byte("")} - encodeBytes(rangeBoundaries) - mockPDCli := split.NewMockPDClientForSplit() - mockPDCli.SetRegions(rangeBoundaries) - client := split.NewClient(mockPDCli, nil, nil, 100, 4) - regionSplitter := NewRegionSplitter(client) - ctx := context.Background() - - ranges := initRanges() - rules := initRewriteRules() - for i, rg := range ranges { - tmp, err := RewriteRange(&rg, rules) - require.NoError(t, err) - ranges[i] = *tmp - } - err := regionSplitter.ExecuteSplit(ctx, ranges) - require.NoError(t, err) - regions := mockPDCli.Regions.ScanRange(nil, nil, 100) - expected := [][]byte{[]byte(""), []byte("aay"), []byte("bba"), []byte("bbf"), []byte("bbh"), []byte("bbj"), []byte("cca"), []byte("xxe"), []byte("xxz"), []byte("")} - encodeBytes(expected) - require.Len(t, regions, len(expected)-1) - for i, region := range regions { - require.Equal(t, expected[i], region.Meta.StartKey) - require.Equal(t, expected[i+1], region.Meta.EndKey) - } -} - -func encodeBytes(keys [][]byte) { - for i := range keys { - if len(keys[i]) == 0 { - continue - } - keys[i] = codec.EncodeBytes(nil, keys[i]) - } -} - -func TestRawSplit(t *testing.T) { - // Fix issue #36490. - ranges := []rtree.Range{ - { - StartKey: []byte{0}, - EndKey: []byte{}, - }, - } - ctx := context.Background() - rangeBoundaries := [][]byte{[]byte(""), []byte("aay"), []byte("bba"), []byte("bbh"), []byte("cca"), []byte("")} - mockPDCli := split.NewMockPDClientForSplit() - mockPDCli.SetRegions(rangeBoundaries) - client := split.NewClient(mockPDCli, nil, nil, 100, 4, split.WithRawKV()) - - regionSplitter := NewRegionSplitter(client) - err := regionSplitter.ExecuteSplit(ctx, ranges) - require.NoError(t, err) - - regions := mockPDCli.Regions.ScanRange(nil, nil, 100) - require.Len(t, regions, len(rangeBoundaries)-1) - for i, region := range regions { - require.Equal(t, rangeBoundaries[i], region.Meta.StartKey) - require.Equal(t, rangeBoundaries[i+1], region.Meta.EndKey) - } -} - -// range: [aaa, aae), [aae, aaz), [ccd, ccf), [ccf, ccj) -func initRanges() []rtree.Range { - var ranges [4]rtree.Range - ranges[0] = rtree.Range{ - StartKey: []byte("aaa"), - EndKey: []byte("aae"), - } - ranges[1] = rtree.Range{ - StartKey: []byte("aae"), - EndKey: []byte("aaz"), - } - ranges[2] = rtree.Range{ - StartKey: []byte("ccd"), - EndKey: []byte("ccf"), - } - ranges[3] = rtree.Range{ - StartKey: []byte("ccf"), - EndKey: []byte("ccj"), - } - return ranges[:] -} - -func initRewriteRules() *RewriteRules { - var rules [2]*import_sstpb.RewriteRule - rules[0] = &import_sstpb.RewriteRule{ - OldKeyPrefix: []byte("aa"), - NewKeyPrefix: []byte("xx"), - } - rules[1] = &import_sstpb.RewriteRule{ - OldKeyPrefix: []byte("cc"), - NewKeyPrefix: []byte("bb"), - } - return &RewriteRules{ - Data: rules[:], - } -} - -type fakeRestorer struct { - mu sync.Mutex - - errorInSplit bool - splitRanges []rtree.Range - restoredFiles []*backuppb.File - tableIDIsInsequence bool -} - -func (f *fakeRestorer) SplitRanges(ctx context.Context, ranges []rtree.Range, updateCh glue.Progress, isRawKv bool) error { - f.mu.Lock() - defer f.mu.Unlock() - - if ctx.Err() != nil { - return ctx.Err() - } - f.splitRanges = append(f.splitRanges, ranges...) - if f.errorInSplit { - err := errors.Annotatef(berrors.ErrRestoreSplitFailed, - "the key space takes many efforts and finally get together, how dare you split them again... :<") - log.Error("error happens :3", logutil.ShortError(err)) - return err - } - return nil -} - -func (f *fakeRestorer) RestoreSSTFiles(ctx context.Context, tableIDWithFiles []TableIDWithFiles, updateCh glue.Progress) error { - f.mu.Lock() - defer f.mu.Unlock() - - if ctx.Err() != nil { - return ctx.Err() - } - for i, tableIDWithFile := range tableIDWithFiles { - if int64(i) != tableIDWithFile.TableID { - f.tableIDIsInsequence = false - } - f.restoredFiles = append(f.restoredFiles, tableIDWithFile.Files...) - } - err := errors.Annotatef(berrors.ErrRestoreWriteAndIngest, "the files to restore are taken by a hijacker, meow :3") - log.Error("error happens :3", logutil.ShortError(err)) - return err -} - -func fakeRanges(keys ...string) (r DrainResult) { - for i := range keys { - if i+1 == len(keys) { - return - } - r.Ranges = append(r.Ranges, rtree.Range{ - StartKey: []byte(keys[i]), - EndKey: []byte(keys[i+1]), - Files: []*backuppb.File{{Name: "fake.sst"}}, - }) - r.TableEndOffsetInRanges = append(r.TableEndOffsetInRanges, len(r.Ranges)) - r.TablesToSend = append(r.TablesToSend, CreatedTable{ - Table: &model.TableInfo{ - ID: int64(i), - }, - }) - } - return -} - -type errorInTimeSink struct { - ctx context.Context - errCh chan error - t *testing.T -} - -func (e errorInTimeSink) EmitTables(tables ...CreatedTable) {} - -func (e errorInTimeSink) EmitError(err error) { - e.errCh <- err -} - -func (e errorInTimeSink) Close() {} - -func (e errorInTimeSink) Wait() { - select { - case <-e.ctx.Done(): - e.t.Logf("The context is canceled but no error happen") - e.t.FailNow() - case <-e.errCh: - } -} - -func assertErrorEmitInTime(ctx context.Context, t *testing.T) errorInTimeSink { - errCh := make(chan error, 1) - return errorInTimeSink{ - ctx: ctx, - errCh: errCh, - t: t, - } -} - -func TestRestoreFailed(t *testing.T) { - ranges := []DrainResult{ - fakeRanges("aax", "abx", "abz"), - fakeRanges("abz", "bbz", "bcy"), - fakeRanges("bcy", "cad", "xxy"), - } - r := &fakeRestorer{ - tableIDIsInsequence: true, - } - sender, err := NewTiKVSender(context.TODO(), r, nil, 1, string(FineGrained)) - require.NoError(t, err) - dctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) - defer cancel() - sink := assertErrorEmitInTime(dctx, t) - sender.PutSink(sink) - for _, r := range ranges { - sender.RestoreBatch(r) - } - sink.Wait() - sink.Close() - sender.Close() - require.GreaterOrEqual(t, len(r.restoredFiles), 1) - require.True(t, r.tableIDIsInsequence) -} - -func TestSplitFailed(t *testing.T) { - ranges := []DrainResult{ - fakeRanges("aax", "abx", "abz"), - fakeRanges("abz", "bbz", "bcy"), - fakeRanges("bcy", "cad", "xxy"), - } - r := &fakeRestorer{errorInSplit: true, tableIDIsInsequence: true} - sender, err := NewTiKVSender(context.TODO(), r, nil, 1, string(FineGrained)) - require.NoError(t, err) - dctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) - defer cancel() - sink := assertErrorEmitInTime(dctx, t) - sender.PutSink(sink) - for _, r := range ranges { - sender.RestoreBatch(r) - } - sink.Wait() - sender.Close() - require.GreaterOrEqual(t, len(r.splitRanges), 2) - require.Len(t, r.restoredFiles, 0) - require.True(t, r.tableIDIsInsequence) -} - -func keyWithTablePrefix(tableID int64, key string) []byte { - rawKey := append(tablecodec.GenTableRecordPrefix(tableID), []byte(key)...) - return codec.EncodeBytes([]byte{}, rawKey) -} - -func TestSplitPoint(t *testing.T) { - ctx := context.Background() - var oldTableID int64 = 50 - var tableID int64 = 100 - rewriteRules := &RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), - }, - }, - } - - // range: b c d e g i - // +---+ +---+ +---------+ - // +-------------+----------+---------+ - // region: a f h j - splitHelper := split.NewSplitHelper() - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "b"), EndKey: keyWithTablePrefix(oldTableID, "c")}, Value: split.Value{Size: 100, Number: 100}}) - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "d"), EndKey: keyWithTablePrefix(oldTableID, "e")}, Value: split.Value{Size: 200, Number: 200}}) - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "g"), EndKey: keyWithTablePrefix(oldTableID, "i")}, Value: split.Value{Size: 300, Number: 300}}) - client := newFakeSplitClient() - client.AppendRegion(keyWithTablePrefix(tableID, "a"), keyWithTablePrefix(tableID, "f")) - client.AppendRegion(keyWithTablePrefix(tableID, "f"), keyWithTablePrefix(tableID, "h")) - client.AppendRegion(keyWithTablePrefix(tableID, "h"), keyWithTablePrefix(tableID, "j")) - client.AppendRegion(keyWithTablePrefix(tableID, "j"), keyWithTablePrefix(tableID+1, "a")) - - iter := NewSplitHelperIteratorForTest(splitHelper, tableID, rewriteRules) - err := SplitPoint(ctx, iter, client, func(ctx context.Context, rs *RegionSplitter, u uint64, o int64, ri *split.RegionInfo, v []split.Valued) error { - require.Equal(t, u, uint64(0)) - require.Equal(t, o, int64(0)) - require.Equal(t, ri.Region.StartKey, keyWithTablePrefix(tableID, "a")) - require.Equal(t, ri.Region.EndKey, keyWithTablePrefix(tableID, "f")) - require.EqualValues(t, v[0].Key.StartKey, keyWithTablePrefix(tableID, "b")) - require.EqualValues(t, v[0].Key.EndKey, keyWithTablePrefix(tableID, "c")) - require.EqualValues(t, v[1].Key.StartKey, keyWithTablePrefix(tableID, "d")) - require.EqualValues(t, v[1].Key.EndKey, keyWithTablePrefix(tableID, "e")) - require.Equal(t, len(v), 2) - return nil - }) - require.NoError(t, err) -} - -func getCharFromNumber(prefix string, i int) string { - c := '1' + (i % 10) - b := '1' + (i%100)/10 - a := '1' + i/100 - return fmt.Sprintf("%s%c%c%c", prefix, a, b, c) -} - -func TestSplitPoint2(t *testing.T) { - ctx := context.Background() - var oldTableID int64 = 50 - var tableID int64 = 100 - rewriteRules := &RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), - }, - }, - } - - // range: b c d e f i j k l n - // +---+ +---+ +-----------------+ +----+ +--------+ - // +---------------+--+.....+----+------------+---------+ - // region: a g >128 h m o - splitHelper := split.NewSplitHelper() - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "b"), EndKey: keyWithTablePrefix(oldTableID, "c")}, Value: split.Value{Size: 100, Number: 100}}) - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "d"), EndKey: keyWithTablePrefix(oldTableID, "e")}, Value: split.Value{Size: 200, Number: 200}}) - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "f"), EndKey: keyWithTablePrefix(oldTableID, "i")}, Value: split.Value{Size: 300, Number: 300}}) - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "j"), EndKey: keyWithTablePrefix(oldTableID, "k")}, Value: split.Value{Size: 200, Number: 200}}) - splitHelper.Merge(split.Valued{Key: split.Span{StartKey: keyWithTablePrefix(oldTableID, "l"), EndKey: keyWithTablePrefix(oldTableID, "n")}, Value: split.Value{Size: 200, Number: 200}}) - client := newFakeSplitClient() - client.AppendRegion(keyWithTablePrefix(tableID, "a"), keyWithTablePrefix(tableID, "g")) - client.AppendRegion(keyWithTablePrefix(tableID, "g"), keyWithTablePrefix(tableID, getCharFromNumber("g", 0))) - for i := 0; i < 256; i++ { - client.AppendRegion(keyWithTablePrefix(tableID, getCharFromNumber("g", i)), keyWithTablePrefix(tableID, getCharFromNumber("g", i+1))) - } - client.AppendRegion(keyWithTablePrefix(tableID, getCharFromNumber("g", 256)), keyWithTablePrefix(tableID, "h")) - client.AppendRegion(keyWithTablePrefix(tableID, "h"), keyWithTablePrefix(tableID, "m")) - client.AppendRegion(keyWithTablePrefix(tableID, "m"), keyWithTablePrefix(tableID, "o")) - client.AppendRegion(keyWithTablePrefix(tableID, "o"), keyWithTablePrefix(tableID+1, "a")) - - firstSplit := true - iter := NewSplitHelperIteratorForTest(splitHelper, tableID, rewriteRules) - err := SplitPoint(ctx, iter, client, func(ctx context.Context, rs *RegionSplitter, u uint64, o int64, ri *split.RegionInfo, v []split.Valued) error { - if firstSplit { - require.Equal(t, u, uint64(0)) - require.Equal(t, o, int64(0)) - require.Equal(t, ri.Region.StartKey, keyWithTablePrefix(tableID, "a")) - require.Equal(t, ri.Region.EndKey, keyWithTablePrefix(tableID, "g")) - require.EqualValues(t, v[0].Key.StartKey, keyWithTablePrefix(tableID, "b")) - require.EqualValues(t, v[0].Key.EndKey, keyWithTablePrefix(tableID, "c")) - require.EqualValues(t, v[1].Key.StartKey, keyWithTablePrefix(tableID, "d")) - require.EqualValues(t, v[1].Key.EndKey, keyWithTablePrefix(tableID, "e")) - require.EqualValues(t, v[2].Key.StartKey, keyWithTablePrefix(tableID, "f")) - require.EqualValues(t, v[2].Key.EndKey, keyWithTablePrefix(tableID, "g")) - require.Equal(t, v[2].Value.Size, uint64(1)) - require.Equal(t, v[2].Value.Number, int64(1)) - require.Equal(t, len(v), 3) - firstSplit = false - } else { - require.Equal(t, u, uint64(1)) - require.Equal(t, o, int64(1)) - require.Equal(t, ri.Region.StartKey, keyWithTablePrefix(tableID, "h")) - require.Equal(t, ri.Region.EndKey, keyWithTablePrefix(tableID, "m")) - require.EqualValues(t, v[0].Key.StartKey, keyWithTablePrefix(tableID, "j")) - require.EqualValues(t, v[0].Key.EndKey, keyWithTablePrefix(tableID, "k")) - require.EqualValues(t, v[1].Key.StartKey, keyWithTablePrefix(tableID, "l")) - require.EqualValues(t, v[1].Key.EndKey, keyWithTablePrefix(tableID, "m")) - require.Equal(t, v[1].Value.Size, uint64(100)) - require.Equal(t, v[1].Value.Number, int64(100)) - require.Equal(t, len(v), 2) - } - return nil - }) - require.NoError(t, err) -} - -type fakeSplitClient struct { - split.SplitClient - regions []*split.RegionInfo -} - -func newFakeSplitClient() *fakeSplitClient { - return &fakeSplitClient{ - regions: make([]*split.RegionInfo, 0), - } -} - -func (f *fakeSplitClient) AppendRegion(startKey, endKey []byte) { - f.regions = append(f.regions, &split.RegionInfo{ - Region: &metapb.Region{ - StartKey: startKey, - EndKey: endKey, - }, - }) -} - -func (f *fakeSplitClient) ScanRegions(ctx context.Context, startKey, endKey []byte, limit int) ([]*split.RegionInfo, error) { - result := make([]*split.RegionInfo, 0) - count := 0 - for _, rng := range f.regions { - if bytes.Compare(rng.Region.StartKey, endKey) <= 0 && bytes.Compare(rng.Region.EndKey, startKey) > 0 { - result = append(result, rng) - count++ - } - if count >= limit { - break - } - } - return result, nil -} - -func (f *fakeSplitClient) WaitRegionsScattered(context.Context, []*split.RegionInfo) (int, error) { - return 0, nil -} - -func TestGetRewriteTableID(t *testing.T) { - var tableID int64 = 76 - var oldTableID int64 = 80 - { - rewriteRules := &RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), - }, - }, - } - - newTableID := GetRewriteTableID(oldTableID, rewriteRules) - require.Equal(t, tableID, newTableID) - } - - { - rewriteRules := &RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), - NewKeyPrefix: tablecodec.GenTableRecordPrefix(tableID), - }, - }, - } - - newTableID := GetRewriteTableID(oldTableID, rewriteRules) - require.Equal(t, tableID, newTableID) - } -} - -type mockLogIter struct { - next int -} - -func (m *mockLogIter) TryNext(ctx context.Context) iter.IterResult[*LogDataFileInfo] { - if m.next > 10000 { - return iter.Done[*LogDataFileInfo]() - } - m.next += 1 - return iter.Emit(&LogDataFileInfo{ - DataFileInfo: &backuppb.DataFileInfo{ - StartKey: []byte(fmt.Sprintf("a%d", m.next)), - EndKey: []byte("b"), - Length: 1024, // 1 KB - }, - }) -} - -func TestLogFilesIterWithSplitHelper(t *testing.T) { - var tableID int64 = 76 - var oldTableID int64 = 80 - rewriteRules := &RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), - }, - }, - } - rewriteRulesMap := map[int64]*RewriteRules{ - oldTableID: rewriteRules, - } - mockIter := &mockLogIter{} - ctx := context.Background() - logIter := NewLogFilesIterWithSplitHelper(mockIter, rewriteRulesMap, newFakeSplitClient(), 144*1024*1024, 1440000) - next := 0 - for r := logIter.TryNext(ctx); !r.Finished; r = logIter.TryNext(ctx) { - require.NoError(t, r.Err) - next += 1 - require.Equal(t, []byte(fmt.Sprintf("a%d", next)), r.Item.StartKey) - } -} - -func regionInfo(startKey, endKey string) *split.RegionInfo { - return &split.RegionInfo{ - Region: &metapb.Region{ - StartKey: []byte(startKey), - EndKey: []byte(endKey), - }, - } -} - -func TestSplitCheckPartRegionConsistency(t *testing.T) { - var ( - startKey []byte = []byte("a") - endKey []byte = []byte("f") - err error - ) - err = split.CheckPartRegionConsistency(startKey, endKey, nil) - require.Error(t, err) - err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ - regionInfo("b", "c"), - }) - require.Error(t, err) - err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ - regionInfo("a", "c"), - regionInfo("d", "e"), - }) - require.Error(t, err) - err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ - regionInfo("a", "c"), - regionInfo("c", "d"), - }) - require.NoError(t, err) - err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ - regionInfo("a", "c"), - regionInfo("c", "d"), - regionInfo("d", "f"), - }) - require.NoError(t, err) - err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ - regionInfo("a", "c"), - regionInfo("c", "z"), - }) - require.NoError(t, err) -} diff --git a/br/pkg/restore/util.go b/br/pkg/restore/util.go index 9d8855546a6f8..99d6b00b273a5 100644 --- a/br/pkg/restore/util.go +++ b/br/pkg/restore/util.go @@ -3,326 +3,30 @@ package restore import ( - "bytes" "context" "fmt" - "regexp" - "sort" - "strings" - "github.com/emirpasic/gods/maps/treemap" _ "github.com/go-sql-driver/mysql" // mysql driver - "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" - "github.com/pingcap/kvproto/pkg/import_sstpb" - "github.com/pingcap/kvproto/pkg/metapb" "github.com/pingcap/log" - berrors "github.com/pingcap/tidb/br/pkg/errors" "github.com/pingcap/tidb/br/pkg/glue" "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/restore/split" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/rtree" "github.com/pingcap/tidb/br/pkg/utils" - "github.com/pingcap/tidb/pkg/parser/model" - "github.com/pingcap/tidb/pkg/tablecodec" - "github.com/pingcap/tidb/pkg/util/codec" - "github.com/pingcap/tidb/pkg/util/redact" "go.uber.org/zap" "go.uber.org/zap/zapcore" ) -var ( - quoteRegexp = regexp.MustCompile("`(?:[^`]|``)*`") -) - -// AppliedFile has two types for now. -// 1. SST file used by full backup/restore. -// 2. KV file used by pitr restore. -type AppliedFile interface { - GetStartKey() []byte - GetEndKey() []byte -} - -// getPartitionIDMap creates a map maping old physical ID to new physical ID. -func getPartitionIDMap(newTable, oldTable *model.TableInfo) map[int64]int64 { - tableIDMap := make(map[int64]int64) +type Granularity string - if oldTable.Partition != nil && newTable.Partition != nil { - nameMapID := make(map[string]int64) - - for _, old := range oldTable.Partition.Definitions { - nameMapID[old.Name.L] = old.ID - } - for _, new := range newTable.Partition.Definitions { - if oldID, exist := nameMapID[new.Name.L]; exist { - tableIDMap[oldID] = new.ID - } - } - } - - return tableIDMap -} - -// getTableIDMap creates a map maping old tableID to new tableID. -func getTableIDMap(newTable, oldTable *model.TableInfo) map[int64]int64 { - tableIDMap := getPartitionIDMap(newTable, oldTable) - tableIDMap[oldTable.ID] = newTable.ID - return tableIDMap -} +const ( + FineGrained Granularity = "fine-grained" + CoarseGrained Granularity = "coarse-grained" -// getIndexIDMap creates a map maping old indexID to new indexID. -func getIndexIDMap(newTable, oldTable *model.TableInfo) map[int64]int64 { - indexIDMap := make(map[int64]int64) - for _, srcIndex := range oldTable.Indices { - for _, destIndex := range newTable.Indices { - if srcIndex.Name == destIndex.Name { - indexIDMap[srcIndex.ID] = destIndex.ID - } - } - } - - return indexIDMap -} - -// GetRewriteRules returns the rewrite rule of the new table and the old table. -// getDetailRule is used for normal backup & restore. -// if set to true, means we collect the rules like tXXX_r, tYYY_i. -// if set to false, means we only collect the rules contain table_id, tXXX, tYYY. -func GetRewriteRules( - newTable, oldTable *model.TableInfo, newTimeStamp uint64, getDetailRule bool, -) *RewriteRules { - tableIDs := getTableIDMap(newTable, oldTable) - indexIDs := getIndexIDMap(newTable, oldTable) - - dataRules := make([]*import_sstpb.RewriteRule, 0) - for oldTableID, newTableID := range tableIDs { - if getDetailRule { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), - NewKeyPrefix: tablecodec.GenTableRecordPrefix(newTableID), - NewTimestamp: newTimeStamp, - }) - for oldIndexID, newIndexID := range indexIDs { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTableIndexPrefix(oldTableID, oldIndexID), - NewKeyPrefix: tablecodec.EncodeTableIndexPrefix(newTableID, newIndexID), - NewTimestamp: newTimeStamp, - }) - } - } else { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(newTableID), - NewTimestamp: newTimeStamp, - }) - } - } - - return &RewriteRules{ - Data: dataRules, - } -} - -func GetRewriteRulesMap( - newTable, oldTable *model.TableInfo, newTimeStamp uint64, getDetailRule bool, -) map[int64]*RewriteRules { - rules := make(map[int64]*RewriteRules) - - tableIDs := getTableIDMap(newTable, oldTable) - indexIDs := getIndexIDMap(newTable, oldTable) - - for oldTableID, newTableID := range tableIDs { - dataRules := make([]*import_sstpb.RewriteRule, 0) - if getDetailRule { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), - NewKeyPrefix: tablecodec.GenTableRecordPrefix(newTableID), - NewTimestamp: newTimeStamp, - }) - for oldIndexID, newIndexID := range indexIDs { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTableIndexPrefix(oldTableID, oldIndexID), - NewKeyPrefix: tablecodec.EncodeTableIndexPrefix(newTableID, newIndexID), - NewTimestamp: newTimeStamp, - }) - } - } else { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(newTableID), - NewTimestamp: newTimeStamp, - }) - } - - rules[oldTableID] = &RewriteRules{ - Data: dataRules, - } - } - - return rules -} - -// GetRewriteRuleOfTable returns a rewrite rule from t_{oldID} to t_{newID}. -func GetRewriteRuleOfTable( - oldTableID, newTableID int64, - newTimeStamp uint64, - indexIDs map[int64]int64, - getDetailRule bool, -) *RewriteRules { - dataRules := make([]*import_sstpb.RewriteRule, 0) - - if getDetailRule { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), - NewKeyPrefix: tablecodec.GenTableRecordPrefix(newTableID), - NewTimestamp: newTimeStamp, - }) - for oldIndexID, newIndexID := range indexIDs { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTableIndexPrefix(oldTableID, oldIndexID), - NewKeyPrefix: tablecodec.EncodeTableIndexPrefix(newTableID, newIndexID), - NewTimestamp: newTimeStamp, - }) - } - } else { - dataRules = append(dataRules, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), - NewKeyPrefix: tablecodec.EncodeTablePrefix(newTableID), - NewTimestamp: newTimeStamp, - }) - } - - return &RewriteRules{Data: dataRules} -} - -// GetSSTMetaFromFile compares the keys in file, region and rewrite rules, then returns a sst conn. -// The range of the returned sst meta is [regionRule.NewKeyPrefix, append(regionRule.NewKeyPrefix, 0xff)]. -func GetSSTMetaFromFile( - id []byte, - file *backuppb.File, - region *metapb.Region, - regionRule *import_sstpb.RewriteRule, - rewriteMode RewriteMode, -) (meta *import_sstpb.SSTMeta, err error) { - r := *region - // If the rewrite mode is for keyspace, then the region bound should be decoded. - if rewriteMode == RewriteModeKeyspace { - if len(region.GetStartKey()) > 0 { - _, r.StartKey, err = codec.DecodeBytes(region.GetStartKey(), nil) - if err != nil { - return - } - } - if len(region.GetEndKey()) > 0 { - _, r.EndKey, err = codec.DecodeBytes(region.GetEndKey(), nil) - if err != nil { - return - } - } - } - - // Get the column family of the file by the file name. - var cfName string - if strings.Contains(file.GetName(), defaultCFName) { - cfName = defaultCFName - } else if strings.Contains(file.GetName(), writeCFName) { - cfName = writeCFName - } - // Find the overlapped part between the file and the region. - // Here we rewrites the keys to compare with the keys of the region. - rangeStart := regionRule.GetNewKeyPrefix() - // rangeStart = max(rangeStart, region.StartKey) - if bytes.Compare(rangeStart, r.GetStartKey()) < 0 { - rangeStart = r.GetStartKey() - } - - // Append 10 * 0xff to make sure rangeEnd cover all file key - // If choose to regionRule.NewKeyPrefix + 1, it may cause WrongPrefix here - // https://github.com/tikv/tikv/blob/970a9bf2a9ea782a455ae579ad237aaf6cb1daec/ - // components/sst_importer/src/sst_importer.rs#L221 - suffix := []byte{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff} - rangeEnd := append(append([]byte{}, regionRule.GetNewKeyPrefix()...), suffix...) - // rangeEnd = min(rangeEnd, region.EndKey) - if len(r.GetEndKey()) > 0 && bytes.Compare(rangeEnd, r.GetEndKey()) > 0 { - rangeEnd = r.GetEndKey() - } - - if bytes.Compare(rangeStart, rangeEnd) > 0 { - log.Panic("range start exceed range end", - logutil.File(file), - logutil.Key("startKey", rangeStart), - logutil.Key("endKey", rangeEnd)) - } - - log.Debug("get sstMeta", - logutil.Region(region), - logutil.File(file), - logutil.Key("startKey", rangeStart), - logutil.Key("endKey", rangeEnd)) - - return &import_sstpb.SSTMeta{ - Uuid: id, - CfName: cfName, - Range: &import_sstpb.Range{ - Start: rangeStart, - End: rangeEnd, - }, - Length: file.GetSize_(), - RegionId: region.GetId(), - RegionEpoch: region.GetRegionEpoch(), - CipherIv: file.GetCipherIv(), - }, nil -} - -// makeDBPool makes a session pool with specficated size by sessionFactory. -func makeDBPool(size uint, dbFactory func() (*DB, error)) ([]*DB, error) { - dbPool := make([]*DB, 0, size) - for i := uint(0); i < size; i++ { - db, e := dbFactory() - if e != nil { - return dbPool, e - } - if db != nil { - dbPool = append(dbPool, db) - } - } - return dbPool, nil -} - -// EstimateRangeSize estimates the total range count by file. -func EstimateRangeSize(files []*backuppb.File) int { - result := 0 - for _, f := range files { - if strings.HasSuffix(f.GetName(), "_write.sst") { - result++ - } - } - return result -} - -// MapTableToFiles makes a map that mapping table ID to its backup files. -// aware that one file can and only can hold one table. -func MapTableToFiles(files []*backuppb.File) map[int64][]*backuppb.File { - result := map[int64][]*backuppb.File{} - for _, file := range files { - tableID := tablecodec.DecodeTableID(file.GetStartKey()) - tableEndID := tablecodec.DecodeTableID(file.GetEndKey()) - if tableID != tableEndID { - log.Panic("key range spread between many files.", - zap.String("file name", file.Name), - logutil.Key("startKey", file.StartKey), - logutil.Key("endKey", file.EndKey)) - } - if tableID == 0 { - log.Panic("invalid table key of file", - zap.String("file name", file.Name), - logutil.Key("startKey", file.StartKey), - logutil.Key("endKey", file.EndKey)) - } - result[tableID] = append(result[tableID], file) - } - return result -} + maxSplitKeysOnce = 10240 +) // GoValidateFileRanges validate files by a stream of tables and yields // tables with range. @@ -359,14 +63,14 @@ func GoValidateFileRanges( } } for _, file := range files { - err := ValidateFileRewriteRule(file, t.RewriteRule) + err := restoreutils.ValidateFileRewriteRule(file, t.RewriteRule) if err != nil { errCh <- err return } } // Merge small ranges to reduce split and scatter regions. - ranges, stat, err := MergeAndRewriteFileRanges( + ranges, stat, err := restoreutils.MergeAndRewriteFileRanges( files, t.RewriteRule, splitSizeBytes, splitKeyCount) if err != nil { errCh <- err @@ -401,105 +105,6 @@ func GoValidateFileRanges( return outCh } -// ValidateFileRewriteRule uses rewrite rules to validate the ranges of a file. -func ValidateFileRewriteRule(file *backuppb.File, rewriteRules *RewriteRules) error { - // Check if the start key has a matched rewrite key - _, startRule := rewriteRawKey(file.GetStartKey(), rewriteRules) - if rewriteRules != nil && startRule == nil { - tableID := tablecodec.DecodeTableID(file.GetStartKey()) - log.Error( - "cannot find rewrite rule for file start key", - zap.Int64("tableID", tableID), - logutil.File(file), - ) - return errors.Annotate(berrors.ErrRestoreInvalidRewrite, "cannot find rewrite rule") - } - // Check if the end key has a matched rewrite key - _, endRule := rewriteRawKey(file.GetEndKey(), rewriteRules) - if rewriteRules != nil && endRule == nil { - tableID := tablecodec.DecodeTableID(file.GetEndKey()) - log.Error( - "cannot find rewrite rule for file end key", - zap.Int64("tableID", tableID), - logutil.File(file), - ) - return errors.Annotate(berrors.ErrRestoreInvalidRewrite, "cannot find rewrite rule") - } - // the rewrite rule of the start key and the end key should be equaled. - // i.e. there should only one rewrite rule for one file, a file should only be imported into one region. - if !bytes.Equal(startRule.GetNewKeyPrefix(), endRule.GetNewKeyPrefix()) { - startTableID := tablecodec.DecodeTableID(file.GetStartKey()) - endTableID := tablecodec.DecodeTableID(file.GetEndKey()) - log.Error( - "unexpected rewrite rules", - zap.Int64("startTableID", startTableID), - zap.Int64("endTableID", endTableID), - zap.Stringer("startRule", startRule), - zap.Stringer("endRule", endRule), - logutil.File(file), - ) - return errors.Annotatef(berrors.ErrRestoreInvalidRewrite, - "rewrite rule mismatch, the backup data may be dirty or from incompatible versions of BR, startKey rule: %X => %X, endKey rule: %X => %X", - startRule.OldKeyPrefix, startRule.NewKeyPrefix, endRule.OldKeyPrefix, endRule.NewKeyPrefix, - ) - } - return nil -} - -// Rewrites an encoded key and returns a encoded key. -func rewriteEncodedKey(key []byte, rewriteRules *RewriteRules) ([]byte, *import_sstpb.RewriteRule) { - if rewriteRules == nil { - return key, nil - } - if len(key) > 0 { - _, rawKey, _ := codec.DecodeBytes(key, nil) - return rewriteRawKey(rawKey, rewriteRules) - } - return nil, nil -} - -// Rewrites a raw key with raw key rewrite rule and returns an encoded key. -func rewriteRawKey(key []byte, rewriteRules *RewriteRules) ([]byte, *import_sstpb.RewriteRule) { - if rewriteRules == nil { - return codec.EncodeBytes([]byte{}, key), nil - } - if len(key) > 0 { - rule := matchOldPrefix(key, rewriteRules) - ret := bytes.Replace(key, rule.GetOldKeyPrefix(), rule.GetNewKeyPrefix(), 1) - return codec.EncodeBytes([]byte{}, ret), rule - } - return nil, nil -} - -func matchOldPrefix(key []byte, rewriteRules *RewriteRules) *import_sstpb.RewriteRule { - for _, rule := range rewriteRules.Data { - if bytes.HasPrefix(key, rule.GetOldKeyPrefix()) { - return rule - } - } - return nil -} - -func GetKeyTS(key []byte) (uint64, error) { - if len(key) < 8 { - return 0, errors.Annotatef(berrors.ErrInvalidArgument, - "the length of key is smaller than 8, key:%s", redact.Key(key)) - } - - _, ts, err := codec.DecodeUintDesc(key[len(key)-8:]) - return ts, err -} - -func TruncateTS(key []byte) []byte { - if len(key) == 0 { - return nil - } - if len(key) < 8 { - return key - } - return key[:len(key)-8] -} - // SplitRanges splits region by // 1. data range after rewrite. // 2. rewrite rules. @@ -520,7 +125,7 @@ func SplitRanges( splitClientOpts = append(splitClientOpts, split.WithRawKV()) } - splitter := NewRegionSplitter(split.NewClient( + splitter := restoreutils.NewRegionSplitter(split.NewClient( client.GetPDClient(), client.pdHTTPClient, client.GetTLSConfig(), @@ -532,81 +137,6 @@ func SplitRanges( return splitter.ExecuteSplit(ctx, ranges) } -func findMatchedRewriteRule(file AppliedFile, rules *RewriteRules) *import_sstpb.RewriteRule { - startID := tablecodec.DecodeTableID(file.GetStartKey()) - endID := tablecodec.DecodeTableID(file.GetEndKey()) - if startID != endID { - return nil - } - _, rule := rewriteRawKey(file.GetStartKey(), rules) - if rule == nil { - // fall back to encoded key - _, rule = rewriteEncodedKey(file.GetStartKey(), rules) - } - return rule -} - -// GetRewriteRawKeys rewrites rules to the raw key. -func GetRewriteRawKeys(file AppliedFile, rewriteRules *RewriteRules) (startKey, endKey []byte, err error) { - startID := tablecodec.DecodeTableID(file.GetStartKey()) - endID := tablecodec.DecodeTableID(file.GetEndKey()) - var rule *import_sstpb.RewriteRule - if startID == endID { - startKey, rule = rewriteRawKey(file.GetStartKey(), rewriteRules) - if rewriteRules != nil && rule == nil { - err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find raw rewrite rule for start key, startKey: %s", redact.Key(file.GetStartKey())) - return - } - endKey, rule = rewriteRawKey(file.GetEndKey(), rewriteRules) - if rewriteRules != nil && rule == nil { - err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find raw rewrite rule for end key, endKey: %s", redact.Key(file.GetEndKey())) - return - } - } else { - log.Error("table ids dont matched", - zap.Int64("startID", startID), - zap.Int64("endID", endID), - logutil.Key("startKey", startKey), - logutil.Key("endKey", endKey)) - err = errors.Annotate(berrors.ErrRestoreInvalidRewrite, "invalid table id") - } - return -} - -// GetRewriteRawKeys rewrites rules to the encoded key -func GetRewriteEncodedKeys(file AppliedFile, rewriteRules *RewriteRules) (startKey, endKey []byte, err error) { - startID := tablecodec.DecodeTableID(file.GetStartKey()) - endID := tablecodec.DecodeTableID(file.GetEndKey()) - var rule *import_sstpb.RewriteRule - if startID == endID { - startKey, rule = rewriteEncodedKey(file.GetStartKey(), rewriteRules) - if rewriteRules != nil && rule == nil { - err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find encode rewrite rule for start key, startKey: %s", redact.Key(file.GetStartKey())) - return - } - endKey, rule = rewriteEncodedKey(file.GetEndKey(), rewriteRules) - if rewriteRules != nil && rule == nil { - err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find encode rewrite rule for end key, endKey: %s", redact.Key(file.GetEndKey())) - return - } - } else { - log.Error("table ids dont matched", - zap.Int64("startID", startID), - zap.Int64("endID", endID), - logutil.Key("startKey", startKey), - logutil.Key("endKey", endKey)) - err = errors.Annotate(berrors.ErrRestoreInvalidRewrite, "invalid table id") - } - return -} - -func encodeKeyPrefix(key []byte) []byte { - encodedPrefix := make([]byte, 0) - ungroupedLen := len(key) % 8 - encodedPrefix = append(encodedPrefix, codec.EncodeBytes([]byte{}, key[:len(key)-ungroupedLen])...) - return append(encodedPrefix[:len(encodedPrefix)-9], key[len(key)-ungroupedLen:]...) -} - // ZapTables make zap field of table for debuging, including table names. func ZapTables(tables []CreatedTable) zapcore.Field { return logutil.AbbreviatedArray("tables", tables, func(input any) []string { @@ -620,281 +150,3 @@ func ZapTables(tables []CreatedTable) zapcore.Field { return names }) } - -// ParseQuoteName parse the quote `db`.`table` name, and split it. -func ParseQuoteName(name string) (db, table string) { - names := quoteRegexp.FindAllStringSubmatch(name, -1) - if len(names) != 2 { - log.Panic("failed to parse schema name", - zap.String("origin name", name), - zap.Any("parsed names", names)) - } - db = names[0][0] - table = names[1][0] - db = strings.ReplaceAll(unQuoteName(db), "``", "`") - table = strings.ReplaceAll(unQuoteName(table), "``", "`") - return db, table -} - -func unQuoteName(name string) string { - name = strings.TrimPrefix(name, "`") - return strings.TrimSuffix(name, "`") -} - -func PrefixStartKey(key []byte) []byte { - var sk = make([]byte, 0, len(key)+1) - sk = append(sk, 'z') - sk = append(sk, key...) - return sk -} - -func PrefixEndKey(key []byte) []byte { - if len(key) == 0 { - return []byte{'z' + 1} - } - return PrefixStartKey(key) -} - -func keyEq(a, b []byte) bool { - if len(a) != len(b) { - return false - } - for i := 0; i < len(a); i++ { - if a[i] != b[i] { - return false - } - } - return true -} - -func keyCmp(a, b []byte) int { - var length int - var chosen int - if len(a) < len(b) { - length = len(a) - chosen = -1 - } else if len(a) == len(b) { - length = len(a) - chosen = 0 - } else { - length = len(b) - chosen = 1 - } - for i := 0; i < length; i++ { - if a[i] < b[i] { - return -1 - } else if a[i] > b[i] { - return 1 - } - } - return chosen -} - -func keyCmpInterface(a, b any) int { - return keyCmp(a.([]byte), b.([]byte)) -} - -type RecoverRegionInfo struct { - RegionId uint64 - RegionVersion uint64 - StartKey []byte - EndKey []byte - TombStone bool -} - -func SortRecoverRegions(regions map[uint64][]*RecoverRegion) []*RecoverRegionInfo { - // last log term -> last index -> commit index - cmps := []func(a, b *RecoverRegion) int{ - func(a, b *RecoverRegion) int { - return int(a.GetLastLogTerm() - b.GetLastLogTerm()) - }, - func(a, b *RecoverRegion) int { - return int(a.GetLastIndex() - b.GetLastIndex()) - }, - func(a, b *RecoverRegion) int { - return int(a.GetCommitIndex() - b.GetCommitIndex()) - }, - } - - // Sort region peer by last log term -> last index -> commit index, and collect all regions' version. - var regionInfos = make([]*RecoverRegionInfo, 0, len(regions)) - for regionId, peers := range regions { - sort.Slice(peers, func(i, j int) bool { - for _, cmp := range cmps { - if v := cmp(peers[i], peers[j]); v != 0 { - return v > 0 - } - } - return false - }) - v := peers[0].Version - sk := PrefixStartKey(peers[0].StartKey) - ek := PrefixEndKey(peers[0].EndKey) - regionInfos = append(regionInfos, &RecoverRegionInfo{ - RegionId: regionId, - RegionVersion: v, - StartKey: sk, - EndKey: ek, - TombStone: peers[0].Tombstone, - }) - } - - sort.Slice(regionInfos, func(i, j int) bool { return regionInfos[i].RegionVersion > regionInfos[j].RegionVersion }) - return regionInfos -} - -func CheckConsistencyAndValidPeer(regionInfos []*RecoverRegionInfo) (map[uint64]struct{}, error) { - // split and merge in progressing during the backup, there may some overlap region, we have to handle it - // Resolve version conflicts. - var treeMap = treemap.NewWith(keyCmpInterface) - for _, p := range regionInfos { - var fk, fv any - fk, _ = treeMap.Ceiling(p.StartKey) - // keyspace overlap sk within ceiling - fk - if fk != nil && (keyEq(fk.([]byte), p.StartKey) || keyCmp(fk.([]byte), p.EndKey) < 0) { - continue - } - - // keyspace overlap sk within floor - fk.end_key - fk, fv = treeMap.Floor(p.StartKey) - if fk != nil && keyCmp(fv.(*RecoverRegionInfo).EndKey, p.StartKey) > 0 { - continue - } - treeMap.Put(p.StartKey, p) - } - - // After resolved, all validPeer regions shouldn't be tombstone. - // do some sanity check - var validPeers = make(map[uint64]struct{}, 0) - var iter = treeMap.Iterator() - var prevEndKey = PrefixStartKey([]byte{}) - var prevRegion uint64 = 0 - for iter.Next() { - v := iter.Value().(*RecoverRegionInfo) - if v.TombStone { - log.Error("validPeer shouldn't be tombstone", zap.Uint64("region id", v.RegionId)) - // TODO, some enhancement may need, a PoC or test may need for decision - return nil, errors.Annotatef(berrors.ErrRestoreInvalidPeer, - "Peer shouldn't be tombstone") - } - if !keyEq(prevEndKey, iter.Key().([]byte)) { - log.Error("regions are not adjacent", zap.Uint64("pre region", prevRegion), zap.Uint64("cur region", v.RegionId)) - // TODO, some enhancement may need, a PoC or test may need for decision - return nil, errors.Annotatef(berrors.ErrInvalidRange, - "invalid region range") - } - prevEndKey = v.EndKey - prevRegion = v.RegionId - validPeers[v.RegionId] = struct{}{} - } - return validPeers, nil -} - -// in cloud, since iops and bandwidth limitation, write operator in raft is slow, so raft state (logterm, lastlog, commitlog...) are the same among the peers -// LeaderCandidates select all peers can be select as a leader during the restore -func LeaderCandidates(peers []*RecoverRegion) ([]*RecoverRegion, error) { - if peers == nil { - return nil, errors.Annotatef(berrors.ErrRestoreRegionWithoutPeer, - "invalid region range") - } - candidates := make([]*RecoverRegion, 0, len(peers)) - // by default, the peers[0] to be assign as a leader, since peers already sorted by leader selection rule - leader := peers[0] - candidates = append(candidates, leader) - for _, peer := range peers[1:] { - // qualificated candidate is leader.logterm = candidate.logterm && leader.lastindex = candidate.lastindex && && leader.commitindex = candidate.commitindex - if peer.LastLogTerm == leader.LastLogTerm && peer.LastIndex == leader.LastIndex && peer.CommitIndex == leader.CommitIndex { - log.Debug("leader candidate", zap.Uint64("store id", peer.StoreId), zap.Uint64("region id", peer.RegionId), zap.Uint64("peer id", peer.PeerId)) - candidates = append(candidates, peer) - } - } - return candidates, nil -} - -// for region A, has candidate leader x, y, z -// peer x on store 1 with storeBalanceScore 3 -// peer y on store 3 with storeBalanceScore 2 -// peer z on store 4 with storeBalanceScore 1 -// result: peer z will be select as leader on store 4 -func SelectRegionLeader(storeBalanceScore map[uint64]int, peers []*RecoverRegion) *RecoverRegion { - // by default, the peers[0] to be assign as a leader - leader := peers[0] - minLeaderStore := storeBalanceScore[leader.StoreId] - for _, peer := range peers[1:] { - log.Debug("leader candidate", zap.Int("score", storeBalanceScore[peer.StoreId]), zap.Int("min-score", minLeaderStore), zap.Uint64("store id", peer.StoreId), zap.Uint64("region id", peer.RegionId), zap.Uint64("peer id", peer.PeerId)) - if storeBalanceScore[peer.StoreId] < minLeaderStore { - minLeaderStore = storeBalanceScore[peer.StoreId] - leader = peer - } - } - return leader -} - -// each 64 items constitute a bitmap unit -type bitMap map[int]uint64 - -func newBitMap() bitMap { - return make(map[int]uint64) -} - -func (m bitMap) pos(off int) (blockIndex int, bitOffset uint64) { - return off >> 6, uint64(1) << (off & 63) -} - -func (m bitMap) Set(off int) { - blockIndex, bitOffset := m.pos(off) - m[blockIndex] |= bitOffset -} - -func (m bitMap) Hit(off int) bool { - blockIndex, bitOffset := m.pos(off) - return (m[blockIndex] & bitOffset) > 0 -} - -type fileMap struct { - // group index -> bitmap of kv files - pos map[int]bitMap -} - -func newFileMap() fileMap { - return fileMap{ - pos: make(map[int]bitMap), - } -} - -type LogFilesSkipMap struct { - // metadata group key -> group map - skipMap map[string]fileMap -} - -func NewLogFilesSkipMap() *LogFilesSkipMap { - return &LogFilesSkipMap{ - skipMap: make(map[string]fileMap), - } -} - -func (m *LogFilesSkipMap) Insert(metaKey string, groupOff, fileOff int) { - mp, exists := m.skipMap[metaKey] - if !exists { - mp = newFileMap() - m.skipMap[metaKey] = mp - } - gp, exists := mp.pos[groupOff] - if !exists { - gp = newBitMap() - mp.pos[groupOff] = gp - } - gp.Set(fileOff) -} - -func (m *LogFilesSkipMap) NeedSkip(metaKey string, groupOff, fileOff int) bool { - mp, exists := m.skipMap[metaKey] - if !exists { - return false - } - gp, exists := mp.pos[groupOff] - if !exists { - return false - } - return gp.Hit(fileOff) -} diff --git a/br/pkg/restore/util_test.go b/br/pkg/restore/util_test.go index 4af813e39a4fc..1716bc61ccbba 100644 --- a/br/pkg/restore/util_test.go +++ b/br/pkg/restore/util_test.go @@ -3,456 +3,207 @@ package restore import ( - "fmt" - "math/rand" + "context" + "sync" "testing" + "time" + "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" - "github.com/pingcap/kvproto/pkg/import_sstpb" "github.com/pingcap/kvproto/pkg/metapb" - recover_data "github.com/pingcap/kvproto/pkg/recoverdatapb" - "github.com/pingcap/tidb/pkg/tablecodec" - "github.com/pingcap/tidb/pkg/util/codec" + "github.com/pingcap/log" + berrors "github.com/pingcap/tidb/br/pkg/errors" + "github.com/pingcap/tidb/br/pkg/glue" + "github.com/pingcap/tidb/br/pkg/logutil" + "github.com/pingcap/tidb/br/pkg/restore/split" + "github.com/pingcap/tidb/br/pkg/rtree" + "github.com/pingcap/tidb/pkg/parser/model" "github.com/stretchr/testify/require" ) -func TestParseQuoteName(t *testing.T) { - schema, table := ParseQuoteName("`a`.`b`") - require.Equal(t, "a", schema) - require.Equal(t, "b", table) - - schema, table = ParseQuoteName("`a``b`.``````") - require.Equal(t, "a`b", schema) - require.Equal(t, "``", table) - - schema, table = ParseQuoteName("`.`.`.`") - require.Equal(t, ".", schema) - require.Equal(t, ".", table) - - schema, table = ParseQuoteName("`.``.`.`.`") - require.Equal(t, ".`.", schema) - require.Equal(t, ".", table) +type fakeRestorer struct { + mu sync.Mutex + errorInSplit bool + splitRanges []rtree.Range + restoredFiles []*backuppb.File + tableIDIsInsequence bool } -func TestGetSSTMetaFromFile(t *testing.T) { - file := &backuppb.File{ - Name: "file_write.sst", - StartKey: []byte("t1a"), - EndKey: []byte("t1ccc"), - } - rule := &import_sstpb.RewriteRule{ - OldKeyPrefix: []byte("t1"), - NewKeyPrefix: []byte("t2"), +func (f *fakeRestorer) SplitRanges(ctx context.Context, ranges []rtree.Range, updateCh glue.Progress, isRawKv bool) error { + f.mu.Lock() + defer f.mu.Unlock() + + if ctx.Err() != nil { + return ctx.Err() } - region := &metapb.Region{ - StartKey: []byte("t2abc"), - EndKey: []byte("t3a"), + f.splitRanges = append(f.splitRanges, ranges...) + if f.errorInSplit { + err := errors.Annotatef(berrors.ErrRestoreSplitFailed, + "the key space takes many efforts and finally get together, how dare you split them again... :<") + log.Error("error happens :3", logutil.ShortError(err)) + return err } - sstMeta, err := GetSSTMetaFromFile([]byte{}, file, region, rule, RewriteModeLegacy) - require.Nil(t, err) - require.Equal(t, "t2abc", string(sstMeta.GetRange().GetStart())) - require.Equal(t, "t2\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff", string(sstMeta.GetRange().GetEnd())) + return nil } -func TestMapTableToFiles(t *testing.T) { - filesOfTable1 := []*backuppb.File{ - { - Name: "table1-1.sst", - StartKey: tablecodec.EncodeTablePrefix(1), - EndKey: tablecodec.EncodeTablePrefix(1), - }, - { - Name: "table1-2.sst", - StartKey: tablecodec.EncodeTablePrefix(1), - EndKey: tablecodec.EncodeTablePrefix(1), - }, - { - Name: "table1-3.sst", - StartKey: tablecodec.EncodeTablePrefix(1), - EndKey: tablecodec.EncodeTablePrefix(1), - }, +func (f *fakeRestorer) RestoreSSTFiles(ctx context.Context, tableIDWithFiles []TableIDWithFiles, updateCh glue.Progress) error { + f.mu.Lock() + defer f.mu.Unlock() + + if ctx.Err() != nil { + return ctx.Err() } - filesOfTable2 := []*backuppb.File{ - { - Name: "table2-1.sst", - StartKey: tablecodec.EncodeTablePrefix(2), - EndKey: tablecodec.EncodeTablePrefix(2), - }, - { - Name: "table2-2.sst", - StartKey: tablecodec.EncodeTablePrefix(2), - EndKey: tablecodec.EncodeTablePrefix(2), - }, + for i, tableIDWithFile := range tableIDWithFiles { + if int64(i) != tableIDWithFile.TableID { + f.tableIDIsInsequence = false + } + f.restoredFiles = append(f.restoredFiles, tableIDWithFile.Files...) } - - result := MapTableToFiles(append(filesOfTable2, filesOfTable1...)) - - require.Equal(t, filesOfTable1, result[1]) - require.Equal(t, filesOfTable2, result[2]) + err := errors.Annotatef(berrors.ErrRestoreWriteAndIngest, "the files to restore are taken by a hijacker, meow :3") + log.Error("error happens :3", logutil.ShortError(err)) + return err } -func TestValidateFileRewriteRule(t *testing.T) { - rules := &RewriteRules{ - Data: []*import_sstpb.RewriteRule{{ - OldKeyPrefix: []byte(tablecodec.EncodeTablePrefix(1)), - NewKeyPrefix: []byte(tablecodec.EncodeTablePrefix(2)), - }}, +func fakeRanges(keys ...string) (r DrainResult) { + for i := range keys { + if i+1 == len(keys) { + return + } + r.Ranges = append(r.Ranges, rtree.Range{ + StartKey: []byte(keys[i]), + EndKey: []byte(keys[i+1]), + Files: []*backuppb.File{{Name: "fake.sst"}}, + }) + r.TableEndOffsetInRanges = append(r.TableEndOffsetInRanges, len(r.Ranges)) + r.TablesToSend = append(r.TablesToSend, CreatedTable{ + Table: &model.TableInfo{ + ID: int64(i), + }, + }) } - - // Empty start/end key is not allowed. - err := ValidateFileRewriteRule( - &backuppb.File{ - Name: "file_write.sst", - StartKey: []byte(""), - EndKey: []byte(""), - }, - rules, - ) - require.Error(t, err) - require.Regexp(t, ".*cannot find rewrite rule.*", err.Error()) - - // Range is not overlap, no rule found. - err = ValidateFileRewriteRule( - &backuppb.File{ - Name: "file_write.sst", - StartKey: tablecodec.EncodeTablePrefix(0), - EndKey: tablecodec.EncodeTablePrefix(1), - }, - rules, - ) - require.Error(t, err) - require.Regexp(t, ".*cannot find rewrite rule.*", err.Error()) - - // No rule for end key. - err = ValidateFileRewriteRule( - &backuppb.File{ - Name: "file_write.sst", - StartKey: tablecodec.EncodeTablePrefix(1), - EndKey: tablecodec.EncodeTablePrefix(2), - }, - rules, - ) - require.Error(t, err) - require.Regexp(t, ".*cannot find rewrite rule.*", err.Error()) - - // Add a rule for end key. - rules.Data = append(rules.Data, &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTablePrefix(2), - NewKeyPrefix: tablecodec.EncodeTablePrefix(3), - }) - err = ValidateFileRewriteRule( - &backuppb.File{ - Name: "file_write.sst", - StartKey: tablecodec.EncodeTablePrefix(1), - EndKey: tablecodec.EncodeTablePrefix(2), - }, - rules, - ) - require.Error(t, err) - require.Regexp(t, ".*rewrite rule mismatch.*", err.Error()) - - // Add a bad rule for end key, after rewrite start key > end key. - rules.Data = append(rules.Data[:1], &import_sstpb.RewriteRule{ - OldKeyPrefix: tablecodec.EncodeTablePrefix(2), - NewKeyPrefix: tablecodec.EncodeTablePrefix(1), - }) - err = ValidateFileRewriteRule( - &backuppb.File{ - Name: "file_write.sst", - StartKey: tablecodec.EncodeTablePrefix(1), - EndKey: tablecodec.EncodeTablePrefix(2), - }, - rules, - ) - require.Error(t, err) - require.Regexp(t, ".*rewrite rule mismatch.*", err.Error()) + return } -func TestRewriteFileKeys(t *testing.T) { - rewriteRules := RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - NewKeyPrefix: tablecodec.GenTablePrefix(2), - OldKeyPrefix: tablecodec.GenTablePrefix(1), - }, - { - NewKeyPrefix: tablecodec.GenTablePrefix(511), - OldKeyPrefix: tablecodec.GenTablePrefix(767), - }, - }, - } - rawKeyFile := backuppb.File{ - Name: "backup.sst", - StartKey: tablecodec.GenTableRecordPrefix(1), - EndKey: tablecodec.GenTableRecordPrefix(1).PrefixNext(), - } - start, end, err := GetRewriteRawKeys(&rawKeyFile, &rewriteRules) - require.NoError(t, err) - _, end, err = codec.DecodeBytes(end, nil) - require.NoError(t, err) - _, start, err = codec.DecodeBytes(start, nil) - require.NoError(t, err) - require.Equal(t, []byte(tablecodec.GenTableRecordPrefix(2)), start) - require.Equal(t, []byte(tablecodec.GenTableRecordPrefix(2).PrefixNext()), end) +type errorInTimeSink struct { + ctx context.Context + errCh chan error + t *testing.T +} - encodeKeyFile := backuppb.DataFileInfo{ - Path: "bakcup.log", - StartKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(1)), - EndKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(1).PrefixNext()), - } - start, end, err = GetRewriteEncodedKeys(&encodeKeyFile, &rewriteRules) - require.NoError(t, err) - require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(2)), start) - require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(2).PrefixNext()), end) +func (e errorInTimeSink) EmitTables(tables ...CreatedTable) {} - // test for table id 767 - encodeKeyFile767 := backuppb.DataFileInfo{ - Path: "bakcup.log", - StartKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(767)), - EndKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(767).PrefixNext()), - } - // use raw rewrite should no error but not equal - start, end, err = GetRewriteRawKeys(&encodeKeyFile767, &rewriteRules) - require.NoError(t, err) - require.NotEqual(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511)), start) - require.NotEqual(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511).PrefixNext()), end) - // use encode rewrite should no error and equal - start, end, err = GetRewriteEncodedKeys(&encodeKeyFile767, &rewriteRules) - require.NoError(t, err) - require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511)), start) - require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511).PrefixNext()), end) +func (e errorInTimeSink) EmitError(err error) { + e.errCh <- err } -func newPeerMeta( - regionId uint64, - peerId uint64, - storeId uint64, - startKey []byte, - endKey []byte, - lastLogTerm uint64, - lastIndex uint64, - commitIndex uint64, - version uint64, - tombstone bool, -) *RecoverRegion { - return &RecoverRegion{ - &recover_data.RegionMeta{ - RegionId: regionId, - PeerId: peerId, - StartKey: startKey, - EndKey: endKey, - LastLogTerm: lastLogTerm, - LastIndex: lastIndex, - CommitIndex: commitIndex, - Version: version, - Tombstone: tombstone, - }, - storeId, - } -} +func (e errorInTimeSink) Close() {} -func newRecoverRegionInfo(r *RecoverRegion) *RecoverRegionInfo { - return &RecoverRegionInfo{ - RegionVersion: r.Version, - RegionId: r.RegionId, - StartKey: PrefixStartKey(r.StartKey), - EndKey: PrefixEndKey(r.EndKey), - TombStone: r.Tombstone, +func (e errorInTimeSink) Wait() { + select { + case <-e.ctx.Done(): + e.t.Logf("The context is canceled but no error happen") + e.t.FailNow() + case <-e.errCh: } } -func TestSortRecoverRegions(t *testing.T) { - selectedPeer1 := newPeerMeta(9, 11, 2, []byte("aa"), nil, 2, 0, 0, 0, false) - selectedPeer2 := newPeerMeta(19, 22, 3, []byte("bbb"), nil, 2, 1, 0, 1, false) - selectedPeer3 := newPeerMeta(29, 30, 1, []byte("c"), nil, 2, 1, 1, 2, false) - regions := map[uint64][]*RecoverRegion{ - 9: { - // peer 11 should be selected because of log term - newPeerMeta(9, 10, 1, []byte("a"), nil, 1, 1, 1, 1, false), - selectedPeer1, - newPeerMeta(9, 12, 3, []byte("aaa"), nil, 0, 0, 0, 0, false), - }, - 19: { - // peer 22 should be selected because of log index - newPeerMeta(19, 20, 1, []byte("b"), nil, 1, 1, 1, 1, false), - newPeerMeta(19, 21, 2, []byte("bb"), nil, 2, 0, 0, 0, false), - selectedPeer2, - }, - 29: { - // peer 30 should be selected because of log index - selectedPeer3, - newPeerMeta(29, 31, 2, []byte("cc"), nil, 2, 0, 0, 0, false), - newPeerMeta(29, 32, 3, []byte("ccc"), nil, 2, 1, 0, 0, false), - }, - } - regionsInfos := SortRecoverRegions(regions) - expectRegionInfos := []*RecoverRegionInfo{ - newRecoverRegionInfo(selectedPeer3), - newRecoverRegionInfo(selectedPeer2), - newRecoverRegionInfo(selectedPeer1), +func assertErrorEmitInTime(ctx context.Context, t *testing.T) errorInTimeSink { + errCh := make(chan error, 1) + return errorInTimeSink{ + ctx: ctx, + errCh: errCh, + t: t, } - require.Equal(t, expectRegionInfos, regionsInfos) } -func TestCheckConsistencyAndValidPeer(t *testing.T) { - //key space is continuous - validPeer1 := newPeerMeta(9, 11, 2, []byte(""), []byte("bb"), 2, 0, 0, 0, false) - validPeer2 := newPeerMeta(19, 22, 3, []byte("bb"), []byte("cc"), 2, 1, 0, 1, false) - validPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte(""), 2, 1, 1, 2, false) - - validRegionInfos := []*RecoverRegionInfo{ - newRecoverRegionInfo(validPeer1), - newRecoverRegionInfo(validPeer2), - newRecoverRegionInfo(validPeer3), +func TestRestoreFailed(t *testing.T) { + ranges := []DrainResult{ + fakeRanges("aax", "abx", "abz"), + fakeRanges("abz", "bbz", "bcy"), + fakeRanges("bcy", "cad", "xxy"), } - - validPeer, err := CheckConsistencyAndValidPeer(validRegionInfos) - require.NoError(t, err) - require.Equal(t, 3, len(validPeer)) - var regions = make(map[uint64]struct{}, 3) - regions[9] = struct{}{} - regions[19] = struct{}{} - regions[29] = struct{}{} - - require.Equal(t, regions, validPeer) - - //key space is not continuous - invalidPeer1 := newPeerMeta(9, 11, 2, []byte("aa"), []byte("cc"), 2, 0, 0, 0, false) - invalidPeer2 := newPeerMeta(19, 22, 3, []byte("dd"), []byte("cc"), 2, 1, 0, 1, false) - invalidPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte("dd"), 2, 1, 1, 2, false) - - invalidRegionInfos := []*RecoverRegionInfo{ - newRecoverRegionInfo(invalidPeer1), - newRecoverRegionInfo(invalidPeer2), - newRecoverRegionInfo(invalidPeer3), + r := &fakeRestorer{ + tableIDIsInsequence: true, } - - _, err = CheckConsistencyAndValidPeer(invalidRegionInfos) - require.Error(t, err) - require.Regexp(t, ".*invalid restore range.*", err.Error()) + sender, err := NewTiKVSender(context.TODO(), r, nil, 1, string(FineGrained)) + require.NoError(t, err) + dctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + defer cancel() + sink := assertErrorEmitInTime(dctx, t) + sender.PutSink(sink) + for _, r := range ranges { + sender.RestoreBatch(r) + } + sink.Wait() + sink.Close() + sender.Close() + require.GreaterOrEqual(t, len(r.restoredFiles), 1) + require.True(t, r.tableIDIsInsequence) } -func TestLeaderCandidates(t *testing.T) { - //key space is continuous - validPeer1 := newPeerMeta(9, 11, 2, []byte(""), []byte("bb"), 2, 1, 0, 0, false) - validPeer2 := newPeerMeta(19, 22, 3, []byte("bb"), []byte("cc"), 2, 1, 0, 1, false) - validPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte(""), 2, 1, 0, 2, false) - - peers := []*RecoverRegion{ - validPeer1, - validPeer2, - validPeer3, +func TestSplitFailed(t *testing.T) { + ranges := []DrainResult{ + fakeRanges("aax", "abx", "abz"), + fakeRanges("abz", "bbz", "bcy"), + fakeRanges("bcy", "cad", "xxy"), } - - candidates, err := LeaderCandidates(peers) + r := &fakeRestorer{errorInSplit: true, tableIDIsInsequence: true} + sender, err := NewTiKVSender(context.TODO(), r, nil, 1, string(FineGrained)) require.NoError(t, err) - require.Equal(t, 3, len(candidates)) + dctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + defer cancel() + sink := assertErrorEmitInTime(dctx, t) + sender.PutSink(sink) + for _, r := range ranges { + sender.RestoreBatch(r) + } + sink.Wait() + sender.Close() + require.GreaterOrEqual(t, len(r.splitRanges), 2) + require.Len(t, r.restoredFiles, 0) + require.True(t, r.tableIDIsInsequence) } -func TestSelectRegionLeader(t *testing.T) { - validPeer1 := newPeerMeta(9, 11, 2, []byte(""), []byte("bb"), 2, 1, 0, 0, false) - validPeer2 := newPeerMeta(19, 22, 3, []byte("bb"), []byte("cc"), 2, 1, 0, 1, false) - validPeer3 := newPeerMeta(29, 30, 1, []byte("cc"), []byte(""), 2, 1, 0, 2, false) - - peers := []*RecoverRegion{ - validPeer1, - validPeer2, - validPeer3, - } - // init store banlance score all is 0 - storeBalanceScore := make(map[uint64]int, len(peers)) - leader := SelectRegionLeader(storeBalanceScore, peers) - require.Equal(t, validPeer1, leader) - - // change store banlance store - storeBalanceScore[2] = 3 - storeBalanceScore[3] = 2 - storeBalanceScore[1] = 1 - leader = SelectRegionLeader(storeBalanceScore, peers) - require.Equal(t, validPeer3, leader) - - // one peer - peer := []*RecoverRegion{ - validPeer3, +func regionInfo(startKey, endKey string) *split.RegionInfo { + return &split.RegionInfo{ + Region: &metapb.Region{ + StartKey: []byte(startKey), + EndKey: []byte(endKey), + }, } - // init store banlance score all is 0 - storeScore := make(map[uint64]int, len(peer)) - leader = SelectRegionLeader(storeScore, peer) - require.Equal(t, validPeer3, leader) } -func TestLogFilesSkipMap(t *testing.T) { +func TestSplitCheckPartRegionConsistency(t *testing.T) { var ( - metaNum = 2 - groupNum = 4 - fileNum = 1000 - - ratio = 0.1 + startKey []byte = []byte("a") + endKey []byte = []byte("f") + err error ) - - for ratio < 1 { - skipmap := NewLogFilesSkipMap() - nativemap := make(map[string]map[int]map[int]struct{}) - count := 0 - for i := 0; i < int(ratio*float64(metaNum*groupNum*fileNum)); i++ { - metaKey := fmt.Sprint(rand.Intn(metaNum)) - groupOff := rand.Intn(groupNum) - fileOff := rand.Intn(fileNum) - - mp, exists := nativemap[metaKey] - if !exists { - mp = make(map[int]map[int]struct{}) - nativemap[metaKey] = mp - } - gp, exists := mp[groupOff] - if !exists { - gp = make(map[int]struct{}) - mp[groupOff] = gp - } - if _, exists := gp[fileOff]; !exists { - gp[fileOff] = struct{}{} - skipmap.Insert(metaKey, groupOff, fileOff) - count += 1 - } - } - - ncount := 0 - for metaKey, mp := range nativemap { - for groupOff, gp := range mp { - for fileOff := range gp { - require.True(t, skipmap.NeedSkip(metaKey, groupOff, fileOff)) - ncount++ - } - } - } - - require.Equal(t, count, ncount) - - continueFunc := func(metaKey string, groupi, filei int) bool { - mp, exists := nativemap[metaKey] - if !exists { - return false - } - gp, exists := mp[groupi] - if !exists { - return false - } - _, exists = gp[filei] - return exists - } - - for metai := 0; metai < metaNum; metai++ { - metaKey := fmt.Sprint(metai) - for groupi := 0; groupi < groupNum; groupi++ { - for filei := 0; filei < fileNum; filei++ { - if continueFunc(metaKey, groupi, filei) { - continue - } - require.False(t, skipmap.NeedSkip(metaKey, groupi, filei)) - } - } - } - - ratio = ratio * 2 - } + err = split.CheckPartRegionConsistency(startKey, endKey, nil) + require.Error(t, err) + err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ + regionInfo("b", "c"), + }) + require.Error(t, err) + err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ + regionInfo("a", "c"), + regionInfo("d", "e"), + }) + require.Error(t, err) + err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ + regionInfo("a", "c"), + regionInfo("c", "d"), + }) + require.NoError(t, err) + err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ + regionInfo("a", "c"), + regionInfo("c", "d"), + regionInfo("d", "f"), + }) + require.NoError(t, err) + err = split.CheckPartRegionConsistency(startKey, endKey, []*split.RegionInfo{ + regionInfo("a", "c"), + regionInfo("c", "z"), + }) + require.NoError(t, err) } diff --git a/br/pkg/restore/utils/BUILD.bazel b/br/pkg/restore/utils/BUILD.bazel new file mode 100644 index 0000000000000..002654bf00b6f --- /dev/null +++ b/br/pkg/restore/utils/BUILD.bazel @@ -0,0 +1,60 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") + +go_library( + name = "utils", + srcs = [ + "id.go", + "key.go", + "log_file_map.go", + "merge.go", + "rewrite_rule.go", + "split.go", + "value.go", + ], + importpath = "github.com/pingcap/tidb/br/pkg/restore/utils", + visibility = ["//visibility:public"], + deps = [ + "//br/pkg/errors", + "//br/pkg/logutil", + "//br/pkg/restore/split", + "//br/pkg/rtree", + "//pkg/parser/model", + "//pkg/tablecodec", + "//pkg/util/codec", + "//pkg/util/redact", + "@com_github_opentracing_opentracing_go//:opentracing-go", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_kvproto//pkg/import_sstpb", + "@com_github_pingcap_log//:log", + "@org_uber_go_zap//:zap", + ], +) + +go_test( + name = "utils_test", + timeout = "short", + srcs = [ + "log_file_map_test.go", + "merge_test.go", + "rewrite_rule_test.go", + "split_test.go", + ], + flaky = True, + shard_count = 12, + deps = [ + ":utils", + "//br/pkg/conn", + "//br/pkg/errors", + "//br/pkg/restore/split", + "//br/pkg/rtree", + "//pkg/sessionctx/stmtctx", + "//pkg/tablecodec", + "//pkg/types", + "//pkg/util/codec", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_kvproto//pkg/import_sstpb", + "@com_github_stretchr_testify//require", + ], +) diff --git a/br/pkg/restore/utils/id.go b/br/pkg/restore/utils/id.go new file mode 100644 index 0000000000000..02b72ef1c7dcc --- /dev/null +++ b/br/pkg/restore/utils/id.go @@ -0,0 +1,58 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils + +import "github.com/pingcap/tidb/pkg/parser/model" + +// GetPartitionIDMap creates a map maping old physical ID to new physical ID. +func GetPartitionIDMap(newTable, oldTable *model.TableInfo) map[int64]int64 { + tableIDMap := make(map[int64]int64) + + if oldTable.Partition != nil && newTable.Partition != nil { + nameMapID := make(map[string]int64) + + for _, old := range oldTable.Partition.Definitions { + nameMapID[old.Name.L] = old.ID + } + for _, new := range newTable.Partition.Definitions { + if oldID, exist := nameMapID[new.Name.L]; exist { + tableIDMap[oldID] = new.ID + } + } + } + + return tableIDMap +} + +// GetTableIDMap creates a map maping old tableID to new tableID. +func GetTableIDMap(newTable, oldTable *model.TableInfo) map[int64]int64 { + tableIDMap := GetPartitionIDMap(newTable, oldTable) + tableIDMap[oldTable.ID] = newTable.ID + return tableIDMap +} + +// GetIndexIDMap creates a map maping old indexID to new indexID. +func GetIndexIDMap(newTable, oldTable *model.TableInfo) map[int64]int64 { + indexIDMap := make(map[int64]int64) + for _, srcIndex := range oldTable.Indices { + for _, destIndex := range newTable.Indices { + if srcIndex.Name == destIndex.Name { + indexIDMap[srcIndex.ID] = destIndex.ID + } + } + } + + return indexIDMap +} diff --git a/br/pkg/restore/utils/key.go b/br/pkg/restore/utils/key.go new file mode 100644 index 0000000000000..8a4ad05b0d9d8 --- /dev/null +++ b/br/pkg/restore/utils/key.go @@ -0,0 +1,34 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils + +import "github.com/pingcap/tidb/pkg/util/codec" + +func TruncateTS(key []byte) []byte { + if len(key) == 0 { + return nil + } + if len(key) < 8 { + return key + } + return key[:len(key)-8] +} + +func EncodeKeyPrefix(key []byte) []byte { + encodedPrefix := make([]byte, 0) + ungroupedLen := len(key) % 8 + encodedPrefix = append(encodedPrefix, codec.EncodeBytes([]byte{}, key[:len(key)-ungroupedLen])...) + return append(encodedPrefix[:len(encodedPrefix)-9], key[len(key)-ungroupedLen:]...) +} diff --git a/br/pkg/restore/utils/log_file_map.go b/br/pkg/restore/utils/log_file_map.go new file mode 100644 index 0000000000000..026b66d6174a1 --- /dev/null +++ b/br/pkg/restore/utils/log_file_map.go @@ -0,0 +1,84 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils + +// each 64 items constitute a bitmap unit +type bitMap map[int]uint64 + +func newBitMap() bitMap { + return make(map[int]uint64) +} + +func (m bitMap) pos(off int) (blockIndex int, bitOffset uint64) { + return off >> 6, uint64(1) << (off & 63) +} + +func (m bitMap) Set(off int) { + blockIndex, bitOffset := m.pos(off) + m[blockIndex] |= bitOffset +} + +func (m bitMap) Hit(off int) bool { + blockIndex, bitOffset := m.pos(off) + return (m[blockIndex] & bitOffset) > 0 +} + +type fileMap struct { + // group index -> bitmap of kv files + pos map[int]bitMap +} + +func newFileMap() fileMap { + return fileMap{ + pos: make(map[int]bitMap), + } +} + +type LogFilesSkipMap struct { + // metadata group key -> group map + skipMap map[string]fileMap +} + +func NewLogFilesSkipMap() *LogFilesSkipMap { + return &LogFilesSkipMap{ + skipMap: make(map[string]fileMap), + } +} + +func (m *LogFilesSkipMap) Insert(metaKey string, groupOff, fileOff int) { + mp, exists := m.skipMap[metaKey] + if !exists { + mp = newFileMap() + m.skipMap[metaKey] = mp + } + gp, exists := mp.pos[groupOff] + if !exists { + gp = newBitMap() + mp.pos[groupOff] = gp + } + gp.Set(fileOff) +} + +func (m *LogFilesSkipMap) NeedSkip(metaKey string, groupOff, fileOff int) bool { + mp, exists := m.skipMap[metaKey] + if !exists { + return false + } + gp, exists := mp.pos[groupOff] + if !exists { + return false + } + return gp.Hit(fileOff) +} diff --git a/br/pkg/restore/utils/log_file_map_test.go b/br/pkg/restore/utils/log_file_map_test.go new file mode 100644 index 0000000000000..9e43febf49f7f --- /dev/null +++ b/br/pkg/restore/utils/log_file_map_test.go @@ -0,0 +1,100 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils_test + +import ( + "fmt" + "math/rand" + "testing" + + "github.com/pingcap/tidb/br/pkg/restore/utils" + "github.com/stretchr/testify/require" +) + +func TestLogFilesSkipMap(t *testing.T) { + var ( + metaNum = 2 + groupNum = 4 + fileNum = 1000 + + ratio = 0.1 + ) + + for ratio < 1 { + skipmap := utils.NewLogFilesSkipMap() + nativemap := make(map[string]map[int]map[int]struct{}) + count := 0 + for i := 0; i < int(ratio*float64(metaNum*groupNum*fileNum)); i++ { + metaKey := fmt.Sprint(rand.Intn(metaNum)) + groupOff := rand.Intn(groupNum) + fileOff := rand.Intn(fileNum) + + mp, exists := nativemap[metaKey] + if !exists { + mp = make(map[int]map[int]struct{}) + nativemap[metaKey] = mp + } + gp, exists := mp[groupOff] + if !exists { + gp = make(map[int]struct{}) + mp[groupOff] = gp + } + if _, exists := gp[fileOff]; !exists { + gp[fileOff] = struct{}{} + skipmap.Insert(metaKey, groupOff, fileOff) + count += 1 + } + } + + ncount := 0 + for metaKey, mp := range nativemap { + for groupOff, gp := range mp { + for fileOff := range gp { + require.True(t, skipmap.NeedSkip(metaKey, groupOff, fileOff)) + ncount++ + } + } + } + + require.Equal(t, count, ncount) + + continueFunc := func(metaKey string, groupi, filei int) bool { + mp, exists := nativemap[metaKey] + if !exists { + return false + } + gp, exists := mp[groupi] + if !exists { + return false + } + _, exists = gp[filei] + return exists + } + + for metai := 0; metai < metaNum; metai++ { + metaKey := fmt.Sprint(metai) + for groupi := 0; groupi < groupNum; groupi++ { + for filei := 0; filei < fileNum; filei++ { + if continueFunc(metaKey, groupi, filei) { + continue + } + require.False(t, skipmap.NeedSkip(metaKey, groupi, filei)) + } + } + } + + ratio = ratio * 2 + } +} diff --git a/br/pkg/restore/merge.go b/br/pkg/restore/utils/merge.go similarity index 68% rename from br/pkg/restore/merge.go rename to br/pkg/restore/utils/merge.go index 77ecd74bcf12f..837eacd9937c5 100644 --- a/br/pkg/restore/merge.go +++ b/br/pkg/restore/utils/merge.go @@ -1,24 +1,14 @@ // Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package utils import ( "strings" "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" - "github.com/pingcap/kvproto/pkg/import_sstpb" - "github.com/pingcap/log" berrors "github.com/pingcap/tidb/br/pkg/errors" - "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/rtree" - "github.com/pingcap/tidb/pkg/tablecodec" - "go.uber.org/zap" -) - -const ( - writeCFName = "write" - defaultCFName = "default" ) // MergeRangesStat holds statistics for the MergeRanges. @@ -59,9 +49,9 @@ func MergeAndRewriteFileRanges( filesMap[string(file.StartKey)] = append(filesMap[string(file.StartKey)], file) // We skips all default cf files because we don't range overlap. - if file.Cf == writeCFName || strings.Contains(file.GetName(), writeCFName) { + if file.Cf == WriteCFName || strings.Contains(file.GetName(), WriteCFName) { writeCFFile++ - } else if file.Cf == defaultCFName || strings.Contains(file.GetName(), defaultCFName) { + } else if file.Cf == DefaultCFName || strings.Contains(file.GetName(), DefaultCFName) { defaultCFFile++ } totalBytes += file.TotalBytes @@ -123,40 +113,3 @@ func MergeAndRewriteFileRanges( MergedRegionBytesAvg: int(mergedRegionBytesAvg), }, nil } - -func RewriteRange(rg *rtree.Range, rewriteRules *RewriteRules) (*rtree.Range, error) { - if rewriteRules == nil { - return rg, nil - } - startID := tablecodec.DecodeTableID(rg.StartKey) - endID := tablecodec.DecodeTableID(rg.EndKey) - var rule *import_sstpb.RewriteRule - if startID != endID { - log.Warn("table id does not match", - logutil.Key("startKey", rg.StartKey), - logutil.Key("endKey", rg.EndKey), - zap.Int64("startID", startID), - zap.Int64("endID", endID)) - return nil, errors.Annotate(berrors.ErrRestoreTableIDMismatch, "table id mismatch") - } - rg.StartKey, rule = replacePrefix(rg.StartKey, rewriteRules) - if rule == nil { - log.Warn("cannot find rewrite rule", logutil.Key("key", rg.StartKey)) - } else { - log.Debug( - "rewrite start key", - logutil.Key("key", rg.StartKey), logutil.RewriteRule(rule)) - } - oldKey := rg.EndKey - rg.EndKey, rule = replacePrefix(rg.EndKey, rewriteRules) - if rule == nil { - log.Warn("cannot find rewrite rule", logutil.Key("key", rg.EndKey)) - } else { - log.Debug( - "rewrite end key", - logutil.Key("origin-key", oldKey), - logutil.Key("key", rg.EndKey), - logutil.RewriteRule(rule)) - } - return rg, nil -} diff --git a/br/pkg/restore/merge_test.go b/br/pkg/restore/utils/merge_test.go similarity index 65% rename from br/pkg/restore/merge_test.go rename to br/pkg/restore/utils/merge_test.go index a9c185070e2a4..2d696b88fe8b6 100644 --- a/br/pkg/restore/merge_test.go +++ b/br/pkg/restore/utils/merge_test.go @@ -1,6 +1,6 @@ // Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. -package restore_test +package utils_test import ( "bytes" @@ -12,11 +12,9 @@ import ( "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" - "github.com/pingcap/kvproto/pkg/import_sstpb" "github.com/pingcap/tidb/br/pkg/conn" berrors "github.com/pingcap/tidb/br/pkg/errors" - "github.com/pingcap/tidb/br/pkg/restore" - "github.com/pingcap/tidb/br/pkg/rtree" + "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/tablecodec" "github.com/pingcap/tidb/pkg/types" @@ -93,7 +91,7 @@ func TestMergeRanges(t *testing.T) { type Case struct { files [][5]int // tableID, indexID num, bytes, kv merged []int // length of each merged range - stat restore.MergeRangesStat + stat utils.MergeRangesStat } splitSizeBytes := int(conn.DefaultMergeRegionSizeBytes) splitKeyCount := int(conn.DefaultMergeRegionKeyCount) @@ -102,54 +100,54 @@ func TestMergeRanges(t *testing.T) { { files: [][5]int{}, merged: []int{}, - stat: restore.MergeRangesStat{TotalRegions: 0, MergedRegions: 0}, + stat: utils.MergeRangesStat{TotalRegions: 0, MergedRegions: 0}, }, // Do not merge big range. { files: [][5]int{{1, 0, 1, splitSizeBytes, 1}, {1, 0, 1, 1, 1}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, { files: [][5]int{{1, 0, 1, 1, 1}, {1, 0, 1, splitSizeBytes, 1}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, { files: [][5]int{{1, 0, 1, 1, splitKeyCount}, {1, 0, 1, 1, 1}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, { files: [][5]int{{1, 0, 1, 1, 1}, {1, 0, 1, 1, splitKeyCount}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, // 3 -> 1 { files: [][5]int{{1, 0, 1, 1, 1}, {1, 0, 1, 1, 1}, {1, 0, 1, 1, 1}}, merged: []int{3}, - stat: restore.MergeRangesStat{TotalRegions: 3, MergedRegions: 1}, + stat: utils.MergeRangesStat{TotalRegions: 3, MergedRegions: 1}, }, // 3 -> 2, size: [split*1/3, split*1/3, split*1/2] -> [split*2/3, split*1/2] { files: [][5]int{{1, 0, 1, splitSizeBytes / 3, 1}, {1, 0, 1, splitSizeBytes / 3, 1}, {1, 0, 1, splitSizeBytes / 2, 1}}, merged: []int{2, 1}, - stat: restore.MergeRangesStat{TotalRegions: 3, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 3, MergedRegions: 2}, }, // 4 -> 2, size: [split*1/3, split*1/3, split*1/2, 1] -> [split*2/3, split*1/2 +1] { files: [][5]int{{1, 0, 1, splitSizeBytes / 3, 1}, {1, 0, 1, splitSizeBytes / 3, 1}, {1, 0, 1, splitSizeBytes / 2, 1}, {1, 0, 1, 1, 1}}, merged: []int{2, 2}, - stat: restore.MergeRangesStat{TotalRegions: 4, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 4, MergedRegions: 2}, }, // 5 -> 3, size: [split*1/3, split*1/3, split, split*1/2, 1] -> [split*2/3, split, split*1/2 +1] { files: [][5]int{{1, 0, 1, splitSizeBytes / 3, 1}, {1, 0, 1, splitSizeBytes / 3, 1}, {1, 0, 1, splitSizeBytes, 1}, {1, 0, 1, splitSizeBytes / 2, 1}, {1, 0, 1, 1, 1}}, merged: []int{2, 1, 2}, - stat: restore.MergeRangesStat{TotalRegions: 5, MergedRegions: 3}, + stat: utils.MergeRangesStat{TotalRegions: 5, MergedRegions: 3}, }, // Do not merge ranges from different tables @@ -157,13 +155,13 @@ func TestMergeRanges(t *testing.T) { { files: [][5]int{{1, 0, 1, 1, 1}, {2, 0, 1, 1, 1}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, // 3 -> 2, size: [1@split*1/3, 2@split*1/3, 2@split*1/2] -> [1@split*1/3, 2@split*5/6] { files: [][5]int{{1, 0, 1, splitSizeBytes / 3, 1}, {2, 0, 1, splitSizeBytes / 3, 1}, {2, 0, 1, splitSizeBytes / 2, 1}}, merged: []int{1, 2}, - stat: restore.MergeRangesStat{TotalRegions: 3, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 3, MergedRegions: 2}, }, // Do not merge ranges from different indexes. @@ -171,28 +169,28 @@ func TestMergeRanges(t *testing.T) { { files: [][5]int{{1, 1, 1, 1, 1}, {1, 2, 1, 1, 1}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, // Index ID out of order. // 2 -> 2, size: [1, 1] -> [1, 1], index ID: [2, 1] -> [1, 2] { files: [][5]int{{1, 2, 1, 1, 1}, {1, 1, 1, 1, 1}}, merged: []int{1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, + stat: utils.MergeRangesStat{TotalRegions: 2, MergedRegions: 2}, }, // 3 -> 3, size: [1, 1, 1] -> [1, 1, 1] // (table ID, index ID): [(1, 0), (2, 1), (2, 2)] -> [(1, 0), (2, 1), (2, 2)] { files: [][5]int{{1, 0, 1, 1, 1}, {2, 1, 1, 1, 1}, {2, 2, 1, 1, 1}}, merged: []int{1, 1, 1}, - stat: restore.MergeRangesStat{TotalRegions: 3, MergedRegions: 3}, + stat: utils.MergeRangesStat{TotalRegions: 3, MergedRegions: 3}, }, // 4 -> 3, size: [1, 1, 1, 1] -> [1, 1, 2] // (table ID, index ID): [(1, 0), (2, 1), (2, 0), (2, 0)] -> [(1, 0), (2, 1), (2, 0)] { files: [][5]int{{1, 0, 1, 1, 1}, {2, 1, 1, 1, 1}, {2, 0, 1, 1, 1}, {2, 0, 1, 1, 1}}, merged: []int{1, 1, 2}, - stat: restore.MergeRangesStat{TotalRegions: 4, MergedRegions: 3}, + stat: utils.MergeRangesStat{TotalRegions: 4, MergedRegions: 3}, }, // Merge the same table ID and index ID. // 4 -> 3, size: [1, 1, 1, 1] -> [1, 2, 1] @@ -200,7 +198,7 @@ func TestMergeRanges(t *testing.T) { { files: [][5]int{{1, 0, 1, 1, 1}, {2, 1, 1, 1, 1}, {2, 1, 1, 1, 1}, {2, 0, 1, 1, 1}}, merged: []int{1, 2, 1}, - stat: restore.MergeRangesStat{TotalRegions: 4, MergedRegions: 3}, + stat: utils.MergeRangesStat{TotalRegions: 4, MergedRegions: 3}, }, } @@ -210,7 +208,7 @@ func TestMergeRanges(t *testing.T) { for _, f := range cs.files { files = append(files, fb.build(f[0], f[1], f[2], f[3], f[4])...) } - rngs, stat, err := restore.MergeAndRewriteFileRanges(files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) + rngs, stat, err := utils.MergeAndRewriteFileRanges(files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) require.NoErrorf(t, err, "%+v", cs) require.Equalf(t, cs.stat.TotalRegions, stat.TotalRegions, "%+v", cs) require.Equalf(t, cs.stat.MergedRegions, stat.MergedRegions, "%+v", cs) @@ -232,7 +230,7 @@ func TestMergeRawKVRanges(t *testing.T) { files = append(files, fb.build(1, 0, 2, 1, 1)...) // RawKV does not have write cf files = files[1:] - _, stat, err := restore.MergeAndRewriteFileRanges( + _, stat, err := utils.MergeAndRewriteFileRanges( files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) require.NoError(t, err) require.Equal(t, 1, stat.TotalRegions) @@ -245,7 +243,7 @@ func TestInvalidRanges(t *testing.T) { files = append(files, fb.build(1, 0, 1, 1, 1)...) files[0].Name = "invalid.sst" files[0].Cf = "invalid" - _, _, err := restore.MergeAndRewriteFileRanges( + _, _, err := utils.MergeAndRewriteFileRanges( files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) require.Error(t, err) require.Equal(t, berrors.ErrRestoreInvalidBackup, errors.Cause(err)) @@ -267,7 +265,7 @@ func benchmarkMergeRanges(b *testing.B, filesCount int) { } var err error for i := 0; i < b.N; i++ { - _, _, err = restore.MergeAndRewriteFileRanges(files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) + _, _, err = utils.MergeAndRewriteFileRanges(files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) if err != nil { b.Error(err) } @@ -293,91 +291,3 @@ func BenchmarkMergeRanges50k(b *testing.B) { func BenchmarkMergeRanges100k(b *testing.B) { benchmarkMergeRanges(b, 100000) } -func TestRewriteRange(t *testing.T) { - // Define test cases - cases := []struct { - rg *rtree.Range - rewriteRules *restore.RewriteRules - expectedRange *rtree.Range - expectedError error - }{ - // Test case 1: No rewrite rules - { - rg: &rtree.Range{ - StartKey: []byte("startKey"), - EndKey: []byte("endKey"), - }, - rewriteRules: nil, - expectedRange: &rtree.Range{StartKey: []byte("startKey"), EndKey: []byte("endKey")}, - expectedError: nil, - }, - // Test case 2: Rewrite rule found for both start key and end key - { - rg: &rtree.Range{ - StartKey: append(tablecodec.GenTableIndexPrefix(1), []byte("startKey")...), - EndKey: append(tablecodec.GenTableIndexPrefix(1), []byte("endKey")...), - }, - rewriteRules: &restore.RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: tablecodec.GenTableIndexPrefix(1), - NewKeyPrefix: tablecodec.GenTableIndexPrefix(2), - }, - }, - }, - expectedRange: &rtree.Range{ - StartKey: append(tablecodec.GenTableIndexPrefix(2), []byte("startKey")...), - EndKey: append(tablecodec.GenTableIndexPrefix(2), []byte("endKey")...), - }, - expectedError: nil, - }, - // Test case 3: Rewrite rule found for end key - { - rg: &rtree.Range{ - StartKey: append(tablecodec.GenTableIndexPrefix(1), []byte("startKey")...), - EndKey: append(tablecodec.GenTableIndexPrefix(1), []byte("endKey")...), - }, - rewriteRules: &restore.RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: append(tablecodec.GenTableIndexPrefix(1), []byte("endKey")...), - NewKeyPrefix: append(tablecodec.GenTableIndexPrefix(2), []byte("newEndKey")...), - }, - }, - }, - expectedRange: &rtree.Range{ - StartKey: append(tablecodec.GenTableIndexPrefix(1), []byte("startKey")...), - EndKey: append(tablecodec.GenTableIndexPrefix(2), []byte("newEndKey")...), - }, - expectedError: nil, - }, - // Test case 4: Table ID mismatch - { - rg: &rtree.Range{ - StartKey: []byte("t1_startKey"), - EndKey: []byte("t2_endKey"), - }, - rewriteRules: &restore.RewriteRules{ - Data: []*import_sstpb.RewriteRule{ - { - OldKeyPrefix: []byte("t1_startKey"), - NewKeyPrefix: []byte("t2_newStartKey"), - }, - }, - }, - expectedRange: nil, - expectedError: errors.Annotate(berrors.ErrRestoreTableIDMismatch, "table id mismatch"), - }, - } - - // Run test cases - for _, tc := range cases { - actualRange, actualError := restore.RewriteRange(tc.rg, tc.rewriteRules) - if tc.expectedError != nil { - require.EqualError(t, tc.expectedError, actualError.Error()) - } else { - require.NoError(t, actualError) - } - require.Equal(t, tc.expectedRange, actualRange) - } -} diff --git a/br/pkg/restore/utils/rewrite_rule.go b/br/pkg/restore/utils/rewrite_rule.go new file mode 100644 index 0000000000000..5d9878fd3f689 --- /dev/null +++ b/br/pkg/restore/utils/rewrite_rule.go @@ -0,0 +1,381 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils + +import ( + "bytes" + + "github.com/pingcap/errors" + backuppb "github.com/pingcap/kvproto/pkg/brpb" + "github.com/pingcap/kvproto/pkg/import_sstpb" + "github.com/pingcap/log" + berrors "github.com/pingcap/tidb/br/pkg/errors" + "github.com/pingcap/tidb/br/pkg/logutil" + "github.com/pingcap/tidb/br/pkg/rtree" + "github.com/pingcap/tidb/pkg/parser/model" + "github.com/pingcap/tidb/pkg/tablecodec" + "github.com/pingcap/tidb/pkg/util/codec" + "github.com/pingcap/tidb/pkg/util/redact" + "go.uber.org/zap" +) + +// AppliedFile has two types for now. +// 1. SST file used by full backup/restore. +// 2. KV file used by pitr restore. +type AppliedFile interface { + GetStartKey() []byte + GetEndKey() []byte +} + +// RewriteRules contains rules for rewriting keys of tables. +type RewriteRules struct { + Data []*import_sstpb.RewriteRule + OldKeyspace []byte + NewKeyspace []byte +} + +// Append append its argument to this rewrite rules. +func (r *RewriteRules) Append(other RewriteRules) { + r.Data = append(r.Data, other.Data...) +} + +// EmptyRewriteRule make a map of new, empty rewrite rules. +func EmptyRewriteRulesMap() map[int64]*RewriteRules { + return make(map[int64]*RewriteRules) +} + +// EmptyRewriteRule make a new, empty rewrite rule. +func EmptyRewriteRule() *RewriteRules { + return &RewriteRules{ + Data: []*import_sstpb.RewriteRule{}, + } +} + +// GetRewriteRules returns the rewrite rule of the new table and the old table. +// getDetailRule is used for normal backup & restore. +// if set to true, means we collect the rules like tXXX_r, tYYY_i. +// if set to false, means we only collect the rules contain table_id, tXXX, tYYY. +func GetRewriteRules( + newTable, oldTable *model.TableInfo, newTimeStamp uint64, getDetailRule bool, +) *RewriteRules { + tableIDs := GetTableIDMap(newTable, oldTable) + indexIDs := GetIndexIDMap(newTable, oldTable) + + dataRules := make([]*import_sstpb.RewriteRule, 0) + for oldTableID, newTableID := range tableIDs { + if getDetailRule { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), + NewKeyPrefix: tablecodec.GenTableRecordPrefix(newTableID), + NewTimestamp: newTimeStamp, + }) + for oldIndexID, newIndexID := range indexIDs { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTableIndexPrefix(oldTableID, oldIndexID), + NewKeyPrefix: tablecodec.EncodeTableIndexPrefix(newTableID, newIndexID), + NewTimestamp: newTimeStamp, + }) + } + } else { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(newTableID), + NewTimestamp: newTimeStamp, + }) + } + } + + return &RewriteRules{ + Data: dataRules, + } +} + +func GetRewriteRulesMap( + newTable, oldTable *model.TableInfo, newTimeStamp uint64, getDetailRule bool, +) map[int64]*RewriteRules { + rules := make(map[int64]*RewriteRules) + + tableIDs := GetTableIDMap(newTable, oldTable) + indexIDs := GetIndexIDMap(newTable, oldTable) + + for oldTableID, newTableID := range tableIDs { + dataRules := make([]*import_sstpb.RewriteRule, 0) + if getDetailRule { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), + NewKeyPrefix: tablecodec.GenTableRecordPrefix(newTableID), + NewTimestamp: newTimeStamp, + }) + for oldIndexID, newIndexID := range indexIDs { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTableIndexPrefix(oldTableID, oldIndexID), + NewKeyPrefix: tablecodec.EncodeTableIndexPrefix(newTableID, newIndexID), + NewTimestamp: newTimeStamp, + }) + } + } else { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(newTableID), + NewTimestamp: newTimeStamp, + }) + } + + rules[oldTableID] = &RewriteRules{ + Data: dataRules, + } + } + + return rules +} + +// GetRewriteRuleOfTable returns a rewrite rule from t_{oldID} to t_{newID}. +func GetRewriteRuleOfTable( + oldTableID, newTableID int64, + newTimeStamp uint64, + indexIDs map[int64]int64, + getDetailRule bool, +) *RewriteRules { + dataRules := make([]*import_sstpb.RewriteRule, 0) + + if getDetailRule { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), + NewKeyPrefix: tablecodec.GenTableRecordPrefix(newTableID), + NewTimestamp: newTimeStamp, + }) + for oldIndexID, newIndexID := range indexIDs { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTableIndexPrefix(oldTableID, oldIndexID), + NewKeyPrefix: tablecodec.EncodeTableIndexPrefix(newTableID, newIndexID), + NewTimestamp: newTimeStamp, + }) + } + } else { + dataRules = append(dataRules, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(newTableID), + NewTimestamp: newTimeStamp, + }) + } + + return &RewriteRules{Data: dataRules} +} + +// ValidateFileRewriteRule uses rewrite rules to validate the ranges of a file. +func ValidateFileRewriteRule(file *backuppb.File, rewriteRules *RewriteRules) error { + // Check if the start key has a matched rewrite key + _, startRule := rewriteRawKey(file.GetStartKey(), rewriteRules) + if rewriteRules != nil && startRule == nil { + tableID := tablecodec.DecodeTableID(file.GetStartKey()) + log.Error( + "cannot find rewrite rule for file start key", + zap.Int64("tableID", tableID), + logutil.File(file), + ) + return errors.Annotate(berrors.ErrRestoreInvalidRewrite, "cannot find rewrite rule") + } + // Check if the end key has a matched rewrite key + _, endRule := rewriteRawKey(file.GetEndKey(), rewriteRules) + if rewriteRules != nil && endRule == nil { + tableID := tablecodec.DecodeTableID(file.GetEndKey()) + log.Error( + "cannot find rewrite rule for file end key", + zap.Int64("tableID", tableID), + logutil.File(file), + ) + return errors.Annotate(berrors.ErrRestoreInvalidRewrite, "cannot find rewrite rule") + } + // the rewrite rule of the start key and the end key should be equaled. + // i.e. there should only one rewrite rule for one file, a file should only be imported into one region. + if !bytes.Equal(startRule.GetNewKeyPrefix(), endRule.GetNewKeyPrefix()) { + startTableID := tablecodec.DecodeTableID(file.GetStartKey()) + endTableID := tablecodec.DecodeTableID(file.GetEndKey()) + log.Error( + "unexpected rewrite rules", + zap.Int64("startTableID", startTableID), + zap.Int64("endTableID", endTableID), + zap.Stringer("startRule", startRule), + zap.Stringer("endRule", endRule), + logutil.File(file), + ) + return errors.Annotatef(berrors.ErrRestoreInvalidRewrite, + "rewrite rule mismatch, the backup data may be dirty or from incompatible versions of BR, startKey rule: %X => %X, endKey rule: %X => %X", + startRule.OldKeyPrefix, startRule.NewKeyPrefix, endRule.OldKeyPrefix, endRule.NewKeyPrefix, + ) + } + return nil +} + +// Rewrites an encoded key and returns a encoded key. +func rewriteEncodedKey(key []byte, rewriteRules *RewriteRules) ([]byte, *import_sstpb.RewriteRule) { + if rewriteRules == nil { + return key, nil + } + if len(key) > 0 { + _, rawKey, _ := codec.DecodeBytes(key, nil) + return rewriteRawKey(rawKey, rewriteRules) + } + return nil, nil +} + +// Rewrites a raw key with raw key rewrite rule and returns an encoded key. +func rewriteRawKey(key []byte, rewriteRules *RewriteRules) ([]byte, *import_sstpb.RewriteRule) { + if rewriteRules == nil { + return codec.EncodeBytes([]byte{}, key), nil + } + if len(key) > 0 { + rule := matchOldPrefix(key, rewriteRules) + ret := bytes.Replace(key, rule.GetOldKeyPrefix(), rule.GetNewKeyPrefix(), 1) + return codec.EncodeBytes([]byte{}, ret), rule + } + return nil, nil +} + +func matchOldPrefix(key []byte, rewriteRules *RewriteRules) *import_sstpb.RewriteRule { + for _, rule := range rewriteRules.Data { + if bytes.HasPrefix(key, rule.GetOldKeyPrefix()) { + return rule + } + } + return nil +} + +// GetRewriteTableID gets rewrite table id by the rewrite rule and original table id +func GetRewriteTableID(tableID int64, rewriteRules *RewriteRules) int64 { + tableKey := tablecodec.GenTableRecordPrefix(tableID) + rule := matchOldPrefix(tableKey, rewriteRules) + if rule == nil { + return 0 + } + + return tablecodec.DecodeTableID(rule.GetNewKeyPrefix()) +} + +func FindMatchedRewriteRule(file AppliedFile, rules *RewriteRules) *import_sstpb.RewriteRule { + startID := tablecodec.DecodeTableID(file.GetStartKey()) + endID := tablecodec.DecodeTableID(file.GetEndKey()) + if startID != endID { + return nil + } + _, rule := rewriteRawKey(file.GetStartKey(), rules) + if rule == nil { + // fall back to encoded key + _, rule = rewriteEncodedKey(file.GetStartKey(), rules) + } + return rule +} + +// GetRewriteRawKeys rewrites rules to the raw key. +func GetRewriteRawKeys(file AppliedFile, rewriteRules *RewriteRules) (startKey, endKey []byte, err error) { + startID := tablecodec.DecodeTableID(file.GetStartKey()) + endID := tablecodec.DecodeTableID(file.GetEndKey()) + var rule *import_sstpb.RewriteRule + if startID == endID { + startKey, rule = rewriteRawKey(file.GetStartKey(), rewriteRules) + if rewriteRules != nil && rule == nil { + err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find raw rewrite rule for start key, startKey: %s", redact.Key(file.GetStartKey())) + return + } + endKey, rule = rewriteRawKey(file.GetEndKey(), rewriteRules) + if rewriteRules != nil && rule == nil { + err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find raw rewrite rule for end key, endKey: %s", redact.Key(file.GetEndKey())) + return + } + } else { + log.Error("table ids dont matched", + zap.Int64("startID", startID), + zap.Int64("endID", endID), + logutil.Key("startKey", startKey), + logutil.Key("endKey", endKey)) + err = errors.Annotate(berrors.ErrRestoreInvalidRewrite, "invalid table id") + } + return +} + +// GetRewriteRawKeys rewrites rules to the encoded key +func GetRewriteEncodedKeys(file AppliedFile, rewriteRules *RewriteRules) (startKey, endKey []byte, err error) { + startID := tablecodec.DecodeTableID(file.GetStartKey()) + endID := tablecodec.DecodeTableID(file.GetEndKey()) + var rule *import_sstpb.RewriteRule + if startID == endID { + startKey, rule = rewriteEncodedKey(file.GetStartKey(), rewriteRules) + if rewriteRules != nil && rule == nil { + err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find encode rewrite rule for start key, startKey: %s", redact.Key(file.GetStartKey())) + return + } + endKey, rule = rewriteEncodedKey(file.GetEndKey(), rewriteRules) + if rewriteRules != nil && rule == nil { + err = errors.Annotatef(berrors.ErrRestoreInvalidRewrite, "cannot find encode rewrite rule for end key, endKey: %s", redact.Key(file.GetEndKey())) + return + } + } else { + log.Error("table ids dont matched", + zap.Int64("startID", startID), + zap.Int64("endID", endID), + logutil.Key("startKey", startKey), + logutil.Key("endKey", endKey)) + err = errors.Annotate(berrors.ErrRestoreInvalidRewrite, "invalid table id") + } + return +} + +func replacePrefix(s []byte, rewriteRules *RewriteRules) ([]byte, *import_sstpb.RewriteRule) { + // We should search the dataRules firstly. + for _, rule := range rewriteRules.Data { + if bytes.HasPrefix(s, rule.GetOldKeyPrefix()) { + return append(append([]byte{}, rule.GetNewKeyPrefix()...), s[len(rule.GetOldKeyPrefix()):]...), rule + } + } + + return s, nil +} + +func RewriteRange(rg *rtree.Range, rewriteRules *RewriteRules) (*rtree.Range, error) { + if rewriteRules == nil { + return rg, nil + } + startID := tablecodec.DecodeTableID(rg.StartKey) + endID := tablecodec.DecodeTableID(rg.EndKey) + var rule *import_sstpb.RewriteRule + if startID != endID { + log.Warn("table id does not match", + logutil.Key("startKey", rg.StartKey), + logutil.Key("endKey", rg.EndKey), + zap.Int64("startID", startID), + zap.Int64("endID", endID)) + return nil, errors.Annotate(berrors.ErrRestoreTableIDMismatch, "table id mismatch") + } + rg.StartKey, rule = replacePrefix(rg.StartKey, rewriteRules) + if rule == nil { + log.Warn("cannot find rewrite rule", logutil.Key("key", rg.StartKey)) + } else { + log.Debug( + "rewrite start key", + logutil.Key("key", rg.StartKey), logutil.RewriteRule(rule)) + } + oldKey := rg.EndKey + rg.EndKey, rule = replacePrefix(rg.EndKey, rewriteRules) + if rule == nil { + log.Warn("cannot find rewrite rule", logutil.Key("key", rg.EndKey)) + } else { + log.Debug( + "rewrite end key", + logutil.Key("origin-key", oldKey), + logutil.Key("key", rg.EndKey), + logutil.RewriteRule(rule)) + } + return rg, nil +} diff --git a/br/pkg/restore/utils/rewrite_rule_test.go b/br/pkg/restore/utils/rewrite_rule_test.go new file mode 100644 index 0000000000000..03ac302cf4ed1 --- /dev/null +++ b/br/pkg/restore/utils/rewrite_rule_test.go @@ -0,0 +1,360 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils_test + +import ( + "testing" + + "github.com/pingcap/errors" + backuppb "github.com/pingcap/kvproto/pkg/brpb" + "github.com/pingcap/kvproto/pkg/import_sstpb" + berrors "github.com/pingcap/tidb/br/pkg/errors" + "github.com/pingcap/tidb/br/pkg/restore/utils" + "github.com/pingcap/tidb/br/pkg/rtree" + "github.com/pingcap/tidb/pkg/tablecodec" + "github.com/pingcap/tidb/pkg/util/codec" + "github.com/stretchr/testify/require" +) + +func TestValidateFileRewriteRule(t *testing.T) { + rules := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{{ + OldKeyPrefix: []byte(tablecodec.EncodeTablePrefix(1)), + NewKeyPrefix: []byte(tablecodec.EncodeTablePrefix(2)), + }}, + } + + // Empty start/end key is not allowed. + err := utils.ValidateFileRewriteRule( + &backuppb.File{ + Name: "file_write.sst", + StartKey: []byte(""), + EndKey: []byte(""), + }, + rules, + ) + require.Error(t, err) + require.Regexp(t, ".*cannot find rewrite rule.*", err.Error()) + + // Range is not overlap, no rule found. + err = utils.ValidateFileRewriteRule( + &backuppb.File{ + Name: "file_write.sst", + StartKey: tablecodec.EncodeTablePrefix(0), + EndKey: tablecodec.EncodeTablePrefix(1), + }, + rules, + ) + require.Error(t, err) + require.Regexp(t, ".*cannot find rewrite rule.*", err.Error()) + + // No rule for end key. + err = utils.ValidateFileRewriteRule( + &backuppb.File{ + Name: "file_write.sst", + StartKey: tablecodec.EncodeTablePrefix(1), + EndKey: tablecodec.EncodeTablePrefix(2), + }, + rules, + ) + require.Error(t, err) + require.Regexp(t, ".*cannot find rewrite rule.*", err.Error()) + + // Add a rule for end key. + rules.Data = append(rules.Data, &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTablePrefix(2), + NewKeyPrefix: tablecodec.EncodeTablePrefix(3), + }) + err = utils.ValidateFileRewriteRule( + &backuppb.File{ + Name: "file_write.sst", + StartKey: tablecodec.EncodeTablePrefix(1), + EndKey: tablecodec.EncodeTablePrefix(2), + }, + rules, + ) + require.Error(t, err) + require.Regexp(t, ".*rewrite rule mismatch.*", err.Error()) + + // Add a bad rule for end key, after rewrite start key > end key. + rules.Data = append(rules.Data[:1], &import_sstpb.RewriteRule{ + OldKeyPrefix: tablecodec.EncodeTablePrefix(2), + NewKeyPrefix: tablecodec.EncodeTablePrefix(1), + }) + err = utils.ValidateFileRewriteRule( + &backuppb.File{ + Name: "file_write.sst", + StartKey: tablecodec.EncodeTablePrefix(1), + EndKey: tablecodec.EncodeTablePrefix(2), + }, + rules, + ) + require.Error(t, err) + require.Regexp(t, ".*rewrite rule mismatch.*", err.Error()) +} + +func TestRewriteFileKeys(t *testing.T) { + rewriteRules := utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + NewKeyPrefix: tablecodec.GenTablePrefix(2), + OldKeyPrefix: tablecodec.GenTablePrefix(1), + }, + { + NewKeyPrefix: tablecodec.GenTablePrefix(511), + OldKeyPrefix: tablecodec.GenTablePrefix(767), + }, + }, + } + rawKeyFile := backuppb.File{ + Name: "backup.sst", + StartKey: tablecodec.GenTableRecordPrefix(1), + EndKey: tablecodec.GenTableRecordPrefix(1).PrefixNext(), + } + start, end, err := utils.GetRewriteRawKeys(&rawKeyFile, &rewriteRules) + require.NoError(t, err) + _, end, err = codec.DecodeBytes(end, nil) + require.NoError(t, err) + _, start, err = codec.DecodeBytes(start, nil) + require.NoError(t, err) + require.Equal(t, []byte(tablecodec.GenTableRecordPrefix(2)), start) + require.Equal(t, []byte(tablecodec.GenTableRecordPrefix(2).PrefixNext()), end) + + encodeKeyFile := backuppb.DataFileInfo{ + Path: "bakcup.log", + StartKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(1)), + EndKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(1).PrefixNext()), + } + start, end, err = utils.GetRewriteEncodedKeys(&encodeKeyFile, &rewriteRules) + require.NoError(t, err) + require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(2)), start) + require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(2).PrefixNext()), end) + + // test for table id 767 + encodeKeyFile767 := backuppb.DataFileInfo{ + Path: "bakcup.log", + StartKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(767)), + EndKey: codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(767).PrefixNext()), + } + // use raw rewrite should no error but not equal + start, end, err = utils.GetRewriteRawKeys(&encodeKeyFile767, &rewriteRules) + require.NoError(t, err) + require.NotEqual(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511)), start) + require.NotEqual(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511).PrefixNext()), end) + // use encode rewrite should no error and equal + start, end, err = utils.GetRewriteEncodedKeys(&encodeKeyFile767, &rewriteRules) + require.NoError(t, err) + require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511)), start) + require.Equal(t, codec.EncodeBytes(nil, tablecodec.GenTableRecordPrefix(511).PrefixNext()), end) +} + +func TestRewriteRange(t *testing.T) { + // Define test cases + cases := []struct { + rg *rtree.Range + rewriteRules *utils.RewriteRules + expectedRange *rtree.Range + expectedError error + }{ + // Test case 1: No rewrite rules + { + rg: &rtree.Range{ + StartKey: []byte("startKey"), + EndKey: []byte("endKey"), + }, + rewriteRules: nil, + expectedRange: &rtree.Range{StartKey: []byte("startKey"), EndKey: []byte("endKey")}, + expectedError: nil, + }, + // Test case 2: Rewrite rule found for both start key and end key + { + rg: &rtree.Range{ + StartKey: append(tablecodec.GenTableIndexPrefix(1), []byte("startKey")...), + EndKey: append(tablecodec.GenTableIndexPrefix(1), []byte("endKey")...), + }, + rewriteRules: &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: tablecodec.GenTableIndexPrefix(1), + NewKeyPrefix: tablecodec.GenTableIndexPrefix(2), + }, + }, + }, + expectedRange: &rtree.Range{ + StartKey: append(tablecodec.GenTableIndexPrefix(2), []byte("startKey")...), + EndKey: append(tablecodec.GenTableIndexPrefix(2), []byte("endKey")...), + }, + expectedError: nil, + }, + // Test case 3: Rewrite rule found for end key + { + rg: &rtree.Range{ + StartKey: append(tablecodec.GenTableIndexPrefix(1), []byte("startKey")...), + EndKey: append(tablecodec.GenTableIndexPrefix(1), []byte("endKey")...), + }, + rewriteRules: &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: append(tablecodec.GenTableIndexPrefix(1), []byte("endKey")...), + NewKeyPrefix: append(tablecodec.GenTableIndexPrefix(2), []byte("newEndKey")...), + }, + }, + }, + expectedRange: &rtree.Range{ + StartKey: append(tablecodec.GenTableIndexPrefix(1), []byte("startKey")...), + EndKey: append(tablecodec.GenTableIndexPrefix(2), []byte("newEndKey")...), + }, + expectedError: nil, + }, + // Test case 4: Table ID mismatch + { + rg: &rtree.Range{ + StartKey: []byte("t1_startKey"), + EndKey: []byte("t2_endKey"), + }, + rewriteRules: &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: []byte("t1_startKey"), + NewKeyPrefix: []byte("t2_newStartKey"), + }, + }, + }, + expectedRange: nil, + expectedError: errors.Annotate(berrors.ErrRestoreTableIDMismatch, "table id mismatch"), + }, + } + + // Run test cases + for _, tc := range cases { + actualRange, actualError := utils.RewriteRange(tc.rg, tc.rewriteRules) + if tc.expectedError != nil { + require.EqualError(t, tc.expectedError, actualError.Error()) + } else { + require.NoError(t, actualError) + } + require.Equal(t, tc.expectedRange, actualRange) + } +} + +func TestGetRewriteTableID(t *testing.T) { + var tableID int64 = 76 + var oldTableID int64 = 80 + { + rewriteRules := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: tablecodec.EncodeTablePrefix(oldTableID), + NewKeyPrefix: tablecodec.EncodeTablePrefix(tableID), + }, + }, + } + + newTableID := utils.GetRewriteTableID(oldTableID, rewriteRules) + require.Equal(t, tableID, newTableID) + } + + { + rewriteRules := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: tablecodec.GenTableRecordPrefix(oldTableID), + NewKeyPrefix: tablecodec.GenTableRecordPrefix(tableID), + }, + }, + } + + newTableID := utils.GetRewriteTableID(oldTableID, rewriteRules) + require.Equal(t, tableID, newTableID) + } +} + +func rangeEquals(t *testing.T, obtained, expected []rtree.Range) { + require.Equal(t, len(expected), len(obtained)) + for i := range obtained { + require.Equal(t, expected[i].StartKey, obtained[i].StartKey) + require.Equal(t, expected[i].EndKey, obtained[i].EndKey) + } +} + +func TestSortRange(t *testing.T) { + dataRules := []*import_sstpb.RewriteRule{ + {OldKeyPrefix: tablecodec.GenTableRecordPrefix(1), NewKeyPrefix: tablecodec.GenTableRecordPrefix(4)}, + {OldKeyPrefix: tablecodec.GenTableRecordPrefix(2), NewKeyPrefix: tablecodec.GenTableRecordPrefix(5)}, + } + rewriteRules := &utils.RewriteRules{ + Data: dataRules, + } + ranges1 := []rtree.Range{ + { + StartKey: append(tablecodec.GenTableRecordPrefix(1), []byte("aaa")...), + EndKey: append(tablecodec.GenTableRecordPrefix(1), []byte("bbb")...), Files: nil, + }, + } + for i, rg := range ranges1 { + tmp, _ := utils.RewriteRange(&rg, rewriteRules) + ranges1[i] = *tmp + } + rs1, err := utils.SortRanges(ranges1) + require.NoErrorf(t, err, "sort range1 failed: %v", err) + rangeEquals(t, rs1, []rtree.Range{ + { + StartKey: append(tablecodec.GenTableRecordPrefix(4), []byte("aaa")...), + EndKey: append(tablecodec.GenTableRecordPrefix(4), []byte("bbb")...), Files: nil, + }, + }) + + ranges2 := []rtree.Range{ + { + StartKey: append(tablecodec.GenTableRecordPrefix(1), []byte("aaa")...), + EndKey: append(tablecodec.GenTableRecordPrefix(2), []byte("bbb")...), Files: nil, + }, + } + for _, rg := range ranges2 { + _, err := utils.RewriteRange(&rg, rewriteRules) + require.Error(t, err) + require.Regexp(t, "table id mismatch.*", err.Error()) + } + + ranges3 := []rtree.Range{ + {StartKey: []byte("aaa"), EndKey: []byte("aae")}, + {StartKey: []byte("aae"), EndKey: []byte("aaz")}, + {StartKey: []byte("ccd"), EndKey: []byte("ccf")}, + {StartKey: []byte("ccf"), EndKey: []byte("ccj")}, + } + rewriteRules1 := &utils.RewriteRules{ + Data: []*import_sstpb.RewriteRule{ + { + OldKeyPrefix: []byte("aa"), + NewKeyPrefix: []byte("xx"), + }, { + OldKeyPrefix: []byte("cc"), + NewKeyPrefix: []byte("bb"), + }, + }, + } + for i, rg := range ranges3 { + tmp, _ := utils.RewriteRange(&rg, rewriteRules1) + ranges3[i] = *tmp + } + rs3, err := utils.SortRanges(ranges3) + require.NoErrorf(t, err, "sort range1 failed: %v", err) + rangeEquals(t, rs3, []rtree.Range{ + {StartKey: []byte("bbd"), EndKey: []byte("bbf"), Files: nil}, + {StartKey: []byte("bbf"), EndKey: []byte("bbj"), Files: nil}, + {StartKey: []byte("xxa"), EndKey: []byte("xxe"), Files: nil}, + {StartKey: []byte("xxe"), EndKey: []byte("xxz"), Files: nil}, + }) +} diff --git a/br/pkg/restore/utils/split.go b/br/pkg/restore/utils/split.go new file mode 100644 index 0000000000000..82ff17acc2817 --- /dev/null +++ b/br/pkg/restore/utils/split.go @@ -0,0 +1,170 @@ +// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. + +package utils + +import ( + "context" + "time" + + "github.com/opentracing/opentracing-go" + "github.com/pingcap/errors" + "github.com/pingcap/log" + berrors "github.com/pingcap/tidb/br/pkg/errors" + "github.com/pingcap/tidb/br/pkg/logutil" + "github.com/pingcap/tidb/br/pkg/restore/split" + "github.com/pingcap/tidb/br/pkg/rtree" + "go.uber.org/zap" +) + +// RegionSplitter is a executor of region split by rules. +type RegionSplitter struct { + client split.SplitClient +} + +// NewRegionSplitter returns a new RegionSplitter. +func NewRegionSplitter(client split.SplitClient) *RegionSplitter { + return &RegionSplitter{ + client: client, + } +} + +// SplitWaitAndScatter expose the function `SplitWaitAndScatter` of split client. +func (rs *RegionSplitter) SplitWaitAndScatter(ctx context.Context, region *split.RegionInfo, keys [][]byte) ([]*split.RegionInfo, error) { + return rs.client.SplitWaitAndScatter(ctx, region, keys) +} + +// ExecuteSplit executes regions split and make sure new splitted regions are balance. +// It will split regions by the rewrite rules, +// then it will split regions by the end key of each range. +// tableRules includes the prefix of a table, since some ranges may have +// a prefix with record sequence or index sequence. +// note: all ranges and rewrite rules must have raw key. +func (rs *RegionSplitter) ExecuteSplit( + ctx context.Context, + ranges []rtree.Range, +) error { + if len(ranges) == 0 { + log.Info("skip split regions, no range") + return nil + } + + if span := opentracing.SpanFromContext(ctx); span != nil && span.Tracer() != nil { + span1 := span.Tracer().StartSpan("RegionSplitter.Split", opentracing.ChildOf(span.Context())) + defer span1.Finish() + ctx = opentracing.ContextWithSpan(ctx, span1) + } + + // Sort the range for getting the min and max key of the ranges + // TODO: this sort may not needed if we sort tables after creatation outside. + sortedRanges, errSplit := SortRanges(ranges) + if errSplit != nil { + return errors.Trace(errSplit) + } + if len(sortedRanges) == 0 { + log.Info("skip split regions after sorted, no range") + return nil + } + sortedKeys := make([][]byte, 0, len(sortedRanges)) + totalRangeSize := uint64(0) + for _, r := range sortedRanges { + sortedKeys = append(sortedKeys, r.EndKey) + totalRangeSize += r.Size + } + // the range size must be greater than 0 here + return rs.executeSplitByRanges(ctx, sortedKeys) +} + +func (rs *RegionSplitter) executeSplitByRanges( + ctx context.Context, + sortedKeys [][]byte, +) error { + startTime := time.Now() + // Choose the rough region split keys, + // each splited region contains 128 regions to be splitted. + const regionIndexStep = 128 + + roughSortedSplitKeys := make([][]byte, 0, len(sortedKeys)/regionIndexStep+1) + for curRegionIndex := regionIndexStep; curRegionIndex < len(sortedKeys); curRegionIndex += regionIndexStep { + roughSortedSplitKeys = append(roughSortedSplitKeys, sortedKeys[curRegionIndex]) + } + if len(roughSortedSplitKeys) > 0 { + if err := rs.executeSplitByKeys(ctx, roughSortedSplitKeys); err != nil { + return errors.Trace(err) + } + } + log.Info("finish spliting regions roughly", zap.Duration("take", time.Since(startTime))) + + // Then send split requests to each TiKV. + if err := rs.executeSplitByKeys(ctx, sortedKeys); err != nil { + return errors.Trace(err) + } + + log.Info("finish spliting and scattering regions", zap.Duration("take", time.Since(startTime))) + return nil +} + +// executeSplitByKeys will split regions by **sorted** keys with following steps. +// 1. locate regions with correspond keys. +// 2. split these regions with correspond keys. +// 3. make sure new split regions are balanced. +func (rs *RegionSplitter) executeSplitByKeys( + ctx context.Context, + sortedKeys [][]byte, +) error { + startTime := time.Now() + scatterRegions, err := rs.client.SplitKeysAndScatter(ctx, sortedKeys) + if err != nil { + return errors.Trace(err) + } + if len(scatterRegions) > 0 { + log.Info("finish splitting and scattering regions. and starts to wait", zap.Int("regions", len(scatterRegions)), + zap.Duration("take", time.Since(startTime))) + rs.waitRegionsScattered(ctx, scatterRegions, split.ScatterWaitUpperInterval) + } else { + log.Info("finish splitting regions.", zap.Duration("take", time.Since(startTime))) + } + return nil +} + +// waitRegionsScattered try to wait mutilple regions scatterd in 3 minutes. +// this could timeout, but if many regions scatterd the restore could continue +// so we don't wait long time here. +func (rs *RegionSplitter) waitRegionsScattered(ctx context.Context, scatterRegions []*split.RegionInfo, timeout time.Duration) { + log.Info("start to wait for scattering regions", zap.Int("regions", len(scatterRegions))) + startTime := time.Now() + leftCnt := rs.WaitForScatterRegionsTimeout(ctx, scatterRegions, timeout) + if leftCnt == 0 { + log.Info("waiting for scattering regions done", + zap.Int("regions", len(scatterRegions)), + zap.Duration("take", time.Since(startTime))) + } else { + log.Warn("waiting for scattering regions timeout", + zap.Int("not scattered Count", leftCnt), + zap.Int("regions", len(scatterRegions)), + zap.Duration("take", time.Since(startTime))) + } +} + +func (rs *RegionSplitter) WaitForScatterRegionsTimeout(ctx context.Context, regionInfos []*split.RegionInfo, timeout time.Duration) int { + ctx2, cancel := context.WithTimeout(ctx, timeout) + defer cancel() + leftRegions, _ := rs.client.WaitRegionsScattered(ctx2, regionInfos) + return leftRegions +} + +// SortRanges checks if the range overlapped and sort them. +func SortRanges(ranges []rtree.Range) ([]rtree.Range, error) { + rangeTree := rtree.NewRangeTree() + for _, rg := range ranges { + if out := rangeTree.InsertRange(rg); out != nil { + log.Error("insert ranges overlapped", + logutil.Key("startKeyOut", out.StartKey), + logutil.Key("endKeyOut", out.EndKey), + logutil.Key("startKeyIn", rg.StartKey), + logutil.Key("endKeyIn", rg.EndKey)) + return nil, errors.Annotatef(berrors.ErrInvalidRange, "ranges overlapped") + } + } + sortedRanges := rangeTree.GetSortedRanges() + return sortedRanges, nil +} diff --git a/br/pkg/restore/utils/split_test.go b/br/pkg/restore/utils/split_test.go new file mode 100644 index 0000000000000..3d6e4c44c5b26 --- /dev/null +++ b/br/pkg/restore/utils/split_test.go @@ -0,0 +1,137 @@ +// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. + +package utils_test + +import ( + "context" + "testing" + + "github.com/pingcap/kvproto/pkg/import_sstpb" + "github.com/pingcap/tidb/br/pkg/restore/split" + "github.com/pingcap/tidb/br/pkg/restore/utils" + "github.com/pingcap/tidb/br/pkg/rtree" + "github.com/pingcap/tidb/pkg/util/codec" + "github.com/stretchr/testify/require" +) + +func TestScanEmptyRegion(t *testing.T) { + mockPDCli := split.NewMockPDClientForSplit() + mockPDCli.SetRegions([][]byte{{}, {12}, {34}, {}}) + client := split.NewClient(mockPDCli, nil, nil, 100, 4) + ranges := initRanges() + // make ranges has only one + ranges = ranges[0:1] + regionSplitter := utils.NewRegionSplitter(client) + + ctx := context.Background() + err := regionSplitter.ExecuteSplit(ctx, ranges) + // should not return error with only one range entry + require.NoError(t, err) +} + +// region: [, aay), [aay, bba), [bba, bbh), [bbh, cca), [cca, ) +// range: [aaa, aae), [aae, aaz), [ccd, ccf), [ccf, ccj) +// rewrite rules: aa -> xx, cc -> bb +// expected regions after split: +// +// [, aay), [aay, bba), [bba, bbf), [bbf, bbh), [bbh, bbj), +// [bbj, cca), [cca, xxe), [xxe, xxz), [xxz, ) +func TestSplitAndScatter(t *testing.T) { + rangeBoundaries := [][]byte{[]byte(""), []byte("aay"), []byte("bba"), []byte("bbh"), []byte("cca"), []byte("")} + encodeBytes(rangeBoundaries) + mockPDCli := split.NewMockPDClientForSplit() + mockPDCli.SetRegions(rangeBoundaries) + client := split.NewClient(mockPDCli, nil, nil, 100, 4) + regionSplitter := utils.NewRegionSplitter(client) + ctx := context.Background() + + ranges := initRanges() + rules := initRewriteRules() + for i, rg := range ranges { + tmp, err := utils.RewriteRange(&rg, rules) + require.NoError(t, err) + ranges[i] = *tmp + } + err := regionSplitter.ExecuteSplit(ctx, ranges) + require.NoError(t, err) + regions := mockPDCli.Regions.ScanRange(nil, nil, 100) + expected := [][]byte{[]byte(""), []byte("aay"), []byte("bba"), []byte("bbf"), []byte("bbh"), []byte("bbj"), []byte("cca"), []byte("xxe"), []byte("xxz"), []byte("")} + encodeBytes(expected) + require.Len(t, regions, len(expected)-1) + for i, region := range regions { + require.Equal(t, expected[i], region.Meta.StartKey) + require.Equal(t, expected[i+1], region.Meta.EndKey) + } +} + +func encodeBytes(keys [][]byte) { + for i := range keys { + if len(keys[i]) == 0 { + continue + } + keys[i] = codec.EncodeBytes(nil, keys[i]) + } +} + +func TestRawSplit(t *testing.T) { + // Fix issue #36490. + ranges := []rtree.Range{ + { + StartKey: []byte{0}, + EndKey: []byte{}, + }, + } + ctx := context.Background() + rangeBoundaries := [][]byte{[]byte(""), []byte("aay"), []byte("bba"), []byte("bbh"), []byte("cca"), []byte("")} + mockPDCli := split.NewMockPDClientForSplit() + mockPDCli.SetRegions(rangeBoundaries) + client := split.NewClient(mockPDCli, nil, nil, 100, 4, split.WithRawKV()) + + regionSplitter := utils.NewRegionSplitter(client) + err := regionSplitter.ExecuteSplit(ctx, ranges) + require.NoError(t, err) + + regions := mockPDCli.Regions.ScanRange(nil, nil, 100) + require.Len(t, regions, len(rangeBoundaries)-1) + for i, region := range regions { + require.Equal(t, rangeBoundaries[i], region.Meta.StartKey) + require.Equal(t, rangeBoundaries[i+1], region.Meta.EndKey) + } +} + +// range: [aaa, aae), [aae, aaz), [ccd, ccf), [ccf, ccj) +func initRanges() []rtree.Range { + var ranges [4]rtree.Range + ranges[0] = rtree.Range{ + StartKey: []byte("aaa"), + EndKey: []byte("aae"), + } + ranges[1] = rtree.Range{ + StartKey: []byte("aae"), + EndKey: []byte("aaz"), + } + ranges[2] = rtree.Range{ + StartKey: []byte("ccd"), + EndKey: []byte("ccf"), + } + ranges[3] = rtree.Range{ + StartKey: []byte("ccf"), + EndKey: []byte("ccj"), + } + return ranges[:] +} + +func initRewriteRules() *utils.RewriteRules { + var rules [2]*import_sstpb.RewriteRule + rules[0] = &import_sstpb.RewriteRule{ + OldKeyPrefix: []byte("aa"), + NewKeyPrefix: []byte("xx"), + } + rules[1] = &import_sstpb.RewriteRule{ + OldKeyPrefix: []byte("cc"), + NewKeyPrefix: []byte("bb"), + } + return &utils.RewriteRules{ + Data: rules[:], + } +} diff --git a/br/pkg/restore/utils/value.go b/br/pkg/restore/utils/value.go new file mode 100644 index 0000000000000..c70c702a7bc92 --- /dev/null +++ b/br/pkg/restore/utils/value.go @@ -0,0 +1,20 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utils + +const ( + WriteCFName = "write" + DefaultCFName = "default" +) diff --git a/br/pkg/rtree/BUILD.bazel b/br/pkg/rtree/BUILD.bazel index 4c0e7525952d0..8b4b0bb55cea3 100644 --- a/br/pkg/rtree/BUILD.bazel +++ b/br/pkg/rtree/BUILD.bazel @@ -16,6 +16,7 @@ go_library( "@com_github_google_btree//:btree", "@com_github_pingcap_kvproto//pkg/brpb", "@com_github_pingcap_log//:log", + "@com_github_pkg_errors//:errors", "@org_uber_go_zap//:zap", "@org_uber_go_zap//zapcore", ], @@ -32,7 +33,7 @@ go_test( ], flaky = True, race = "on", - shard_count = 4, + shard_count = 5, deps = [ ":rtree", "//pkg/kv", diff --git a/br/pkg/rtree/rtree.go b/br/pkg/rtree/rtree.go index 231e647b7fbe8..ee4648e47bb9e 100644 --- a/br/pkg/rtree/rtree.go +++ b/br/pkg/rtree/rtree.go @@ -11,6 +11,8 @@ import ( "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/tablecodec" + "github.com/pingcap/tidb/pkg/util/redact" + "github.com/pkg/errors" ) // Range represents a backup response. @@ -69,6 +71,13 @@ func (rg *Range) Contains(key []byte) bool { (len(end) == 0 || bytes.Compare(key, end) < 0) } +// ContainsRange check if the range contains the region's key range. +func (rg *Range) ContainsRange(startKey, endKey []byte) bool { + start, end := rg.StartKey, rg.EndKey + return bytes.Compare(startKey, start) >= 0 && + (len(end) == 0 || bytes.Compare(endKey, end) <= 0) +} + // Less impls btree.Item. func (rg *Range) Less(than btree.Item) bool { // rg.StartKey < than.StartKey @@ -293,3 +302,121 @@ type ProgressRange struct { Origin Range GroupKey string } + +// Less impls btree.Item. +func (pr *ProgressRange) Less(than *ProgressRange) bool { + // pr.StartKey <= than.StartKey + return bytes.Compare(pr.Origin.StartKey, than.Origin.StartKey) < 0 +} + +// ProgressRangeTree is a sorted tree for ProgressRanges. +// All the progress ranges it sorted do not overlap. +type ProgressRangeTree struct { + *btree.BTreeG[*ProgressRange] +} + +// NewProgressRangeTree returns an empty range tree. +func NewProgressRangeTree() ProgressRangeTree { + return ProgressRangeTree{ + BTreeG: btree.NewG[*ProgressRange](32, (*ProgressRange).Less), + } +} + +// find is a helper function to find an item that contains the range. +func (rangeTree *ProgressRangeTree) find(pr *ProgressRange) *ProgressRange { + var ret *ProgressRange + rangeTree.DescendLessOrEqual(pr, func(item *ProgressRange) bool { + ret = item + return false + }) + + if ret == nil || !ret.Origin.Contains(pr.Origin.StartKey) { + return nil + } + + return ret +} + +// Insert inserts a ProgressRange into the tree, it will return an error if there is a overlapping range. +func (rangeTree *ProgressRangeTree) Insert(pr *ProgressRange) error { + overlap := rangeTree.find(pr) + if overlap != nil { + return errors.Errorf("failed to insert the progress range into range tree, "+ + "because there is a overlapping range. The insert item start key: %s; "+ + "The overlapped item start key: %s, end key: %s.", + redact.Key(pr.Origin.StartKey), redact.Key(overlap.Origin.StartKey), redact.Key(overlap.Origin.EndKey)) + } + rangeTree.ReplaceOrInsert(pr) + return nil +} + +// FindContained finds if there is a progress range containing the key range [startKey, endKey). +func (rangeTree *ProgressRangeTree) FindContained(startKey, endKey []byte) (*ProgressRange, error) { + var ret *ProgressRange + rangeTree.Descend(func(pr *ProgressRange) bool { + if bytes.Compare(pr.Origin.StartKey, startKey) <= 0 { + ret = pr + return false + } + return true + }) + + if ret == nil { + return nil, errors.Errorf("Cannot find progress range that contains the start key: %s", redact.Key(startKey)) + } + + if !ret.Origin.ContainsRange(startKey, endKey) { + return nil, errors.Errorf("The given region is not contained in the found progress range. "+ + "The region start key is %s; The progress range start key is %s, end key is %s.", + startKey, redact.Key(ret.Origin.StartKey), redact.Key(ret.Origin.EndKey)) + } + + return ret, nil +} + +type incompleteRangesFetcherItem struct { + pr *ProgressRange + complete bool +} + +type IncompleteRangesFetcher struct { + items []*incompleteRangesFetcherItem + left int +} + +func (rangeTree *ProgressRangeTree) Iter() *IncompleteRangesFetcher { + items := make([]*incompleteRangesFetcherItem, 0, rangeTree.Len()) + rangeTree.Ascend(func(item *ProgressRange) bool { + items = append(items, &incompleteRangesFetcherItem{ + pr: item, + complete: false, + }) + return true + }) + return &IncompleteRangesFetcher{ + items: items, + left: len(items), + } +} + +func (iter *IncompleteRangesFetcher) GetIncompleteRanges() []Range { + incompleteRanges := make([]Range, 0, 64*len(iter.items)) + for _, item := range iter.items { + if item.complete { + continue + } + + incomplete := item.pr.Res.GetIncompleteRange(item.pr.Origin.StartKey, item.pr.Origin.EndKey) + if len(incomplete) == 0 { + item.complete = true + iter.left -= 1 + continue + } + incompleteRanges = append(incompleteRanges, incomplete...) + } + return incompleteRanges +} + +func (iter *IncompleteRangesFetcher) Len() int { + return iter.left +} diff --git a/br/pkg/rtree/rtree_test.go b/br/pkg/rtree/rtree_test.go index 40f5f979972ca..f5b702e04072b 100644 --- a/br/pkg/rtree/rtree_test.go +++ b/br/pkg/rtree/rtree_test.go @@ -220,3 +220,58 @@ func TestRangeTreeMerge(t *testing.T) { } } } + +func buildProgressRange(startKey, endKey string) *rtree.ProgressRange { + pr := &rtree.ProgressRange{ + Res: rtree.NewRangeTree(), + Origin: rtree.Range{ + StartKey: []byte(startKey), + EndKey: []byte(endKey), + }, + } + return pr +} + +func TestProgressRangeTree(t *testing.T) { + prTree := rtree.NewProgressRangeTree() + + require.NoError(t, prTree.Insert(buildProgressRange("aa", "cc"))) + require.Error(t, prTree.Insert(buildProgressRange("bb", "cc"))) + require.Error(t, prTree.Insert(buildProgressRange("bb", "dd"))) + require.NoError(t, prTree.Insert(buildProgressRange("cc", "dd"))) + require.NoError(t, prTree.Insert(buildProgressRange("ee", "ff"))) + + prIter := prTree.Iter() + ranges := prIter.GetIncompleteRanges() + require.Equal(t, rtree.Range{StartKey: []byte("aa"), EndKey: []byte("cc")}, ranges[0]) + require.Equal(t, rtree.Range{StartKey: []byte("cc"), EndKey: []byte("dd")}, ranges[1]) + require.Equal(t, rtree.Range{StartKey: []byte("ee"), EndKey: []byte("ff")}, ranges[2]) + + pr, err := prTree.FindContained([]byte("aaa"), []byte("b")) + require.NoError(t, err) + pr.Res.Put([]byte("aaa"), []byte("b"), nil) + + pr, err = prTree.FindContained([]byte("cc"), []byte("dd")) + require.NoError(t, err) + pr.Res.Put([]byte("cc"), []byte("dd"), nil) + + ranges = prIter.GetIncompleteRanges() + require.Equal(t, rtree.Range{StartKey: []byte("aa"), EndKey: []byte("aaa")}, ranges[0]) + require.Equal(t, rtree.Range{StartKey: []byte("b"), EndKey: []byte("cc")}, ranges[1]) + require.Equal(t, rtree.Range{StartKey: []byte("ee"), EndKey: []byte("ff")}, ranges[2]) + + pr, err = prTree.FindContained([]byte("aa"), []byte("aaa")) + require.NoError(t, err) + pr.Res.Put([]byte("aa"), []byte("aaa"), nil) + + pr, err = prTree.FindContained([]byte("b"), []byte("cc")) + require.NoError(t, err) + pr.Res.Put([]byte("b"), []byte("cc"), nil) + + pr, err = prTree.FindContained([]byte("ee"), []byte("ff")) + require.NoError(t, err) + pr.Res.Put([]byte("ee"), []byte("ff"), nil) + + ranges = prIter.GetIncompleteRanges() + require.Equal(t, 0, len(ranges)) +} diff --git a/br/pkg/storage/memstore.go b/br/pkg/storage/memstore.go index 2f080c0ce2052..fecba170b4e6b 100644 --- a/br/pkg/storage/memstore.go +++ b/br/pkg/storage/memstore.go @@ -252,9 +252,6 @@ func (s *MemStorage) Create(ctx context.Context, name string, _ *WriterOption) ( } s.rwm.Lock() defer s.rwm.Unlock() - if _, ok := s.dataStore[name]; ok { - return nil, errors.Errorf("the file already exists: %s", name) - } theFile := new(memFile) s.dataStore[name] = theFile return &memFileWriter{ diff --git a/br/pkg/storage/storage.go b/br/pkg/storage/storage.go index 41edeb1a3bf50..042d4a1f4d715 100644 --- a/br/pkg/storage/storage.go +++ b/br/pkg/storage/storage.go @@ -127,7 +127,9 @@ type ExternalStorage interface { // URI returns the base path as a URI URI() string - // Create opens a file writer by path. path is relative path to storage base path. Currently only s3 implemented WriterOption + // Create opens a file writer by path. path is relative path to storage base + // path. The old file under same path will be overwritten. Currently only s3 + // implemented WriterOption. Create(ctx context.Context, path string, option *WriterOption) (ExternalFileWriter, error) // Rename file name from oldFileName to newFileName Rename(ctx context.Context, oldFileName, newFileName string) error diff --git a/br/pkg/stream/BUILD.bazel b/br/pkg/stream/BUILD.bazel index 7d34757c163e0..87f21f801044b 100644 --- a/br/pkg/stream/BUILD.bazel +++ b/br/pkg/stream/BUILD.bazel @@ -6,6 +6,8 @@ go_library( "decode_kv.go", "meta_kv.go", "rewrite_meta_rawkv.go", + "search.go", + "stream_metas.go", "stream_mgr.go", "stream_status.go", "util.go", @@ -28,6 +30,7 @@ go_library( "//pkg/tablecodec", "//pkg/util", "//pkg/util/codec", + "//pkg/util/mathutil", "//pkg/util/table-filter", "@com_github_fatih_color//:color", "@com_github_klauspost_compress//zstd", @@ -49,12 +52,14 @@ go_test( "decode_kv_test.go", "meta_kv_test.go", "rewrite_meta_rawkv_test.go", + "search_test.go", + "stream_metas_test.go", "stream_misc_test.go", "util_test.go", ], embed = [":stream"], flaky = True, - shard_count = 26, + shard_count = 38, deps = [ "//br/pkg/storage", "//br/pkg/streamhelper", @@ -66,9 +71,14 @@ go_test( "//pkg/tablecodec", "//pkg/types", "//pkg/util/codec", + "//pkg/util/intest", "//pkg/util/table-filter", + "@com_github_fsouza_fake_gcs_server//fakestorage", + "@com_github_pingcap_errors//:errors", "@com_github_pingcap_kvproto//pkg/brpb", + "@com_github_pingcap_log//:log", "@com_github_stretchr_testify//require", "@com_github_tikv_client_go_v2//oracle", + "@org_uber_go_zap//:zap", ], ) diff --git a/br/pkg/restore/search.go b/br/pkg/stream/search.go similarity index 90% rename from br/pkg/restore/search.go rename to br/pkg/stream/search.go index 64632935fde8e..f788d335ab456 100644 --- a/br/pkg/restore/search.go +++ b/br/pkg/stream/search.go @@ -1,6 +1,6 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package stream import ( "bytes" @@ -16,13 +16,17 @@ import ( backuppb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/log" "github.com/pingcap/tidb/br/pkg/storage" - "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/pkg/util" "github.com/pingcap/tidb/pkg/util/codec" "go.uber.org/zap" "golang.org/x/sync/errgroup" ) +const ( + writeCFName = "write" + defaultCFName = "default" +) + // Comparator is used for comparing the relationship of src and dst type Comparator interface { Compare(src, dst []byte) bool @@ -63,7 +67,11 @@ type StreamBackupSearch struct { } // NewStreamBackupSearch creates an instance of StreamBackupSearch -func NewStreamBackupSearch(storage storage.ExternalStorage, comparator Comparator, searchKey []byte) *StreamBackupSearch { +func NewStreamBackupSearch( + storage storage.ExternalStorage, + comparator Comparator, + searchKey []byte, +) *StreamBackupSearch { bs := &StreamBackupSearch{ storage: storage, comparator: comparator, @@ -84,11 +92,11 @@ func (s *StreamBackupSearch) SetEndTs(endTs uint64) { } func (s *StreamBackupSearch) readDataFiles(ctx context.Context, ch chan<- *backuppb.DataFileInfo) error { - opt := &storage.WalkOption{SubDir: stream.GetStreamBackupMetaPrefix()} + opt := &storage.WalkOption{SubDir: GetStreamBackupMetaPrefix()} pool := util.NewWorkerPool(64, "read backup meta") eg, egCtx := errgroup.WithContext(ctx) err := s.storage.WalkDir(egCtx, opt, func(path string, size int64) error { - if !strings.Contains(path, stream.GetStreamBackupMetaPrefix()) { + if !strings.Contains(path, GetStreamBackupMetaPrefix()) { return nil } @@ -118,7 +126,11 @@ func (s *StreamBackupSearch) readDataFiles(ctx context.Context, ch chan<- *backu return eg.Wait() } -func (s *StreamBackupSearch) resolveMetaData(ctx context.Context, metaData *backuppb.Metadata, ch chan<- *backuppb.DataFileInfo) { +func (s *StreamBackupSearch) resolveMetaData( + ctx context.Context, + metaData *backuppb.Metadata, + ch chan<- *backuppb.DataFileInfo, +) { for _, file := range metaData.Files { if file.IsMeta { continue @@ -197,7 +209,11 @@ func (s *StreamBackupSearch) Search(ctx context.Context) ([]*StreamKVInfo, error return entries, nil } -func (s *StreamBackupSearch) searchFromDataFile(ctx context.Context, dataFile *backuppb.DataFileInfo, ch chan<- *StreamKVInfo) error { +func (s *StreamBackupSearch) searchFromDataFile( + ctx context.Context, + dataFile *backuppb.DataFileInfo, + ch chan<- *StreamKVInfo, +) error { buff, err := s.storage.ReadFile(ctx, dataFile.Path) if err != nil { return errors.Annotatef(err, "read data file error, file: %s", dataFile.Path) @@ -207,7 +223,7 @@ func (s *StreamBackupSearch) searchFromDataFile(ctx context.Context, dataFile *b return errors.Annotatef(err, "validate checksum failed, file: %s", dataFile.Path) } - iter := stream.NewEventIterator(buff) + iter := NewEventIterator(buff) for iter.Valid() { iter.Next() if err := iter.GetError(); err != nil { @@ -231,7 +247,7 @@ func (s *StreamBackupSearch) searchFromDataFile(ctx context.Context, dataFile *b } if dataFile.Cf == writeCFName { - rawWriteCFValue := new(stream.RawWriteCFValue) + rawWriteCFValue := new(RawWriteCFValue) if err := rawWriteCFValue.ParseFrom(v); err != nil { return errors.Annotatef(err, "parse raw write cf value error, file: %s", dataFile.Path) } @@ -278,7 +294,8 @@ func (s *StreamBackupSearch) mergeCFEntries(defaultCFEntries, writeCFEntries map keyBytes, err := hex.DecodeString(entry.Key) if err != nil { - log.Warn("hex decode key failed", zap.String("key", entry.Key), zap.String("encode-key", entry.EncodedKey), zap.Error(err)) + log.Warn("hex decode key failed", + zap.String("key", entry.Key), zap.String("encode-key", entry.EncodedKey), zap.Error(err)) continue } diff --git a/br/pkg/restore/search_test.go b/br/pkg/stream/search_test.go similarity index 94% rename from br/pkg/restore/search_test.go rename to br/pkg/stream/search_test.go index 7fed62cdf8d10..6759b37dd6425 100644 --- a/br/pkg/restore/search_test.go +++ b/br/pkg/stream/search_test.go @@ -1,6 +1,6 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package stream import ( "bytes" @@ -13,7 +13,6 @@ import ( backuppb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/tidb/br/pkg/storage" - "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/pkg/util/codec" "github.com/stretchr/testify/require" ) @@ -114,7 +113,7 @@ func fakeDataFile(t *testing.T, s storage.ExternalStorage) (defaultCFDataFile, w ctx := context.Background() defaultCFBuf := bytes.NewBuffer([]byte{}) for _, defaultCF := range defaultCFs { - defaultCFBuf.Write(stream.EncodeKVEntry(encodeKey(defaultCF.key, defaultCF.startTs), []byte(defaultCF.val))) + defaultCFBuf.Write(EncodeKVEntry(encodeKey(defaultCF.key, defaultCF.startTs), []byte(defaultCF.val))) } err := s.WriteFile(ctx, defaultCFFile, defaultCFBuf.Bytes()) @@ -128,7 +127,7 @@ func fakeDataFile(t *testing.T, s storage.ExternalStorage) (defaultCFDataFile, w writeCFBuf := bytes.NewBuffer([]byte{}) for _, writeCF := range writeCFs { - writeCFBuf.Write(stream.EncodeKVEntry(encodeKey(writeCF.key, writeCF.commitTS), encodeShortValue(writeCF.val, writeCF.startTs))) + writeCFBuf.Write(EncodeKVEntry(encodeKey(writeCF.key, writeCF.commitTS), encodeShortValue(writeCF.val, writeCF.startTs))) } err = s.WriteFile(ctx, writeCFFile, writeCFBuf.Bytes()) diff --git a/br/pkg/restore/stream_metas.go b/br/pkg/stream/stream_metas.go similarity index 90% rename from br/pkg/restore/stream_metas.go rename to br/pkg/stream/stream_metas.go index 032bd615840f8..c86921cc15bdd 100644 --- a/br/pkg/restore/stream_metas.go +++ b/br/pkg/stream/stream_metas.go @@ -1,6 +1,6 @@ // Copyright 2021 PingCAP, Inc. Licensed under Apache-2.0. -package restore +package stream import ( "context" @@ -14,7 +14,6 @@ import ( berrors "github.com/pingcap/tidb/br/pkg/errors" "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/storage" - "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/pkg/util" "github.com/pingcap/tidb/pkg/util/mathutil" "go.uber.org/zap" @@ -33,7 +32,7 @@ type StreamMetadataSet struct { MetadataDownloadBatchSize uint // a parser of metadata - Helper *stream.MetadataHelper + Helper *MetadataHelper // for test BeforeDoWriteBack func(path string, replaced *backuppb.Metadata) (skip bool) @@ -52,9 +51,18 @@ type MetadataInfo struct { FileGroupInfos []*FileGroupInfo } -// LoadUntilAndCalculateShiftTS loads the metadata until the specified timestamp and calculate the shift-until-ts by the way. -// This would record all metadata files that *may* contain data from transaction committed before that TS. -func (ms *StreamMetadataSet) LoadUntilAndCalculateShiftTS(ctx context.Context, s storage.ExternalStorage, until uint64) (uint64, error) { +func (ms *StreamMetadataSet) TEST_GetMetadataInfos() map[string]*MetadataInfo { + return ms.metadataInfos +} + +// LoadUntilAndCalculateShiftTS loads the metadata until the specified timestamp and calculate +// the shift-until-ts by the way. This would record all metadata files that *may* contain data +// from transaction committed before that TS. +func (ms *StreamMetadataSet) LoadUntilAndCalculateShiftTS( + ctx context.Context, + s storage.ExternalStorage, + until uint64, +) (uint64, error) { metadataMap := struct { sync.Mutex metas map[string]*MetadataInfo @@ -63,13 +71,14 @@ func (ms *StreamMetadataSet) LoadUntilAndCalculateShiftTS(ctx context.Context, s metadataMap.metas = make(map[string]*MetadataInfo) // `shiftUntilTS` must be less than `until` metadataMap.shiftUntilTS = until - err := stream.FastUnmarshalMetaData(ctx, s, ms.MetadataDownloadBatchSize, func(path string, raw []byte) error { + err := FastUnmarshalMetaData(ctx, s, ms.MetadataDownloadBatchSize, func(path string, raw []byte) error { m, err := ms.Helper.ParseToMetadataHard(raw) if err != nil { return err } // If the meta file contains only files with ts grater than `until`, when the file is from - // `Default`: it should be kept, because its corresponding `write` must has commit ts grater than it, which should not be considered. + // `Default`: it should be kept, because its corresponding `write` must has commit ts grater + // than it, which should not be considered. // `Write`: it should trivially not be considered. if m.MinTs <= until { // record these meta-information for statistics and filtering @@ -150,7 +159,12 @@ func (ms *StreamMetadataSet) IterateFilesFullyBefore(before uint64, f func(d *Fi // RemoveDataFilesAndUpdateMetadataInBatch concurrently remove datafilegroups and update metadata. // Only one metadata is processed in each thread, including deleting its datafilegroup and updating it. // Returns the not deleted datafilegroups. -func (ms *StreamMetadataSet) RemoveDataFilesAndUpdateMetadataInBatch(ctx context.Context, from uint64, storage storage.ExternalStorage, updateFn func(num int64)) ([]string, error) { +func (ms *StreamMetadataSet) RemoveDataFilesAndUpdateMetadataInBatch( + ctx context.Context, + from uint64, + storage storage.ExternalStorage, + updateFn func(num int64), +) ([]string, error) { var notDeleted struct { item []string sync.Mutex @@ -204,7 +218,13 @@ func (ms *StreamMetadataSet) RemoveDataFilesAndUpdateMetadataInBatch(ctx context } // removeDataFilesAndUpdateMetadata removes some datafilegroups of the metadata, if their max-ts is less than `from` -func (ms *StreamMetadataSet) removeDataFilesAndUpdateMetadata(ctx context.Context, storage storage.ExternalStorage, from uint64, meta *backuppb.Metadata, metaPath string) (num int64, notDeleted []string, err error) { +func (ms *StreamMetadataSet) removeDataFilesAndUpdateMetadata( + ctx context.Context, + storage storage.ExternalStorage, + from uint64, + meta *backuppb.Metadata, + metaPath string, +) (num int64, notDeleted []string, err error) { removed := make([]*backuppb.DataFileGroup, 0) remainedDataFiles := make([]*backuppb.DataFileGroup, 0) notDeleted = make([]string, 0) @@ -262,7 +282,12 @@ func (ms *StreamMetadataSet) removeDataFilesAndUpdateMetadata(ctx context.Contex return num, notDeleted, nil } -func (ms *StreamMetadataSet) doWriteBackForFile(ctx context.Context, s storage.ExternalStorage, path string, meta *backuppb.Metadata) error { +func (ms *StreamMetadataSet) doWriteBackForFile( + ctx context.Context, + s storage.ExternalStorage, + path string, + meta *backuppb.Metadata, +) error { // If the metadata file contains no data file, remove it due to it is meanless. if len(meta.FileGroups) == 0 { if err := s.DeleteFile(ctx, path); err != nil { @@ -341,7 +366,7 @@ func UpdateShiftTS(m *backuppb.Metadata, startTS uint64, restoreTS uint64) (uint for _, ds := range m.FileGroups { for _, d := range ds.DataFilesInfo { - if d.Cf == stream.DefaultCF || d.MinBeginTsInDefaultCf == 0 { + if d.Cf == DefaultCF || d.MinBeginTsInDefaultCf == 0 { continue } if d.MinTs > restoreTS || d.MaxTs < startTS { diff --git a/br/pkg/restore/stream_metas_test.go b/br/pkg/stream/stream_metas_test.go similarity index 79% rename from br/pkg/restore/stream_metas_test.go rename to br/pkg/stream/stream_metas_test.go index f1ee34feb66e4..2545f2fd90097 100644 --- a/br/pkg/restore/stream_metas_test.go +++ b/br/pkg/stream/stream_metas_test.go @@ -1,6 +1,6 @@ // Copyright 2022 PingCAP, Inc. Licensed under Apache-2.0. -package restore_test +package stream import ( "context" @@ -16,9 +16,7 @@ import ( "github.com/pingcap/errors" backuppb "github.com/pingcap/kvproto/pkg/brpb" "github.com/pingcap/log" - "github.com/pingcap/tidb/br/pkg/restore" "github.com/pingcap/tidb/br/pkg/storage" - "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/pkg/util/intest" "github.com/stretchr/testify/require" "go.uber.org/zap" @@ -99,7 +97,7 @@ func fakeStreamBackup(s storage.ExternalStorage) error { if err != nil { panic("failed to marshal test meta") } - name := fmt.Sprintf("%s/%04d.meta", stream.GetStreamBackupMetaPrefix(), i) + name := fmt.Sprintf("%s/%04d.meta", GetStreamBackupMetaPrefix(), i) if err = s.WriteFile(ctx, name, bs); err != nil { return errors.Trace(err) } @@ -127,7 +125,7 @@ func fakeStreamBackupV2(s storage.ExternalStorage) error { if err != nil { panic("failed to marshal test meta") } - name := fmt.Sprintf("%s/%04d.meta", stream.GetStreamBackupMetaPrefix(), i) + name := fmt.Sprintf("%s/%04d.meta", GetStreamBackupMetaPrefix(), i) if err = s.WriteFile(ctx, name, bs); err != nil { return errors.Trace(err) } @@ -140,7 +138,7 @@ func fakeStreamBackupV2(s storage.ExternalStorage) error { func TestTruncateLog(t *testing.T) { ctx := context.Background() tmpdir := t.TempDir() - backupMetaDir := filepath.Join(tmpdir, stream.GetStreamBackupMetaPrefix()) + backupMetaDir := filepath.Join(tmpdir, GetStreamBackupMetaPrefix()) _, err := storage.NewLocalStorage(backupMetaDir) require.NoError(t, err) @@ -149,14 +147,14 @@ func TestTruncateLog(t *testing.T) { require.NoError(t, fakeStreamBackup(l)) - s := restore.StreamMetadataSet{ - Helper: stream.NewMetadataHelper(), + s := StreamMetadataSet{ + Helper: NewMetadataHelper(), MetadataDownloadBatchSize: 128, } require.NoError(t, s.LoadFrom(ctx, l)) - fs := []*restore.FileGroupInfo{} - s.IterateFilesFullyBefore(17, func(d *restore.FileGroupInfo) (shouldBreak bool) { + fs := []*FileGroupInfo{} + s.IterateFilesFullyBefore(17, func(d *FileGroupInfo) (shouldBreak bool) { fs = append(fs, d) require.Less(t, d.MaxTS, uint64(17)) return false @@ -196,13 +194,13 @@ func TestTruncateLog(t *testing.T) { require.Equal(t, total, int64(15)) require.NoError(t, s.LoadFrom(ctx, l)) - s.IterateFilesFullyBefore(17, func(d *restore.FileGroupInfo) (shouldBreak bool) { + s.IterateFilesFullyBefore(17, func(d *FileGroupInfo) (shouldBreak bool) { t.Errorf("some of log files still not truncated, it is %#v", d) return true }) err = l.WalkDir(ctx, &storage.WalkOption{ - SubDir: stream.GetStreamBackupMetaPrefix(), + SubDir: GetStreamBackupMetaPrefix(), }, func(s string, i int64) error { require.NotContains(t, removedMetaFiles, s) return nil @@ -213,7 +211,7 @@ func TestTruncateLog(t *testing.T) { func TestTruncateLogV2(t *testing.T) { ctx := context.Background() tmpdir := t.TempDir() - backupMetaDir := filepath.Join(tmpdir, stream.GetStreamBackupMetaPrefix()) + backupMetaDir := filepath.Join(tmpdir, GetStreamBackupMetaPrefix()) _, err := storage.NewLocalStorage(backupMetaDir) require.NoError(t, err) @@ -222,14 +220,14 @@ func TestTruncateLogV2(t *testing.T) { require.NoError(t, fakeStreamBackupV2(l)) - s := restore.StreamMetadataSet{ - Helper: stream.NewMetadataHelper(), + s := StreamMetadataSet{ + Helper: NewMetadataHelper(), MetadataDownloadBatchSize: 128, } require.NoError(t, s.LoadFrom(ctx, l)) - fs := []*restore.FileGroupInfo{} - s.IterateFilesFullyBefore(17, func(d *restore.FileGroupInfo) (shouldBreak bool) { + fs := []*FileGroupInfo{} + s.IterateFilesFullyBefore(17, func(d *FileGroupInfo) (shouldBreak bool) { fs = append(fs, d) require.Less(t, d.MaxTS, uint64(17)) return false @@ -269,13 +267,13 @@ func TestTruncateLogV2(t *testing.T) { require.Equal(t, total, int64(15)) require.NoError(t, s.LoadFrom(ctx, l)) - s.IterateFilesFullyBefore(17, func(d *restore.FileGroupInfo) (shouldBreak bool) { + s.IterateFilesFullyBefore(17, func(d *FileGroupInfo) (shouldBreak bool) { t.Errorf("some of log files still not truncated, it is %#v", d) return true }) err = l.WalkDir(ctx, &storage.WalkOption{ - SubDir: stream.GetStreamBackupMetaPrefix(), + SubDir: GetStreamBackupMetaPrefix(), }, func(s string, i int64) error { require.NotContains(t, removedMetaFiles, s) return nil @@ -288,15 +286,15 @@ func TestTruncateSafepoint(t *testing.T) { l, err := storage.NewLocalStorage(t.TempDir()) require.NoError(t, err) - ts, err := restore.GetTSFromFile(ctx, l, restore.TruncateSafePointFileName) + ts, err := GetTSFromFile(ctx, l, TruncateSafePointFileName) require.NoError(t, err) require.Equal(t, int(ts), 0) for i := 0; i < 100; i++ { n := rand.Uint64() - require.NoError(t, restore.SetTSToFile(ctx, l, n, restore.TruncateSafePointFileName)) + require.NoError(t, SetTSToFile(ctx, l, n, TruncateSafePointFileName)) - ts, err = restore.GetTSFromFile(ctx, l, restore.TruncateSafePointFileName) + ts, err = GetTSFromFile(ctx, l, TruncateSafePointFileName) require.NoError(t, err) require.Equal(t, ts, n, "failed at %d round: truncate safepoint mismatch", i) } @@ -329,21 +327,21 @@ func TestTruncateSafepointForGCS(t *testing.T) { require.NoError(t, err) require.NoError(t, err) - ts, err := restore.GetTSFromFile(ctx, l, restore.TruncateSafePointFileName) + ts, err := GetTSFromFile(ctx, l, TruncateSafePointFileName) require.NoError(t, err) require.Equal(t, int(ts), 0) for i := 0; i < 100; i++ { n := rand.Uint64() - require.NoError(t, restore.SetTSToFile(ctx, l, n, restore.TruncateSafePointFileName)) + require.NoError(t, SetTSToFile(ctx, l, n, TruncateSafePointFileName)) - ts, err = restore.GetTSFromFile(ctx, l, restore.TruncateSafePointFileName) + ts, err = GetTSFromFile(ctx, l, TruncateSafePointFileName) require.NoError(t, err) require.Equal(t, ts, n, "failed at %d round: truncate safepoint mismatch", i) } } -func fakeMetaDatas(t *testing.T, helper *stream.MetadataHelper, cf string) []*backuppb.Metadata { +func fakeMetaDatas(t *testing.T, helper *MetadataHelper, cf string) []*backuppb.Metadata { ms := []*backuppb.Metadata{ { StoreId: 1, @@ -397,7 +395,7 @@ func fakeMetaDatas(t *testing.T, helper *stream.MetadataHelper, cf string) []*ba return m2s } -func fakeMetaDataV2s(t *testing.T, helper *stream.MetadataHelper, cf string) []*backuppb.Metadata { +func fakeMetaDataV2s(t *testing.T, helper *MetadataHelper, cf string) []*backuppb.Metadata { ms := []*backuppb.Metadata{ { StoreId: 1, @@ -482,43 +480,43 @@ func fakeMetaDataV2s(t *testing.T, helper *stream.MetadataHelper, cf string) []* } func ff(minTS, maxTS uint64) *backuppb.DataFileGroup { - return f(0, minTS, maxTS, stream.DefaultCF, 0) + return f(0, minTS, maxTS, DefaultCF, 0) } func TestReplaceMetadataTs(t *testing.T) { m := &backuppb.Metadata{} - restore.ReplaceMetadata(m, []*backuppb.DataFileGroup{ + ReplaceMetadata(m, []*backuppb.DataFileGroup{ ff(1, 3), ff(4, 5), }) require.Equal(t, m.MinTs, uint64(1)) require.Equal(t, m.MaxTs, uint64(5)) - restore.ReplaceMetadata(m, []*backuppb.DataFileGroup{ + ReplaceMetadata(m, []*backuppb.DataFileGroup{ ff(1, 4), ff(3, 5), }) require.Equal(t, m.MinTs, uint64(1)) require.Equal(t, m.MaxTs, uint64(5)) - restore.ReplaceMetadata(m, []*backuppb.DataFileGroup{ + ReplaceMetadata(m, []*backuppb.DataFileGroup{ ff(1, 6), ff(0, 5), }) require.Equal(t, m.MinTs, uint64(0)) require.Equal(t, m.MaxTs, uint64(6)) - restore.ReplaceMetadata(m, []*backuppb.DataFileGroup{ + ReplaceMetadata(m, []*backuppb.DataFileGroup{ ff(1, 3), }) require.Equal(t, m.MinTs, uint64(1)) require.Equal(t, m.MaxTs, uint64(3)) - restore.ReplaceMetadata(m, []*backuppb.DataFileGroup{}) + ReplaceMetadata(m, []*backuppb.DataFileGroup{}) require.Equal(t, m.MinTs, uint64(0)) require.Equal(t, m.MaxTs, uint64(0)) - restore.ReplaceMetadata(m, []*backuppb.DataFileGroup{ + ReplaceMetadata(m, []*backuppb.DataFileGroup{ ff(1, 3), ff(2, 4), ff(0, 2), @@ -596,7 +594,7 @@ func cleanFiles(ctx context.Context, s storage.ExternalStorage) error { } func metaName(storeId int64) string { - return fmt.Sprintf("%s/%04d.meta", stream.GetStreamBackupMetaPrefix(), storeId) + return fmt.Sprintf("%s/%04d.meta", GetStreamBackupMetaPrefix(), storeId) } func logName(storeId int64, minTS, maxTS uint64) string { @@ -608,7 +606,7 @@ func generateFiles(ctx context.Context, s storage.ExternalStorage, metas []*back if err := cleanFiles(ctx, s); err != nil { return err } - fname := path.Join(tmpDir, stream.GetStreamBackupMetaPrefix()) + fname := path.Join(tmpDir, GetStreamBackupMetaPrefix()) os.MkdirAll(fname, 0777) for _, meta := range metas { data, err := meta.Marshal() @@ -692,28 +690,28 @@ func TestTruncate1(t *testing.T) { // ↓ ↓ // filegroup 10-----d-----20 metas: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), + m_1(1, 10, 20, DefaultCF, 0), }, testParams: []*testParam{ { until: []uint64{5}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), + m_1(1, 10, 20, DefaultCF, 0), }, }, { until: []uint64{10}, shiftUntilTS: 10, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), + m_1(1, 10, 20, DefaultCF, 0), }, }, { until: []uint64{15}, shiftUntilTS: 15, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), + m_1(1, 10, 20, DefaultCF, 0), }, }, { until: []uint64{20}, shiftUntilTS: 20, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), + m_1(1, 10, 20, DefaultCF, 0), }, }, { until: []uint64{25}, @@ -727,18 +725,18 @@ func TestTruncate1(t *testing.T) { // ↓ ↓ // filegroup 5-d--10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 7, 10, 15, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -753,21 +751,21 @@ func TestTruncate1(t *testing.T) { // filegroup 5--d-8 ↓ ↓ // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 5, 8, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 8, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 8, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 8, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 9, 10, 15, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 8, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 8, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -783,21 +781,21 @@ func TestTruncate1(t *testing.T) { // filegroup 5--d---10 ↓ // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 5, 10, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 10, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 10, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 10, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 9, 10, 15, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 10, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 10, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -813,21 +811,21 @@ func TestTruncate1(t *testing.T) { // filegroup 5--d----↓-12 ↓ // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 5, 12, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 12, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 12, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 12, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 9, 10, 15, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 12, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 12, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -843,21 +841,21 @@ func TestTruncate1(t *testing.T) { // filegroup 5--d----↓-----------20 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 5, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 15, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -873,31 +871,31 @@ func TestTruncate1(t *testing.T) { // filegroup 5--d----↓-----------↓--22 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 5, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 15, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 5, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{21}, shiftUntilTS: 21, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 22, stream.DefaultCF, 0), + m_1(1, 5, 22, DefaultCF, 0), }, }, { until: []uint64{22}, shiftUntilTS: 22, restMetadata: []*backuppb.Metadata{ - m_1(1, 5, 22, stream.DefaultCF, 0), + m_1(1, 5, 22, DefaultCF, 0), }, }, { until: []uint64{25}, @@ -913,21 +911,21 @@ func TestTruncate1(t *testing.T) { // filegroup 10-d-14 ↓ // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 10, 14, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 14, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 14, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 14, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 12, 14, 18, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 14, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 14, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -943,21 +941,21 @@ func TestTruncate1(t *testing.T) { // filegroup 10----d------20 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 14, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -973,31 +971,31 @@ func TestTruncate1(t *testing.T) { // filegroup 10----d-------↓--22 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 10, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 14, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 10, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{21}, shiftUntilTS: 21, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 22, stream.DefaultCF, 0), + m_1(1, 10, 22, DefaultCF, 0), }, }, { until: []uint64{22}, shiftUntilTS: 22, restMetadata: []*backuppb.Metadata{ - m_1(1, 10, 22, stream.DefaultCF, 0), + m_1(1, 10, 22, DefaultCF, 0), }, }, { until: []uint64{25}, @@ -1013,21 +1011,21 @@ func TestTruncate1(t *testing.T) { // filegroup ↓ 12--d--18 ↓ // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 12, 18, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 12, 18, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 12, 18, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 12, 18, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 11, 12, 15, 18, 19, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 12, 18, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 12, 18, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -1043,21 +1041,21 @@ func TestTruncate1(t *testing.T) { // filegroup ↓ 14--d-20 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 14, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 14, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 14, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 14, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 14, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 14, 20, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 14, 20, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{25}, @@ -1073,31 +1071,31 @@ func TestTruncate1(t *testing.T) { // filegroup ↓ 14-d--↓--22 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 14, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 14, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 14, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 14, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 14, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 14, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 14, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{21}, shiftUntilTS: 21, restMetadata: []*backuppb.Metadata{ - m_1(1, 14, 22, stream.DefaultCF, 0), + m_1(1, 14, 22, DefaultCF, 0), }, }, { until: []uint64{22}, shiftUntilTS: 22, restMetadata: []*backuppb.Metadata{ - m_1(1, 14, 22, stream.DefaultCF, 0), + m_1(1, 14, 22, DefaultCF, 0), }, }, { until: []uint64{25}, @@ -1113,31 +1111,31 @@ func TestTruncate1(t *testing.T) { // filegroup ↓ 20--22 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 20, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 20, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 20, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 20, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 14, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 20, 22, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 20, 22, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{21}, shiftUntilTS: 21, restMetadata: []*backuppb.Metadata{ - m_1(1, 20, 22, stream.DefaultCF, 0), + m_1(1, 20, 22, DefaultCF, 0), }, }, { until: []uint64{22}, shiftUntilTS: 22, restMetadata: []*backuppb.Metadata{ - m_1(1, 20, 22, stream.DefaultCF, 0), + m_1(1, 20, 22, DefaultCF, 0), }, }, { until: []uint64{25}, @@ -1153,31 +1151,31 @@ func TestTruncate1(t *testing.T) { // filegroup ↓ ↓ 21-d-24 // filegroup 5--d---10-----w-----20 metas: []*backuppb.Metadata{ - m_1(1, 21, 24, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 21, 24, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, testParams: []*testParam{ { until: []uint64{3}, shiftUntilTS: 3, restMetadata: []*backuppb.Metadata{ - m_1(1, 21, 24, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 21, 24, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{5, 8, 10, 14, 20}, shiftUntilTS: 5, restMetadata: []*backuppb.Metadata{ - m_1(1, 21, 24, stream.DefaultCF, 0), - m_1(2, 10, 20, stream.WriteCF, 5), + m_1(1, 21, 24, DefaultCF, 0), + m_1(2, 10, 20, WriteCF, 5), }, }, { until: []uint64{21}, shiftUntilTS: 21, restMetadata: []*backuppb.Metadata{ - m_1(1, 21, 24, stream.DefaultCF, 0), + m_1(1, 21, 24, DefaultCF, 0), }, }, { until: []uint64{22}, shiftUntilTS: 22, restMetadata: []*backuppb.Metadata{ - m_1(1, 21, 24, stream.DefaultCF, 0), + m_1(1, 21, 24, DefaultCF, 0), }, }, { until: []uint64{25}, @@ -1191,8 +1189,8 @@ func TestTruncate1(t *testing.T) { for j, ts := range cs.testParams { for _, until := range ts.until { t.Logf("case %d, param %d, until %d", i, j, until) - metas := restore.StreamMetadataSet{ - Helper: stream.NewMetadataHelper(), + metas := StreamMetadataSet{ + Helper: NewMetadataHelper(), MetadataDownloadBatchSize: 128, } err := generateFiles(ctx, s, cs.metas, tmpDir) @@ -1248,8 +1246,8 @@ func TestTruncate2(t *testing.T) { // filegroup 8----d--15-w-20 metas: []*backuppb.Metadata{ m_2(1, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, testParams: []*testParam2{ @@ -1257,16 +1255,16 @@ func TestTruncate2(t *testing.T) { until: []uint64{5}, shiftUntilTS: returnV(5), restMetadata: []*backuppb.Metadata{ m_2(1, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { until: []uint64{8, 9, 10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(8), restMetadata: []*backuppb.Metadata{ m_2(1, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { @@ -1282,29 +1280,29 @@ func TestTruncate2(t *testing.T) { // filegroup 3 6 10-d-13 ↓ ↓ // filegroup 1-----------d--15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 1, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 1, ), }, testParams: []*testParam2{ { until: []uint64{0}, shiftUntilTS: returnV(0), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { until: []uint64{1, 2, 3, 4, 6, 9, 10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(1), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { @@ -1320,29 +1318,29 @@ func TestTruncate2(t *testing.T) { // filegroup 3 6 10-d-13 ↓ ↓ // filegroup 3----------d--15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 3, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 3, ), }, testParams: []*testParam2{ { until: []uint64{2}, shiftUntilTS: returnV(2), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 3, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 3, ), }, }, { until: []uint64{3, 4, 6, 9, 10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(3), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 3, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 3, ), }, }, { @@ -1358,29 +1356,29 @@ func TestTruncate2(t *testing.T) { // filegroup 3 7 10-d-13 ↓ ↓ // filegroup 5--------d--15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 7, stream.DefaultCF, 0), + m_1(1, 3, 7, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 5, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 5, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 7, stream.DefaultCF, 0), + m_1(1, 3, 7, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 5, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 5, ), }, }, { until: []uint64{5, 6, 7, 9, 10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(5), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 7, stream.DefaultCF, 0), + m_1(1, 3, 7, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 5, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 5, ), }, }, { @@ -1396,29 +1394,29 @@ func TestTruncate2(t *testing.T) { // filegroup 3 7 10-d-13 ↓ ↓ // filegroup 7------d--15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 7, stream.DefaultCF, 0), + m_1(1, 3, 7, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 7, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 7, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6, 7}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 7, stream.DefaultCF, 0), + m_1(1, 3, 7, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 7, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 7, ), }, }, { until: []uint64{9, 10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(7), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 7, stream.DefaultCF, 0), + m_1(1, 3, 7, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 7, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 7, ), }, }, { @@ -1434,36 +1432,36 @@ func TestTruncate2(t *testing.T) { // filegroup 3-d-6 10-d-13 ↓ ↓ // filegroup 8----d--15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { until: []uint64{7}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { until: []uint64{8, 9, 10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(8), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 8, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 8, ), }, }, { @@ -1479,36 +1477,36 @@ func TestTruncate2(t *testing.T) { // filegroup 3-d-6 10-d-13 ↓ ↓ // filegroup 10--d--15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 10, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 10, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 10, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 10, ), }, }, { until: []uint64{7, 8, 9}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 10, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 10, ), }, }, { until: []uint64{10, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(10), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 10, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 10, ), }, }, { @@ -1524,36 +1522,36 @@ func TestTruncate2(t *testing.T) { // filegroup 3-d-6 9-d-13 ↓ ↓ // filegroup 11-d-15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 9, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 11, + 9, 13, DefaultCF, 0, + 15, 20, WriteCF, 11, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 9, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 11, + 9, 13, DefaultCF, 0, + 15, 20, WriteCF, 11, ), }, }, { until: []uint64{7, 8, 9, 10}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(2, - 9, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 11, + 9, 13, DefaultCF, 0, + 15, 20, WriteCF, 11, ), }, }, { until: []uint64{11, 12, 13, 14, 15, 18, 20}, shiftUntilTS: returnV(11), restMetadata: []*backuppb.Metadata{ m_2(2, - 9, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 11, + 9, 13, DefaultCF, 0, + 15, 20, WriteCF, 11, ), }, }, { @@ -1569,36 +1567,36 @@ func TestTruncate2(t *testing.T) { // filegroup 3-d-6 10-d-13 ↓ ↓ // filegroup 13d15-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 13, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 13, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 13, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 13, ), }, }, { until: []uint64{7, 8, 9, 10, 12}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 13, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 13, ), }, }, { until: []uint64{13, 14, 15, 18, 20}, shiftUntilTS: returnV(13), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 13, stream.DefaultCF, 0, - 15, 20, stream.WriteCF, 13, + 10, 13, DefaultCF, 0, + 15, 20, WriteCF, 13, ), }, }, { @@ -1614,39 +1612,39 @@ func TestTruncate2(t *testing.T) { // filegroup 3-d-6 10-d-12 ↓ ↓ // filegroup 14d16-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 12, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 10, 12, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 12, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 10, 12, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{7, 8, 9, 10, 11, 12}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 12, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 10, 12, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{13}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(2, 16, 20, stream.WriteCF, 14), + m_1(2, 16, 20, WriteCF, 14), }, }, { until: []uint64{14, 15, 18, 20}, shiftUntilTS: returnV(14), restMetadata: []*backuppb.Metadata{ - m_1(2, 16, 20, stream.WriteCF, 14), + m_1(2, 16, 20, WriteCF, 14), }, }, { until: []uint64{25}, @@ -1661,39 +1659,39 @@ func TestTruncate2(t *testing.T) { // filegroup 3-d-6 10-d-12 ↓ ↓ // filegroup 14d16-w-20 metas: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 12, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 10, 12, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, testParams: []*testParam2{ { until: []uint64{2, 3, 4, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(1, 3, 6, stream.DefaultCF, 0), + m_1(1, 3, 6, DefaultCF, 0), m_2(2, - 10, 12, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 10, 12, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{7, 8, 9, 10, 11, 12}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(2, - 10, 12, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 10, 12, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{13}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ - m_1(2, 16, 20, stream.WriteCF, 14), + m_1(2, 16, 20, WriteCF, 14), }, }, { until: []uint64{14, 15, 18, 20}, shiftUntilTS: returnV(14), restMetadata: []*backuppb.Metadata{ - m_1(2, 16, 20, stream.WriteCF, 14), + m_1(2, 16, 20, WriteCF, 14), }, }, { until: []uint64{25}, @@ -1707,8 +1705,8 @@ func TestTruncate2(t *testing.T) { for j, ts := range cs.testParams { for _, until := range ts.until { t.Logf("case %d, param %d, until %d", i, j, until) - metas := restore.StreamMetadataSet{ - Helper: stream.NewMetadataHelper(), + metas := StreamMetadataSet{ + Helper: NewMetadataHelper(), MetadataDownloadBatchSize: 128, } err := generateFiles(ctx, s, cs.metas, tmpDir) @@ -1748,12 +1746,12 @@ func TestTruncate3(t *testing.T) { // filegroup 5----d--------15--w--20 metas: []*backuppb.Metadata{ m_2(1, - 3, 7, stream.DefaultCF, 0, - 5, 10, stream.DefaultCF, 0, + 3, 7, DefaultCF, 0, + 5, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 3, - 15, 20, stream.WriteCF, 5, + 12, 18, WriteCF, 3, + 15, 20, WriteCF, 5, ), }, testParams: []*testParam2{ @@ -1761,36 +1759,36 @@ func TestTruncate3(t *testing.T) { until: []uint64{2}, shiftUntilTS: returnV(2), restMetadata: []*backuppb.Metadata{ m_2(1, - 3, 7, stream.DefaultCF, 0, - 5, 10, stream.DefaultCF, 0, + 3, 7, DefaultCF, 0, + 5, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 3, - 15, 20, stream.WriteCF, 5, + 12, 18, WriteCF, 3, + 15, 20, WriteCF, 5, ), }, }, { until: []uint64{3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18}, shiftUntilTS: returnV(3), restMetadata: []*backuppb.Metadata{ m_2(1, - 3, 7, stream.DefaultCF, 0, - 5, 10, stream.DefaultCF, 0, + 3, 7, DefaultCF, 0, + 5, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 3, - 15, 20, stream.WriteCF, 5, + 12, 18, WriteCF, 3, + 15, 20, WriteCF, 5, ), }, }, { until: []uint64{19, 20}, shiftUntilTS: returnV(5), restMetadata: []*backuppb.Metadata{ m_2(1, - 3, 7, stream.DefaultCF, 0, - 5, 10, stream.DefaultCF, 0, + 3, 7, DefaultCF, 0, + 5, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 3, - 15, 20, stream.WriteCF, 5, + 12, 18, WriteCF, 3, + 15, 20, WriteCF, 5, ), }, }, { @@ -1809,12 +1807,12 @@ func TestTruncate3(t *testing.T) { // filegroup 8---d----15--w--20 metas: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 4, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 2, - 15, 20, stream.WriteCF, 8, + 12, 18, WriteCF, 2, + 15, 20, WriteCF, 8, ), }, testParams: []*testParam2{ @@ -1822,35 +1820,35 @@ func TestTruncate3(t *testing.T) { until: []uint64{1}, shiftUntilTS: returnV(1), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 4, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 2, - 15, 20, stream.WriteCF, 8, + 12, 18, WriteCF, 2, + 15, 20, WriteCF, 8, ), }, }, { until: []uint64{2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18}, shiftUntilTS: returnV(2), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 4, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 2, - 15, 20, stream.WriteCF, 8, + 12, 18, WriteCF, 2, + 15, 20, WriteCF, 8, ), }, }, { until: []uint64{19, 20}, shiftUntilTS: returnV(8), restMetadata: []*backuppb.Metadata{ m_1(1, - 4, 10, stream.DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 12, 18, stream.WriteCF, 2, - 15, 20, stream.WriteCF, 8, + 12, 18, WriteCF, 2, + 15, 20, WriteCF, 8, ), }, }, { @@ -1869,12 +1867,12 @@ func TestTruncate3(t *testing.T) { // filegroup 12---d--16--w--20 metas: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 4, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 2, - 16, 20, stream.WriteCF, 12, + 14, 18, WriteCF, 2, + 16, 20, WriteCF, 12, ), }, testParams: []*testParam2{ @@ -1882,32 +1880,32 @@ func TestTruncate3(t *testing.T) { until: []uint64{1}, shiftUntilTS: returnV(1), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 4, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 2, - 16, 20, stream.WriteCF, 12, + 14, 18, WriteCF, 2, + 16, 20, WriteCF, 12, ), }, }, { until: []uint64{2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18}, shiftUntilTS: returnV(2), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 4, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 4, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 2, - 16, 20, stream.WriteCF, 12, + 14, 18, WriteCF, 2, + 16, 20, WriteCF, 12, ), }, }, { until: []uint64{19, 20}, shiftUntilTS: returnV(12), restMetadata: []*backuppb.Metadata{ m_2(2, - 14, 18, stream.WriteCF, 2, - 16, 20, stream.WriteCF, 8, + 14, 18, WriteCF, 2, + 16, 20, WriteCF, 8, ), }, }, { @@ -1926,12 +1924,12 @@ func TestTruncate3(t *testing.T) { // filegroup 14-d--16-w--20 metas: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 8, 10, stream.WriteCF, 4, + 2, 6, DefaultCF, 0, + 8, 10, WriteCF, 4, ), m_2(2, - 14, 18, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 14, 18, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, testParams: []*testParam2{ @@ -1939,52 +1937,52 @@ func TestTruncate3(t *testing.T) { until: []uint64{1}, shiftUntilTS: returnV(1), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 8, 10, stream.WriteCF, 4, + 2, 6, DefaultCF, 0, + 8, 10, WriteCF, 4, ), m_2(2, - 14, 18, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 14, 18, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{2, 3}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 8, 10, stream.WriteCF, 4, + 2, 6, DefaultCF, 0, + 8, 10, WriteCF, 4, ), m_2(2, - 14, 18, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 14, 18, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{4, 5, 6, 7, 8, 9, 10}, shiftUntilTS: returnV(4), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 8, 10, stream.WriteCF, 4, + 2, 6, DefaultCF, 0, + 8, 10, WriteCF, 4, ), m_2(2, - 14, 18, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 14, 18, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{12}, shiftUntilTS: returnV(12), restMetadata: []*backuppb.Metadata{ m_2(2, - 14, 18, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 14, 18, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { until: []uint64{14, 15, 16, 17, 18, 19, 20}, shiftUntilTS: returnV(14), restMetadata: []*backuppb.Metadata{ m_2(2, - 14, 18, stream.DefaultCF, 0, - 16, 20, stream.WriteCF, 14, + 14, 18, DefaultCF, 0, + 16, 20, WriteCF, 14, ), }, }, { @@ -2004,15 +2002,15 @@ func TestTruncate3(t *testing.T) { // filegroup 20---d-24-w-26 metas: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 8, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 8, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 9, - 16, 22, stream.DefaultCF, 0, + 14, 18, WriteCF, 9, + 16, 22, DefaultCF, 0, ), m_1(3, - 24, 26, stream.WriteCF, 20, + 24, 26, WriteCF, 20, ), }, testParams: []*testParam2{ @@ -2020,63 +2018,63 @@ func TestTruncate3(t *testing.T) { until: []uint64{1, 2, 3, 6}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_2(1, - 2, 6, stream.DefaultCF, 0, - 8, 10, stream.DefaultCF, 0, + 2, 6, DefaultCF, 0, + 8, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 9, - 16, 22, stream.DefaultCF, 0, + 14, 18, WriteCF, 9, + 16, 22, DefaultCF, 0, ), m_1(3, - 24, 26, stream.WriteCF, 20, + 24, 26, WriteCF, 20, ), }, }, { until: []uint64{7, 8}, shiftUntilTS: returnSelf(), restMetadata: []*backuppb.Metadata{ m_1(1, - 8, 10, stream.DefaultCF, 0, + 8, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 9, - 16, 22, stream.DefaultCF, 0, + 14, 18, WriteCF, 9, + 16, 22, DefaultCF, 0, ), m_1(3, - 24, 26, stream.WriteCF, 20, + 24, 26, WriteCF, 20, ), }, }, { until: []uint64{9, 10, 11, 14, 15, 16, 17, 18}, shiftUntilTS: returnV(9), restMetadata: []*backuppb.Metadata{ m_1(1, - 8, 10, stream.DefaultCF, 0, + 8, 10, DefaultCF, 0, ), m_2(2, - 14, 18, stream.WriteCF, 9, - 16, 22, stream.DefaultCF, 0, + 14, 18, WriteCF, 9, + 16, 22, DefaultCF, 0, ), m_1(3, - 24, 26, stream.WriteCF, 20, + 24, 26, WriteCF, 20, ), }, }, { until: []uint64{19}, shiftUntilTS: returnV(19), restMetadata: []*backuppb.Metadata{ m_1(2, - 16, 22, stream.DefaultCF, 0, + 16, 22, DefaultCF, 0, ), m_1(3, - 24, 26, stream.WriteCF, 20, + 24, 26, WriteCF, 20, ), }, }, { until: []uint64{20, 21, 22, 23, 24, 25, 26}, shiftUntilTS: returnV(20), restMetadata: []*backuppb.Metadata{ m_1(2, - 16, 22, stream.DefaultCF, 0, + 16, 22, DefaultCF, 0, ), m_1(3, - 24, 26, stream.WriteCF, 20, + 24, 26, WriteCF, 20, ), }, }, { @@ -2091,8 +2089,8 @@ func TestTruncate3(t *testing.T) { for j, ts := range cs.testParams { for _, until := range ts.until { t.Logf("case %d, param %d, until %d", i, j, until) - metas := restore.StreamMetadataSet{ - Helper: stream.NewMetadataHelper(), + metas := StreamMetadataSet{ + Helper: NewMetadataHelper(), MetadataDownloadBatchSize: 128, } err := generateFiles(ctx, s, cs.metas, tmpDir) @@ -2162,7 +2160,7 @@ func mf(id int64, filess [][]*backuppb.DataFileInfo) *backuppb.Metadata { StoreId: id, MetaVersion: backuppb.MetaVersion_V2, } - restore.ReplaceMetadata(m, filegroups) + ReplaceMetadata(m, filegroups) return m } @@ -2187,9 +2185,9 @@ func TestCalculateShiftTS(t *testing.T) { metas: []*backuppb.Metadata{ mf(1, [][]*backuppb.DataFileInfo{ { - fi(10, 20, stream.DefaultCF, 0), - fi(15, 30, stream.WriteCF, 8), - fi(25, 35, stream.WriteCF, 11), + fi(10, 20, DefaultCF, 0), + fi(15, 30, WriteCF, 8), + fi(25, 35, WriteCF, 11), }, }), }, @@ -2219,9 +2217,9 @@ func TestCalculateShiftTS(t *testing.T) { metas: []*backuppb.Metadata{ mf(1, [][]*backuppb.DataFileInfo{ { - fi(65, 70, stream.WriteCF, 55), - fi(50, 60, stream.DefaultCF, 0), - fi(80, 85, stream.WriteCF, 72), + fi(65, 70, WriteCF, 55), + fi(50, 60, DefaultCF, 0), + fi(80, 85, WriteCF, 72), }, }), }, @@ -2254,16 +2252,16 @@ func TestCalculateShiftTS(t *testing.T) { metas: []*backuppb.Metadata{ mf(1, [][]*backuppb.DataFileInfo{ { - fi(10, 20, stream.DefaultCF, 0), - fi(15, 30, stream.WriteCF, 8), - fi(25, 35, stream.WriteCF, 11), + fi(10, 20, DefaultCF, 0), + fi(15, 30, WriteCF, 8), + fi(25, 35, WriteCF, 11), }, }), mf(2, [][]*backuppb.DataFileInfo{ { - fi(65, 70, stream.WriteCF, 55), - fi(50, 60, stream.DefaultCF, 0), - fi(80, 85, stream.WriteCF, 72), + fi(65, 70, WriteCF, 55), + fi(50, 60, DefaultCF, 0), + fi(80, 85, WriteCF, 72), }, }), }, @@ -2304,8 +2302,8 @@ func TestCalculateShiftTS(t *testing.T) { for j, ts := range cs.testParams { for _, until := range ts.until { t.Logf("case %d, param %d, until %d", i, j, until) - metas := restore.StreamMetadataSet{ - Helper: stream.NewMetadataHelper(), + metas := StreamMetadataSet{ + Helper: NewMetadataHelper(), MetadataDownloadBatchSize: 128, } err := generateFiles(ctx, s, cs.metas, tmpDir) diff --git a/br/pkg/stream/stream_status.go b/br/pkg/stream/stream_status.go index 186567cc86f6c..10e916cbd6578 100644 --- a/br/pkg/stream/stream_status.go +++ b/br/pkg/stream/stream_status.go @@ -8,6 +8,7 @@ import ( "encoding/json" "fmt" "io" + "net/http" "regexp" "strconv" "sync" @@ -257,7 +258,7 @@ type PDInfoProvider interface { // TODO: this is a temporary solution(aha, like in a Hackthon), // // we MUST find a better way for providing this information. -func MaybeQPS(ctx context.Context, mgr PDInfoProvider) (float64, error) { +func MaybeQPS(ctx context.Context, mgr PDInfoProvider, client *http.Client) (float64, error) { c := mgr.GetPDClient() prefix := "http://" if mgr.GetTLSConfig() != nil { @@ -267,9 +268,8 @@ func MaybeQPS(ctx context.Context, mgr PDInfoProvider) (float64, error) { if err != nil { return 0, err } - cli := httputil.NewClient(mgr.GetTLSConfig()) getCount := func(statusAddr string) (uint64, error) { - before, err := cli.Get(prefix + statusAddr + "/metrics") + before, err := client.Get(prefix + statusAddr + "/metrics") if err != nil { return 0, err } @@ -354,7 +354,7 @@ func (ctl *StatusController) Close() error { } // fillTask queries and fills the extra information for a raw task. -func (ctl *StatusController) fillTask(ctx context.Context, task Task) (TaskStatus, error) { +func (ctl *StatusController) fillTask(ctx context.Context, task Task, client *http.Client) (TaskStatus, error) { var err error s := TaskStatus{ Info: task.Info, @@ -377,7 +377,7 @@ func (ctl *StatusController) fillTask(ctx context.Context, task Task) (TaskStatu return s, err } - s.QPS, err = MaybeQPS(ctx, ctl.mgr) + s.QPS, err = MaybeQPS(ctx, ctl.mgr, client) if err != nil { return s, errors.Annotatef(err, "failed to get QPS of task %s", s.Info.Name) } @@ -386,16 +386,16 @@ func (ctl *StatusController) fillTask(ctx context.Context, task Task) (TaskStatu // getTask fetches the task by the name, if the name is the wildcard ("*"), fetch all tasks. func (ctl *StatusController) getTask(ctx context.Context, name string) ([]TaskStatus, error) { + client := httputil.NewClient(ctl.mgr.GetTLSConfig()) if name == WildCard { // get status about all of tasks tasks, err := ctl.meta.GetAllTasks(ctx) if err != nil { return nil, err } - result := make([]TaskStatus, 0, len(tasks)) for _, task := range tasks { - status, err := ctl.fillTask(ctx, task) + status, err := ctl.fillTask(ctx, task, client) if err != nil { return nil, err } @@ -408,7 +408,7 @@ func (ctl *StatusController) getTask(ctx context.Context, name string) ([]TaskSt if err != nil { return nil, err } - status, err := ctl.fillTask(ctx, *task) + status, err := ctl.fillTask(ctx, *task, client) if err != nil { return nil, err } diff --git a/br/pkg/streamhelper/BUILD.bazel b/br/pkg/streamhelper/BUILD.bazel index 1eaf87efc9978..a823c1059b94c 100644 --- a/br/pkg/streamhelper/BUILD.bazel +++ b/br/pkg/streamhelper/BUILD.bazel @@ -69,7 +69,7 @@ go_test( ], flaky = True, race = "on", - shard_count = 27, + shard_count = 28, deps = [ ":streamhelper", "//br/pkg/errors", diff --git a/br/pkg/streamhelper/advancer.go b/br/pkg/streamhelper/advancer.go index 0ed0c79b70d01..47e075967f77c 100644 --- a/br/pkg/streamhelper/advancer.go +++ b/br/pkg/streamhelper/advancer.go @@ -434,6 +434,7 @@ func (c *CheckpointAdvancer) onTaskEvent(ctx context.Context, e TaskEvent) error case EventDel: utils.LogBackupTaskCountDec() c.task = nil + c.isPaused.Store(false) c.taskRange = nil // This would be synced by `taskMu`, perhaps we'd better rename that to `tickMu`. // Do the null check because some of test cases won't equip the advancer with subscriber. @@ -450,11 +451,11 @@ func (c *CheckpointAdvancer) onTaskEvent(ctx context.Context, e TaskEvent) error metrics.LastCheckpoint.DeleteLabelValues(e.Name) case EventPause: if c.task.GetName() == e.Name { - c.isPaused.CompareAndSwap(false, true) + c.isPaused.Store(true) } case EventResume: if c.task.GetName() == e.Name { - c.isPaused.CompareAndSwap(true, false) + c.isPaused.Store(false) } case EventErr: return e.Err diff --git a/br/pkg/streamhelper/advancer_test.go b/br/pkg/streamhelper/advancer_test.go index f8889c4f4e8a2..88971c7962de6 100644 --- a/br/pkg/streamhelper/advancer_test.go +++ b/br/pkg/streamhelper/advancer_test.go @@ -5,6 +5,7 @@ package streamhelper_test import ( "context" "fmt" + "strings" "sync" "testing" "time" @@ -541,6 +542,34 @@ func TestCheckPointResume(t *testing.T) { require.ErrorContains(t, adv.OnTick(ctx), "lagged too large") } +func TestUnregisterAfterPause(t *testing.T) { + c := createFakeCluster(t, 4, false) + defer func() { + fmt.Println(c) + }() + c.splitAndScatter("01", "02", "022", "023", "033", "04", "043") + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + env := &testEnv{fakeCluster: c, testCtx: t} + adv := streamhelper.NewCheckpointAdvancer(env) + adv.UpdateConfigWith(func(c *config.Config) { + c.CheckPointLagLimit = 1 * time.Minute + }) + adv.StartTaskListener(ctx) + c.advanceClusterTimeBy(1 * time.Minute) + require.NoError(t, adv.OnTick(ctx)) + env.PauseTask(ctx, "whole") + time.Sleep(1 * time.Second) + c.advanceClusterTimeBy(1 * time.Minute) + require.NoError(t, adv.OnTick(ctx)) + env.unregisterTask() + env.putTask() + require.Eventually(t, func() bool { + err := adv.OnTick(ctx) + return err != nil && strings.Contains(err.Error(), "check point lagged too large") + }, 5*time.Second, 300*time.Millisecond) +} + func TestOwnershipLost(t *testing.T) { c := createFakeCluster(t, 4, false) c.splitAndScatter(manyRegions(0, 10240)...) diff --git a/br/pkg/streamhelper/basic_lib_for_test.go b/br/pkg/streamhelper/basic_lib_for_test.go index 82cdb709f11ca..00e4ed324deab 100644 --- a/br/pkg/streamhelper/basic_lib_for_test.go +++ b/br/pkg/streamhelper/basic_lib_for_test.go @@ -717,6 +717,22 @@ func (t *testEnv) unregisterTask() { } } +func (t *testEnv) putTask() { + rngs := t.ranges + if len(rngs) == 0 { + rngs = []kv.KeyRange{{}} + } + tsk := streamhelper.TaskEvent{ + Type: streamhelper.EventAdd, + Name: "whole", + Info: &backup.StreamBackupTaskInfo{ + Name: "whole", + }, + Ranges: rngs, + } + t.taskCh <- tsk +} + func (t *testEnv) ScanLocksInOneRegion(bo *tikv.Backoffer, key []byte, maxVersion uint64, limit uint32) ([]*txnlock.Lock, *tikv.KeyLocation, error) { for _, r := range t.regions { if len(r.locks) != 0 { diff --git a/br/pkg/task/BUILD.bazel b/br/pkg/task/BUILD.bazel index a1b1b7690bcb1..130256094c93a 100644 --- a/br/pkg/task/BUILD.bazel +++ b/br/pkg/task/BUILD.bazel @@ -34,7 +34,11 @@ go_library( "//br/pkg/metautil", "//br/pkg/pdutil", "//br/pkg/restore", + "//br/pkg/restore/data", + "//br/pkg/restore/file_importer", + "//br/pkg/restore/rawkv", "//br/pkg/restore/tiflashrec", + "//br/pkg/restore/utils", "//br/pkg/rtree", "//br/pkg/storage", "//br/pkg/stream", @@ -51,6 +55,7 @@ go_library( "//pkg/sessionctx/stmtctx", "//pkg/sessionctx/variable", "//pkg/statistics/handle", + "//pkg/tablecodec", "//pkg/types", "//pkg/util", "//pkg/util/cdcutil", @@ -99,7 +104,7 @@ go_test( ], embed = [":task"], flaky = True, - shard_count = 22, + shard_count = 23, deps = [ "//br/pkg/config", "//br/pkg/conn", diff --git a/br/pkg/task/backup.go b/br/pkg/task/backup.go index 915bdb2092bd9..3376b67fb6b90 100644 --- a/br/pkg/task/backup.go +++ b/br/pkg/task/backup.go @@ -28,6 +28,7 @@ import ( "github.com/pingcap/tidb/br/pkg/glue" "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/metautil" + "github.com/pingcap/tidb/br/pkg/rtree" "github.com/pingcap/tidb/br/pkg/storage" "github.com/pingcap/tidb/br/pkg/summary" "github.com/pingcap/tidb/br/pkg/utils" @@ -618,51 +619,33 @@ func RunBackup(c context.Context, g glue.Glue, cmdName string, cfg *BackupConfig summary.CollectInt("backup total ranges", len(ranges)) - var updateCh glue.Progress - var unit backup.ProgressUnit - if len(ranges) < 100 { - unit = backup.RegionUnit - // The number of regions need to backup - approximateRegions := 0 - for _, r := range ranges { - var regionCount int - regionCount, err = mgr.GetRegionCount(ctx, r.StartKey, r.EndKey) - if err != nil { - return errors.Trace(err) - } - approximateRegions += regionCount - } - // Redirect to log if there is no log file to avoid unreadable output. - updateCh = g.StartProgress( - ctx, cmdName, int64(approximateRegions), !cfg.LogProgress) - summary.CollectInt("backup total regions", approximateRegions) - } else { - unit = backup.RangeUnit - // To reduce the costs, we can use the range as unit of progress. - updateCh = g.StartProgress( - ctx, cmdName, int64(len(ranges)), !cfg.LogProgress) + approximateRegions, regionCounts, err := getRegionCountOfRanges(ctx, mgr, ranges) + if err != nil { + return errors.Trace(err) } + // Redirect to log if there is no log file to avoid unreadable output. + updateCh := g.StartProgress( + ctx, cmdName, int64(approximateRegions), !cfg.LogProgress) + summary.CollectInt("backup total regions", approximateRegions) progressCount := uint64(0) - progressCallBack := func(callBackUnit backup.ProgressUnit) { - if unit == callBackUnit { - updateCh.Inc() + progressCallBack := func() { + updateCh.Inc() + failpoint.Inject("progress-call-back", func(v failpoint.Value) { + log.Info("failpoint progress-call-back injected") atomic.AddUint64(&progressCount, 1) - failpoint.Inject("progress-call-back", func(v failpoint.Value) { - log.Info("failpoint progress-call-back injected") - if fileName, ok := v.(string); ok { - f, osErr := os.OpenFile(fileName, os.O_CREATE|os.O_WRONLY, os.ModePerm) - if osErr != nil { - log.Warn("failed to create file", zap.Error(osErr)) - } - msg := []byte(fmt.Sprintf("%s:%d\n", unit, atomic.LoadUint64(&progressCount))) - _, err = f.Write(msg) - if err != nil { - log.Warn("failed to write data to file", zap.Error(err)) - } + if fileName, ok := v.(string); ok { + f, osErr := os.OpenFile(fileName, os.O_CREATE|os.O_WRONLY, os.ModePerm) + if osErr != nil { + log.Warn("failed to create file", zap.Error(osErr)) } - }) - } + msg := []byte(fmt.Sprintf("region:%d\n", atomic.LoadUint64(&progressCount))) + _, err = f.Write(msg) + if err != nil { + log.Warn("failed to write data to file", zap.Error(err)) + } + } + }) } if cfg.UseCheckpoint { @@ -701,7 +684,7 @@ func RunBackup(c context.Context, g glue.Glue, cmdName string, cfg *BackupConfig }) metawriter.StartWriteMetasAsync(ctx, metautil.AppendDataFile) - err = client.BackupRanges(ctx, ranges, req, uint(cfg.Concurrency), cfg.ReplicaReadLabel, metawriter, progressCallBack) + err = client.BackupRanges(ctx, ranges, regionCounts, req, uint(cfg.Concurrency), cfg.ReplicaReadLabel, metawriter, progressCallBack) if err != nil { return errors.Trace(err) } @@ -761,6 +744,25 @@ func RunBackup(c context.Context, g glue.Glue, cmdName string, cfg *BackupConfig return nil } +func getRegionCountOfRanges( + ctx context.Context, + mgr *conn.Mgr, + ranges []rtree.Range, +) (int, []int, error) { + // The number of regions need to backup + approximateRegions := 0 + // The number array of regions of ranges, thecounts[i] is the number of regions of the range[i]. + counts := make([]int, 0, len(ranges)) + for _, r := range ranges { + regionCount, err := mgr.GetRegionCount(ctx, r.StartKey, r.EndKey) + if err != nil { + return 0, nil, errors.Trace(err) + } + counts = append(counts, regionCount) + } + return approximateRegions, counts, nil +} + // ParseTSString port from tidb setSnapshotTS. func ParseTSString(ts string, tzCheck bool) (uint64, error) { if len(ts) == 0 { diff --git a/br/pkg/task/backup_raw.go b/br/pkg/task/backup_raw.go index ed7248fd21bf4..34d44073b5153 100644 --- a/br/pkg/task/backup_raw.go +++ b/br/pkg/task/backup_raw.go @@ -191,10 +191,7 @@ func RunBackupRaw(c context.Context, g glue.Glue, cmdName string, cfg *RawKvConf updateCh := g.StartProgress( ctx, cmdName, int64(approximateRegions), !cfg.LogProgress) - progressCallBack := func(unit backup.ProgressUnit) { - if unit == backup.RangeUnit { - return - } + progressCallBack := func() { updateCh.Inc() } @@ -217,14 +214,9 @@ func RunBackupRaw(c context.Context, g glue.Glue, cmdName string, cfg *RawKvConf StartKey: backupRange.StartKey, EndKey: backupRange.EndKey, } - progressRange := &rtree.ProgressRange{ - Res: rtree.NewRangeTree(), - Incomplete: []rtree.Range{rg}, - Origin: rg, - } metaWriter := metautil.NewMetaWriter(client.GetStorage(), metautil.MetaFileSize, false, metautil.MetaFile, &cfg.CipherInfo) metaWriter.StartWriteMetasAsync(ctx, metautil.AppendDataFile) - err = client.BackupRange(ctx, req, map[string]string{}, progressRange, metaWriter, progressCallBack) + err = client.BackupRanges(ctx, []rtree.Range{rg}, []int{approximateRegions}, req, 1, nil, metaWriter, progressCallBack) if err != nil { return errors.Trace(err) } diff --git a/br/pkg/task/backup_txn.go b/br/pkg/task/backup_txn.go index d8b1d1d72591c..796330a0792a7 100644 --- a/br/pkg/task/backup_txn.go +++ b/br/pkg/task/backup_txn.go @@ -169,6 +169,7 @@ func RunBackupTxn(c context.Context, g glue.Glue, cmdName string, cfg *TxnKvConf if err != nil { return errors.Trace(err) } + regionCounts := []int{approximateRegions} summary.CollectInt("backup total regions", approximateRegions) @@ -177,10 +178,7 @@ func RunBackupTxn(c context.Context, g glue.Glue, cmdName string, cfg *TxnKvConf updateCh := g.StartProgress( ctx, cmdName, int64(approximateRegions), !cfg.LogProgress) - progressCallBack := func(unit backup.ProgressUnit) { - if unit == backup.RangeUnit { - return - } + progressCallBack := func() { updateCh.Inc() } backupTS, err := client.GetCurrentTS(ctx) @@ -204,7 +202,7 @@ func RunBackupTxn(c context.Context, g glue.Glue, cmdName string, cfg *TxnKvConf metaWriter := metautil.NewMetaWriter(client.GetStorage(), metautil.MetaFileSize, false, metautil.MetaFile, &cfg.CipherInfo) metaWriter.StartWriteMetasAsync(ctx, metautil.AppendDataFile) - err = client.BackupRanges(ctx, backupRanges, req, uint(cfg.Concurrency), nil, metaWriter, progressCallBack) + err = client.BackupRanges(ctx, backupRanges, regionCounts, req, 1, nil, metaWriter, progressCallBack) if err != nil { return errors.Trace(err) } diff --git a/br/pkg/task/operator/BUILD.bazel b/br/pkg/task/operator/BUILD.bazel index 52c99c845b57b..c7b8bbeb4ea23 100644 --- a/br/pkg/task/operator/BUILD.bazel +++ b/br/pkg/task/operator/BUILD.bazel @@ -16,6 +16,7 @@ go_library( "//br/pkg/task", "//br/pkg/utils", "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", "@com_github_pingcap_log//:log", "@com_github_spf13_pflag//:pflag", "@com_github_tikv_client_go_v2//tikv", diff --git a/br/pkg/task/operator/cmd.go b/br/pkg/task/operator/cmd.go index 2c944203c457f..cbe5c3ac2442b 100644 --- a/br/pkg/task/operator/cmd.go +++ b/br/pkg/task/operator/cmd.go @@ -5,14 +5,12 @@ package operator import ( "context" "crypto/tls" - "fmt" - "math/rand" - "os" "runtime/debug" "sync" "time" "github.com/pingcap/errors" + "github.com/pingcap/failpoint" "github.com/pingcap/log" preparesnap "github.com/pingcap/tidb/br/pkg/backup/prepare_snap" berrors "github.com/pingcap/tidb/br/pkg/errors" @@ -138,12 +136,19 @@ func AdaptEnvForSnapshotBackup(ctx context.Context, cfg *PauseGcConfig) error { cx.run(func() error { return pauseGCKeeper(cx) }) cx.run(func() error { log.Info("Pause scheduler waiting all connections established.") - <-initChan + select { + case <-initChan: + case <-cx.Done(): + return cx.Err() + } log.Info("Pause scheduler noticed connections established.") return pauseSchedulerKeeper(cx) }) cx.run(func() error { return pauseAdminAndWaitApply(cx, initChan) }) go func() { + failpoint.Inject("SkipReadyHint", func() { + failpoint.Return() + }) cx.rdGrp.Wait() if cfg.OnAllReady != nil { cfg.OnAllReady() @@ -192,14 +197,6 @@ func pauseAdminAndWaitApply(cx *AdaptEnvForSnapshotBackupContext, afterConnectio return nil } -func getCallerName() string { - name, err := os.Hostname() - if err != nil { - name = fmt.Sprintf("UNKNOWN-%d", rand.Int63()) - } - return fmt.Sprintf("operator@%sT%d#%d", name, time.Now().Unix(), os.Getpid()) -} - func pauseGCKeeper(cx *AdaptEnvForSnapshotBackupContext) (err error) { // Note: should we remove the service safepoint as soon as this exits? sp := utils.BRServiceSafePoint{ diff --git a/br/pkg/task/restore.go b/br/pkg/task/restore.go index c0230a00d2481..bebc5fc458795 100644 --- a/br/pkg/task/restore.go +++ b/br/pkg/task/restore.go @@ -25,11 +25,13 @@ import ( "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/pdutil" "github.com/pingcap/tidb/br/pkg/restore" + fileimporter "github.com/pingcap/tidb/br/pkg/restore/file_importer" "github.com/pingcap/tidb/br/pkg/restore/tiflashrec" "github.com/pingcap/tidb/br/pkg/summary" "github.com/pingcap/tidb/br/pkg/utils" "github.com/pingcap/tidb/br/pkg/version" "github.com/pingcap/tidb/pkg/config" + "github.com/pingcap/tidb/pkg/tablecodec" "github.com/pingcap/tidb/pkg/util" "github.com/pingcap/tidb/pkg/util/mathutil" "github.com/spf13/cobra" @@ -535,9 +537,9 @@ func configureRestoreClient(ctx context.Context, client *restore.Client, cfg *Re err := restore.CheckKeyspaceBREnable(ctx, client.GetPDClient()) if err != nil { log.Warn("Keyspace BR is not supported in this cluster, fallback to legacy restore", zap.Error(err)) - client.SetRewriteMode(restore.RewriteModeLegacy) + client.SetRewriteMode(fileimporter.RewriteModeLegacy) } else { - client.SetRewriteMode(restore.RewriteModeKeyspace) + client.SetRewriteMode(fileimporter.RewriteModeKeyspace) } err = client.LoadRestoreStores(ctx) @@ -976,7 +978,7 @@ func runRestore(c context.Context, g glue.Glue, cmdName string, cfg *RestoreConf // If the API V2 data occurs in the restore process, the cluster must // support the keyspace rewrite mode. - if (len(oldKeyspace) > 0 || len(newKeyspace) > 0) && client.GetRewriteMode() == restore.RewriteModeLegacy { + if (len(oldKeyspace) > 0 || len(newKeyspace) > 0) && client.GetRewriteMode() == fileimporter.RewriteModeLegacy { return errors.Annotate(berrors.ErrRestoreModeMismatch, "cluster only supports legacy rewrite mode") } @@ -1006,13 +1008,13 @@ func runRestore(c context.Context, g glue.Glue, cmdName string, cfg *RestoreConf // Block on creating tables before restore starts. since create table is no longer a heavy operation any more. tableStream = GoBlockCreateTablesPipeline(ctx, maxRestoreBatchSizeLimit, tableStream) - tableFileMap := restore.MapTableToFiles(files) + tableFileMap := MapTableToFiles(files) log.Debug("mapped table to files", zap.Any("result map", tableFileMap)) rangeStream := restore.GoValidateFileRanges( ctx, tableStream, tableFileMap, kvConfigs.MergeRegionSize.Value, kvConfigs.MergeRegionKeyCount.Value, errCh) - rangeSize := restore.EstimateRangeSize(files) + rangeSize := EstimateRangeSize(files) summary.CollectInt("restore ranges", rangeSize) log.Info("range and file prepared", zap.Int("file count", len(files)), zap.Int("range count", rangeSize)) @@ -1124,6 +1126,41 @@ func runRestore(c context.Context, g glue.Glue, cmdName string, cfg *RestoreConf return nil } +// EstimateRangeSize estimates the total range count by file. +func EstimateRangeSize(files []*backuppb.File) int { + result := 0 + for _, f := range files { + if strings.HasSuffix(f.GetName(), "_write.sst") { + result++ + } + } + return result +} + +// MapTableToFiles makes a map that mapping table ID to its backup files. +// aware that one file can and only can hold one table. +func MapTableToFiles(files []*backuppb.File) map[int64][]*backuppb.File { + result := map[int64][]*backuppb.File{} + for _, file := range files { + tableID := tablecodec.DecodeTableID(file.GetStartKey()) + tableEndID := tablecodec.DecodeTableID(file.GetEndKey()) + if tableID != tableEndID { + log.Panic("key range spread between many files.", + zap.String("file name", file.Name), + logutil.Key("startKey", file.StartKey), + logutil.Key("endKey", file.EndKey)) + } + if tableID == 0 { + log.Panic("invalid table key of file", + zap.String("file name", file.Name), + logutil.Key("startKey", file.StartKey), + logutil.Key("endKey", file.EndKey)) + } + result[tableID] = append(result[tableID], file) + } + return result +} + // dropToBlackhole drop all incoming tables into black hole, // i.e. don't execute checksum, just increase the process anyhow. func dropToBlackhole( diff --git a/br/pkg/task/restore_data.go b/br/pkg/task/restore_data.go index ff19f19ecac3f..8e992de1f9328 100644 --- a/br/pkg/task/restore_data.go +++ b/br/pkg/task/restore_data.go @@ -15,6 +15,7 @@ import ( "github.com/pingcap/tidb/br/pkg/conn/util" "github.com/pingcap/tidb/br/pkg/glue" "github.com/pingcap/tidb/br/pkg/restore" + "github.com/pingcap/tidb/br/pkg/restore/data" "github.com/pingcap/tidb/br/pkg/storage" "github.com/pingcap/tidb/br/pkg/summary" "github.com/pingcap/tidb/br/pkg/utils" @@ -142,7 +143,7 @@ func RunResolveKvData(c context.Context, g glue.Glue, cmdName string, cfg *Resto // restore tikv data from a snapshot volume var totalRegions int - totalRegions, err = restore.RecoverData(ctx, resolveTS, allStores, mgr, progress, restoreTS, cfg.Concurrency) + totalRegions, err = data.RecoverData(ctx, resolveTS, allStores, mgr, progress, restoreTS, cfg.Concurrency) if err != nil { return errors.Trace(err) } diff --git a/br/pkg/task/restore_raw.go b/br/pkg/task/restore_raw.go index 50360d4b4e01e..bfb2d612397b8 100644 --- a/br/pkg/task/restore_raw.go +++ b/br/pkg/task/restore_raw.go @@ -14,6 +14,7 @@ import ( "github.com/pingcap/tidb/br/pkg/httputil" "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/restore" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/summary" "github.com/spf13/cobra" "github.com/spf13/pflag" @@ -131,7 +132,7 @@ func RunRestoreRaw(c context.Context, g glue.Glue, cmdName string, cfg *RestoreR } summary.CollectInt("restore files", len(files)) - ranges, _, err := restore.MergeAndRewriteFileRanges( + ranges, _, err := restoreutils.MergeAndRewriteFileRanges( files, nil, kvConfigs.MergeRegionSize.Value, kvConfigs.MergeRegionKeyCount.Value) if err != nil { return errors.Trace(err) diff --git a/br/pkg/task/restore_test.go b/br/pkg/task/restore_test.go index 490f0d1546fa5..5eeedbbd1c965 100644 --- a/br/pkg/task/restore_test.go +++ b/br/pkg/task/restore_test.go @@ -272,3 +272,40 @@ func mockBackupMeta(mockSchemas []*backuppb.Schema, mockFiles []*backuppb.File) Schemas: mockSchemas, } } + +func TestMapTableToFiles(t *testing.T) { + filesOfTable1 := []*backuppb.File{ + { + Name: "table1-1.sst", + StartKey: tablecodec.EncodeTablePrefix(1), + EndKey: tablecodec.EncodeTablePrefix(1), + }, + { + Name: "table1-2.sst", + StartKey: tablecodec.EncodeTablePrefix(1), + EndKey: tablecodec.EncodeTablePrefix(1), + }, + { + Name: "table1-3.sst", + StartKey: tablecodec.EncodeTablePrefix(1), + EndKey: tablecodec.EncodeTablePrefix(1), + }, + } + filesOfTable2 := []*backuppb.File{ + { + Name: "table2-1.sst", + StartKey: tablecodec.EncodeTablePrefix(2), + EndKey: tablecodec.EncodeTablePrefix(2), + }, + { + Name: "table2-2.sst", + StartKey: tablecodec.EncodeTablePrefix(2), + EndKey: tablecodec.EncodeTablePrefix(2), + }, + } + + result := MapTableToFiles(append(filesOfTable2, filesOfTable1...)) + + require.Equal(t, filesOfTable1, result[1]) + require.Equal(t, filesOfTable2, result[2]) +} diff --git a/br/pkg/task/restore_txn.go b/br/pkg/task/restore_txn.go index a74b8c950601a..00255681854de 100644 --- a/br/pkg/task/restore_txn.go +++ b/br/pkg/task/restore_txn.go @@ -12,6 +12,7 @@ import ( "github.com/pingcap/tidb/br/pkg/glue" "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/restore" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/summary" ) @@ -72,7 +73,7 @@ func RunRestoreTxn(c context.Context, g glue.Glue, cmdName string, cfg *Config) } summary.CollectInt("restore files", len(files)) - ranges, _, err := restore.MergeAndRewriteFileRanges( + ranges, _, err := restoreutils.MergeAndRewriteFileRanges( files, nil, conn.DefaultMergeRegionSizeBytes, conn.DefaultMergeRegionKeyCount) if err != nil { return errors.Trace(err) diff --git a/br/pkg/task/stream.go b/br/pkg/task/stream.go index 5362fce37f19a..d032b3c517c9e 100644 --- a/br/pkg/task/stream.go +++ b/br/pkg/task/stream.go @@ -42,7 +42,9 @@ import ( "github.com/pingcap/tidb/br/pkg/logutil" "github.com/pingcap/tidb/br/pkg/metautil" "github.com/pingcap/tidb/br/pkg/restore" + "github.com/pingcap/tidb/br/pkg/restore/rawkv" "github.com/pingcap/tidb/br/pkg/restore/tiflashrec" + restoreutils "github.com/pingcap/tidb/br/pkg/restore/utils" "github.com/pingcap/tidb/br/pkg/storage" "github.com/pingcap/tidb/br/pkg/stream" "github.com/pingcap/tidb/br/pkg/streamhelper" @@ -974,6 +976,7 @@ func RunStreamStatus( if err != nil { return err } + defer func() { if closeErr := ctl.Close(); closeErr != nil { log.Warn("failed to close etcd client", zap.Error(closeErr)) @@ -1008,7 +1011,7 @@ func RunStreamTruncate(c context.Context, g glue.Glue, cmdName string, cfg *Stre return storage.UnlockRemote(ctx, extStorage, truncateLockPath) }) - sp, err := restore.GetTSFromFile(ctx, extStorage, restore.TruncateSafePointFileName) + sp, err := stream.GetTSFromFile(ctx, extStorage, stream.TruncateSafePointFileName) if err != nil { return err } @@ -1021,7 +1024,7 @@ func RunStreamTruncate(c context.Context, g glue.Glue, cmdName string, cfg *Stre } readMetaDone := console.ShowTask("Reading Metadata... ", glue.WithTimeCost()) - metas := restore.StreamMetadataSet{ + metas := stream.StreamMetadataSet{ MetadataDownloadBatchSize: cfg.MetadataDownloadBatchSize, Helper: stream.NewMetadataHelper(), DryRun: cfg.DryRun, @@ -1038,7 +1041,7 @@ func RunStreamTruncate(c context.Context, g glue.Glue, cmdName string, cfg *Stre totalSize uint64 = 0 ) - metas.IterateFilesFullyBefore(shiftUntilTS, func(d *restore.FileGroupInfo) (shouldBreak bool) { + metas.IterateFilesFullyBefore(shiftUntilTS, func(d *stream.FileGroupInfo) (shouldBreak bool) { fileCount++ totalSize += d.Length kvCount += d.KVCount @@ -1053,8 +1056,8 @@ func RunStreamTruncate(c context.Context, g glue.Glue, cmdName string, cfg *Stre } if cfg.Until > sp && !cfg.DryRun { - if err := restore.SetTSToFile( - ctx, extStorage, cfg.Until, restore.TruncateSafePointFileName); err != nil { + if err := stream.SetTSToFile( + ctx, extStorage, cfg.Until, stream.TruncateSafePointFileName); err != nil { return err } } @@ -1409,7 +1412,7 @@ func restoreStream( idrules := make(map[int64]int64) downstreamIdset := make(map[int64]struct{}) for upstreamId, rule := range rewriteRules { - downstreamId := restore.GetRewriteTableID(upstreamId, rule) + downstreamId := restoreutils.GetRewriteTableID(upstreamId, rule) idrules[upstreamId] = downstreamId downstreamIdset[downstreamId] = struct{}{} } @@ -1606,7 +1609,7 @@ func getLogRangeWithStorage( // truncateTS: get log truncate ts from TruncateSafePointFileName. // If truncateTS equals 0, which represents the stream log has never been truncated. - truncateTS, err := restore.GetTSFromFile(ctx, s, restore.TruncateSafePointFileName) + truncateTS, err := stream.GetTSFromFile(ctx, s, stream.TruncateSafePointFileName) if err != nil { return backupLogInfo{}, errors.Trace(err) } @@ -1687,8 +1690,8 @@ func parseFullBackupTablesStorage( }, nil } -func initRewriteRules(schemasReplace *stream.SchemasReplace) map[int64]*restore.RewriteRules { - rules := make(map[int64]*restore.RewriteRules) +func initRewriteRules(schemasReplace *stream.SchemasReplace) map[int64]*restoreutils.RewriteRules { + rules := make(map[int64]*restoreutils.RewriteRules) filter := schemasReplace.TableFilter for _, dbReplace := range schemasReplace.DbMap { @@ -1705,7 +1708,7 @@ func initRewriteRules(schemasReplace *stream.SchemasReplace) map[int64]*restore. log.Info("add rewrite rule", zap.String("tableName", dbReplace.Name+"."+tableReplace.Name), zap.Int64("oldID", oldTableID), zap.Int64("newID", tableReplace.TableID)) - rules[oldTableID] = restore.GetRewriteRuleOfTable( + rules[oldTableID] = restoreutils.GetRewriteRuleOfTable( oldTableID, tableReplace.TableID, 0, tableReplace.IndexMap, false) } @@ -1714,7 +1717,7 @@ func initRewriteRules(schemasReplace *stream.SchemasReplace) map[int64]*restore. log.Info("add rewrite rule", zap.String("tableName", dbReplace.Name+"."+tableReplace.Name), zap.Int64("oldID", oldID), zap.Int64("newID", newID)) - rules[oldID] = restore.GetRewriteRuleOfTable(oldID, newID, 0, tableReplace.IndexMap, false) + rules[oldID] = restoreutils.GetRewriteRuleOfTable(oldID, newID, 0, tableReplace.IndexMap, false) } } } @@ -1726,18 +1729,18 @@ func newRawBatchClient( ctx context.Context, pdAddrs []string, tlsConfig TLSConfig, -) (*restore.RawKVBatchClient, error) { +) (*rawkv.RawKVBatchClient, error) { security := config.Security{ ClusterSSLCA: tlsConfig.CA, ClusterSSLCert: tlsConfig.Cert, ClusterSSLKey: tlsConfig.Key, } - rawkvClient, err := restore.NewRawkvClient(ctx, pdAddrs, security) + rawkvClient, err := rawkv.NewRawkvClient(ctx, pdAddrs, security) if err != nil { return nil, errors.Trace(err) } - return restore.NewRawKVBatchClient(rawkvClient, rawKVBatchCount), nil + return rawkv.NewRawKVBatchClient(rawkvClient, rawKVBatchCount), nil } // ShiftTS gets a smaller shiftTS than startTS. diff --git a/br/tests/br_300_small_tables/run.sh b/br/tests/br_300_small_tables/run.sh index ca257fbce9b5e..bff3f80327df6 100644 --- a/br/tests/br_300_small_tables/run.sh +++ b/br/tests/br_300_small_tables/run.sh @@ -47,7 +47,7 @@ backupv2_size=`grep "backup-data-size" "${BACKUPMETAV2_LOG}" | grep -oP '\[\K[^\ echo "backup meta v2 backup size is ${backupv2_size}" export GO_FAILPOINTS="" -if [[ "$(wc -l <$PROGRESS_FILE)" == "1" ]] && [[ $(grep -c "range" $PROGRESS_FILE) == "1" ]]; +if [[ "$(wc -l <$PROGRESS_FILE)" == "1" ]] && [[ $(grep -c "region" $PROGRESS_FILE) == "1" ]]; then echo "use the correct progress unit" else diff --git a/br/tests/br_pitr/run.sh b/br/tests/br_pitr/run.sh index 7ab0142147749..ba57723aa0465 100644 --- a/br/tests/br_pitr/run.sh +++ b/br/tests/br_pitr/run.sh @@ -62,7 +62,7 @@ echo "current ts: $current_ts" i=0 while true; do # extract the checkpoint ts of the log backup task. If there is some error, the checkpoint ts should be empty - log_backup_status=$(unset BR_LOG_TO_TERM && run_br --pd $PD_ADDR log status --task-name integration_test --json 2>/dev/null) + log_backup_status=$(unset BR_LOG_TO_TERM && run_br --skip-goleak --pd $PD_ADDR log status --task-name integration_test --json 2>br.log) echo "log backup status: $log_backup_status" checkpoint_ts=$(echo "$log_backup_status" | head -n 1 | jq 'if .[0].last_errors | length == 0 then .[0].checkpoint else empty end') echo "checkpoint ts: $checkpoint_ts" diff --git a/br/tests/br_pitr_failpoint/run.sh b/br/tests/br_pitr_failpoint/run.sh index 8ce6d4b49b526..dc6e9b463367e 100644 --- a/br/tests/br_pitr_failpoint/run.sh +++ b/br/tests/br_pitr_failpoint/run.sh @@ -128,7 +128,7 @@ echo "current ts: $current_ts" i=0 while true; do # extract the checkpoint ts of the log backup task. If there is some error, the checkpoint ts should be empty - log_backup_status=$(unset BR_LOG_TO_TERM && run_br --pd $PD_ADDR log status --task-name integration_test --json 2>/dev/null) + log_backup_status=$(unset BR_LOG_TO_TERM && run_br --skip-goleak --pd $PD_ADDR log status --task-name integration_test --json 2>/dev/null) echo "log backup status: $log_backup_status" checkpoint_ts=$(echo "$log_backup_status" | head -n 1 | jq 'if .[0].last_errors | length == 0 then .[0].checkpoint else empty end') echo "checkpoint ts: $checkpoint_ts" diff --git a/br/tests/br_tikv_outage2/run.sh b/br/tests/br_tikv_outage2/run.sh index e27b683e248d8..521b7942203ec 100644 --- a/br/tests/br_tikv_outage2/run.sh +++ b/br/tests/br_tikv_outage2/run.sh @@ -25,7 +25,7 @@ github.com/pingcap/tidb/br/pkg/utils/hint-get-backup-client=1*return(\"$hint_get backup_dir=${TEST_DIR:?}/"backup{test:${TEST_NAME}|with:${failure}}" rm -rf "${backup_dir:?}" - run_br backup full -s local://"$backup_dir" --concurrency 1 --ratelimit 3 & + run_br backup full --skip-goleak -s local://"$backup_dir" --concurrency 1 --ratelimit 3 & backup_pid=$! single_point_fault $failure wait $backup_pid diff --git a/build/BUILD.bazel b/build/BUILD.bazel index 1d3f33dd8448a..b4e6d1c408cbc 100644 --- a/build/BUILD.bazel +++ b/build/BUILD.bazel @@ -178,7 +178,6 @@ nogo( }) + select({ "//build:without_rbe": [ - "//build/linter/filepermission", ], "//conditions:default": [], }), diff --git a/go.mod b/go.mod index ab2d959d1cd5a..75cb096cb29cd 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/bazelbuild/buildtools v0.0.0-20230926111657-7d855c59baeb github.com/bazelbuild/rules_go v0.42.1-0.20231101215950-df20c987afcb github.com/blacktear23/go-proxyprotocol v1.0.6 - github.com/butuzov/mirror v1.1.0 + github.com/butuzov/mirror v1.2.0 github.com/carlmjohnson/flagext v0.21.0 github.com/charithe/durationcheck v0.0.10 github.com/cheggaaa/pb/v3 v3.0.8 @@ -30,7 +30,7 @@ require ( github.com/coocood/freecache v1.2.1 github.com/coreos/go-semver v0.3.1 github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 - github.com/daixiang0/gci v0.12.3 + github.com/daixiang0/gci v0.13.4 github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 github.com/dgraph-io/ristretto v0.1.1 github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 @@ -48,9 +48,9 @@ require ( github.com/golang/protobuf v1.5.4 github.com/golang/snappy v0.0.4 github.com/golangci/gofmt v0.0.0-20231019111953-be8c47862aaa - github.com/golangci/golangci-lint v1.57.2 + github.com/golangci/golangci-lint v1.58.1 github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb - github.com/golangci/misspell v0.4.1 + github.com/golangci/misspell v0.5.1 github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 github.com/google/btree v1.1.2 github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 @@ -95,7 +95,7 @@ require ( github.com/prometheus/prometheus v0.50.1 github.com/robfig/cron/v3 v3.0.1 github.com/sasha-s/go-deadlock v0.3.1 - github.com/shirou/gopsutil/v3 v3.24.2 + github.com/shirou/gopsutil/v3 v3.24.4 github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 github.com/soheilhy/cmux v0.1.5 github.com/spf13/cobra v1.8.0 @@ -106,8 +106,8 @@ require ( github.com/tdakkota/asciicheck v0.2.0 github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 github.com/tidwall/btree v1.7.0 - github.com/tikv/client-go/v2 v2.0.8-0.20240424052342-0229f4077f0c - github.com/tikv/pd/client v0.0.0-20240322051414-fb9e2d561b6e + github.com/tikv/client-go/v2 v2.0.8-0.20240513134913-e1ca512cca19 + github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a github.com/twmb/murmur3 v1.1.6 github.com/uber/jaeger-client-go v2.22.1+incompatible @@ -128,16 +128,16 @@ require ( go.uber.org/multierr v1.11.0 go.uber.org/zap v1.27.0 golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 - golang.org/x/net v0.24.0 - golang.org/x/oauth2 v0.18.0 + golang.org/x/net v0.25.0 + golang.org/x/oauth2 v0.20.0 golang.org/x/sync v0.7.0 - golang.org/x/sys v0.19.0 - golang.org/x/term v0.19.0 - golang.org/x/text v0.14.0 + golang.org/x/sys v0.20.0 + golang.org/x/term v0.20.0 + golang.org/x/text v0.15.0 golang.org/x/time v0.5.0 - golang.org/x/tools v0.20.0 + golang.org/x/tools v0.21.0 google.golang.org/api v0.162.0 - google.golang.org/grpc v1.62.1 + google.golang.org/grpc v1.63.2 gopkg.in/yaml.v2 v2.4.0 honnef.co/go/tools v0.4.7 k8s.io/api v0.28.6 @@ -152,8 +152,7 @@ require ( require ( cloud.google.com/go v0.112.0 // indirect - cloud.google.com/go/compute v1.24.0 // indirect - cloud.google.com/go/compute/metadata v0.2.3 // indirect + cloud.google.com/go/compute/metadata v0.3.0 // indirect cloud.google.com/go/iam v1.1.6 // indirect cloud.google.com/go/pubsub v1.36.1 // indirect github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect @@ -161,7 +160,7 @@ require ( github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect github.com/DataDog/zstd v1.5.5 // indirect github.com/Masterminds/goutils v1.1.1 // indirect - github.com/Masterminds/semver/v3 v3.1.1 // indirect + github.com/Masterminds/semver/v3 v3.2.1 // indirect github.com/Masterminds/sprig/v3 v3.2.2 // indirect github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect @@ -250,7 +249,7 @@ require ( github.com/pierrec/lz4 v2.6.1+incompatible // indirect github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect - github.com/pkg/errors v0.9.1 // indirect + github.com/pkg/errors v0.9.1 github.com/pkg/xattr v0.4.9 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect @@ -289,15 +288,14 @@ require ( go.opentelemetry.io/otel/sdk v1.22.0 // indirect go.opentelemetry.io/otel/trace v1.22.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.22.0 // indirect + golang.org/x/crypto v0.23.0 // indirect golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect golang.org/x/mod v0.17.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gonum.org/v1/gonum v0.8.2 // indirect - google.golang.org/appengine v1.6.8 // indirect - google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect + google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect google.golang.org/protobuf v1.33.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect diff --git a/go.sum b/go.sum index d9ff6090529a5..b4f964f078d5f 100644 --- a/go.sum +++ b/go.sum @@ -21,10 +21,8 @@ cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvf cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/compute v1.24.0 h1:phWcR2eWzRJaL/kOiJwfFsPs4BaKq1j6vnpZrc1YlVg= -cloud.google.com/go/compute v1.24.0/go.mod h1:kw1/T+h/+tK2LJK0wiPPx1intgdAM3j/g3hFDlscY40= -cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY= -cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= +cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc= +cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/iam v1.1.6 h1:bEa06k05IO4f4uJonbB5iAgKTPpABy1ayxaIZV/GHVc= @@ -71,8 +69,9 @@ github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJ github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= -github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= +github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0= +github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ= github.com/Masterminds/sprig/v3 v3.2.2 h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8= github.com/Masterminds/sprig/v3 v3.2.2/go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk= github.com/Shopify/sarama v1.29.0 h1:ARid8o8oieau9XrHI55f/L3EoRAhm9px6sonbD7yuUE= @@ -124,8 +123,8 @@ github.com/blacktear23/go-proxyprotocol v1.0.6 h1:eTt6UMpEnq59NjON49b3Cay8Dm0sCs github.com/blacktear23/go-proxyprotocol v1.0.6/go.mod h1:FSCbgnRZrQXazBLL5snfBbrcFSMtcmUDhSRb9OfFA1o= github.com/bmatcuk/doublestar/v2 v2.0.4 h1:6I6oUiT/sU27eE2OFcWqBhL1SwjyvQuOssxT4a1yidI= github.com/bmatcuk/doublestar/v2 v2.0.4/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= -github.com/butuzov/mirror v1.1.0 h1:ZqX54gBVMXu78QLoiqdwpl2mgmoOJTk7s4p4o+0avZI= -github.com/butuzov/mirror v1.1.0/go.mod h1:8Q0BdQU6rC6WILDiBM60DBfvV78OLJmMmixe7GF45AE= +github.com/butuzov/mirror v1.2.0 h1:9YVK1qIjNspaqWutSv8gsge2e/Xpq1eqEkslEUHy5cs= +github.com/butuzov/mirror v1.2.0/go.mod h1:DqZZDtzm42wIAIyHXeN8W/qb1EPlb9Qn/if9icBOpdQ= github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 h1:BjkPE3785EwPhhyuFkbINB+2a1xATwk8SNDWnJiD41g= github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5/go.mod h1:jtAfVaU/2cu1+wdSRPWE2c1N2qeAA3K4RH9pYgqwets= github.com/carlmjohnson/flagext v0.21.0 h1:/c4uK3ie786Z7caXLcIMvePNSSiH3bQVGDvmGLMme60= @@ -186,8 +185,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 h1:iwZdTE0PVqJCos1vaoKsclOGD3ADKpshg3SRtYBbwso= github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548/go.mod h1:e6NPNENfs9mPDVNRekM7lKScauxd5kXTr1Mfyig6TDM= -github.com/daixiang0/gci v0.12.3 h1:yOZI7VAxAGPQmkb1eqt5g/11SUlwoat1fSblGLmdiQc= -github.com/daixiang0/gci v0.12.3/go.mod h1:xtHP9N7AHdNvtRNfcx9gwTDfw7FRJx4bZUsiEfiNNAI= +github.com/daixiang0/gci v0.13.4 h1:61UGkmpoAcxHM2hhNkZEf5SzwQtWJXTSws7jaPyqwlw= +github.com/daixiang0/gci v0.13.4/go.mod h1:12etP2OniiIdP4q+kjUGrC/rUagga7ODbqsom5Eo5Yk= github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 h1:X6mKGhCFOxrKeeHAjv/3UvT6e5RRxW6wRdlqlV6/H4w= github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37/go.mod h1:DC3JtzuG7kxMvJ6dZmf2ymjNyoXwgtklr7FN+Um2B0U= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -340,12 +339,12 @@ github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golangci/gofmt v0.0.0-20231019111953-be8c47862aaa h1:L0Zq43Px2HrLroRKEgfCsQLMJUkjskJBB1kd1Zjcvvc= github.com/golangci/gofmt v0.0.0-20231019111953-be8c47862aaa/go.mod h1:Pm5KhLPA8gSnQwrQ6ukebRcapGb/BG9iUkdaiCcGHJM= -github.com/golangci/golangci-lint v1.57.2 h1:NNhxfZyL5He1WWDrIvl1a4n5bvWZBcgAqBwlJAAgLTw= -github.com/golangci/golangci-lint v1.57.2/go.mod h1:ApiG3S3Ca23QyfGp5BmsorTiVxJpr5jGiNS0BkdSidg= +github.com/golangci/golangci-lint v1.58.1 h1:IYKjkt7nofq/mYXiDUyJiBZQi5kxD0jPCjBy6VXxjz8= +github.com/golangci/golangci-lint v1.58.1/go.mod h1:IX9uSbhwDDOVTcceKZWmshlally+fOQYv1pZhIJCMNw= github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb h1:Bi7BYmZVg4C+mKGi8LeohcP2GGUl2XJD4xCkJoZSaYc= github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb/go.mod h1:ON/c2UR0VAAv6ZEAFKhjCLplESSmRFfZcDLASbI1GWo= -github.com/golangci/misspell v0.4.1 h1:+y73iSicVy2PqyX7kmUefHusENlrP9YwuHZHPLGQj/g= -github.com/golangci/misspell v0.4.1/go.mod h1:9mAN1quEo3DlpbaIKKyEvRxK1pwqR9s/Sea1bJCtlNI= +github.com/golangci/misspell v0.5.1 h1:/SjR1clj5uDjNLwYzCahHwIOPmQgoH04AyQIiWGbhCM= +github.com/golangci/misspell v0.5.1/go.mod h1:keMNyY6R9isGaSAu+4Q8NMBwMPkh15Gtc8UCVoDtAWo= github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 h1:leSNB7iYzLYSSx3J/s5sVf4Drkc68W2wm4Ixh/mr0us= github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21/go.mod h1:tf5+bzsHdTM0bsB7+8mt0GUMvjCgwLpTapNZHU8AajI= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -710,8 +709,8 @@ github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNX github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 h1:WnNuhiq+FOY3jNj6JXFT+eLN3CQ/oPIsDPRanvwsmbI= github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500/go.mod h1:+njLrG5wSeoG4Ds61rFgEzKvenR2UHbjMoDHsczxly0= github.com/shirou/gopsutil/v3 v3.21.12/go.mod h1:BToYZVTlSVlfazpDDYFnsVZLaoRG+g8ufT6fPQLdJzA= -github.com/shirou/gopsutil/v3 v3.24.2 h1:kcR0erMbLg5/3LcInpw0X/rrPSqq4CDPyI6A6ZRC18Y= -github.com/shirou/gopsutil/v3 v3.24.2/go.mod h1:tSg/594BcA+8UdQU2XcW803GWYgdtauFFPgJCJKZlVk= +github.com/shirou/gopsutil/v3 v3.24.4 h1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU= +github.com/shirou/gopsutil/v3 v3.24.4/go.mod h1:lTd2mdiOspcqLgAnr9/nGi71NkeMpWKdmhuxm9GusH8= github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM= github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ= github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU= @@ -785,10 +784,10 @@ github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM= github.com/tidwall/btree v1.7.0 h1:L1fkJH/AuEh5zBnnBbmTwQ5Lt+bRJ5A8EWecslvo9iI= github.com/tidwall/btree v1.7.0/go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY= -github.com/tikv/client-go/v2 v2.0.8-0.20240424052342-0229f4077f0c h1:M97Y/RO0vGpX0FplwGTk02idZDmSPEJlO6fTCPaxkCI= -github.com/tikv/client-go/v2 v2.0.8-0.20240424052342-0229f4077f0c/go.mod h1:+vXk4Aex17GnI8gfSMPxrL0SQLbBYgP3Db4FvHiImwM= -github.com/tikv/pd/client v0.0.0-20240322051414-fb9e2d561b6e h1:u2OoEvmh3qyjIiAKXUPRiFCOSwznByMINDx2fsorjAo= -github.com/tikv/pd/client v0.0.0-20240322051414-fb9e2d561b6e/go.mod h1:Z/QAgOt29zvwBTd0H6pdx45VO6KRNc/O/DzGkVmSyZg= +github.com/tikv/client-go/v2 v2.0.8-0.20240513134913-e1ca512cca19 h1:qkcd3UHP1Z7zc5kBxmBqFE+BvrkJ92DeeeSQSf2RBaQ= +github.com/tikv/client-go/v2 v2.0.8-0.20240513134913-e1ca512cca19/go.mod h1:/4cCrzN6+KY2U5JeR72TllnJTtA5hm9yI6zqlNrvJUo= +github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 h1:1MReqAoXNPyTarVZ3cihghWrmczF6yj+tmBLkj7g9Oc= +github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3/go.mod h1:FaQnRpX8ZXMR8pih4xNdNxqDrwZvpu7GMsJKDZyF9pk= github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a h1:A6uKudFIfAEpoPdaal3aSqGxBzLyU8TqyXImLwo6dIo= github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a/go.mod h1:mkjARE7Yr8qU23YcGMSALbIxTQ9r9QBVahQOBRfU460= github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ3LSFUzyeuhs= @@ -924,8 +923,8 @@ golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4= -golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30= -golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= +golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI= +golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1022,16 +1021,16 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= -golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w= -golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= +golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= -golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI= -golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8= +golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo= +golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1110,9 +1109,9 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y= +golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -1122,8 +1121,8 @@ golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U= -golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q= -golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= +golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw= +golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1131,14 +1130,13 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= -golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= -golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1207,8 +1205,8 @@ golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg= -golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY= -golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg= +golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw= +golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1248,8 +1246,6 @@ google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM= -google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= @@ -1282,12 +1278,12 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 h1:9+tzLLstTlPTRyJTh+ah5wIMsBW5c4tQwGTN3thOW9Y= -google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9/go.mod h1:mqHbVIp48Muh7Ywss/AD6I5kNVKZMmAa/QEW58Gxp2s= +google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de h1:F6qOa9AZTYJXOUEr4jDysRDLrm4PHePlge4v4TGAlxY= +google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:VUhTRKeHn9wwcdrk73nvdC9gF178Tzhmt/qyaFcPLSo= google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 h1:8eadJkXbwDEMNwcB5O0s5Y5eCfyuCLdvaiOIaGTrWmQ= google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8/go.mod h1:O1cOfN1Cy6QEYr7VxtjOyP5AdAuR0aJ/MYZaaof623Y= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 h1:em/y72n4XlYRtayY/cVj6pnVzHa//BDA1BdoO+z9mdE= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7/go.mod h1:UCOku4NytXMJuLQE5VuqA5lX3PcHCBo8pxNyvkf4xBs= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda h1:LI5DOvAxUPMv/50agcLLoo+AdWc1irS9Rzz4vPuD1V4= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY= google.golang.org/grpc v0.0.0-20180607172857-7a6a684ca69e/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= @@ -1304,8 +1300,8 @@ google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.62.1 h1:B4n+nfKzOICUXMgyrNd19h/I9oH0L1pizfk1d4zSgTk= -google.golang.org/grpc v1.62.1/go.mod h1:IWTG0VlJLCh1SkC58F7np9ka9mx/WNkjl4PGJaiq+QE= +google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM= +google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA= google.golang.org/grpc/examples v0.0.0-20231221225426-4f03f3ff32c9 h1:ATnmU8nL2NfIyTSiBvJVDIDIr3qBmeW+c7z7XU21eWs= google.golang.org/grpc/examples v0.0.0-20231221225426-4f03f3ff32c9/go.mod h1:j5uROIAAgi3YmtiETMt1LW0d/lHqQ7wwrIY4uGRXLQ4= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= diff --git a/lightning/tests/lightning_config_max_error/run.sh b/lightning/tests/lightning_config_max_error/run.sh index 171b0d014446b..b43f886a50197 100755 --- a/lightning/tests/lightning_config_max_error/run.sh +++ b/lightning/tests/lightning_config_max_error/run.sh @@ -28,7 +28,7 @@ duplicated_row_count=$(( ${total_row_count} - ${uniq_row_count} )) remaining_row_count=$(( ${uniq_row_count} + ${duplicated_row_count}/2 )) run_sql 'DROP TABLE IF EXISTS mytest.testtbl' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' stderr_file="/tmp/${TEST_NAME}.stderr" @@ -46,7 +46,7 @@ EOF cat "${stderr_file}" grep -q "${err_msg}" "${stderr_file}" -run_sql 'SELECT COUNT(*) FROM lightning_task_info.conflict_error_v2' +run_sql 'SELECT COUNT(*) FROM lightning_task_info.conflict_error_v3' # Although conflict error number exceeds the max-error limit, # all the conflict errors are recorded, # because recording of conflict errors are executed batch by batch (batch size 1024), @@ -56,11 +56,11 @@ check_contains "COUNT(*): ${duplicated_row_count}" # import a second time run_sql 'DROP TABLE IF EXISTS mytest.testtbl' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' run_lightning --backend local --config "${mydir}/normal_config.toml" -run_sql 'SELECT COUNT(*) FROM lightning_task_info.conflict_error_v2' +run_sql 'SELECT COUNT(*) FROM lightning_task_info.conflict_error_v3' check_contains "COUNT(*): ${duplicated_row_count}" # Check remaining records in the target table @@ -70,11 +70,11 @@ check_contains "COUNT(*): ${remaining_row_count}" # import a third time run_sql 'DROP TABLE IF EXISTS mytest.testtbl' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' run_lightning --backend local --config "${mydir}/normal_config_old_style.toml" -run_sql 'SELECT COUNT(*) FROM lightning_task_info.conflict_error_v2' +run_sql 'SELECT COUNT(*) FROM lightning_task_info.conflict_error_v3' check_contains "COUNT(*): ${duplicated_row_count}" # Check remaining records in the target table diff --git a/lightning/tests/lightning_duplicate_detection/run.sh b/lightning/tests/lightning_duplicate_detection/run.sh index 04b9ead60f68a..ec9effd73a82d 100644 --- a/lightning/tests/lightning_duplicate_detection/run.sh +++ b/lightning/tests/lightning_duplicate_detection/run.sh @@ -53,7 +53,7 @@ verify_detected_rows() { done done mapfile -t expect_rows < <(for row in "${expect_rows[@]}"; do echo "$row"; done | sort | uniq) - mapfile -t actual_rows < <(run_sql "SELECT row_data FROM lightning_task_info.conflict_error_v2 WHERE table_name = \"\`dup_detect\`.\`${table}\`\"" | + mapfile -t actual_rows < <(run_sql "SELECT row_data FROM lightning_task_info.conflict_error_v3 WHERE table_name = \"\`dup_detect\`.\`${table}\`\"" | grep "row_data:" | sed 's/^.*(//' | sed 's/).*$//' | sed 's/"//g' | sed 's/, */,/g' | sort | uniq) equal=0 if [ "${#actual_rows[@]}" = "${#expect_rows[@]}" ]; then diff --git a/lightning/tests/lightning_duplicate_resolution_error/run.sh b/lightning/tests/lightning_duplicate_resolution_error/run.sh index d6ae96f6b6b72..164ae140cc10b 100644 --- a/lightning/tests/lightning_duplicate_resolution_error/run.sh +++ b/lightning/tests/lightning_duplicate_resolution_error/run.sh @@ -21,7 +21,7 @@ check_cluster_version 5 2 0 'duplicate detection' || exit 0 mydir=$(dirname "${BASH_SOURCE[0]}") run_sql 'DROP TABLE IF EXISTS dup_resolve.a' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' ! run_lightning --backend local --config "${mydir}/config.toml" [ $? -eq 0 ] diff --git a/lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/run.sh b/lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/run.sh index 2eab9d2bbe77b..b207b55ef8cbb 100644 --- a/lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/run.sh +++ b/lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/run.sh @@ -21,7 +21,7 @@ check_cluster_version 5 2 0 'duplicate detection' || exit 0 mydir=$(dirname "${BASH_SOURCE[0]}") run_sql 'DROP TABLE IF EXISTS dup_resolve.a' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' ! run_lightning --backend local --config "${mydir}/config.toml" [ $? -eq 0 ] diff --git a/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/run.sh b/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/run.sh index 73cb0c301c7c6..65a20892ce342 100644 --- a/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/run.sh +++ b/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/run.sh @@ -21,7 +21,7 @@ check_cluster_version 5 2 0 'duplicate detection' || exit 0 mydir=$(dirname "${BASH_SOURCE[0]}") run_sql 'DROP TABLE IF EXISTS dup_resolve.a' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' ! run_lightning --backend local --config "${mydir}/config.toml" [ $? -eq 0 ] diff --git a/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/run.sh b/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/run.sh index ca9fe272272ee..ef72491c0a114 100644 --- a/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/run.sh +++ b/lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/run.sh @@ -21,7 +21,7 @@ check_cluster_version 5 2 0 'duplicate detection' || exit 0 mydir=$(dirname "${BASH_SOURCE[0]}") run_sql 'DROP TABLE IF EXISTS dup_resolve.a' -run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v2' +run_sql 'DROP TABLE IF EXISTS lightning_task_info.conflict_error_v3' ! run_lightning --backend local --config "${mydir}/config.toml" [ $? -eq 0 ] diff --git a/lightning/tests/lightning_duplicate_resolution_merge/run.sh b/lightning/tests/lightning_duplicate_resolution_merge/run.sh index 56ed4118271e3..9060067362876 100644 --- a/lightning/tests/lightning_duplicate_resolution_merge/run.sh +++ b/lightning/tests/lightning_duplicate_resolution_merge/run.sh @@ -24,7 +24,7 @@ LOG_FILE1="$TEST_DIR/lightning_duplicate_resolution_merge1.log" LOG_FILE2="$TEST_DIR/lightning_duplicate_resolution_merge2.log" # let lightning run a bit slow to avoid some table in the first lightning finish too fast. -export GO_FAILPOINTS="github.com/pingcap/tidb/lightning/pkg/importer/SlowDownImport=sleep(250)" +export GO_FAILPOINTS="github.com/pingcap/tidb/lightning/pkg/importer/SlowDownImport=sleep(1000)" run_lightning --backend local --sorted-kv-dir "$TEST_DIR/lightning_duplicate_resolution_merge.sorted1" \ -d "$CUR/data1" --log-file "$LOG_FILE1" --config "$CUR/config.toml" & @@ -45,7 +45,7 @@ check_contains 'count(*): 10' run_sql 'select count(*) from lightning_task_info.conflict_records' check_contains 'count(*): 16' -run_sql 'select count(*) from lightning_task_info.conflict_error_v2' +run_sql 'select count(*) from lightning_task_info.conflict_error_v3' check_contains 'count(*): 4' run_sql 'select count(*) from lightning_task_info.conflict_view' diff --git a/lightning/tests/lightning_issue_40657/run.sh b/lightning/tests/lightning_issue_40657/run.sh index 4d2934a5ca24e..0f3d9ca5d15cb 100644 --- a/lightning/tests/lightning_issue_40657/run.sh +++ b/lightning/tests/lightning_issue_40657/run.sh @@ -24,7 +24,7 @@ run_lightning -d "$CUR/data1" run_sql 'admin check table test.t' run_sql 'select count(*) from test.t' check_contains 'count(*): 4' -run_sql 'select count(*) from lightning_task_info.conflict_error_v2' +run_sql 'select count(*) from lightning_task_info.conflict_error_v3' check_contains 'count(*): 2' run_sql 'truncate table test.t' diff --git a/lightning/tidb-lightning.toml b/lightning/tidb-lightning.toml index 5e720052f38ae..e7945b1c4eafb 100644 --- a/lightning/tidb-lightning.toml +++ b/lightning/tidb-lightning.toml @@ -89,26 +89,24 @@ driver = "file" # - origin. keep the checkpoints data unchanged. #keep-after-success = "remove" - [conflict] -# Starting from v7.3.0, a new version of strategy is introduced to handle conflicting data. The default value is "". Starting from v8.0.0, TiDB Lightning optimizes the conflict strategy for both physical and logical import modes (experimental). -# - "": In the physical import mode, TiDB Lightning does not detect or handle conflicting data. If the source file contains conflicting primary or unique key records, the subsequent step reports an error. In the logical import mode, TiDB Lightning converts the "" strategy to the "error" strategy for processing. -# - "error": When detecting conflicting primary or unique key records in the imported data, TiDB Lightning terminates the import and reports an error. -# - "replace": When encountering conflicting primary or unique key records, TiDB Lightning retains the latest data and overwrites the old data. -# The conflicting data are recorded in the `lightning_task_info.conflict_error_v2` table (recording conflicting data detected by post-import conflict detection in the physical import mode) -# and the `conflict_records` table (recording conflicting data detected by preprocess conflict detection in both logical and physical import modes) of the target TiDB cluster. -# If you turn on both preprocess and post-import conflict detection in physical import mode, the conflicting data can be checked in `lightning_task_info.conflict_view` view. +# Starting from v7.3.0, a new version of strategy is introduced to handle conflicting data. The default value is "". Starting from v8.0.0, TiDB Lightning optimizes the conflict strategy for both physical and logical import modes. +# - "": in the physical import mode, TiDB Lightning does not detect or handle conflicting data. If the source file contains conflicting primary or unique key records, the subsequent step reports an error. In the logical import mode, TiDB Lightning converts the "" strategy to the "error" strategy for processing. +# - "error": when detecting conflicting primary or unique key records in the imported data, TiDB Lightning terminates the import and reports an error. +# - "replace": when encountering conflicting primary or unique key records, TiDB Lightning retains the latest data and overwrites the old data. +# The conflicting data are recorded in the `lightning_task_info.conflict_error_v2` table (recording conflicting data detected by post-import conflict detection in the physical import mode) and the `conflict_records` table (recording conflicting data detected by preprocess conflict detection in both logical and physical import modes) of the target TiDB cluster. +# If you set `conflict.strategy = "replace"` in physical import mode, the conflicting data can be checked in the `lightning_task_info.conflict_view` view. # You can manually insert the correct records into the target table based on your application requirements. Note that the target TiKV must be v5.2.0 or later versions. -# - "ignore": When encountering conflicting primary or unique key records, TiDB Lightning retains the old data and ignores the new data. This option can only be used in the logical import mode. +# - "ignore": when encountering conflicting primary or unique key records, TiDB Lightning retains the old data and ignores the new data. This option can only be used in the logical import mode. strategy = "" -# Controls whether to enable preprocess conflict detection, which check conflicts in the data before importing it to TiDB. In scenarios where the ratio of conflict records is greater than or equal to 1%, it is recommended to enable preprocess conflict detection for better performance in conflict detection. -# In other scenarios, it is recommended to disable it. The default value is false, indicating that TiDB Lightning only checks conflicts after the import. If you set it to true, TiDB Lightning checks conflicts both before and after the import. This parameter is experimental, and it can be used only in the physical import mode. +# Controls whether to enable preprocess conflict detection, which checks conflicts in data before importing it to TiDB. The default value is false, indicating that TiDB Lightning only checks conflicts after the import. If you set it to true, TiDB Lightning checks conflicts both before and after the import. This parameter can be used only in the physical import mode. It is not recommended to set `precheck-conflict-before-import = true` for now. # precheck-conflict-before-import = false -# Controls the maximum number of conflict errors that can be handled when strategy is "replace" or "ignore". You can set it only when strategy is "replace" or "ignore". The default value is 10000. +# Controls the maximum number of conflict errors that can be handled when strategy is "replace" or "ignore". You can set it only when strategy is "replace" or "ignore". The default value is 10000. If you set the value larger than 10000, it is possible that the import will have performance degradation or fail due to potential errors. # threshold = 10000 -# Controls the maximum number of records in the `conflict_records` table. The default value is 10000. In the physical import mode, if the strategy is "replace", the conflict records that are overwritten are recorded. -# In the logical import mode, if the strategy is "ignore", the conflict records that are ignored are recorded; if the strategy is "replace", the conflict records can not be recorded. -# Starting from v8.1.0, max-record-rows will be assigned the value of threshold, regardless the user input. max-record-rows will be deprecated in the future. +# Controls the maximum number of records in the `conflict_records` table. The default value is 10000. +# Starting from v8.1.0, there is no need to configure `max-record-rows` manually, because TiDB Lightning automatically assigns the value of `max-record-rows` with the value of `threshold`, regardless of the user input. `max-record-rows` will be deprecated in a future release. +# In the physical import mode, if the strategy is "replace", the conflict records that are overwritten are recorded. +# In the logical import mode, if the strategy is "ignore", the conflict records that are ignored are recorded; if the strategy is "replace", the conflict records are not recorded. # max-record-rows = 10000 [tikv-importer] diff --git a/pkg/bindinfo/capture_test.go b/pkg/bindinfo/capture_test.go index 4c4a21c2f498b..a6771bff94971 100644 --- a/pkg/bindinfo/capture_test.go +++ b/pkg/bindinfo/capture_test.go @@ -662,6 +662,7 @@ func TestCaptureTableFilterValid(t *testing.T) { } func TestCaptureWildcardFilter(t *testing.T) { + t.Skip("the old implementation of Capture is considered as deprecated") store, dom := testkit.CreateMockStoreAndDomain(t) tk := testkit.NewTestKit(t, store) @@ -767,6 +768,7 @@ func TestCaptureWildcardFilter(t *testing.T) { } func TestCaptureFilter(t *testing.T) { + t.Skip("the old implementation of Capture is considered as deprecated") store, dom := testkit.CreateMockStoreAndDomain(t) tk := testkit.NewTestKit(t, store) diff --git a/pkg/config/config.go b/pkg/config/config.go index 87d8ca379c151..a376a4a9994b0 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -75,8 +75,8 @@ const ( DefTableColumnCountLimit = 1017 // DefMaxOfTableColumnCountLimit is maximum limitation of the number of columns in a table DefMaxOfTableColumnCountLimit = 4096 - // DefStatsLoadConcurrencyLimit is limit of the concurrency of stats-load - DefStatsLoadConcurrencyLimit = 1 + // DefStatsLoadConcurrencyLimit is limit of the concurrency of stats-load. When it is set to 0, it will be set by syncload.GetSyncLoadConcurrencyByCPU. + DefStatsLoadConcurrencyLimit = 0 // DefMaxOfStatsLoadConcurrencyLimit is maximum limitation of the concurrency of stats-load DefMaxOfStatsLoadConcurrencyLimit = 128 // DefStatsLoadQueueSizeLimit is limit of the size of stats-load request queue @@ -720,7 +720,7 @@ type Performance struct { PlanReplayerGCLease string `toml:"plan-replayer-gc-lease" json:"plan-replayer-gc-lease"` GOGC int `toml:"gogc" json:"gogc"` EnforceMPP bool `toml:"enforce-mpp" json:"enforce-mpp"` - StatsLoadConcurrency uint `toml:"stats-load-concurrency" json:"stats-load-concurrency"` + StatsLoadConcurrency int `toml:"stats-load-concurrency" json:"stats-load-concurrency"` StatsLoadQueueSize uint `toml:"stats-load-queue-size" json:"stats-load-queue-size"` AnalyzePartitionConcurrencyQuota uint `toml:"analyze-partition-concurrency-quota" json:"analyze-partition-concurrency-quota"` PlanReplayerDumpWorkerConcurrency uint `toml:"plan-replayer-dump-worker-concurrency" json:"plan-replayer-dump-worker-concurrency"` @@ -1010,7 +1010,7 @@ var defaultConf = Config{ GOGC: 100, EnforceMPP: false, PlanReplayerGCLease: "10m", - StatsLoadConcurrency: 5, + StatsLoadConcurrency: 0, // 0 is auto mode. StatsLoadQueueSize: 1000, AnalyzePartitionConcurrencyQuota: 16, PlanReplayerDumpWorkerConcurrency: 1, diff --git a/pkg/config/config_test.go b/pkg/config/config_test.go index f222a419ea532..3821c12915b16 100644 --- a/pkg/config/config_test.go +++ b/pkg/config/config_test.go @@ -1290,7 +1290,7 @@ func TestConfigExample(t *testing.T) { func TestStatsLoadLimit(t *testing.T) { conf := NewConfig() checkConcurrencyValid := func(concurrency int, shouldBeValid bool) { - conf.Performance.StatsLoadConcurrency = uint(concurrency) + conf.Performance.StatsLoadConcurrency = concurrency require.Equal(t, shouldBeValid, conf.Valid() == nil) } checkConcurrencyValid(DefStatsLoadConcurrencyLimit, true) diff --git a/pkg/ddl/BUILD.bazel b/pkg/ddl/BUILD.bazel index df643deea7e08..f4afaeb40affc 100644 --- a/pkg/ddl/BUILD.bazel +++ b/pkg/ddl/BUILD.bazel @@ -128,6 +128,7 @@ go_library( "//pkg/table/tables", "//pkg/tablecodec", "//pkg/tidb-binlog/pump_client", + "//pkg/ttl/cache", "//pkg/types", "//pkg/types/parser_driver", "//pkg/util", diff --git a/pkg/ddl/backfilling_dist_executor.go b/pkg/ddl/backfilling_dist_executor.go index afb440a2161a4..c6588333e3b79 100644 --- a/pkg/ddl/backfilling_dist_executor.go +++ b/pkg/ddl/backfilling_dist_executor.go @@ -59,6 +59,7 @@ type BackfillSubTaskMeta struct { RangeSplitKeys [][]byte `json:"range_split_keys,omitempty"` DataFiles []string `json:"data-files,omitempty"` StatFiles []string `json:"stat-files,omitempty"` + TS uint64 `json:"ts,omitempty"` // Each group of MetaGroups represents a different index kvs meta. MetaGroups []*external.SortedKVMeta `json:"meta_groups,omitempty"` // Only used for adding one single index. diff --git a/pkg/ddl/backfilling_dist_scheduler.go b/pkg/ddl/backfilling_dist_scheduler.go index f36a510478eaa..0f59055940b45 100644 --- a/pkg/ddl/backfilling_dist_scheduler.go +++ b/pkg/ddl/backfilling_dist_scheduler.go @@ -42,6 +42,7 @@ import ( "github.com/pingcap/tidb/pkg/table" "github.com/pingcap/tidb/pkg/util/backoff" tidblogutil "github.com/pingcap/tidb/pkg/util/logutil" + "github.com/tikv/client-go/v2/oracle" "github.com/tikv/client-go/v2/tikv" "go.uber.org/zap" ) @@ -405,6 +406,16 @@ func splitSubtaskMetaForOneKVMetaGroup( // Skip global sort for empty table. return nil, nil } + pdCli := store.GetPDClient() + p, l, err := pdCli.GetTS(ctx) + if err != nil { + return nil, err + } + ts := oracle.ComposeTS(p, l) + failpoint.Inject("mockTSForGlobalSort", func(val failpoint.Value) { + i := val.(int) + ts = uint64(i) + }) splitter, err := getRangeSplitter( ctx, store, cloudStorageURI, int64(kvMeta.TotalKVSize), instanceCnt, kvMeta.MultipleFilesStats, logger) if err != nil { @@ -446,6 +457,7 @@ func splitSubtaskMetaForOneKVMetaGroup( DataFiles: dataFiles, StatFiles: statFiles, RangeSplitKeys: rangeSplitKeys, + TS: ts, } metaBytes, err := json.Marshal(m) if err != nil { diff --git a/pkg/ddl/backfilling_import_cloud.go b/pkg/ddl/backfilling_import_cloud.go index fd38a268a06cb..16d9c872e4152 100644 --- a/pkg/ddl/backfilling_import_cloud.go +++ b/pkg/ddl/backfilling_import_cloud.go @@ -95,6 +95,7 @@ func (m *cloudImportExecutor) RunSubtask(ctx context.Context, subtask *proto.Sub TotalKVCount: 0, CheckHotspot: true, }, + TS: sm.TS, }, engineUUID) if err != nil { return err diff --git a/pkg/ddl/backfilling_operators.go b/pkg/ddl/backfilling_operators.go index a95dc8b426eef..75f7b9610ed2a 100644 --- a/pkg/ddl/backfilling_operators.go +++ b/pkg/ddl/backfilling_operators.go @@ -829,7 +829,7 @@ func (s *indexWriteResultSink) flush() error { }) for _, index := range s.indexes { idxInfo := index.Meta() - _, _, err := s.backendCtx.Flush(idxInfo.ID, ingest.FlushModeForceGlobal) + _, _, err := s.backendCtx.Flush(idxInfo.ID, ingest.FlushModeForceFlushAndImport) if err != nil { if common.ErrFoundDuplicateKeys.Equal(err) { err = convertToKeyExistsErr(err, idxInfo, s.tbl.Meta()) diff --git a/pkg/ddl/backfilling_scheduler.go b/pkg/ddl/backfilling_scheduler.go index 6e3a0ee76fbda..05b522ee6630e 100644 --- a/pkg/ddl/backfilling_scheduler.go +++ b/pkg/ddl/backfilling_scheduler.go @@ -397,7 +397,7 @@ func (b *ingestBackfillScheduler) close(force bool) { b.writerPool.ReleaseAndWait() } if b.checkpointMgr != nil { - b.checkpointMgr.Sync() + b.checkpointMgr.Flush() // Get the latest status after all workers are closed so that the result is more accurate. cnt, nextKey := b.checkpointMgr.Status() b.sendResult(&backfillResult{ @@ -585,7 +585,7 @@ func (w *addIndexIngestWorker) HandleTask(rs IndexRecordChunk, _ func(workerpool cnt, nextKey := w.checkpointMgr.Status() result.totalCount = cnt result.nextKey = nextKey - result.err = w.checkpointMgr.UpdateCurrent(rs.ID, count) + result.err = w.checkpointMgr.UpdateWrittenKeys(rs.ID, count) } else { result.addedCount = count result.scanCount = count diff --git a/pkg/ddl/db_integration_test.go b/pkg/ddl/db_integration_test.go index 24125c4b4f9f4..7e86704dc6eba 100644 --- a/pkg/ddl/db_integration_test.go +++ b/pkg/ddl/db_integration_test.go @@ -1593,17 +1593,17 @@ func TestDefaultColumnWithRand(t *testing.T) { tk.MustQuery("show create table t").Check(testkit.Rows( "t CREATE TABLE `t` (\n" + " `c` int(10) DEFAULT NULL,\n" + - " `c1` int(11) DEFAULT rand()\n" + + " `c1` int(11) DEFAULT (rand())\n" + ") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin")) tk.MustQuery("show create table t1").Check(testkit.Rows( "t1 CREATE TABLE `t1` (\n" + " `c` int(11) DEFAULT NULL,\n" + - " `c1` double DEFAULT rand()\n" + + " `c1` double DEFAULT (rand())\n" + ") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin")) tk.MustQuery("show create table t2").Check(testkit.Rows( "t2 CREATE TABLE `t2` (\n" + " `c` int(11) DEFAULT NULL,\n" + - " `c1` double DEFAULT rand(1)\n" + + " `c1` double DEFAULT (rand(1))\n" + ") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin")) // use a non-existent function name diff --git a/pkg/ddl/db_test.go b/pkg/ddl/db_test.go index 72dcc7f7eeb5a..1c3f64c8d9c8e 100644 --- a/pkg/ddl/db_test.go +++ b/pkg/ddl/db_test.go @@ -1076,18 +1076,17 @@ func TestTruncateTableAndSchemaDependence(t *testing.T) { tk.MustExec("create table t(a int);") var wg sync.WaitGroup - - hook := &callback.TestDDLCallback{Do: dom} wg.Add(2) + var timetk2 time.Time var timetk3 time.Time - one := false + first := false f := func(job *model.Job) { - if one { + if first || job.Type != model.ActionTruncateTable { return } - one = true + first = true go func() { tk3.MustExec("drop database test") timetk3 = time.Now() @@ -1096,6 +1095,7 @@ func TestTruncateTableAndSchemaDependence(t *testing.T) { time.Sleep(3 * time.Second) } + hook := &callback.TestDDLCallback{Do: dom} hook.OnJobUpdatedExported.Store(&f) dom.DDL().SetHook(hook) diff --git a/pkg/ddl/ddl_api.go b/pkg/ddl/ddl_api.go index 866c0f8087d03..9262f417ed8ed 100644 --- a/pkg/ddl/ddl_api.go +++ b/pkg/ddl/ddl_api.go @@ -1663,7 +1663,7 @@ func setNoDefaultValueFlag(c *table.Column, hasDefaultValue bool) { } } -func checkDefaultValue(ctx sessionctx.Context, c *table.Column, hasDefaultValue bool) error { +func checkDefaultValue(ctx sessionctx.Context, c *table.Column, hasDefaultValue bool) (err error) { if !hasDefaultValue { return nil } @@ -1675,7 +1675,10 @@ func checkDefaultValue(ctx sessionctx.Context, c *table.Column, hasDefaultValue } return nil } - if _, err := table.GetColDefaultValue(ctx.GetExprCtx(), c.ToInfo()); err != nil { + handleWithTruncateErr(ctx, func() { + _, err = table.GetColDefaultValue(ctx.GetExprCtx(), c.ToInfo()) + }) + if err != nil { return types.ErrInvalidDefault.GenWithStackByArgs(c.Name) } return nil @@ -5513,10 +5516,23 @@ func checkModifyTypes(origin *types.FieldType, to *types.FieldType, needRewriteC return errors.Trace(err) } +// handleWithTruncateErr handles the doFunc with FlagTruncateAsWarning and FlagIgnoreTruncateErr flags, both of which are false. +func handleWithTruncateErr(ctx sessionctx.Context, doFunc func()) { + sv := ctx.GetSessionVars().StmtCtx + oldTypeFlags := sv.TypeFlags() + newTypeFlags := oldTypeFlags.WithTruncateAsWarning(false).WithIgnoreTruncateErr(false) + sv.SetTypeFlags(newTypeFlags) + doFunc() + sv.SetTypeFlags(oldTypeFlags) +} + // SetDefaultValue sets the default value of the column. -func SetDefaultValue(ctx sessionctx.Context, col *table.Column, option *ast.ColumnOption) (bool, error) { - hasDefaultValue := false - value, isSeqExpr, err := getDefaultValue(ctx, col, option) +func SetDefaultValue(ctx sessionctx.Context, col *table.Column, option *ast.ColumnOption) (hasDefaultValue bool, err error) { + var value any + var isSeqExpr bool + handleWithTruncateErr(ctx, func() { + value, isSeqExpr, err = getDefaultValue(ctx, col, option) + }) if err != nil { return false, errors.Trace(err) } @@ -5923,12 +5939,9 @@ func GetModifiableColumnJob( return nil, dbterror.ErrUnsupportedModifyColumn.GenWithStack("cannot parse generated PartitionInfo") } pAst := at.Specs[0].Partition - sv := sctx.GetSessionVars().StmtCtx - oldTypeFlags := sv.TypeFlags() - newTypeFlags := oldTypeFlags.WithTruncateAsWarning(false).WithIgnoreTruncateErr(false) - sv.SetTypeFlags(newTypeFlags) - _, err = buildPartitionDefinitionsInfo(sctx.GetExprCtx(), pAst.Definitions, &newTblInfo, uint64(len(newTblInfo.Partition.Definitions))) - sv.SetTypeFlags(oldTypeFlags) + handleWithTruncateErr(sctx, func() { + _, err = buildPartitionDefinitionsInfo(sctx.GetExprCtx(), pAst.Definitions, &newTblInfo, uint64(len(newTblInfo.Partition.Definitions))) + }) if err != nil { return nil, dbterror.ErrUnsupportedModifyColumn.GenWithStack("New column does not match partition definitions: %s", err.Error()) } diff --git a/pkg/ddl/ddl_worker.go b/pkg/ddl/ddl_worker.go index 4fb7d5a716a96..837a062c8a76a 100644 --- a/pkg/ddl/ddl_worker.go +++ b/pkg/ddl/ddl_worker.go @@ -845,7 +845,7 @@ func (w *JobContext) setDDLLabelForDiagnosis(jobType model.ActionType) { } func (w *worker) HandleJobDone(d *ddlCtx, job *model.Job, t *meta.Meta) error { - if err := w.checkOwnerBeforeCommit(); err != nil { + if err := w.checkBeforeCommit(); err != nil { return err } err := w.finishDDLJob(t, job) @@ -956,7 +956,7 @@ func (w *worker) HandleDDLJobTable(d *ddlCtx, job *model.Job) (int64, error) { return 0, err } - if err = w.checkOwnerBeforeCommit(); err != nil { + if err = w.checkBeforeCommit(); err != nil { d.unlockSchemaVersion(job.ID) return 0, err } @@ -1008,13 +1008,18 @@ func (w *worker) HandleDDLJobTable(d *ddlCtx, job *model.Job) (int64, error) { return schemaVer, nil } -func (w *worker) checkOwnerBeforeCommit() error { +func (w *worker) checkBeforeCommit() error { if !w.ddlCtx.isOwner() && w.tp != localWorker { // Since this TiDB instance is not a DDL owner anymore, // it should not commit any transaction. w.sess.Rollback() return dbterror.ErrNotOwner } + + if err := w.ctx.Err(); err != nil { + // The worker context is canceled, it should not commit any transaction. + return err + } return nil } diff --git a/pkg/ddl/index.go b/pkg/ddl/index.go index f0468554be25b..e98c9ea6e2151 100644 --- a/pkg/ddl/index.go +++ b/pkg/ddl/index.go @@ -1749,9 +1749,12 @@ func writeChunkToLocal( } }() needRestoreForIndexes := make([]bool, len(indexes)) - restore := false + restore, pkNeedRestore := false, false + if c.PrimaryKeyInfo != nil && c.TableInfo.IsCommonHandle && c.TableInfo.CommonHandleVersion != 0 { + pkNeedRestore = tables.NeedRestoredData(c.PrimaryKeyInfo.Columns, c.TableInfo.Columns) + } for i, index := range indexes { - needRestore := tables.NeedRestoredData(index.Meta().Columns, c.TableInfo.Columns) + needRestore := pkNeedRestore || tables.NeedRestoredData(index.Meta().Columns, c.TableInfo.Columns) needRestoreForIndexes[i] = needRestore restore = restore || needRestore } @@ -2471,6 +2474,12 @@ func (w *cleanUpIndexWorker) BackfillData(handleRange reorgBackfillTask) (taskCt return nil }) logSlowOperations(time.Since(oprStartTime), "cleanUpIndexBackfillDataInTxn", 3000) + failpoint.Inject("mockDMLExecution", func(val failpoint.Value) { + //nolint:forcetypeassert + if val.(bool) && MockDMLExecution != nil { + MockDMLExecution() + } + }) return } diff --git a/pkg/ddl/index_cop.go b/pkg/ddl/index_cop.go index 58d6980ad9788..557d72ed900f5 100644 --- a/pkg/ddl/index_cop.go +++ b/pkg/ddl/index_cop.go @@ -121,7 +121,7 @@ func (c *copReqSender) run() { if !ok { return } - if p.checkpointMgr != nil && p.checkpointMgr.IsComplete(task.endKey) { + if p.checkpointMgr != nil && p.checkpointMgr.IsKeyProcessed(task.endKey) { logutil.Logger(p.ctx).Info("checkpoint detected, skip a cop-request task", zap.Int("task ID", task.id), zap.String("task end key", hex.EncodeToString(task.endKey))) @@ -163,7 +163,7 @@ func scanRecords(p *copReqSenderPool, task *reorgBackfillTask, se *sess.Session) return err } if p.checkpointMgr != nil { - p.checkpointMgr.UpdateTotal(task.id, srcChk.NumRows(), done) + p.checkpointMgr.UpdateTotalKeys(task.id, srcChk.NumRows(), done) } idxRs := IndexRecordChunk{ID: task.id, Chunk: srcChk, Done: done} rate := float64(srcChk.MemoryUsage()) / 1024.0 / 1024.0 / time.Since(startTime).Seconds() diff --git a/pkg/ddl/ingest/BUILD.bazel b/pkg/ddl/ingest/BUILD.bazel index 570fafbecac3b..635c16c217fd5 100644 --- a/pkg/ddl/ingest/BUILD.bazel +++ b/pkg/ddl/ingest/BUILD.bazel @@ -48,6 +48,7 @@ go_library( "@com_github_google_uuid//:uuid", "@com_github_pingcap_errors//:errors", "@com_github_pingcap_failpoint//:failpoint", + "@com_github_tikv_client_go_v2//oracle", "@com_github_tikv_client_go_v2//util", "@com_github_tikv_pd_client//:client", "@io_etcd_go_etcd_client_v3//:client", @@ -88,6 +89,8 @@ go_test( "@com_github_pingcap_failpoint//:failpoint", "@com_github_stretchr_testify//assert", "@com_github_stretchr_testify//require", + "@com_github_tikv_client_go_v2//oracle", + "@com_github_tikv_pd_client//:client", "@org_uber_go_goleak//:goleak", ], ) diff --git a/pkg/ddl/ingest/backend.go b/pkg/ddl/ingest/backend.go index 4a382af699e18..1d32df1054175 100644 --- a/pkg/ddl/ingest/backend.go +++ b/pkg/ddl/ingest/backend.go @@ -63,14 +63,14 @@ type BackendCtx interface { type FlushMode byte const ( - // FlushModeAuto means flush when the memory table size reaches the threshold. + // FlushModeAuto means caller does not enforce any flush, the implementation can + // decide it. FlushModeAuto FlushMode = iota - // FlushModeForceLocal means flush all data to local storage. - FlushModeForceLocal - // FlushModeForceLocalAndCheckDiskQuota means flush all data to local storage and check disk quota. - FlushModeForceLocalAndCheckDiskQuota - // FlushModeForceGlobal means import all data in local storage to global storage. - FlushModeForceGlobal + // FlushModeForceFlushNoImport means flush all data to local storage, but don't + // import the data to TiKV. + FlushModeForceFlushNoImport + // FlushModeForceFlushAndImport means flush and import all data to TiKV. + FlushModeForceFlushAndImport ) // litBackendCtx store a backend info for add index reorg task. @@ -183,7 +183,7 @@ func (bc *litBackendCtx) Flush(indexID int64, mode FlushMode) (flushed, imported return false, false, dbterror.ErrIngestFailed.FastGenByArgs("ingest engine not found") } - shouldFlush, shouldImport := bc.ShouldSync(mode) + shouldFlush, shouldImport := bc.checkFlush(mode) if !shouldFlush { return false, false, nil } @@ -250,7 +250,17 @@ func (bc *litBackendCtx) unsafeImportAndReset(ei *engineInfo) error { return err } - err := bc.backend.ResetEngine(bc.ctx, ei.uuid) + resetFn := bc.backend.ResetEngineSkipAllocTS + mgr := bc.GetCheckpointManager() + if mgr == nil { + // disttask case, no need to refresh TS. + // + // TODO(lance6716): for disttask local sort case, we need to use a fixed TS. But + // it doesn't have checkpoint, so we need to find a way to save TS. + resetFn = bc.backend.ResetEngine + } + + err := resetFn(bc.ctx, ei.uuid) if err != nil { logutil.Logger(bc.ctx).Error(LitErrResetEngineFail, zap.Int64("index ID", ei.indexID)) err1 := ei.closedEngine.Cleanup(bc.ctx) @@ -262,34 +272,50 @@ func (bc *litBackendCtx) unsafeImportAndReset(ei *engineInfo) error { ei.closedEngine = nil return err } + + if mgr == nil { + return nil + } + + // for local disk case, we need to refresh TS because duplicate detection + // requires each ingest to have a unique TS. + // + // TODO(lance6716): there's still a chance that data is imported but because of + // checkpoint is low-watermark, the data will still be imported again with + // another TS after failover. Need to refine the checkpoint mechanism. + newTS, err := mgr.refreshTSAndUpdateCP() + if err != nil { + return errors.Trace(err) + } + ei.openedEngine.SetTS(newTS) return nil } // ForceSyncFlagForTest is a flag to force sync only for test. var ForceSyncFlagForTest = false -func (bc *litBackendCtx) ShouldSync(mode FlushMode) (shouldFlush bool, shouldImport bool) { - if mode == FlushModeForceGlobal || ForceSyncFlagForTest { +func (bc *litBackendCtx) checkFlush(mode FlushMode) (shouldFlush bool, shouldImport bool) { + failpoint.Inject("forceSyncFlagForTest", func() { + // used in a manual test + ForceSyncFlagForTest = true + }) + if mode == FlushModeForceFlushAndImport || ForceSyncFlagForTest { return true, true } - if mode == FlushModeForceLocal { + if mode == FlushModeForceFlushNoImport { return true, false } bc.diskRoot.UpdateUsage() shouldImport = bc.diskRoot.ShouldImport() - if mode == FlushModeForceLocalAndCheckDiskQuota { - shouldFlush = true - } else { - interval := bc.updateInterval - // This failpoint will be manually set through HTTP status port. - failpoint.Inject("mockSyncIntervalMs", func(val failpoint.Value) { - if v, ok := val.(int); ok { - interval = time.Duration(v) * time.Millisecond - } - }) - shouldFlush = shouldImport || - time.Since(bc.timeOfLastFlush.Load()) >= interval - } + interval := bc.updateInterval + // This failpoint will be manually set through HTTP status port. + failpoint.Inject("mockSyncIntervalMs", func(val failpoint.Value) { + if v, ok := val.(int); ok { + interval = time.Duration(v) * time.Millisecond + } + }) + shouldFlush = shouldImport || + time.Since(bc.timeOfLastFlush.Load()) >= interval return shouldFlush, shouldImport } diff --git a/pkg/ddl/ingest/checkpoint.go b/pkg/ddl/ingest/checkpoint.go index cde9bcbbc20ea..1b6a7d6aee916 100644 --- a/pkg/ddl/ingest/checkpoint.go +++ b/pkg/ddl/ingest/checkpoint.go @@ -25,61 +25,71 @@ import ( "time" "github.com/pingcap/errors" + "github.com/pingcap/failpoint" "github.com/pingcap/tidb/pkg/config" sess "github.com/pingcap/tidb/pkg/ddl/internal/session" "github.com/pingcap/tidb/pkg/ddl/logutil" "github.com/pingcap/tidb/pkg/ddl/util" "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/meta" + "github.com/tikv/client-go/v2/oracle" + pd "github.com/tikv/pd/client" "go.uber.org/zap" ) -// CheckpointManager is a checkpoint manager implementation that used by non-distributed reorganization. +// CheckpointManager is a checkpoint manager implementation that used by +// non-distributed reorganization. It manages the data as two-level checkpoints: +// "flush"ed to local storage and "import"ed to TiKV. The checkpoint is saved in +// a table in the TiDB cluster. type CheckpointManager struct { - ctx context.Context - flushCtrl FlushController - sessPool *sess.Pool - jobID int64 - indexIDs []int64 + ctx context.Context + cancel context.CancelFunc + flushCtrl FlushController + sessPool *sess.Pool + jobID int64 + indexIDs []int64 + localStoreDir string + pdCli pd.Client + logger *zap.Logger // Derived and unchanged after the initialization. instanceAddr string localDataIsValid bool // Live in memory. - checkpoints map[int]*TaskCheckpoint // task ID -> checkpoint - mu sync.Mutex - minTaskIDSynced int - dirty bool + mu sync.Mutex + checkpoints map[int]*taskCheckpoint // task ID -> checkpoint + // we require each task ID to be continuous and start from 1. + minTaskIDFinished int + dirty bool // Local meta. - pidLocal int64 - startLocal kv.Key - endLocal kv.Key + pidFlushed int64 + startKeyFlushed kv.Key + endKeyFlushed kv.Key // Persisted to the storage. - minKeySyncLocal kv.Key - minKeySyncGlobal kv.Key - localCnt int - globalCnt int + flushedKeyLowWatermark kv.Key + importedKeyLowWatermark kv.Key + flushedKeyCnt int + importedKeyCnt int // Global meta. - pidGlobal int64 - startGlobal kv.Key - endGlobal kv.Key + pidImported int64 + startKeyImported kv.Key + endKeyImported kv.Key + ts uint64 // For persisting the checkpoint periodically. - updating bool - updaterWg sync.WaitGroup - updaterCh chan *sync.WaitGroup - updaterExitCh chan struct{} + updaterWg sync.WaitGroup + updaterCh chan chan struct{} } -// TaskCheckpoint is the checkpoint for a single task. -type TaskCheckpoint struct { +// taskCheckpoint is the checkpoint for a single task. +type taskCheckpoint struct { totalKeys int - currentKeys int + writtenKeys int checksum int64 endKey kv.Key - lastBatchSent bool + lastBatchRead bool } // FlushController is an interface to control the flush of the checkpoint. @@ -88,23 +98,37 @@ type FlushController interface { } // NewCheckpointManager creates a new checkpoint manager. -func NewCheckpointManager(ctx context.Context, flushCtrl FlushController, - sessPool *sess.Pool, jobID int64, indexIDs []int64) (*CheckpointManager, error) { - instanceAddr := InitInstanceAddr() +func NewCheckpointManager( + ctx context.Context, + flushCtrl FlushController, + sessPool *sess.Pool, + jobID int64, + indexIDs []int64, + localStoreDir string, + pdCli pd.Client, +) (*CheckpointManager, error) { + instanceAddr := InstanceAddr() + ctx2, cancel := context.WithCancel(ctx) + logger := logutil.DDLIngestLogger().With( + zap.Int64("jobID", jobID), zap.Int64s("indexIDs", indexIDs)) + cm := &CheckpointManager{ - ctx: ctx, + ctx: ctx2, + cancel: cancel, flushCtrl: flushCtrl, sessPool: sessPool, jobID: jobID, indexIDs: indexIDs, - checkpoints: make(map[int]*TaskCheckpoint, 16), + localStoreDir: localStoreDir, + pdCli: pdCli, + logger: logger, + checkpoints: make(map[int]*taskCheckpoint, 16), mu: sync.Mutex{}, instanceAddr: instanceAddr, updaterWg: sync.WaitGroup{}, - updaterExitCh: make(chan struct{}), - updaterCh: make(chan *sync.WaitGroup), + updaterCh: make(chan chan struct{}), } - err := cm.resumeCheckpoint() + err := cm.resumeOrInitCheckpoint() if err != nil { return nil, err } @@ -113,65 +137,70 @@ func NewCheckpointManager(ctx context.Context, flushCtrl FlushController, cm.updateCheckpointLoop() cm.updaterWg.Done() }() - logutil.DDLIngestLogger().Info("create checkpoint manager", - zap.Int64("jobID", jobID), zap.Int64s("indexIDs", indexIDs)) + logger.Info("create checkpoint manager") return cm, nil } -// InitInstanceAddr returns the string concat with instance address and temp-dir. -func InitInstanceAddr() string { +// InstanceAddr returns the string concat with instance address and temp-dir. +func InstanceAddr() string { cfg := config.GetGlobalConfig() dsn := net.JoinHostPort(cfg.AdvertiseAddress, strconv.Itoa(int(cfg.Port))) return fmt.Sprintf("%s:%s", dsn, cfg.TempDir) } -// IsComplete checks if the task is complete. -// This is called before the reader reads the data and decides whether to skip the current task. -func (s *CheckpointManager) IsComplete(end kv.Key) bool { +// IsKeyProcessed checks if the key is processed. The key may not be imported. +// This is called before the reader reads the data and decides whether to skip +// the current task. +func (s *CheckpointManager) IsKeyProcessed(end kv.Key) bool { s.mu.Lock() defer s.mu.Unlock() - if len(s.minKeySyncGlobal) > 0 && end.Cmp(s.minKeySyncGlobal) <= 0 { + if len(s.importedKeyLowWatermark) > 0 && end.Cmp(s.importedKeyLowWatermark) <= 0 { return true } - return s.localDataIsValid && len(s.minKeySyncLocal) > 0 && end.Cmp(s.minKeySyncLocal) <= 0 + return s.localDataIsValid && len(s.flushedKeyLowWatermark) > 0 && end.Cmp(s.flushedKeyLowWatermark) <= 0 } // Status returns the status of the checkpoint. -func (s *CheckpointManager) Status() (int, kv.Key) { +func (s *CheckpointManager) Status() (keyCnt int, minKeyImported kv.Key) { s.mu.Lock() defer s.mu.Unlock() total := 0 for _, cp := range s.checkpoints { - total += cp.currentKeys + total += cp.writtenKeys } - return s.localCnt + total, s.minKeySyncGlobal + // TODO(lance6716): ??? + return s.flushedKeyCnt + total, s.importedKeyLowWatermark } -// Register registers a new task. +// Register registers a new task. taskID MUST be continuous ascending and start +// from 1. +// +// TODO(lance6716): remove this constraint, use endKey as taskID and use +// ordered map type for checkpoints. func (s *CheckpointManager) Register(taskID int, end kv.Key) { s.mu.Lock() defer s.mu.Unlock() - s.checkpoints[taskID] = &TaskCheckpoint{ + s.checkpoints[taskID] = &taskCheckpoint{ endKey: end, } } -// UpdateTotal updates the total keys of the task. +// UpdateTotalKeys updates the total keys of the task. // This is called by the reader after reading the data to update the number of rows contained in the current chunk. -func (s *CheckpointManager) UpdateTotal(taskID int, added int, last bool) { +func (s *CheckpointManager) UpdateTotalKeys(taskID int, delta int, last bool) { s.mu.Lock() defer s.mu.Unlock() cp := s.checkpoints[taskID] - cp.totalKeys += added - cp.lastBatchSent = last + cp.totalKeys += delta + cp.lastBatchRead = last } -// UpdateCurrent updates the current keys of the task. +// UpdateWrittenKeys updates the written keys of the task. // This is called by the writer after writing the local engine to update the current number of rows written. -func (s *CheckpointManager) UpdateCurrent(taskID int, added int) error { +func (s *CheckpointManager) UpdateWrittenKeys(taskID int, delta int) error { s.mu.Lock() cp := s.checkpoints[taskID] - cp.currentKeys += added + cp.writtenKeys += delta s.mu.Unlock() flushed, imported, _, err := TryFlushAllIndexes(s.flushCtrl, FlushModeAuto, s.indexIDs) @@ -179,75 +208,96 @@ func (s *CheckpointManager) UpdateCurrent(taskID int, added int) error { return err } + failpoint.Inject("resignAfterFlush", func() { + // used in a manual test + ResignOwnerForTest.Store(true) + // wait until ResignOwnerForTest is processed + for ResignOwnerForTest.Load() { + time.Sleep(100 * time.Millisecond) + } + }) + s.mu.Lock() defer s.mu.Unlock() - s.progressLocalSyncMinKey() - if imported && s.minKeySyncGlobal.Cmp(s.minKeySyncLocal) != 0 { - s.minKeySyncGlobal = s.minKeySyncLocal - s.globalCnt = s.localCnt + s.afterFlush() + if imported && s.importedKeyLowWatermark.Cmp(s.flushedKeyLowWatermark) != 0 { + // TODO(lance6716): add warning log if cmp > 0 + s.importedKeyLowWatermark = s.flushedKeyLowWatermark + s.importedKeyCnt = s.flushedKeyCnt s.dirty = true - s.pidGlobal = s.pidLocal - s.startGlobal = s.startLocal - s.endGlobal = s.endLocal + s.pidImported = s.pidFlushed + s.startKeyImported = s.startKeyFlushed + s.endKeyImported = s.endKeyFlushed } return nil } -func (s *CheckpointManager) progressLocalSyncMinKey() { +// afterFlush should be called after all engine is flushed. +func (s *CheckpointManager) afterFlush() { for { - cp := s.checkpoints[s.minTaskIDSynced+1] - if cp == nil || !cp.lastBatchSent || cp.currentKeys < cp.totalKeys { + cp := s.checkpoints[s.minTaskIDFinished+1] + if cp == nil || !cp.lastBatchRead || cp.writtenKeys < cp.totalKeys { break } - s.minTaskIDSynced++ - s.minKeySyncLocal = cp.endKey - s.localCnt += cp.totalKeys - delete(s.checkpoints, s.minTaskIDSynced) + s.minTaskIDFinished++ + s.flushedKeyLowWatermark = cp.endKey + s.flushedKeyCnt += cp.totalKeys + delete(s.checkpoints, s.minTaskIDFinished) s.dirty = true } } // Close closes the checkpoint manager. func (s *CheckpointManager) Close() { - s.updaterExitCh <- struct{}{} + s.cancel() s.updaterWg.Wait() - logutil.DDLIngestLogger().Info("close checkpoint manager", - zap.Int64("jobID", s.jobID), zap.Int64s("indexIDs", s.indexIDs)) + s.logger.Info("close checkpoint manager") } -// Sync syncs the checkpoint. -func (s *CheckpointManager) Sync() { - _, _, _, err := TryFlushAllIndexes(s.flushCtrl, FlushModeForceLocal, s.indexIDs) +// Flush flushed the data and updates checkpoint. +func (s *CheckpointManager) Flush() { + // use FlushModeForceFlushNoImport to finish the flush process timely. + _, _, _, err := TryFlushAllIndexes(s.flushCtrl, FlushModeForceFlushNoImport, s.indexIDs) if err != nil { - logutil.DDLIngestLogger().Warn("flush local engine failed", zap.Error(err)) + s.logger.Warn("flush local engine failed", zap.Error(err)) } s.mu.Lock() - s.progressLocalSyncMinKey() + s.afterFlush() s.mu.Unlock() - wg := sync.WaitGroup{} - wg.Add(1) - s.updaterCh <- &wg - wg.Wait() + + err = s.updateCheckpoint() + if err != nil { + s.logger.Error("update checkpoint failed", zap.Error(err)) + } } // Reset resets the checkpoint manager between two partitions. func (s *CheckpointManager) Reset(newPhysicalID int64, start, end kv.Key) { s.mu.Lock() defer s.mu.Unlock() - logutil.DDLIngestLogger().Info("reset checkpoint manager", - zap.Int64("newPhysicalID", newPhysicalID), zap.Int64("oldPhysicalID", s.pidLocal), - zap.Int64s("indexIDs", s.indexIDs), zap.Int64("jobID", s.jobID), zap.Int("localCnt", s.localCnt)) - if s.pidLocal != newPhysicalID { - s.minKeySyncLocal = nil - s.minKeySyncGlobal = nil - s.minTaskIDSynced = 0 - s.pidLocal = newPhysicalID - s.startLocal = start - s.endLocal = end + + s.logger.Info("reset checkpoint manager", + zap.Int64("newPhysicalID", newPhysicalID), + zap.Int64("oldPhysicalID", s.pidFlushed), + zap.Int("flushedKeyCnt", s.flushedKeyCnt)) + if s.pidFlushed != newPhysicalID { + s.flushedKeyLowWatermark = nil + s.importedKeyLowWatermark = nil + s.minTaskIDFinished = 0 + s.pidFlushed = newPhysicalID + s.startKeyFlushed = start + s.endKeyFlushed = end } } +// GetTS returns the TS saved in checkpoint. +func (s *CheckpointManager) GetTS() uint64 { + s.mu.Lock() + defer s.mu.Unlock() + return s.ts +} + // JobReorgMeta is the metadata for a reorg job. type JobReorgMeta struct { Checkpoint *ReorgCheckpoint `json:"reorg_checkpoint"` @@ -264,6 +314,8 @@ type ReorgCheckpoint struct { PhysicalID int64 `json:"physical_id"` StartKey kv.Key `json:"start_key"` EndKey kv.Key `json:"end_key"` + // TS of next engine ingest. + TS uint64 `json:"ts"` Version int64 `json:"version"` } @@ -274,14 +326,14 @@ const ( JobCheckpointVersion1 = 1 ) -func (s *CheckpointManager) resumeCheckpoint() error { +func (s *CheckpointManager) resumeOrInitCheckpoint() error { sessCtx, err := s.sessPool.Get() if err != nil { return errors.Trace(err) } defer s.sessPool.Put(sessCtx) ddlSess := sess.NewSession(sessCtx) - return ddlSess.RunInTxn(func(se *sess.Session) error { + err = ddlSess.RunInTxn(func(se *sess.Session) error { template := "select reorg_meta from mysql.tidb_ddl_reorg where job_id = %d and ele_type = %s;" sql := fmt.Sprintf(template, s.jobID, util.WrapKey2String(meta.IndexElementKey)) ctx := kv.WithInternalSourceType(s.ctx, kv.InternalTxnBackfillDDLPrefix+"add_index") @@ -289,6 +341,7 @@ func (s *CheckpointManager) resumeCheckpoint() error { if err != nil { return errors.Trace(err) } + if len(rows) == 0 || rows[0].IsNull(0) { return nil } @@ -299,47 +352,60 @@ func (s *CheckpointManager) resumeCheckpoint() error { return errors.Trace(err) } if cp := reorgMeta.Checkpoint; cp != nil { - s.minKeySyncGlobal = cp.GlobalSyncKey - s.globalCnt = cp.GlobalKeyCount - s.pidGlobal = cp.PhysicalID - s.startGlobal = cp.StartKey - s.endGlobal = cp.EndKey - if s.instanceAddr == cp.InstanceAddr || cp.InstanceAddr == "" /* initial state */ { + s.importedKeyLowWatermark = cp.GlobalSyncKey + s.importedKeyCnt = cp.GlobalKeyCount + s.pidImported = cp.PhysicalID + s.startKeyImported = cp.StartKey + s.endKeyImported = cp.EndKey + s.ts = cp.TS + if util.FolderNotEmpty(s.localStoreDir) && + (s.instanceAddr == cp.InstanceAddr || cp.InstanceAddr == "" /* initial state */) { s.localDataIsValid = true - s.minKeySyncLocal = cp.LocalSyncKey - s.localCnt = cp.LocalKeyCount + s.flushedKeyLowWatermark = cp.LocalSyncKey + s.flushedKeyCnt = cp.LocalKeyCount } - logutil.DDLIngestLogger().Info("resume checkpoint", - zap.Int64("job ID", s.jobID), zap.Int64s("index IDs", s.indexIDs), - zap.String("local checkpoint", hex.EncodeToString(s.minKeySyncLocal)), - zap.String("global checkpoint", hex.EncodeToString(s.minKeySyncGlobal)), + s.logger.Info("resume checkpoint", + zap.String("flushed key low watermark", hex.EncodeToString(s.flushedKeyLowWatermark)), + zap.String("imported key low watermark", hex.EncodeToString(s.importedKeyLowWatermark)), zap.Int64("physical table ID", cp.PhysicalID), zap.String("previous instance", cp.InstanceAddr), zap.String("current instance", s.instanceAddr)) return nil } - logutil.DDLIngestLogger().Info("checkpoint is empty", - zap.Int64("job ID", s.jobID), zap.Int64s("index IDs", s.indexIDs)) + s.logger.Info("checkpoint is empty") return nil }) + if err != nil { + return errors.Trace(err) + } + + if s.ts > 0 { + return nil + } + // if TS is not set, we need to allocate a TS and save it to the storage before + // continue. + p, l, err := s.pdCli.GetTS(s.ctx) + if err != nil { + return errors.Trace(err) + } + ts := oracle.ComposeTS(p, l) + s.ts = ts + return s.updateCheckpointImpl() } -func (s *CheckpointManager) updateCheckpoint() error { +// updateCheckpointImpl is only used by updateCheckpointLoop goroutine or in +// NewCheckpointManager. In other cases, use updateCheckpoint instead. +func (s *CheckpointManager) updateCheckpointImpl() error { s.mu.Lock() - currentLocalKey := s.minKeySyncLocal - currentGlobalKey := s.minKeySyncGlobal - currentLocalCnt := s.localCnt - currentGlobalCnt := s.globalCnt - currentGlobalPID := s.pidGlobal - currentGlobalStart := s.startGlobal - currentGlobalEnd := s.endGlobal - s.updating = true + flushedKeyLowWatermark := s.flushedKeyLowWatermark + importedKeyLowWatermark := s.importedKeyLowWatermark + flushedKeyCnt := s.flushedKeyCnt + importedKeyCnt := s.importedKeyCnt + pidImported := s.pidImported + startKeyImported := s.startKeyImported + endKeyImported := s.endKeyImported + ts := s.ts s.mu.Unlock() - defer func() { - s.mu.Lock() - s.updating = false - s.mu.Unlock() - }() sessCtx, err := s.sessPool.Get() if err != nil { @@ -350,14 +416,15 @@ func (s *CheckpointManager) updateCheckpoint() error { err = ddlSess.RunInTxn(func(se *sess.Session) error { template := "update mysql.tidb_ddl_reorg set reorg_meta = %s where job_id = %d and ele_type = %s;" cp := &ReorgCheckpoint{ - LocalSyncKey: currentLocalKey, - GlobalSyncKey: currentGlobalKey, - LocalKeyCount: currentLocalCnt, - GlobalKeyCount: currentGlobalCnt, + LocalSyncKey: flushedKeyLowWatermark, + GlobalSyncKey: importedKeyLowWatermark, + LocalKeyCount: flushedKeyCnt, + GlobalKeyCount: importedKeyCnt, InstanceAddr: s.instanceAddr, - PhysicalID: currentGlobalPID, - StartKey: currentGlobalStart, - EndKey: currentGlobalEnd, + PhysicalID: pidImported, + StartKey: startKeyImported, + EndKey: endKeyImported, + TS: ts, Version: JobCheckpointVersionCurrent, } rawReorgMeta, err := json.Marshal(JobReorgMeta{Checkpoint: cp}) @@ -375,39 +442,74 @@ func (s *CheckpointManager) updateCheckpoint() error { s.mu.Unlock() return nil }) - logutil.DDLIngestLogger().Info("update checkpoint", - zap.Int64("job ID", s.jobID), zap.Int64s("index IDs", s.indexIDs), - zap.String("local checkpoint", hex.EncodeToString(currentLocalKey)), - zap.String("global checkpoint", hex.EncodeToString(currentGlobalKey)), - zap.Int64("global physical ID", currentGlobalPID), + s.logger.Info("update checkpoint", + zap.String("local checkpoint", hex.EncodeToString(flushedKeyLowWatermark)), + zap.String("global checkpoint", hex.EncodeToString(importedKeyLowWatermark)), + zap.Int64("global physical ID", pidImported), zap.Error(err)) return err } func (s *CheckpointManager) updateCheckpointLoop() { + failpoint.Inject("checkpointLoopExit", func() { + // used in a manual test + failpoint.Return() + }) ticker := time.NewTicker(10 * time.Second) defer ticker.Stop() for { select { - case wg := <-s.updaterCh: - err := s.updateCheckpoint() + case finishCh := <-s.updaterCh: + err := s.updateCheckpointImpl() if err != nil { - logutil.DDLIngestLogger().Error("update checkpoint failed", zap.Error(err)) + s.logger.Error("update checkpoint failed", zap.Error(err)) } - wg.Done() + close(finishCh) case <-ticker.C: s.mu.Lock() - if !s.dirty || s.updating { + if !s.dirty { s.mu.Unlock() continue } s.mu.Unlock() - err := s.updateCheckpoint() + err := s.updateCheckpointImpl() if err != nil { - logutil.DDLIngestLogger().Error("update checkpoint failed", zap.Error(err)) + s.logger.Error("periodically update checkpoint failed", zap.Error(err)) } - case <-s.updaterExitCh: + case <-s.ctx.Done(): return } } } + +func (s *CheckpointManager) updateCheckpoint() error { + failpoint.Inject("checkpointLoopExit", func() { + // used in a manual test + failpoint.Return(errors.New("failpoint triggered so can't update checkpoint")) + }) + finishCh := make(chan struct{}) + select { + case s.updaterCh <- finishCh: + case <-s.ctx.Done(): + return s.ctx.Err() + } + // wait updateCheckpointLoop to finish checkpoint update. + select { + case <-finishCh: + case <-s.ctx.Done(): + return s.ctx.Err() + } + return nil +} + +func (s *CheckpointManager) refreshTSAndUpdateCP() (uint64, error) { + p, l, err := s.pdCli.GetTS(s.ctx) + if err != nil { + return 0, errors.Trace(err) + } + newTS := oracle.ComposeTS(p, l) + s.mu.Lock() + s.ts = newTS + s.mu.Unlock() + return newTS, s.updateCheckpoint() +} diff --git a/pkg/ddl/ingest/checkpoint_test.go b/pkg/ddl/ingest/checkpoint_test.go index 55c701b229ae2..d8ccec06f305c 100644 --- a/pkg/ddl/ingest/checkpoint_test.go +++ b/pkg/ddl/ingest/checkpoint_test.go @@ -17,6 +17,8 @@ package ingest_test import ( "context" "encoding/json" + "os" + "path/filepath" "testing" "github.com/ngaut/pools" @@ -24,8 +26,30 @@ import ( "github.com/pingcap/tidb/pkg/ddl/internal/session" "github.com/pingcap/tidb/pkg/testkit" "github.com/stretchr/testify/require" + "github.com/tikv/client-go/v2/oracle" + pd "github.com/tikv/pd/client" ) +func createDummyFile(t *testing.T, folder string) { + f, err := os.Create(filepath.Join(folder, "test-file")) + require.NoError(t, err) + require.NoError(t, f.Close()) +} + +var ( + mockPTS int64 = 12 + mockLTS int64 = 34 + expectedTS = oracle.ComposeTS(mockPTS, mockLTS) +) + +type mockGetTSClient struct { + pd.Client +} + +func (m mockGetTSClient) GetTS(context.Context) (int64, int64, error) { + return mockPTS, mockLTS, nil +} + func TestCheckpointManager(t *testing.T) { store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) @@ -38,45 +62,47 @@ func TestCheckpointManager(t *testing.T) { ctx := context.Background() sessPool := session.NewSessionPool(rs, store) flushCtrl := &dummyFlushCtrl{imported: false} - mgr, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}) + tmpFolder := t.TempDir() + createDummyFile(t, tmpFolder) + mgr, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}, tmpFolder, mockGetTSClient{}) require.NoError(t, err) defer mgr.Close() mgr.Register(1, []byte{'1', '9'}) mgr.Register(2, []byte{'2', '9'}) - mgr.UpdateTotal(1, 100, false) - require.False(t, mgr.IsComplete([]byte{'1', '9'})) - require.NoError(t, mgr.UpdateCurrent(1, 100)) - require.False(t, mgr.IsComplete([]byte{'1', '9'})) - mgr.UpdateTotal(1, 100, true) - require.NoError(t, mgr.UpdateCurrent(1, 100)) + mgr.UpdateTotalKeys(1, 100, false) + require.False(t, mgr.IsKeyProcessed([]byte{'1', '9'})) + require.NoError(t, mgr.UpdateWrittenKeys(1, 100)) + require.False(t, mgr.IsKeyProcessed([]byte{'1', '9'})) + mgr.UpdateTotalKeys(1, 100, true) + require.NoError(t, mgr.UpdateWrittenKeys(1, 100)) // The data is not imported to the storage yet. - require.False(t, mgr.IsComplete([]byte{'1', '9'})) + require.False(t, mgr.IsKeyProcessed([]byte{'1', '9'})) flushCtrl.imported = true // Mock the data is imported to the storage. - require.NoError(t, mgr.UpdateCurrent(2, 0)) - require.True(t, mgr.IsComplete([]byte{'1', '9'})) + require.NoError(t, mgr.UpdateWrittenKeys(2, 0)) + require.True(t, mgr.IsKeyProcessed([]byte{'1', '9'})) // Only when the last batch is completed, the job can be completed. - mgr.UpdateTotal(2, 50, false) - mgr.UpdateTotal(2, 50, true) - require.NoError(t, mgr.UpdateCurrent(2, 50)) - require.True(t, mgr.IsComplete([]byte{'1', '9'})) - require.False(t, mgr.IsComplete([]byte{'2', '9'})) - require.NoError(t, mgr.UpdateCurrent(2, 50)) - require.True(t, mgr.IsComplete([]byte{'1', '9'})) - require.True(t, mgr.IsComplete([]byte{'2', '9'})) + mgr.UpdateTotalKeys(2, 50, false) + mgr.UpdateTotalKeys(2, 50, true) + require.NoError(t, mgr.UpdateWrittenKeys(2, 50)) + require.True(t, mgr.IsKeyProcessed([]byte{'1', '9'})) + require.False(t, mgr.IsKeyProcessed([]byte{'2', '9'})) + require.NoError(t, mgr.UpdateWrittenKeys(2, 50)) + require.True(t, mgr.IsKeyProcessed([]byte{'1', '9'})) + require.True(t, mgr.IsKeyProcessed([]byte{'2', '9'})) // Only when the subsequent job is completed, the previous job can be completed. mgr.Register(3, []byte{'3', '9'}) mgr.Register(4, []byte{'4', '9'}) mgr.Register(5, []byte{'5', '9'}) - mgr.UpdateTotal(3, 100, true) - mgr.UpdateTotal(4, 100, true) - mgr.UpdateTotal(5, 100, true) - require.NoError(t, mgr.UpdateCurrent(5, 100)) - require.NoError(t, mgr.UpdateCurrent(4, 100)) - require.False(t, mgr.IsComplete([]byte{'3', '9'})) - require.False(t, mgr.IsComplete([]byte{'4', '9'})) + mgr.UpdateTotalKeys(3, 100, true) + mgr.UpdateTotalKeys(4, 100, true) + mgr.UpdateTotalKeys(5, 100, true) + require.NoError(t, mgr.UpdateWrittenKeys(5, 100)) + require.NoError(t, mgr.UpdateWrittenKeys(4, 100)) + require.False(t, mgr.IsKeyProcessed([]byte{'3', '9'})) + require.False(t, mgr.IsKeyProcessed([]byte{'4', '9'})) } func TestCheckpointManagerUpdateReorg(t *testing.T) { @@ -91,14 +117,16 @@ func TestCheckpointManagerUpdateReorg(t *testing.T) { ctx := context.Background() sessPool := session.NewSessionPool(rs, store) flushCtrl := &dummyFlushCtrl{imported: true} - mgr, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}) + tmpFolder := t.TempDir() + createDummyFile(t, tmpFolder) + mgr, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}, tmpFolder, mockGetTSClient{}) require.NoError(t, err) defer mgr.Close() mgr.Register(1, []byte{'1', '9'}) - mgr.UpdateTotal(1, 100, true) - require.NoError(t, mgr.UpdateCurrent(1, 100)) - mgr.Sync() // Wait the global checkpoint to be updated to the reorg table. + mgr.UpdateTotalKeys(1, 100, true) + require.NoError(t, mgr.UpdateWrittenKeys(1, 100)) + mgr.Flush() // Wait the global checkpoint to be updated to the reorg table. r, err := tk.Exec("select reorg_meta from mysql.tidb_ddl_reorg where job_id = 1 and ele_id = 1;") require.NoError(t, err) req := r.NewChunk(nil) @@ -114,6 +142,7 @@ func TestCheckpointManagerUpdateReorg(t *testing.T) { require.Equal(t, 100, reorgMeta.Checkpoint.LocalKeyCount) require.EqualValues(t, []byte{'1', '9'}, reorgMeta.Checkpoint.GlobalSyncKey) require.EqualValues(t, []byte{'1', '9'}, reorgMeta.Checkpoint.LocalSyncKey) + require.EqualValues(t, expectedTS, reorgMeta.Checkpoint.TS) } func TestCheckpointManagerResumeReorg(t *testing.T) { @@ -122,12 +151,13 @@ func TestCheckpointManagerResumeReorg(t *testing.T) { tk.MustExec("use test") reorgMeta := &ingest.JobReorgMeta{ Checkpoint: &ingest.ReorgCheckpoint{ - LocalSyncKey: []byte{'1', '9'}, + LocalSyncKey: []byte{'2', '9'}, LocalKeyCount: 100, - GlobalSyncKey: []byte{'2', '9'}, + GlobalSyncKey: []byte{'1', '9'}, GlobalKeyCount: 200, - InstanceAddr: ingest.InitInstanceAddr(), + InstanceAddr: ingest.InstanceAddr(), Version: 1, + TS: 123456, }, } reorgMetaRaw, err := json.Marshal(reorgMeta) @@ -140,14 +170,28 @@ func TestCheckpointManagerResumeReorg(t *testing.T) { ctx := context.Background() sessPool := session.NewSessionPool(rs, store) flushCtrl := &dummyFlushCtrl{imported: false} - mgr, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}) + tmpFolder := t.TempDir() + // checkpoint manager should not use local checkpoint if the folder is empty + mgr, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}, tmpFolder, nil) require.NoError(t, err) defer mgr.Close() - require.True(t, mgr.IsComplete([]byte{'1', '9'})) - require.True(t, mgr.IsComplete([]byte{'2', '9'})) + require.True(t, mgr.IsKeyProcessed([]byte{'1', '9'})) + require.False(t, mgr.IsKeyProcessed([]byte{'2', '9'})) localCnt, globalNextKey := mgr.Status() + require.Equal(t, 0, localCnt) + require.EqualValues(t, []byte{'1', '9'}, globalNextKey) + require.EqualValues(t, 123456, mgr.GetTS()) + + createDummyFile(t, tmpFolder) + mgr2, err := ingest.NewCheckpointManager(ctx, flushCtrl, sessPool, 1, []int64{1}, tmpFolder, nil) + require.NoError(t, err) + defer mgr2.Close() + require.True(t, mgr2.IsKeyProcessed([]byte{'1', '9'})) + require.True(t, mgr2.IsKeyProcessed([]byte{'2', '9'})) + localCnt, globalNextKey = mgr2.Status() require.Equal(t, 100, localCnt) - require.EqualValues(t, []byte{'2', '9'}, globalNextKey) + require.EqualValues(t, []byte{'1', '9'}, globalNextKey) + require.EqualValues(t, 123456, mgr.GetTS()) } type dummyFlushCtrl struct { diff --git a/pkg/ddl/ingest/config.go b/pkg/ddl/ingest/config.go index fc0ca11ed83fe..2b17c413d8c8a 100644 --- a/pkg/ddl/ingest/config.go +++ b/pkg/ddl/ingest/config.go @@ -109,7 +109,7 @@ var ( compactConcurrency = 4 ) -func generateLocalEngineConfig(id int64, dbName, tbName string) *backend.EngineConfig { +func generateLocalEngineConfig(id int64, dbName, tbName string, ts uint64) *backend.EngineConfig { return &backend.EngineConfig{ Local: backend.LocalEngineConfig{ Compact: true, @@ -123,6 +123,7 @@ func generateLocalEngineConfig(id int64, dbName, tbName string) *backend.EngineC Name: tbName, }, KeepSortDir: true, + TS: ts, } } diff --git a/pkg/ddl/ingest/engine_mgr.go b/pkg/ddl/ingest/engine_mgr.go index de2483c383504..b4daddaff7df4 100644 --- a/pkg/ddl/ingest/engine_mgr.go +++ b/pkg/ddl/ingest/engine_mgr.go @@ -54,7 +54,11 @@ func (bc *litBackendCtx) Register(jobID, indexID int64, schemaName, tableName st } mgr := backend.MakeEngineManager(bc.backend) - cfg := generateLocalEngineConfig(jobID, schemaName, tableName) + ts := uint64(0) + if c := bc.checkpointMgr; c != nil { + ts = c.GetTS() + } + cfg := generateLocalEngineConfig(jobID, schemaName, tableName, ts) openedEn, err := mgr.OpenEngine(bc.ctx, cfg, tableName, int32(indexID)) if err != nil { logutil.Logger(bc.ctx).Warn(LitErrCreateEngineFail, zap.Int64("job ID", jobID), diff --git a/pkg/ddl/ingest/flush.go b/pkg/ddl/ingest/flush.go index 4d407f8733eb1..a3cb89a3886f1 100644 --- a/pkg/ddl/ingest/flush.go +++ b/pkg/ddl/ingest/flush.go @@ -19,6 +19,7 @@ func TryFlushAllIndexes(flushCtrl FlushController, mode FlushMode, indexIDs []in allFlushed := true allImported := true for _, idxID := range indexIDs { + // TODO(lance6716): use flushCtrl.Flush(indexIDs, mode) flushed, imported, err := flushCtrl.Flush(idxID, mode) if err != nil { return false, false, idxID, err diff --git a/pkg/ddl/ingest/mock.go b/pkg/ddl/ingest/mock.go index 8829a6ca7c2fa..4393861003759 100644 --- a/pkg/ddl/ingest/mock.go +++ b/pkg/ddl/ingest/mock.go @@ -17,6 +17,9 @@ package ingest import ( "context" "encoding/hex" + "os" + "path/filepath" + "strconv" "sync" "github.com/pingcap/tidb/pkg/ddl/logutil" @@ -58,6 +61,7 @@ func (m *MockBackendCtxMgr) Register(ctx context.Context, jobID int64, unique bo mockCtx := &MockBackendCtx{ mu: sync.Mutex{}, sessCtx: sessCtx, + jobID: jobID, } m.runningJobs[jobID] = mockCtx return mockCtx, nil @@ -96,6 +100,7 @@ func (m *MockBackendCtxMgr) ResetSessCtx() { type MockBackendCtx struct { sessCtx sessionctx.Context mu sync.Mutex + jobID int64 checkpointMgr *CheckpointManager } @@ -151,8 +156,10 @@ func (m *MockBackendCtx) GetCheckpointManager() *CheckpointManager { } // GetLocalBackend returns the local backend. -func (*MockBackendCtx) GetLocalBackend() *local.Backend { - return nil +func (m *MockBackendCtx) GetLocalBackend() *local.Backend { + b := &local.Backend{} + b.LocalStoreDir = filepath.Join(os.TempDir(), "mock_backend", strconv.FormatInt(m.jobID, 10)) + return b } // MockWriteHook the hook for write in mock engine. diff --git a/pkg/ddl/internal/session/session.go b/pkg/ddl/internal/session/session.go index 01b8d83afbc11..0242ca3f52c74 100644 --- a/pkg/ddl/internal/session/session.go +++ b/pkg/ddl/internal/session/session.go @@ -39,6 +39,8 @@ func NewSession(s sessionctx.Context) *Session { return &Session{s} } +// TODO(lance6716): provide a NewSessionWithCtx + // Begin starts a transaction. func (s *Session) Begin() error { err := sessiontxn.NewTxn(context.Background(), s.Context) diff --git a/pkg/ddl/job_table.go b/pkg/ddl/job_table.go index 64b74ed9b0aef..aab97f9c15b84 100644 --- a/pkg/ddl/job_table.go +++ b/pkg/ddl/job_table.go @@ -217,7 +217,7 @@ func (d *ddl) getGeneralJob(sess *sess.Session) (*model.Job, error) { } // Check if there is any running job works on the same table. sql := fmt.Sprintf("select job_id from mysql.tidb_ddl_job t1, (select table_ids from mysql.tidb_ddl_job where job_id = %d) t2 where "+ - "(processing and CONCAT(',', t2.table_ids, ',') REGEXP CONCAT(',', REPLACE(t1.table_ids, ',', '|'), ',') != 0)"+ + "(processing and CONCAT(',', t2.table_ids, ',') REGEXP CONCAT(',(', REPLACE(t1.table_ids, ',', '|'), '),') != 0)"+ "or (type = %d and processing)", job.ID, model.ActionFlashbackCluster) rows, err := sess.Execute(d.ctx, sql, "check conflict jobs") return len(rows) == 0, err diff --git a/pkg/ddl/multi_schema_change.go b/pkg/ddl/multi_schema_change.go index 7d9c477f7b4e5..a9291f79124e1 100644 --- a/pkg/ddl/multi_schema_change.go +++ b/pkg/ddl/multi_schema_change.go @@ -127,6 +127,7 @@ func onMultiSchemaChange(w *worker, d *ddlCtx, t *meta.Meta, job *model.Job) (ve subJobs := make([]model.SubJob, len(job.MultiSchemaInfo.SubJobs)) // Step the sub-jobs to the non-revertible states all at once. // We only generate 1 schema version for these sub-job. + actionTypes := make([]model.ActionType, 0, len(job.MultiSchemaInfo.SubJobs)) for i, sub := range job.MultiSchemaInfo.SubJobs { if sub.IsFinished() { continue @@ -144,13 +145,36 @@ func onMultiSchemaChange(w *worker, d *ddlCtx, t *meta.Meta, job *model.Job) (ve sub.FromProxyJob(&proxyJob, proxyJobVer) if err != nil || proxyJob.Error != nil { for j := i - 1; j >= 0; j-- { + // TODO if some sub-job is finished, this will empty them + // also some sub-job cannot be rollback completely, maybe keep them? job.MultiSchemaInfo.SubJobs[j] = &subJobs[j] } handleRevertibleException(job, sub, proxyJob.Error) // The TableInfo and sub-jobs should be restored // because some schema changes update the transaction aggressively. + // TODO this error handling cannot handle below case: + // suppose the job is for "alter table t auto_increment = 100, add column c int". + // if we fail on "add column c int", the allocator is rebased to 100 + // which cannot be rollback, but it's table-info.AutoIncID is rollback by below call. + // TODO we should also change schema diff of 'ver' if len(actionTypes) > 1. return updateVersionAndTableInfo(d, t, job, tblInfo, true) } + actionTypes = append(actionTypes, sub.Type) + } + if len(actionTypes) > 1 { + // only single table schema changes can be put into a multi-schema-change + // job except AddForeignKey which is handled separately in the first loop. + // so this diff is enough, but it wound be better to accumulate all the diffs, + // and then merge them into a single diff. + if err = t.SetSchemaDiff(&model.SchemaDiff{ + Version: ver, + Type: job.Type, + TableID: job.TableID, + SchemaID: job.SchemaID, + SubActionTypes: actionTypes, + }); err != nil { + return ver, err + } } // All the sub-jobs are non-revertible. job.MarkNonRevertible() diff --git a/pkg/ddl/placement/bundle.go b/pkg/ddl/placement/bundle.go index 891365249b37e..427bbdf2a7d98 100644 --- a/pkg/ddl/placement/bundle.go +++ b/pkg/ddl/placement/bundle.go @@ -465,23 +465,29 @@ func (c *constraintsGroup) MergeTransformableRoles() { c.rules = newRules } +// GetRangeStartAndEndKeyHex get startKeyHex and endKeyHex of range by rangeBundleID. +func GetRangeStartAndEndKeyHex(rangeBundleID string) (startKey string, endKey string) { + startKey, endKey = "", "" + if rangeBundleID == TiDBBundleRangePrefixForMeta { + startKey = hex.EncodeToString(metaPrefix) + endKey = hex.EncodeToString(codec.EncodeBytes(nil, tablecodec.GenTablePrefix(0))) + } + return startKey, endKey +} + // RebuildForRange rebuilds the bundle for system range. func (b *Bundle) RebuildForRange(rangeName string, policyName string) *Bundle { rule := b.Rules - startKey := "" - endKey := "" switch rangeName { case KeyRangeGlobal: b.ID = TiDBBundleRangePrefixForGlobal b.Index = RuleIndexKeyRangeForGlobal case KeyRangeMeta: - // change range - startKey = hex.EncodeToString(metaPrefix) - endKey = hex.EncodeToString(codec.EncodeBytes(nil, tablecodec.GenTablePrefix(0))) b.ID = TiDBBundleRangePrefixForMeta b.Index = RuleIndexKeyRangeForMeta } + startKey, endKey := GetRangeStartAndEndKeyHex(b.ID) b.Override = true newRules := make([]*pd.Rule, 0, len(rule)) for i, r := range b.Rules { diff --git a/pkg/ddl/placement_policy.go b/pkg/ddl/placement_policy.go index 4ab6495754f12..28cc053238c70 100644 --- a/pkg/ddl/placement_policy.go +++ b/pkg/ddl/placement_policy.go @@ -276,41 +276,67 @@ func updateExistPlacementPolicy(t *meta.Meta, policy *model.PolicyInfo) error { return errors.Trace(err) } - dbIDs, partIDs, tblInfos, err := getPlacementPolicyDependedObjectsIDs(t, policy) + _, partIDs, tblInfos, err := getPlacementPolicyDependedObjectsIDs(t, policy) if err != nil { return errors.Trace(err) } - if len(dbIDs)+len(tblInfos)+len(partIDs) != 0 { - // build bundle from new placement policy. - bundle, err := placement.NewBundleFromOptions(policy.PlacementSettings) - if err != nil { - return errors.Trace(err) - } - // Do the http request only when the rules is existed. - bundles := make([]*placement.Bundle, 0, len(tblInfos)+len(partIDs)) - // Reset bundle for tables (including the default rule for partition). - for _, tbl := range tblInfos { - cp := bundle.Clone() - ids := []int64{tbl.ID} - if tbl.Partition != nil { - for _, pDef := range tbl.Partition.Definitions { - ids = append(ids, pDef.ID) - } + // build bundle from new placement policy. + bundle, err := placement.NewBundleFromOptions(policy.PlacementSettings) + if err != nil { + return errors.Trace(err) + } + // Do the http request only when the rules is existed. + bundles := make([]*placement.Bundle, 0, len(tblInfos)+len(partIDs)+2) + // Reset bundle for tables (including the default rule for partition). + for _, tbl := range tblInfos { + cp := bundle.Clone() + ids := []int64{tbl.ID} + if tbl.Partition != nil { + for _, pDef := range tbl.Partition.Definitions { + ids = append(ids, pDef.ID) } - bundles = append(bundles, cp.Reset(placement.RuleIndexTable, ids)) } - // Reset bundle for partitions. - for _, id := range partIDs { + bundles = append(bundles, cp.Reset(placement.RuleIndexTable, ids)) + } + // Reset bundle for partitions. + for _, id := range partIDs { + cp := bundle.Clone() + bundles = append(bundles, cp.Reset(placement.RuleIndexPartition, []int64{id})) + } + + resetRangeFn := func(ctx context.Context, rangeName string) error { + rangeBundleID := placement.TiDBBundleRangePrefixForGlobal + if rangeName == placement.KeyRangeMeta { + rangeBundleID = placement.TiDBBundleRangePrefixForMeta + } + policyName, err := GetRangePlacementPolicyName(ctx, rangeBundleID) + if err != nil { + return err + } + if policyName == policy.Name.L { cp := bundle.Clone() - bundles = append(bundles, cp.Reset(placement.RuleIndexPartition, []int64{id})) + bundles = append(bundles, cp.RebuildForRange(rangeName, policyName)) } + return nil + } + // Reset range "global". + err = resetRangeFn(context.TODO(), placement.KeyRangeGlobal) + if err != nil { + return err + } + // Reset range "meta". + err = resetRangeFn(context.TODO(), placement.KeyRangeMeta) + if err != nil { + return err + } + + if len(bundles) > 0 { err = infosync.PutRuleBundlesWithDefaultRetry(context.TODO(), bundles) if err != nil { return errors.Wrapf(err, "failed to notify PD the placement rules") } } - return nil } @@ -350,18 +376,13 @@ func CheckPlacementPolicyNotInUseFromInfoSchema(is infoschema.InfoSchema, policy // checkPlacementPolicyNotInUseFromRange checks whether the placement policy is used by the special range. func checkPlacementPolicyNotInUseFromRange(policy *model.PolicyInfo) error { - checkFn := func(rangeName string) error { - bundle, err := infosync.GetRuleBundle(context.TODO(), rangeName) + checkFn := func(rangeBundleID string) error { + policyName, err := GetRangePlacementPolicyName(context.TODO(), rangeBundleID) if err != nil { return err } - if bundle == nil { - return nil - } - for _, rule := range bundle.Rules { - if strings.Contains(rule.ID, policy.Name.L) { - return dbterror.ErrPlacementPolicyInUse.GenWithStackByArgs(policy.Name) - } + if policyName == policy.Name.L { + return dbterror.ErrPlacementPolicyInUse.GenWithStackByArgs(policy.Name) } return nil } @@ -447,3 +468,21 @@ func checkPlacementPolicyNotUsedByTable(tblInfo *model.TableInfo, policy *model. return nil } + +// GetRangePlacementPolicyName get the placement policy name used by range. +// rangeBundleID is limited to TiDBBundleRangePrefixForGlobal and TiDBBundleRangePrefixForMeta. +func GetRangePlacementPolicyName(ctx context.Context, rangeBundleID string) (string, error) { + bundle, err := infosync.GetRuleBundle(ctx, rangeBundleID) + if err != nil { + return "", err + } + if bundle == nil || len(bundle.Rules) == 0 { + return "", nil + } + rule := bundle.Rules[0] + pos := strings.LastIndex(rule.ID, "_rule_") + if pos > 0 { + return rule.ID[:pos], nil + } + return "", nil +} diff --git a/pkg/ddl/placement_policy_test.go b/pkg/ddl/placement_policy_test.go index c3a95cce9bc1f..f6c4f6e9078d2 100644 --- a/pkg/ddl/placement_policy_test.go +++ b/pkg/ddl/placement_policy_test.go @@ -851,10 +851,37 @@ func TestAlterRangePlacementPolicy(t *testing.T) { bundle, err := infosync.GetRuleBundle(context.TODO(), placement.TiDBBundleRangePrefixForGlobal) require.NoError(t, err) require.Equal(t, 1, len(bundle.Rules)) + require.Equal(t, 0, len(bundle.Rules[0].LocationLabels)) tk.MustExec("alter range meta placement policy fiveReplicas") + tk.MustQuery(`show placement;`).Sort().Check(testkit.Rows( + "POLICY fiveReplicas FOLLOWERS=4 NULL", + "RANGE TiDB_GLOBAL FOLLOWERS=4 PENDING", + "RANGE TiDB_META FOLLOWERS=4 PENDING")) bundle, err = infosync.GetRuleBundle(context.TODO(), placement.TiDBBundleRangePrefixForMeta) require.NoError(t, err) require.Equal(t, 1, len(bundle.Rules)) + require.Equal(t, 0, len(bundle.Rules[0].LocationLabels)) + + // Test Issue #51712 + tk.MustExec("alter placement policy fiveReplicas followers=4 SURVIVAL_PREFERENCES=\"[region]\"") + tk.MustQuery(`show placement;`).Sort().Check(testkit.Rows( + "POLICY fiveReplicas FOLLOWERS=4 SURVIVAL_PREFERENCES=\"[region]\" NULL", + "RANGE TiDB_GLOBAL FOLLOWERS=4 SURVIVAL_PREFERENCES=\"[region]\" PENDING", + "RANGE TiDB_META FOLLOWERS=4 SURVIVAL_PREFERENCES=\"[region]\" PENDING")) + bundle, err = infosync.GetRuleBundle(context.TODO(), placement.TiDBBundleRangePrefixForGlobal) + require.NoError(t, err) + require.Equal(t, 1, len(bundle.Rules)) + require.Equal(t, 1, len(bundle.Rules[0].LocationLabels)) + require.Equal(t, "region", bundle.Rules[0].LocationLabels[0]) + bundle, err = infosync.GetRuleBundle(context.TODO(), placement.TiDBBundleRangePrefixForMeta) + require.NoError(t, err) + require.Equal(t, 1, len(bundle.Rules)) + require.Equal(t, 1, len(bundle.Rules[0].LocationLabels)) + require.Equal(t, "region", bundle.Rules[0].LocationLabels[0]) + // Test Issue #52257 + tk.MustExec("create placement policy fiveRepl followers=4 SURVIVAL_PREFERENCES=\"[region]\"") + tk.MustExec("drop placement policy fiveRepl") + err = tk.ExecToErr("drop placement policy fiveReplicas") require.EqualError(t, err, "[ddl:8241]Placement policy 'fiveReplicas' is still in use") tk.MustExec("alter range global placement policy default") diff --git a/pkg/ddl/reorg.go b/pkg/ddl/reorg.go index 51e7b3893e3b0..66bd682fcfa47 100644 --- a/pkg/ddl/reorg.go +++ b/pkg/ddl/reorg.go @@ -289,7 +289,15 @@ func overwriteReorgInfoFromGlobalCheckpoint(w *worker, sess *sess.Session, job * if ok { // We create the checkpoint manager here because we need to wait for the reorg meta to be initialized. if bc.GetCheckpointManager() == nil { - mgr, err := ingest.NewCheckpointManager(w.ctx, bc, w.sessPool, job.ID, extractElemIDs(reorgInfo)) + mgr, err := ingest.NewCheckpointManager( + w.ctx, + bc, + w.sessPool, + job.ID, + extractElemIDs(reorgInfo), + bc.GetLocalBackend().LocalStoreDir, + w.store.(kv.StorageWithPD).GetPDClient(), + ) if err != nil { logutil.DDLIngestLogger().Warn("create checkpoint manager failed", zap.Error(err)) } diff --git a/pkg/ddl/tests/metadatalock/BUILD.bazel b/pkg/ddl/tests/metadatalock/BUILD.bazel index 1aa96403e0207..0314bcf91fd6d 100644 --- a/pkg/ddl/tests/metadatalock/BUILD.bazel +++ b/pkg/ddl/tests/metadatalock/BUILD.bazel @@ -8,10 +8,11 @@ go_test( "mdl_test.go", ], flaky = True, - shard_count = 34, + shard_count = 36, deps = [ "//pkg/config", "//pkg/ddl", + "//pkg/ddl/ingest/testutil", "//pkg/errno", "//pkg/server", "//pkg/testkit", diff --git a/pkg/ddl/tests/metadatalock/mdl_test.go b/pkg/ddl/tests/metadatalock/mdl_test.go index 667e8b055284c..467affc1b974d 100644 --- a/pkg/ddl/tests/metadatalock/mdl_test.go +++ b/pkg/ddl/tests/metadatalock/mdl_test.go @@ -21,6 +21,7 @@ import ( "time" "github.com/pingcap/failpoint" + ingesttestutil "github.com/pingcap/tidb/pkg/ddl/ingest/testutil" mysql "github.com/pingcap/tidb/pkg/errno" "github.com/pingcap/tidb/pkg/server" "github.com/pingcap/tidb/pkg/testkit" @@ -895,6 +896,103 @@ func TestMDLPreparePlanCacheInvalid(t *testing.T) { tk.MustQuery(`execute stmt_test_1 using @a;`).Check(testkit.Rows("1 ", "2 ", "3 ", "4 ")) } +func TestMDLPreparePlanCacheExecute(t *testing.T) { + store, dom := testkit.CreateMockStoreAndDomain(t) + defer ingesttestutil.InjectMockBackendMgr(t, store)() + + sv := server.CreateMockServer(t, store) + + sv.SetDomain(dom) + dom.InfoSyncer().SetSessionManager(sv) + defer sv.Close() + + conn1 := server.CreateMockConn(t, sv) + tk := testkit.NewTestKitWithSession(t, store, conn1.Context().Session) + conn2 := server.CreateMockConn(t, sv) + tkDDL := testkit.NewTestKitWithSession(t, store, conn2.Context().Session) + tk.MustExec("use test") + tk.MustExec("set global tidb_enable_metadata_lock=1") + tk.MustExec("create table t(a int);") + tk.MustExec("create table t2(a int);") + tk.MustExec("insert into t values(1), (2), (3), (4);") + + tk.MustExec(`prepare stmt_test_1 from 'update t set a = ? where a = ?';`) + tk.MustExec(`set @a = 1, @b = 3;`) + tk.MustExec(`execute stmt_test_1 using @a, @b;`) + + tk.MustExec("begin") + + ch := make(chan struct{}) + + var wg sync.WaitGroup + wg.Add(1) + go func() { + <-ch + tkDDL.MustExec("alter table test.t add index idx(a);") + wg.Done() + }() + + tk.MustQuery("select * from t2") + tk.MustExec(`set @a = 2, @b=4;`) + tk.MustExec(`execute stmt_test_1 using @a, @b;`) + tk.MustQuery("select @@last_plan_from_cache;").Check(testkit.Rows("1")) + // The plan is from cache, the metadata lock should be added to block the DDL. + ch <- struct{}{} + + time.Sleep(5 * time.Second) + + tk.MustExec("commit") + + wg.Wait() + + tk.MustExec("admin check table t") +} + +func TestMDLPreparePlanCacheExecute2(t *testing.T) { + store, dom := testkit.CreateMockStoreAndDomain(t) + defer ingesttestutil.InjectMockBackendMgr(t, store)() + + sv := server.CreateMockServer(t, store) + + sv.SetDomain(dom) + dom.InfoSyncer().SetSessionManager(sv) + defer sv.Close() + + conn1 := server.CreateMockConn(t, sv) + tk := testkit.NewTestKitWithSession(t, store, conn1.Context().Session) + conn2 := server.CreateMockConn(t, sv) + tkDDL := testkit.NewTestKitWithSession(t, store, conn2.Context().Session) + tk.MustExec("use test") + tk.MustExec("set global tidb_enable_metadata_lock=1") + tk.MustExec("create table t(a int);") + tk.MustExec("create table t2(a int);") + tk.MustExec("insert into t values(1), (2), (3), (4);") + + tk.MustExec(`prepare stmt_test_1 from 'select * from t where a = ?';`) + tk.MustExec(`set @a = 1;`) + tk.MustExec(`execute stmt_test_1 using @a;`) + + tk.MustExec("begin") + tk.MustQuery("select * from t2") + + var wg sync.WaitGroup + wg.Add(1) + go func() { + tkDDL.MustExec("alter table test.t add index idx(a);") + wg.Done() + }() + + wg.Wait() + + tk.MustExec(`set @a = 2;`) + tk.MustExec(`execute stmt_test_1 using @a;`) + // The plan should not be from cache because the schema has changed. + tk.MustQuery("select @@last_plan_from_cache;").Check(testkit.Rows("0")) + tk.MustExec("commit") + + tk.MustExec("admin check table t") +} + func TestMDLDisable2Enable(t *testing.T) { store, dom := testkit.CreateMockStoreAndDomain(t) sv := server.CreateMockServer(t, store) diff --git a/pkg/ddl/tests/partition/db_partition_test.go b/pkg/ddl/tests/partition/db_partition_test.go index d9b6e2c61fd23..38de84b003b18 100644 --- a/pkg/ddl/tests/partition/db_partition_test.go +++ b/pkg/ddl/tests/partition/db_partition_test.go @@ -1456,7 +1456,9 @@ func TestTruncatePartitionWithGlobalIndex(t *testing.T) { tk3.MustExec(`begin`) tk3.MustExec(`use test`) tk3.MustQuery(`explain format='brief' select b from test_global use index(idx_b) where b = 15`).CheckContain("IndexRangeScan") + tk3.MustQuery(`explain format='brief' select b from test_global use index(idx_b) where b = 15`).CheckContain("Selection") tk3.MustQuery(`explain format='brief' select c from test_global use index(idx_c) where c = 15`).CheckContain("IndexRangeScan") + tk3.MustQuery(`explain format='brief' select c from test_global use index(idx_c) where c = 15`).CheckContain("Selection") tk3.MustQuery(`select b from test_global use index(idx_b) where b = 15`).Check(testkit.Rows()) tk3.MustQuery(`select c from test_global use index(idx_c) where c = 15`).Check(testkit.Rows()) // Here it will fail with diff --git a/pkg/ddl/ttl.go b/pkg/ddl/ttl.go index 7b6b1c4a7ec04..eefe3919cc581 100644 --- a/pkg/ddl/ttl.go +++ b/pkg/ddl/ttl.go @@ -15,19 +15,18 @@ package ddl import ( - "fmt" "strings" + "time" "github.com/pingcap/errors" - "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/meta" - "github.com/pingcap/tidb/pkg/parser" "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/format" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessiontxn" + "github.com/pingcap/tidb/pkg/ttl/cache" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/dbterror" ) @@ -97,7 +96,7 @@ func onTTLInfoChange(d *ddlCtx, t *meta.Meta, job *model.Job) (ver int64, err er } func checkTTLInfoValid(ctx sessionctx.Context, schema model.CIStr, tblInfo *model.TableInfo) error { - if err := checkTTLIntervalExpr(ctx.GetExprCtx(), tblInfo.TTLInfo); err != nil { + if err := checkTTLIntervalExpr(tblInfo.TTLInfo); err != nil { return err } @@ -108,20 +107,9 @@ func checkTTLInfoValid(ctx sessionctx.Context, schema model.CIStr, tblInfo *mode return checkTTLInfoColumnType(tblInfo) } -func checkTTLIntervalExpr(ctx expression.BuildContext, ttlInfo *model.TTLInfo) error { - // FIXME: use a better way to validate the interval expression in ttl - var nowAddIntervalExpr ast.ExprNode - - unit := ast.TimeUnitType(ttlInfo.IntervalTimeUnit) - expr := fmt.Sprintf("select NOW() + INTERVAL %s %s", ttlInfo.IntervalExprStr, unit.String()) - stmts, _, err := parser.New().ParseSQL(expr) - if err != nil { - // FIXME: the error information can be wrong, as it could indicate an unknown position to user. - return errors.Trace(err) - } - nowAddIntervalExpr = stmts[0].(*ast.SelectStmt).Fields.Fields[0].Expr - _, err = expression.EvalSimpleAst(ctx, nowAddIntervalExpr) - return err +func checkTTLIntervalExpr(ttlInfo *model.TTLInfo) error { + _, err := cache.EvalExpireTime(time.Now(), ttlInfo.IntervalExprStr, ast.TimeUnitType(ttlInfo.IntervalTimeUnit)) + return errors.Trace(err) } func checkTTLInfoColumnType(tblInfo *model.TableInfo) error { diff --git a/pkg/ddl/util/BUILD.bazel b/pkg/ddl/util/BUILD.bazel index 71bef12a86dcd..abff61676b963 100644 --- a/pkg/ddl/util/BUILD.bazel +++ b/pkg/ddl/util/BUILD.bazel @@ -31,11 +31,15 @@ go_library( go_test( name = "util_test", timeout = "short", - srcs = ["main_test.go"], + srcs = [ + "main_test.go", + "util_test.go", + ], embed = [":util"], flaky = True, deps = [ "//pkg/testkit/testsetup", + "@com_github_stretchr_testify//require", "@org_uber_go_goleak//:goleak", ], ) diff --git a/pkg/ddl/util/util.go b/pkg/ddl/util/util.go index a8c6bef2c86fc..f2b947e6a636f 100644 --- a/pkg/ddl/util/util.go +++ b/pkg/ddl/util/util.go @@ -19,6 +19,7 @@ import ( "context" "encoding/hex" "fmt" + "os" "strings" "time" @@ -403,3 +404,9 @@ func IsRaftKv2(ctx context.Context, sctx sessionctx.Context) (bool, error) { raftVersion := rows[0].GetString(0) return raftVersion == raftKv2, nil } + +// FolderNotEmpty returns true only when the folder is not empty. +func FolderNotEmpty(path string) bool { + entries, _ := os.ReadDir(path) + return len(entries) > 0 +} diff --git a/pkg/ddl/util/util_test.go b/pkg/ddl/util/util_test.go new file mode 100644 index 0000000000000..679bed1852379 --- /dev/null +++ b/pkg/ddl/util/util_test.go @@ -0,0 +1,34 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package util + +import ( + "os" + "path/filepath" + "testing" + + "github.com/stretchr/testify/require" +) + +func TestFolderNotEmpty(t *testing.T) { + tmp := t.TempDir() + require.False(t, FolderNotEmpty(tmp)) + require.False(t, FolderNotEmpty(filepath.Join(tmp, "not-exist"))) + + f, err := os.Create(filepath.Join(tmp, "test-file")) + require.NoError(t, err) + require.NoError(t, f.Close()) + require.True(t, FolderNotEmpty(tmp)) +} diff --git a/pkg/distsql/distsql_test.go b/pkg/distsql/distsql_test.go index 7031e494f636e..5385041b47474 100644 --- a/pkg/distsql/distsql_test.go +++ b/pkg/distsql/distsql_test.go @@ -111,7 +111,7 @@ func TestSelectResultRuntimeStats(t *testing.T) { backoffSleep: map[string]time.Duration{"RegionMiss": time.Millisecond}, totalProcessTime: time.Second, totalWaitTime: time.Second, - rpcStat: tikv.NewRegionRequestRuntimeStats(), + reqStat: tikv.NewRegionRequestRuntimeStats(), distSQLConcurrency: 15, } s1.copRespTime.Add(execdetails.Duration(time.Second)) @@ -128,13 +128,15 @@ func TestSelectResultRuntimeStats(t *testing.T) { // Test for idempotence. require.Equal(t, expect, stats.String()) - s1.rpcStat.Stats[tikvrpc.CmdCop] = &tikv.RPCRuntimeStats{ + s1.reqStat.RPCStats[tikvrpc.CmdCop] = &tikv.RPCRuntimeStats{ Count: 1, Consume: int64(time.Second), } + s1.reqStat.RecordRPCErrorStats("server_is_busy") + s1.reqStat.RecordRPCErrorStats("server_is_busy") stmtStats.RegisterStats(2, s1) stats = stmtStats.GetRootStats(2) - expect = "cop_task: {num: 2, max: 1s, min: 1ms, avg: 500.5ms, p95: 1s, max_proc_keys: 200, p95_proc_keys: 200, tot_proc: 1s, tot_wait: 1s, rpc_num: 1, rpc_time: 1s, copr_cache_hit_ratio: 0.00, max_distsql_concurrency: 15}, backoff{RegionMiss: 1ms}" + expect = "cop_task: {num: 2, max: 1s, min: 1ms, avg: 500.5ms, p95: 1s, max_proc_keys: 200, p95_proc_keys: 200, tot_proc: 1s, tot_wait: 1s, copr_cache_hit_ratio: 0.00, max_distsql_concurrency: 15}, rpc_info:{Cop:{num_rpc:1, total_time:1s}, rpc_errors:{server_is_busy:2}}, backoff{RegionMiss: 1ms}" require.Equal(t, expect, stats.String()) // Test for idempotence. require.Equal(t, expect, stats.String()) @@ -143,7 +145,7 @@ func TestSelectResultRuntimeStats(t *testing.T) { backoffSleep: map[string]time.Duration{"RegionMiss": time.Millisecond}, totalProcessTime: time.Second, totalWaitTime: time.Second, - rpcStat: tikv.NewRegionRequestRuntimeStats(), + reqStat: tikv.NewRegionRequestRuntimeStats(), } s1.copRespTime.Add(execdetails.Duration(time.Second)) s1.procKeys.Add(100) diff --git a/pkg/distsql/select_result.go b/pkg/distsql/select_result.go index 49c90710920cd..ae4a0b44f2c74 100644 --- a/pkg/distsql/select_result.go +++ b/pkg/distsql/select_result.go @@ -44,7 +44,6 @@ import ( "github.com/pingcap/tipb/go-tipb" tikvmetrics "github.com/tikv/client-go/v2/metrics" "github.com/tikv/client-go/v2/tikv" - "github.com/tikv/client-go/v2/tikvrpc" clientutil "github.com/tikv/client-go/v2/util" "go.uber.org/zap" "golang.org/x/exp/maps" @@ -499,7 +498,7 @@ func recordExecutionSummariesForTiFlashTasks(runtimeStatsColl *execdetails.Runti func (r *selectResult) updateCopRuntimeStats(ctx context.Context, copStats *copr.CopRuntimeStats, respTime time.Duration) (err error) { callee := copStats.CalleeAddress - if r.rootPlanID <= 0 || r.ctx.RuntimeStatsColl == nil || (callee == "" && len(copStats.Stats) == 0) { + if r.rootPlanID <= 0 || r.ctx.RuntimeStatsColl == nil || (callee == "" && (copStats.ReqStats == nil || len(copStats.ReqStats.RPCStats) == 0)) { return } @@ -513,7 +512,7 @@ func (r *selectResult) updateCopRuntimeStats(ctx context.Context, copStats *copr if r.stats == nil { r.stats = &selectResultRuntimeStats{ backoffSleep: make(map[string]time.Duration), - rpcStat: tikv.NewRegionRequestRuntimeStats(), + reqStat: tikv.NewRegionRequestRuntimeStats(), distSQLConcurrency: r.distSQLConcurrency, } if ci, ok := r.resp.(copr.CopInfo); ok { @@ -639,7 +638,7 @@ type selectResultRuntimeStats struct { backoffSleep map[string]time.Duration totalProcessTime time.Duration totalWaitTime time.Duration - rpcStat tikv.RegionRequestRuntimeStats + reqStat *tikv.RegionRequestRuntimeStats distSQLConcurrency int extraConcurrency int CoprCacheHitNum int64 @@ -658,7 +657,7 @@ func (s *selectResultRuntimeStats) mergeCopRuntimeStats(copStats *copr.CopRuntim maps.Copy(s.backoffSleep, copStats.BackoffSleep) s.totalProcessTime += copStats.TimeDetail.ProcessTime s.totalWaitTime += copStats.TimeDetail.WaitTime - s.rpcStat.Merge(copStats.RegionRequestRuntimeStats) + s.reqStat.Merge(copStats.ReqStats) if copStats.CoprCacheHit { s.CoprCacheHitNum++ } @@ -669,7 +668,7 @@ func (s *selectResultRuntimeStats) Clone() execdetails.RuntimeStats { copRespTime: execdetails.Percentile[execdetails.Duration]{}, procKeys: execdetails.Percentile[execdetails.Int64]{}, backoffSleep: make(map[string]time.Duration, len(s.backoffSleep)), - rpcStat: tikv.NewRegionRequestRuntimeStats(), + reqStat: tikv.NewRegionRequestRuntimeStats(), distSQLConcurrency: s.distSQLConcurrency, extraConcurrency: s.extraConcurrency, CoprCacheHitNum: s.CoprCacheHitNum, @@ -684,7 +683,7 @@ func (s *selectResultRuntimeStats) Clone() execdetails.RuntimeStats { } newRs.totalProcessTime += s.totalProcessTime newRs.totalWaitTime += s.totalWaitTime - maps.Copy(newRs.rpcStat.Stats, s.rpcStat.Stats) + newRs.reqStat = s.reqStat.Clone() return &newRs } @@ -701,7 +700,7 @@ func (s *selectResultRuntimeStats) Merge(rs execdetails.RuntimeStats) { } s.totalProcessTime += other.totalProcessTime s.totalWaitTime += other.totalWaitTime - s.rpcStat.Merge(other.rpcStat) + s.reqStat.Merge(other.reqStat) s.CoprCacheHitNum += other.CoprCacheHitNum if other.distSQLConcurrency > s.distSQLConcurrency { s.distSQLConcurrency = other.distSQLConcurrency @@ -716,7 +715,7 @@ func (s *selectResultRuntimeStats) Merge(rs execdetails.RuntimeStats) { func (s *selectResultRuntimeStats) String() string { buf := bytes.NewBuffer(nil) - rpcStat := s.rpcStat + reqStat := s.reqStat if s.copRespTime.Size() > 0 { size := s.copRespTime.Size() if size == 1 { @@ -747,15 +746,6 @@ func (s *selectResultRuntimeStats) String() string { buf.WriteString(execdetails.FormatDuration(s.totalWaitTime)) } } - copRPC := rpcStat.Stats[tikvrpc.CmdCop] - if copRPC != nil && copRPC.Count > 0 { - rpcStat = rpcStat.Clone() - delete(rpcStat.Stats, tikvrpc.CmdCop) - buf.WriteString(", rpc_num: ") - buf.WriteString(strconv.FormatInt(copRPC.Count, 10)) - buf.WriteString(", rpc_time: ") - buf.WriteString(execdetails.FormatDuration(time.Duration(copRPC.Consume))) - } if config.GetGlobalConfig().TiKVClient.CoprCache.CapacityMB > 0 { fmt.Fprintf(buf, ", copr_cache_hit_ratio: %v", strconv.FormatFloat(s.calcCacheHit(), 'f', 2, 64)) @@ -785,10 +775,11 @@ func (s *selectResultRuntimeStats) String() string { buf.WriteString("}") } - rpcStatsStr := rpcStat.String() + rpcStatsStr := reqStat.String() if len(rpcStatsStr) > 0 { - buf.WriteString(", ") + buf.WriteString(", rpc_info:{") buf.WriteString(rpcStatsStr) + buf.WriteString("}") } if len(s.backoffSleep) > 0 { diff --git a/pkg/disttask/framework/handle/handle_test.go b/pkg/disttask/framework/handle/handle_test.go index 4cb11f4b00a09..048223debc87a 100644 --- a/pkg/disttask/framework/handle/handle_test.go +++ b/pkg/disttask/framework/handle/handle_test.go @@ -59,9 +59,8 @@ func TestHandle(t *testing.T) { require.NoError(t, err) require.ErrorContains(t, waitedTask.Error, "unknown task type") - task, err = mgr.GetTaskByID(ctx, 1) + task, err = mgr.GetTaskByID(ctx, task.ID) require.NoError(t, err) - require.Equal(t, int64(1), task.ID) require.Equal(t, "1", task.Key) require.Equal(t, proto.TaskTypeExample, task.Type) // no scheduler registered. @@ -74,7 +73,6 @@ func TestHandle(t *testing.T) { task, err = handle.SubmitTask(ctx, "2", proto.TaskTypeExample, 2, "", proto.EmptyMeta) require.NoError(t, err) - require.Equal(t, int64(2), task.ID) require.Equal(t, "2", task.Key) // submit same task. @@ -88,7 +86,6 @@ func TestHandle(t *testing.T) { // submit task with same key task, err = handle.SubmitTask(ctx, "3", proto.TaskTypeExample, 2, "", proto.EmptyMeta) require.NoError(t, err) - require.Equal(t, int64(3), task.ID) require.NoError(t, mgr.TransferTasks2History(ctx, []*proto.Task{task})) task, err = handle.SubmitTask(ctx, "3", proto.TaskTypeExample, 2, "", proto.EmptyMeta) require.Nil(t, task) diff --git a/pkg/disttask/framework/planner/BUILD.bazel b/pkg/disttask/framework/planner/BUILD.bazel index 4876832aee915..592152e006f7f 100644 --- a/pkg/disttask/framework/planner/BUILD.bazel +++ b/pkg/disttask/framework/planner/BUILD.bazel @@ -12,6 +12,7 @@ go_library( "//pkg/config", "//pkg/disttask/framework/proto", "//pkg/disttask/framework/storage", + "//pkg/kv", "//pkg/sessionctx", ], ) diff --git a/pkg/disttask/framework/planner/plan.go b/pkg/disttask/framework/planner/plan.go index e3d94a7c95a10..d0d2cee557973 100644 --- a/pkg/disttask/framework/planner/plan.go +++ b/pkg/disttask/framework/planner/plan.go @@ -18,6 +18,7 @@ import ( "context" "github.com/pingcap/tidb/pkg/disttask/framework/proto" + "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/sessionctx" ) @@ -38,6 +39,8 @@ type PlanCtx struct { GlobalSort bool NextTaskStep proto.Step ExecuteNodesCnt int + + Store kv.StorageWithPD } // LogicalPlan represents a logical plan in distribute framework. diff --git a/pkg/disttask/importinto/BUILD.bazel b/pkg/disttask/importinto/BUILD.bazel index b22b92a439217..65d6d185e4b29 100644 --- a/pkg/disttask/importinto/BUILD.bazel +++ b/pkg/disttask/importinto/BUILD.bazel @@ -64,6 +64,7 @@ go_library( "@com_github_pingcap_errors//:errors", "@com_github_pingcap_failpoint//:failpoint", "@com_github_prometheus_client_golang//prometheus", + "@com_github_tikv_client_go_v2//oracle", "@com_github_tikv_client_go_v2//util", "@org_uber_go_atomic//:atomic", "@org_uber_go_zap//:zap", diff --git a/pkg/disttask/importinto/planner.go b/pkg/disttask/importinto/planner.go index 83d2294a96853..8fda8686facbb 100644 --- a/pkg/disttask/importinto/planner.go +++ b/pkg/disttask/importinto/planner.go @@ -38,6 +38,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/table/tables" "github.com/pingcap/tidb/pkg/util/logutil" + "github.com/tikv/client-go/v2/oracle" "go.uber.org/zap" ) @@ -362,6 +363,13 @@ func generateWriteIngestSpecs(planCtx planner.PlanCtx, p *LogicalPlan) ([]planne }, }, nil) }) + + pTS, lTS, err := planCtx.Store.GetPDClient().GetTS(ctx) + if err != nil { + return nil, err + } + ts := oracle.ComposeTS(pTS, lTS) + specs := make([]planner.PipelineSpec, 0, 16) for kvGroup, kvMeta := range kvMetas { splitter, err1 := getRangeSplitter(ctx, controller.GlobalSortStore, kvMeta) @@ -409,6 +417,7 @@ func generateWriteIngestSpecs(planCtx planner.PlanCtx, p *LogicalPlan) ([]planne StatFiles: statFiles, RangeSplitKeys: rangeSplitKeys, RangeSplitSize: splitter.GetRangeSplitSize(), + TS: ts, } specs = append(specs, &WriteIngestSpec{m}) diff --git a/pkg/disttask/importinto/proto.go b/pkg/disttask/importinto/proto.go index 05d09712798db..1545bcdf446a6 100644 --- a/pkg/disttask/importinto/proto.go +++ b/pkg/disttask/importinto/proto.go @@ -88,6 +88,7 @@ type WriteIngestStepMeta struct { StatFiles []string `json:"stat-files"` RangeSplitKeys [][]byte `json:"range-split-keys"` RangeSplitSize int64 `json:"range-split-size"` + TS uint64 `json:"ts"` Result Result } diff --git a/pkg/disttask/importinto/scheduler.go b/pkg/disttask/importinto/scheduler.go index 27ab664787100..f64c6275f3049 100644 --- a/pkg/disttask/importinto/scheduler.go +++ b/pkg/disttask/importinto/scheduler.go @@ -302,6 +302,7 @@ func (sch *ImportSchedulerExt) OnNextSubtasksBatch( GlobalSort: sch.GlobalSort, NextTaskStep: nextStep, ExecuteNodesCnt: len(execIDs), + Store: sch.storeWithPD, } logicalPlan := &LogicalPlan{} if err := logicalPlan.FromTaskMeta(task.Meta); err != nil { diff --git a/pkg/disttask/importinto/task_executor.go b/pkg/disttask/importinto/task_executor.go index aba2028a1cbd5..78f41ff03c0f7 100644 --- a/pkg/disttask/importinto/task_executor.go +++ b/pkg/disttask/importinto/task_executor.go @@ -417,6 +417,7 @@ func (e *writeAndIngestStepExecutor) RunSubtask(ctx context.Context, subtask *pr TotalKVCount: 0, CheckHotspot: false, }, + TS: sm.TS, }, engineUUID) if err != nil { return err diff --git a/pkg/domain/domain.go b/pkg/domain/domain.go index 0eb177f35cdd3..54fb27c0de2e2 100644 --- a/pkg/domain/domain.go +++ b/pkg/domain/domain.go @@ -240,20 +240,27 @@ func (do *Domain) loadInfoSchema(startTS uint64) (infoschema.InfoSchema, bool, i } // fetch the commit timestamp of the schema diff schemaTs, err := do.getTimestampForSchemaVersionWithNonEmptyDiff(m, neededSchemaVersion, startTS) - schemaTsOrStartTs := schemaTs if err != nil { logutil.BgLogger().Warn("failed to get schema version", zap.Error(err), zap.Int64("version", neededSchemaVersion)) schemaTs = 0 - schemaTsOrStartTs = startTS } if is := do.infoCache.GetByVersion(neededSchemaVersion); is != nil { + isV2, raw := infoschema.IsV2(is) + if isV2 { + // Copy the infoschema V2 instance and update its ts. + // For example, the DDL run 30 minutes ago, GC happened 10 minutes ago. If we use + // that infoschema it would get error "GC life time is shorter than transaction + // duration" when visiting TiKV. + // So we keep updating the ts of the infoschema v2. + is = raw.CloneAndUpdateTS(startTS) + } + // try to insert here as well to correct the schemaTs if previous is wrong // the insert method check if schemaTs is zero do.infoCache.Insert(is, schemaTs) enableV2 := variable.SchemaCacheSize.Load() > 0 - isV2 := infoschema.IsV2(is) if enableV2 == isV2 { return is, true, 0, nil, nil } @@ -273,7 +280,7 @@ func (do *Domain) loadInfoSchema(startTS uint64) (infoschema.InfoSchema, bool, i // 4. No regenrated schema diff. startTime := time.Now() if currentSchemaVersion != 0 && neededSchemaVersion > currentSchemaVersion && neededSchemaVersion-currentSchemaVersion < LoadSchemaDiffVersionGapThreshold { - is, relatedChanges, diffTypes, err := do.tryLoadSchemaDiffs(m, currentSchemaVersion, neededSchemaVersion, schemaTsOrStartTs) + is, relatedChanges, diffTypes, err := do.tryLoadSchemaDiffs(m, currentSchemaVersion, neededSchemaVersion, startTS) if err == nil { infoschema_metrics.LoadSchemaDurationLoadDiff.Observe(time.Since(startTime).Seconds()) do.infoCache.Insert(is, schemaTs) @@ -317,7 +324,7 @@ func (do *Domain) loadInfoSchema(startTS uint64) (infoschema.InfoSchema, bool, i zap.Int64("neededSchemaVersion", neededSchemaVersion), zap.Duration("start time", time.Since(startTime))) - is := newISBuilder.Build(schemaTs) + is := newISBuilder.Build(startTS) do.infoCache.Insert(is, schemaTs) return is, false, currentSchemaVersion, nil, nil } @@ -441,7 +448,7 @@ func (*Domain) fetchSchemasWithTables(schemas []*model.DBInfo, m *meta.Meta, don // Return true if the schema is loaded successfully. // Return false if the schema can not be loaded by schema diff, then we need to do full load. // The second returned value is the delta updated table and partition IDs. -func (do *Domain) tryLoadSchemaDiffs(m *meta.Meta, usedVersion, newVersion int64, schemaTS uint64) (infoschema.InfoSchema, *transaction.RelatedSchemaChange, []string, error) { +func (do *Domain) tryLoadSchemaDiffs(m *meta.Meta, usedVersion, newVersion int64, startTS uint64) (infoschema.InfoSchema, *transaction.RelatedSchemaChange, []string, error) { var diffs []*model.SchemaDiff for usedVersion < newVersion { usedVersion++ @@ -482,7 +489,7 @@ func (do *Domain) tryLoadSchemaDiffs(m *meta.Meta, usedVersion, newVersion int64 } } - is := builder.Build(schemaTS) + is := builder.Build(startTS) relatedChange := transaction.RelatedSchemaChange{} relatedChange.PhyTblIDS = phyTblIDs relatedChange.ActionTypes = actions @@ -2267,6 +2274,7 @@ func (do *Domain) StartLoadStatsSubWorkers(ctxList []sessionctx.Context) { do.wg.Add(1) go statsHandle.SubLoadWorker(ctx, do.exit, do.wg) } + logutil.BgLogger().Info("start load stats sub workers", zap.Int("worker count", len(ctxList))) } func (do *Domain) newOwnerManager(prompt, ownerKey string) owner.Manager { diff --git a/pkg/domain/plan_replayer_dump.go b/pkg/domain/plan_replayer_dump.go index 68e46e5a03f99..ac2aeca66b833 100644 --- a/pkg/domain/plan_replayer_dump.go +++ b/pkg/domain/plan_replayer_dump.go @@ -754,6 +754,7 @@ func dumpPlanReplayerExplain(ctx sessionctx.Context, zw *zip.Writer, task *PlanR return err } +// extractTableNames extracts table names from the given stmts. func extractTableNames(ctx context.Context, sctx sessionctx.Context, execStmts []ast.StmtNode, curDB model.CIStr) (map[tableNamePair]struct{}, error) { tableExtractor := &tableNameExtractor{ diff --git a/pkg/executor/BUILD.bazel b/pkg/executor/BUILD.bazel index a89134b00a255..5d4e30394b25c 100644 --- a/pkg/executor/BUILD.bazel +++ b/pkg/executor/BUILD.bazel @@ -23,7 +23,6 @@ go_library( "checksum.go", "compact_table.go", "compiler.go", - "concurrent_map.go", "coprocessor.go", "cte.go", "cte_table_reader.go", @@ -34,12 +33,8 @@ go_library( "explain.go", "foreign_key.go", "grant.go", - "hash_table.go", "import_into.go", "index_advise.go", - "index_lookup_hash_join.go", - "index_lookup_join.go", - "index_lookup_merge_join.go", "index_merge_reader.go", "infoschema_reader.go", "insert.go", @@ -48,13 +43,10 @@ go_library( "inspection_profile.go", "inspection_result.go", "inspection_summary.go", - "join.go", - "joiner.go", "load_data.go", "load_stats.go", "mem_reader.go", "memtable_reader.go", - "merge_join.go", "metrics_reader.go", "mpp_gather.go", "opt_rule_blacklist.go", @@ -125,9 +117,11 @@ go_library( "//pkg/executor/internal/testutil", "//pkg/executor/internal/util", "//pkg/executor/internal/vecgroupchecker", + "//pkg/executor/join", "//pkg/executor/lockstats", "//pkg/executor/metrics", "//pkg/executor/sortexec", + "//pkg/executor/unionexec", "//pkg/expression", "//pkg/expression/aggregation", "//pkg/expression/context", @@ -189,7 +183,6 @@ go_library( "//pkg/types/parser_driver", "//pkg/util", "//pkg/util/admin", - "//pkg/util/bitmap", "//pkg/util/breakpoint", "//pkg/util/channel", "//pkg/util/chunk", @@ -217,7 +210,6 @@ go_library( "//pkg/util/logutil/consistency", "//pkg/util/mathutil", "//pkg/util/memory", - "//pkg/util/mvmap", "//pkg/util/password-validation", "//pkg/util/plancodec", "//pkg/util/printer", @@ -313,7 +305,6 @@ go_test( "chunk_size_control_test.go", "cluster_table_test.go", "compact_table_test.go", - "concurrent_map_test.go", "copr_cache_test.go", "cte_test.go", "delete_test.go", @@ -327,13 +318,10 @@ go_test( "explain_unit_test.go", "explainfor_test.go", "grant_test.go", - "hash_table_test.go", "historical_stats_test.go", "hot_regions_history_table_test.go", "import_into_test.go", "index_advise_test.go", - "index_lookup_join_test.go", - "index_lookup_merge_join_test.go", "infoschema_cluster_table_test.go", "infoschema_reader_internal_test.go", "infoschema_reader_test.go", @@ -341,10 +329,8 @@ go_test( "inspection_result_test.go", "inspection_summary_test.go", "join_pkg_test.go", - "joiner_test.go", "main_test.go", "memtable_reader_test.go", - "merge_join_test.go", "metrics_reader_test.go", "parallel_apply_test.go", "partition_table_test.go", @@ -398,6 +384,7 @@ go_test( "//pkg/executor/internal/builder", "//pkg/executor/internal/exec", "//pkg/executor/internal/testutil", + "//pkg/executor/join", "//pkg/executor/sortexec", "//pkg/expression", "//pkg/expression/aggregation", @@ -454,7 +441,6 @@ go_test( "//pkg/util/disk", "//pkg/util/execdetails", "//pkg/util/gcutil", - "//pkg/util/hack", "//pkg/util/logutil", "//pkg/util/memory", "//pkg/util/mock", diff --git a/pkg/executor/adapter.go b/pkg/executor/adapter.go index b50e779727c63..8e7941d831ed5 100644 --- a/pkg/executor/adapter.go +++ b/pkg/executor/adapter.go @@ -293,7 +293,7 @@ func (a *ExecStmt) PointGet(ctx context.Context) (*recordSet, error) { a.PsStmt.PointGet.Executor = nil } else { // CachedPlan type is already checked in last step - pointGetPlan := a.PsStmt.PointGet.Plan.(*plannercore.PointGetPlan) + pointGetPlan := a.Plan.(*plannercore.PointGetPlan) exec.Init(pointGetPlan) a.PsStmt.PointGet.Executor = exec executor = exec @@ -1858,8 +1858,15 @@ func (a *ExecStmt) SummaryStmt(succ bool) { sessVars.SetPrevStmtDigest(digest.String()) // No need to encode every time, so encode lazily. - planGenerator := func() (string, string) { - return getEncodedPlan(stmtCtx, !sessVars.InRestrictedSQL) + planGenerator := func() (p string, h string, e any) { + defer func() { + e = recover() + logutil.BgLogger().Warn("fail to generate plan info", + zap.Stack("backtrace"), + zap.Any("error", e)) + }() + p, h = getEncodedPlan(stmtCtx, !sessVars.InRestrictedSQL) + return } var binPlanGen func() string if variable.GenerateBinaryPlan.Load() { diff --git a/pkg/executor/admin.go b/pkg/executor/admin.go index a859de119e8e2..d3af1daa48444 100644 --- a/pkg/executor/admin.go +++ b/pkg/executor/admin.go @@ -28,7 +28,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/terror" - plannercore "github.com/pingcap/tidb/pkg/planner/core" + plannercore "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/table" "github.com/pingcap/tidb/pkg/table/tables" "github.com/pingcap/tidb/pkg/tablecodec" diff --git a/pkg/executor/aggregate/agg_hash_executor.go b/pkg/executor/aggregate/agg_hash_executor.go index fe994fb5015d4..c0b0122460cac 100644 --- a/pkg/executor/aggregate/agg_hash_executor.go +++ b/pkg/executor/aggregate/agg_hash_executor.go @@ -291,6 +291,7 @@ func (e *HashAggExec) initPartialWorkers(partialConcurrency int, finalConcurrenc partialResultsMap[i] = make(aggfuncs.AggPartialResultMapper) } + partialResultsBuffer, groupKeyBuf := getBuffer() e.partialWorkers[i] = HashAggPartialWorker{ baseHashAggWorker: newBaseHashAggWorker(e.finishCh, e.PartialAggFuncs, e.MaxChunkSize(), e.memTracker), idForTest: i, @@ -299,12 +300,12 @@ func (e *HashAggExec) initPartialWorkers(partialConcurrency int, finalConcurrenc outputChs: e.partialOutputChs, giveBackCh: e.inputCh, BInMaps: make([]int, finalConcurrency), - partialResultsBuffer: make([][]aggfuncs.PartialResult, 0, 2048), + partialResultsBuffer: *partialResultsBuffer, globalOutputCh: e.finalOutputCh, partialResultsMap: partialResultsMap, groupByItems: e.GroupByItems, chk: exec.TryNewCacheChunk(e.Children(0)), - groupKey: make([][]byte, 0, 8), + groupKeyBuf: *groupKeyBuf, serializeHelpers: aggfuncs.NewSerializeHelper(), isSpillPrepared: false, spillHelper: e.spillHelper, @@ -342,9 +343,7 @@ func (e *HashAggExec) initFinalWorkers(finalConcurrency int) { inputCh: e.partialOutputChs[i], outputCh: e.finalOutputCh, finalResultHolderCh: make(chan *chunk.Chunk, 1), - rowBuffer: make([]types.Datum, 0, e.Schema().Len()), mutableRow: chunk.MutRowFromTypes(exec.RetTypes(e)), - groupKeys: make([][]byte, 0, 8), spillHelper: e.spillHelper, restoredAggResultMapperMem: 0, } diff --git a/pkg/executor/aggregate/agg_hash_final_worker.go b/pkg/executor/aggregate/agg_hash_final_worker.go index 684ab110d137b..d2cc2cb047f10 100644 --- a/pkg/executor/aggregate/agg_hash_final_worker.go +++ b/pkg/executor/aggregate/agg_hash_final_worker.go @@ -23,7 +23,6 @@ import ( "github.com/pingcap/failpoint" "github.com/pingcap/tidb/pkg/executor/aggfuncs" "github.com/pingcap/tidb/pkg/sessionctx" - "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/chunk" "github.com/pingcap/tidb/pkg/util/hack" "github.com/pingcap/tidb/pkg/util/logutil" @@ -42,14 +41,12 @@ type AfFinalResult struct { type HashAggFinalWorker struct { baseHashAggWorker - rowBuffer []types.Datum mutableRow chunk.MutRow partialResultMap aggfuncs.AggPartialResultMapper BInMap int inputCh chan *aggfuncs.AggPartialResultMapper outputCh chan *AfFinalResult finalResultHolderCh chan *chunk.Chunk - groupKeys [][]byte spillHelper *parallelHashAggSpillHelper diff --git a/pkg/executor/aggregate/agg_hash_partial_worker.go b/pkg/executor/aggregate/agg_hash_partial_worker.go index bacd5491f19e5..17498e1a9cbba 100644 --- a/pkg/executor/aggregate/agg_hash_partial_worker.go +++ b/pkg/executor/aggregate/agg_hash_partial_worker.go @@ -56,7 +56,7 @@ type HashAggPartialWorker struct { partialResultsMapMem atomic.Int64 groupByItems []expression.Expression - groupKey [][]byte + groupKeyBuf [][]byte // chk stores the input data from child, // and is reused by childExec and partial worker. chk *chunk.Chunk @@ -201,6 +201,8 @@ func (w *HashAggPartialWorker) run(ctx sessionctx.Context, waitGroup *sync.WaitG // We must ensure that there is no panic before `waitGroup.Done()` or there will be hang waitGroup.Done() + + tryRecycleBuffer(&w.partialResultsBuffer, &w.groupKeyBuf) }() intestBeforePartialWorkerRun() @@ -254,15 +256,15 @@ func (w *HashAggPartialWorker) getPartialResultsOfEachRow(groupKey [][]byte, fin } func (w *HashAggPartialWorker) updatePartialResult(ctx sessionctx.Context, chk *chunk.Chunk, finalConcurrency int) (err error) { - memSize := getGroupKeyMemUsage(w.groupKey) - w.groupKey, err = GetGroupKey(w.ctx, chk, w.groupKey, w.groupByItems) + memSize := getGroupKeyMemUsage(w.groupKeyBuf) + w.groupKeyBuf, err = GetGroupKey(w.ctx, chk, w.groupKeyBuf, w.groupByItems) failpoint.Inject("ConsumeRandomPanic", nil) - w.memTracker.Consume(getGroupKeyMemUsage(w.groupKey) - memSize) + w.memTracker.Consume(getGroupKeyMemUsage(w.groupKeyBuf) - memSize) if err != nil { return err } - partialResultOfEachRow := w.getPartialResultsOfEachRow(w.groupKey, finalConcurrency) + partialResultOfEachRow := w.getPartialResultsOfEachRow(w.groupKeyBuf, finalConcurrency) numRows := chk.NumRows() rows := make([]chunk.Row, 1) diff --git a/pkg/executor/aggregate/agg_util.go b/pkg/executor/aggregate/agg_util.go index 69daafb1f84d5..829612802f7c3 100644 --- a/pkg/executor/aggregate/agg_util.go +++ b/pkg/executor/aggregate/agg_util.go @@ -20,6 +20,7 @@ import ( "fmt" "math/rand" "slices" + "sync" "sync/atomic" "time" @@ -40,6 +41,43 @@ import ( "go.uber.org/zap" ) +const defaultPartialResultsBufferCap = 2048 +const defaultGroupKeyCap = 8 + +var partialResultsBufferPool = sync.Pool{ + New: func() any { + s := make([][]aggfuncs.PartialResult, 0, defaultPartialResultsBufferCap) + return &s + }, +} + +var groupKeyPool = sync.Pool{ + New: func() any { + s := make([][]byte, 0, defaultGroupKeyCap) + return &s + }, +} + +func getBuffer() (*[][]aggfuncs.PartialResult, *[][]byte) { + partialResultsBuffer := partialResultsBufferPool.Get().(*[][]aggfuncs.PartialResult) + *partialResultsBuffer = (*partialResultsBuffer)[:0] + groupKey := groupKeyPool.Get().(*[][]byte) + *groupKey = (*groupKey)[:0] + return partialResultsBuffer, groupKey +} + +// tryRecycleBuffer recycles small buffers only. This approach reduces the CPU pressure +// from memory allocation during high concurrency aggregation computations (like DDL's scheduled tasks), +// and also prevents the pool from holding too much memory and causing memory pressure. +func tryRecycleBuffer(buf *[][]aggfuncs.PartialResult, groupKey *[][]byte) { + if cap(*buf) <= defaultPartialResultsBufferCap { + partialResultsBufferPool.Put(buf) + } + if cap(*groupKey) <= defaultGroupKeyCap { + groupKeyPool.Put(groupKey) + } +} + func closeBaseExecutor(b *exec.BaseExecutor) { if r := recover(); r != nil { // Release the resource, but throw the panic again and let the top level handle it. diff --git a/pkg/executor/analyze_col.go b/pkg/executor/analyze_col.go index 3d699b5e26af5..c472002647fec 100644 --- a/pkg/executor/analyze_col.go +++ b/pkg/executor/analyze_col.go @@ -30,6 +30,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/statistics" "github.com/pingcap/tidb/pkg/tablecodec" "github.com/pingcap/tidb/pkg/types" @@ -46,7 +47,7 @@ type AnalyzeColumnsExec struct { tableInfo *model.TableInfo colsInfo []*model.ColumnInfo - handleCols core.HandleCols + handleCols plannerutil.HandleCols commonHandle *model.IndexInfo resultHandler *tableResultHandler indexes []*model.IndexInfo @@ -379,7 +380,7 @@ func (e *AnalyzeColumnsExecV1) analyzeColumnsPushDownV1() *statistics.AnalyzeRes } } -func hasPkHist(handleCols core.HandleCols) bool { +func hasPkHist(handleCols plannerutil.HandleCols) bool { return handleCols != nil && handleCols.IsInt() } diff --git a/pkg/executor/batch_point_get.go b/pkg/executor/batch_point_get.go index 1a4a110061767..64fc3b0f6e4b6 100644 --- a/pkg/executor/batch_point_get.go +++ b/pkg/executor/batch_point_get.go @@ -193,16 +193,24 @@ func (e *BatchPointGetExec) Next(ctx context.Context, req *chunk.Chunk) error { if e.index >= len(e.values) { return nil } + + schema := e.Schema() + sctx := e.BaseExecutor.Ctx() + start := e.index for !req.IsFull() && e.index < len(e.values) { handle, val := e.handles[e.index], e.values[e.index] - err := DecodeRowValToChunk(e.BaseExecutor.Ctx(), e.Schema(), e.tblInfo, handle, val, req, e.rowDecoder) + err := DecodeRowValToChunk(sctx, schema, e.tblInfo, handle, val, req, e.rowDecoder) if err != nil { return err } e.index++ } - err := table.FillVirtualColumnValue(e.virtualColumnRetFieldTypes, e.virtualColumnIndex, e.Schema().Columns, e.columns, e.Ctx().GetExprCtx(), req) + err := fillRowChecksum(sctx, start, e.index, schema, e.tblInfo, e.values, e.handles, req, nil) + if err != nil { + return err + } + err = table.FillVirtualColumnValue(e.virtualColumnRetFieldTypes, e.virtualColumnIndex, schema.Columns, e.columns, sctx.GetExprCtx(), req) if err != nil { return err } diff --git a/pkg/executor/benchmark_test.go b/pkg/executor/benchmark_test.go index 6af51f7fa2340..d07ee5b843ecb 100644 --- a/pkg/executor/benchmark_test.go +++ b/pkg/executor/benchmark_test.go @@ -31,6 +31,7 @@ import ( "github.com/pingcap/tidb/pkg/executor/aggregate" "github.com/pingcap/tidb/pkg/executor/internal/exec" "github.com/pingcap/tidb/pkg/executor/internal/testutil" + "github.com/pingcap/tidb/pkg/executor/join" "github.com/pingcap/tidb/pkg/executor/sortexec" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/expression/aggregation" @@ -657,7 +658,7 @@ func prepareResolveIndices(joinSchema, lSchema, rSchema *expression.Schema, join return joinSchema } -func prepare4HashJoin(testCase *hashJoinTestCase, innerExec, outerExec exec.Executor) *HashJoinExec { +func prepare4HashJoin(testCase *hashJoinTestCase, innerExec, outerExec exec.Executor) *join.HashJoinExec { if testCase.useOuterToBuild { innerExec, outerExec = outerExec, innerExec } @@ -689,41 +690,41 @@ func prepare4HashJoin(testCase *hashJoinTestCase, innerExec, outerExec exec.Exec joinKeysColIdx = append(joinKeysColIdx, testCase.keyIdx...) probeKeysColIdx := make([]int, 0, len(testCase.keyIdx)) probeKeysColIdx = append(probeKeysColIdx, testCase.keyIdx...) - e := &HashJoinExec{ + e := &join.HashJoinExec{ BaseExecutor: exec.NewBaseExecutor(testCase.ctx, joinSchema, 5, innerExec, outerExec), - hashJoinCtx: &hashJoinCtx{ - sessCtx: testCase.ctx, - joinType: testCase.joinType, // 0 for InnerJoin, 1 for LeftOutersJoin, 2 for RightOuterJoin - isOuterJoin: false, - useOuterToBuild: testCase.useOuterToBuild, - concurrency: uint(testCase.concurrency), - probeTypes: exec.RetTypes(outerExec), - buildTypes: exec.RetTypes(innerExec), - allocPool: chunk.NewEmptyAllocator(), + HashJoinCtx: &join.HashJoinCtx{ + SessCtx: testCase.ctx, + JoinType: testCase.joinType, // 0 for InnerJoin, 1 for LeftOutersJoin, 2 for RightOuterJoin + IsOuterJoin: false, + UseOuterToBuild: testCase.useOuterToBuild, + Concurrency: uint(testCase.concurrency), + ProbeTypes: exec.RetTypes(outerExec), + BuildTypes: exec.RetTypes(innerExec), + ChunkAllocPool: chunk.NewEmptyAllocator(), }, - probeSideTupleFetcher: &probeSideTupleFetcher{ - probeSideExec: outerExec, + ProbeSideTupleFetcher: &join.ProbeSideTupleFetcher{ + ProbeSideExec: outerExec, }, - probeWorkers: make([]*probeWorker, testCase.concurrency), - buildWorker: &buildWorker{ - buildKeyColIdx: joinKeysColIdx, - buildSideExec: innerExec, + ProbeWorkers: make([]*join.ProbeWorker, testCase.concurrency), + BuildWorker: &join.BuildWorker{ + BuildKeyColIdx: joinKeysColIdx, + BuildSideExec: innerExec, }, } childrenUsedSchema := markChildrenUsedColsForTest(testCase.ctx, e.Schema(), e.Children(0).Schema(), e.Children(1).Schema()) - defaultValues := make([]types.Datum, e.buildWorker.buildSideExec.Schema().Len()) + defaultValues := make([]types.Datum, e.BuildWorker.BuildSideExec.Schema().Len()) lhsTypes, rhsTypes := exec.RetTypes(innerExec), exec.RetTypes(outerExec) - for i := uint(0); i < e.concurrency; i++ { - e.probeWorkers[i] = &probeWorker{ - workerID: i, - hashJoinCtx: e.hashJoinCtx, - joiner: newJoiner(testCase.ctx, e.joinType, true, defaultValues, + for i := uint(0); i < e.Concurrency; i++ { + e.ProbeWorkers[i] = &join.ProbeWorker{ + WorkerID: i, + HashJoinCtx: e.HashJoinCtx, + Joiner: join.NewJoiner(testCase.ctx, e.JoinType, true, defaultValues, nil, lhsTypes, rhsTypes, childrenUsedSchema, false), - probeKeyColIdx: probeKeysColIdx, + ProbeKeyColIdx: probeKeysColIdx, } } - e.buildWorker.hashJoinCtx = e.hashJoinCtx + e.BuildWorker.HashJoinCtx = e.HashJoinCtx memLimit := int64(-1) if testCase.disk { memLimit = 1 @@ -832,7 +833,7 @@ func benchmarkHashJoinExec(b *testing.B, casTest *hashJoinTestCase, opt1, opt2 * if testResult { time.Sleep(200 * time.Millisecond) - if spilled := executor.rowContainer.alreadySpilledSafeForTest(); spilled != casTest.disk { + if spilled := executor.RowContainer.AlreadySpilledSafeForTest(); spilled != casTest.disk { b.Fatal("wrong usage with disk:", spilled, casTest.disk) } } @@ -1021,7 +1022,7 @@ func benchmarkBuildHashTable(b *testing.B, casTest *hashJoinTestCase, dataSource if err := exec.Open(tmpCtx); err != nil { b.Fatal(err) } - exec.prepared = true + exec.Prepared = true innerResultCh := make(chan *chunk.Chunk, len(dataSource1.Chunks)) for _, chk := range dataSource1.Chunks { @@ -1030,13 +1031,13 @@ func benchmarkBuildHashTable(b *testing.B, casTest *hashJoinTestCase, dataSource close(innerResultCh) b.StartTimer() - if err := exec.buildWorker.buildHashTableForList(innerResultCh); err != nil { + if err := exec.BuildWorker.BuildHashTableForList(innerResultCh); err != nil { b.Fatal(err) } if testResult { time.Sleep(200 * time.Millisecond) - if exec.rowContainer.alreadySpilledSafeForTest() != casTest.disk { + if exec.RowContainer.AlreadySpilledSafeForTest() != casTest.disk { b.Fatal("wrong usage with disk") } } @@ -1165,27 +1166,27 @@ func prepare4IndexInnerHashJoin(tc *IndexJoinTestCase, outerDS *testutil.MockDat return nil, err } - e := &IndexLookUpJoin{ + e := &join.IndexLookUpJoin{ BaseExecutor: exec.NewBaseExecutor(tc.Ctx, joinSchema, 1, outerDS), - outerCtx: outerCtx{ - rowTypes: leftTypes, - keyCols: tc.OuterJoinKeyIdx, - hashCols: tc.OuterHashKeyIdx, + OuterCtx: join.OuterCtx{ + RowTypes: leftTypes, + KeyCols: tc.OuterJoinKeyIdx, + HashCols: tc.OuterHashKeyIdx, }, - innerCtx: innerCtx{ - readerBuilder: readerBuilder, - rowTypes: rightTypes, - colLens: colLens, - keyCols: tc.InnerJoinKeyIdx, - hashCols: tc.InnerHashKeyIdx, + InnerCtx: join.InnerCtx{ + ReaderBuilder: readerBuilder, + RowTypes: rightTypes, + ColLens: colLens, + KeyCols: tc.InnerJoinKeyIdx, + HashCols: tc.InnerHashKeyIdx, }, - workerWg: new(sync.WaitGroup), - joiner: newJoiner(tc.Ctx, 0, false, defaultValues, nil, leftTypes, rightTypes, nil, false), - isOuterJoin: false, - keyOff2IdxOff: keyOff2IdxOff, - lastColHelper: nil, + WorkerWg: new(sync.WaitGroup), + Joiner: join.NewJoiner(tc.Ctx, 0, false, defaultValues, nil, leftTypes, rightTypes, nil, false), + IsOuterJoin: false, + KeyOff2IdxOff: keyOff2IdxOff, + LastColHelper: nil, } - e.joinResult = exec.NewFirstChunk(e) + e.JoinResult = exec.NewFirstChunk(e) return e, nil } @@ -1194,11 +1195,11 @@ func prepare4IndexOuterHashJoin(tc *IndexJoinTestCase, outerDS *testutil.MockDat if err != nil { return nil, err } - idxHash := &IndexNestedLoopHashJoin{IndexLookUpJoin: *e.(*IndexLookUpJoin)} + idxHash := &join.IndexNestedLoopHashJoin{IndexLookUpJoin: *e.(*join.IndexLookUpJoin)} concurrency := tc.Concurrency - idxHash.joiners = make([]joiner, concurrency) + idxHash.Joiners = make([]join.Joiner, concurrency) for i := 0; i < concurrency; i++ { - idxHash.joiners[i] = e.(*IndexLookUpJoin).joiner.Clone() + idxHash.Joiners[i] = e.(*join.IndexLookUpJoin).Joiner.Clone() } return idxHash, nil } @@ -1239,34 +1240,34 @@ func prepare4IndexMergeJoin(tc *IndexJoinTestCase, outerDS *testutil.MockDataSou return nil, err } - e := &IndexLookUpMergeJoin{ + e := &join.IndexLookUpMergeJoin{ BaseExecutor: exec.NewBaseExecutor(tc.Ctx, joinSchema, 2, outerDS), - outerMergeCtx: outerMergeCtx{ - rowTypes: leftTypes, - keyCols: tc.OuterJoinKeyIdx, - joinKeys: outerJoinKeys, - needOuterSort: tc.NeedOuterSort, - compareFuncs: outerCompareFuncs, + OuterMergeCtx: join.OuterMergeCtx{ + RowTypes: leftTypes, + KeyCols: tc.OuterJoinKeyIdx, + JoinKeys: outerJoinKeys, + NeedOuterSort: tc.NeedOuterSort, + CompareFuncs: outerCompareFuncs, }, - innerMergeCtx: innerMergeCtx{ - readerBuilder: readerBuilder, - rowTypes: rightTypes, - joinKeys: innerJoinKeys, - colLens: colLens, - keyCols: tc.InnerJoinKeyIdx, - compareFuncs: compareFuncs, + InnerMergeCtx: join.InnerMergeCtx{ + ReaderBuilder: readerBuilder, + RowTypes: rightTypes, + JoinKeys: innerJoinKeys, + ColLens: colLens, + KeyCols: tc.InnerJoinKeyIdx, + CompareFuncs: compareFuncs, }, - workerWg: new(sync.WaitGroup), - isOuterJoin: false, - keyOff2IdxOff: keyOff2IdxOff, - lastColHelper: nil, + WorkerWg: new(sync.WaitGroup), + IsOuterJoin: false, + KeyOff2IdxOff: keyOff2IdxOff, + LastColHelper: nil, } concurrency := e.Ctx().GetSessionVars().IndexLookupJoinConcurrency() - joiners := make([]joiner, concurrency) + joiners := make([]join.Joiner, concurrency) for i := 0; i < concurrency; i++ { - joiners[i] = newJoiner(tc.Ctx, 0, false, defaultValues, nil, leftTypes, rightTypes, nil, false) + joiners[i] = join.NewJoiner(tc.Ctx, 0, false, defaultValues, nil, leftTypes, rightTypes, nil, false) } - e.joiners = joiners + e.Joiners = joiners return e, nil } @@ -1365,13 +1366,13 @@ type mergeJoinTestCase struct { } func prepareMergeJoinExec(tc *mergeJoinTestCase, joinSchema *expression.Schema, leftExec, rightExec exec.Executor, defaultValues []types.Datum, - compareFuncs []expression.CompareFunc, innerJoinKeys []*expression.Column, outerJoinKeys []*expression.Column) *MergeJoinExec { + compareFuncs []expression.CompareFunc, innerJoinKeys []*expression.Column, outerJoinKeys []*expression.Column) *join.MergeJoinExec { // only benchmark inner join - mergeJoinExec := &MergeJoinExec{ - stmtCtx: tc.Ctx.GetSessionVars().StmtCtx, + mergeJoinExec := &join.MergeJoinExec{ + StmtCtx: tc.Ctx.GetSessionVars().StmtCtx, BaseExecutor: exec.NewBaseExecutor(tc.Ctx, joinSchema, 3, leftExec, rightExec), - compareFuncs: compareFuncs, - isOuterJoin: false, + CompareFuncs: compareFuncs, + IsOuterJoin: false, } var usedIdx [][]int @@ -1388,7 +1389,7 @@ func prepareMergeJoinExec(tc *mergeJoinTestCase, joinSchema *expression.Schema, } } - mergeJoinExec.joiner = newJoiner( + mergeJoinExec.Joiner = join.NewJoiner( tc.Ctx, 0, false, @@ -1400,16 +1401,16 @@ func prepareMergeJoinExec(tc *mergeJoinTestCase, joinSchema *expression.Schema, false, ) - mergeJoinExec.innerTable = &mergeJoinTable{ - isInner: true, - childIndex: 1, - joinKeys: innerJoinKeys, + mergeJoinExec.InnerTable = &join.MergeJoinTable{ + IsInner: true, + ChildIndex: 1, + JoinKeys: innerJoinKeys, } - mergeJoinExec.outerTable = &mergeJoinTable{ - childIndex: 0, - filters: nil, - joinKeys: outerJoinKeys, + mergeJoinExec.OuterTable = &join.MergeJoinTable{ + ChildIndex: 0, + Filters: nil, + JoinKeys: outerJoinKeys, } return mergeJoinExec diff --git a/pkg/executor/builder.go b/pkg/executor/builder.go index 18d228e8af218..188deffd6365a 100644 --- a/pkg/executor/builder.go +++ b/pkg/executor/builder.go @@ -47,9 +47,11 @@ import ( "github.com/pingcap/tidb/pkg/executor/internal/querywatch" "github.com/pingcap/tidb/pkg/executor/internal/testutil" "github.com/pingcap/tidb/pkg/executor/internal/vecgroupchecker" + "github.com/pingcap/tidb/pkg/executor/join" "github.com/pingcap/tidb/pkg/executor/lockstats" executor_metrics "github.com/pingcap/tidb/pkg/executor/metrics" "github.com/pingcap/tidb/pkg/executor/sortexec" + "github.com/pingcap/tidb/pkg/executor/unionexec" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/expression/aggregation" "github.com/pingcap/tidb/pkg/infoschema" @@ -449,6 +451,9 @@ func buildIndexLookUpChecker(b *executorBuilder, p *plannercore.PhysicalIndexLoo if !e.isCommonHandle() { fullColLen++ } + if e.index.Global { + fullColLen++ + } e.dagPB.OutputOffsets = make([]uint32, fullColLen) for i := 0; i < fullColLen; i++ { e.dagPB.OutputOffsets[i] = uint32(i) @@ -468,6 +473,9 @@ func buildIndexLookUpChecker(b *executorBuilder, p *plannercore.PhysicalIndexLoo if !e.isCommonHandle() { tps = append(tps, types.NewFieldType(mysql.TypeLonglong)) } + if e.index.Global { + tps = append(tps, types.NewFieldType(mysql.TypeLonglong)) + } e.checkIndexValue = &checkIndexValue{idxColTps: tps} @@ -613,14 +621,14 @@ func (b *executorBuilder) buildRecoverIndex(v *plannercore.RecoverIndex) exec.Ex } func buildHandleColsForExec(sctx *stmtctx.StatementContext, tblInfo *model.TableInfo, - allColInfo []*model.ColumnInfo) plannercore.HandleCols { + allColInfo []*model.ColumnInfo) plannerutil.HandleCols { if !tblInfo.IsCommonHandle { extraColPos := len(allColInfo) - 1 intCol := &expression.Column{ Index: extraColPos, RetType: types.NewFieldType(mysql.TypeLonglong), } - return plannercore.NewIntHandleCols(intCol) + return plannerutil.NewIntHandleCols(intCol) } tblCols := make([]*expression.Column, len(tblInfo.Columns)) for i := 0; i < len(tblInfo.Columns); i++ { @@ -638,7 +646,7 @@ func buildHandleColsForExec(sctx *stmtctx.StatementContext, tblInfo *model.Table } } } - return plannercore.NewCommonHandleCols(sctx, tblInfo, pkIdx, tblCols) + return plannerutil.NewCommonHandleCols(sctx, tblInfo, pkIdx, tblCols) } func (b *executorBuilder) buildCleanupIndex(v *plannercore.CleanupIndex) exec.Executor { @@ -1253,7 +1261,7 @@ func (b *executorBuilder) buildUnionScanExec(v *plannercore.PhysicalUnionScan) e // Be careful to avoid data race. func (b *executorBuilder) buildUnionScanFromReader(reader exec.Executor, v *plannercore.PhysicalUnionScan) exec.Executor { // If reader is union, it means a partition table and we should transfer as above. - if x, ok := reader.(*UnionExec); ok { + if x, ok := reader.(*unionexec.UnionExec); ok { for i, child := range x.AllChildren() { x.SetChildren(i, b.buildUnionScanFromReader(child, v)) if b.err != nil { @@ -1315,6 +1323,7 @@ func (b *executorBuilder) buildUnionScanFromReader(reader exec.Executor, v *plan } us.conditions, us.conditionsWithVirCol = plannercore.SplitSelCondsWithVirtualColumn(v.Conditions) us.columns = x.columns + us.partitionIDMap = x.partitionIDMap us.table = x.table us.handleCachedTable(b, x, sessionVars, startTS) case *IndexLookUpExecutor: @@ -1331,6 +1340,7 @@ func (b *executorBuilder) buildUnionScanFromReader(reader exec.Executor, v *plan us.conditions, us.conditionsWithVirCol = plannercore.SplitSelCondsWithVirtualColumn(v.Conditions) us.columns = x.columns us.table = x.table + us.partitionIDMap = x.partitionIDMap us.virtualColumnIndex = buildVirtualColumnIndex(us.Schema(), us.columns) us.handleCachedTable(b, x, sessionVars, startTS) case *IndexMergeReaderExecutor: @@ -1351,6 +1361,7 @@ func (b *executorBuilder) buildUnionScanFromReader(reader exec.Executor, v *plan } } } + us.partitionIDMap = x.partitionIDMap us.conditions, us.conditionsWithVirCol = plannercore.SplitSelCondsWithVirtualColumn(v.Conditions) us.columns = x.columns us.table = x.table @@ -1415,11 +1426,11 @@ func (b *executorBuilder) buildMergeJoin(v *plannercore.PhysicalMergeJoin) exec. colsFromChildren = colsFromChildren[:len(colsFromChildren)-1] } - e := &MergeJoinExec{ - stmtCtx: b.ctx.GetSessionVars().StmtCtx, + e := &join.MergeJoinExec{ + StmtCtx: b.ctx.GetSessionVars().StmtCtx, BaseExecutor: exec.NewBaseExecutor(b.ctx, v.Schema(), v.ID(), leftExec, rightExec), - compareFuncs: v.CompareFuncs, - joiner: newJoiner( + CompareFuncs: v.CompareFuncs, + Joiner: join.NewJoiner( b.ctx, v.JoinType, v.JoinType == plannercore.RightOuterJoin, @@ -1430,33 +1441,33 @@ func (b *executorBuilder) buildMergeJoin(v *plannercore.PhysicalMergeJoin) exec. markChildrenUsedCols(colsFromChildren, v.Children()[0].Schema(), v.Children()[1].Schema()), false, ), - isOuterJoin: v.JoinType.IsOuterJoin(), - desc: v.Desc, + IsOuterJoin: v.JoinType.IsOuterJoin(), + Desc: v.Desc, } - leftTable := &mergeJoinTable{ - childIndex: 0, - joinKeys: v.LeftJoinKeys, - filters: v.LeftConditions, + leftTable := &join.MergeJoinTable{ + ChildIndex: 0, + JoinKeys: v.LeftJoinKeys, + Filters: v.LeftConditions, } - rightTable := &mergeJoinTable{ - childIndex: 1, - joinKeys: v.RightJoinKeys, - filters: v.RightConditions, + rightTable := &join.MergeJoinTable{ + ChildIndex: 1, + JoinKeys: v.RightJoinKeys, + Filters: v.RightConditions, } if v.JoinType == plannercore.RightOuterJoin { - e.innerTable = leftTable - e.outerTable = rightTable + e.InnerTable = leftTable + e.OuterTable = rightTable } else { - e.innerTable = rightTable - e.outerTable = leftTable + e.InnerTable = rightTable + e.OuterTable = leftTable } - e.innerTable.isInner = true + e.InnerTable.IsInner = true // optimizer should guarantee that filters on inner table are pushed down // to tikv or extracted to a Selection. - if len(e.innerTable.filters) != 0 { + if len(e.InnerTable.Filters) != 0 { b.err = errors.Annotate(exeerrors.ErrBuildExecutor, "merge join's inner filter should be empty.") return nil } @@ -1476,20 +1487,20 @@ func (b *executorBuilder) buildHashJoin(v *plannercore.PhysicalHashJoin) exec.Ex return nil } - e := &HashJoinExec{ + e := &join.HashJoinExec{ BaseExecutor: exec.NewBaseExecutor(b.ctx, v.Schema(), v.ID(), leftExec, rightExec), - probeSideTupleFetcher: &probeSideTupleFetcher{}, - probeWorkers: make([]*probeWorker, v.Concurrency), - buildWorker: &buildWorker{}, - hashJoinCtx: &hashJoinCtx{ - sessCtx: b.ctx, - isOuterJoin: v.JoinType.IsOuterJoin(), - useOuterToBuild: v.UseOuterToBuild, - joinType: v.JoinType, - concurrency: v.Concurrency, + ProbeSideTupleFetcher: &join.ProbeSideTupleFetcher{}, + ProbeWorkers: make([]*join.ProbeWorker, v.Concurrency), + BuildWorker: &join.BuildWorker{}, + HashJoinCtx: &join.HashJoinCtx{ + SessCtx: b.ctx, + IsOuterJoin: v.JoinType.IsOuterJoin(), + UseOuterToBuild: v.UseOuterToBuild, + JoinType: v.JoinType, + Concurrency: v.Concurrency, }, } - e.hashJoinCtx.allocPool = e.AllocPool + e.HashJoinCtx.ChunkAllocPool = e.AllocPool defaultValues := v.DefaultValues lhsTypes, rhsTypes := exec.RetTypes(leftExec), exec.RetTypes(rightExec) if v.InnerChildIdx == 1 { @@ -1506,33 +1517,33 @@ func (b *executorBuilder) buildHashJoin(v *plannercore.PhysicalHashJoin) exec.Ex leftIsBuildSide := true - e.isNullEQ = v.IsNullEQ + e.IsNullEQ = v.IsNullEQ var probeKeys, probeNAKeys, buildKeys, buildNAKeys []*expression.Column var buildSideExec exec.Executor if v.UseOuterToBuild { // update the buildSideEstCount due to changing the build side if v.InnerChildIdx == 1 { buildSideExec, buildKeys, buildNAKeys = leftExec, v.LeftJoinKeys, v.LeftNAJoinKeys - e.probeSideTupleFetcher.probeSideExec, probeKeys, probeNAKeys = rightExec, v.RightJoinKeys, v.RightNAJoinKeys - e.outerFilter = v.LeftConditions + e.ProbeSideTupleFetcher.ProbeSideExec, probeKeys, probeNAKeys = rightExec, v.RightJoinKeys, v.RightNAJoinKeys + e.OuterFilter = v.LeftConditions } else { buildSideExec, buildKeys, buildNAKeys = rightExec, v.RightJoinKeys, v.RightNAJoinKeys - e.probeSideTupleFetcher.probeSideExec, probeKeys, probeNAKeys = leftExec, v.LeftJoinKeys, v.LeftNAJoinKeys - e.outerFilter = v.RightConditions + e.ProbeSideTupleFetcher.ProbeSideExec, probeKeys, probeNAKeys = leftExec, v.LeftJoinKeys, v.LeftNAJoinKeys + e.OuterFilter = v.RightConditions leftIsBuildSide = false } if defaultValues == nil { - defaultValues = make([]types.Datum, e.probeSideTupleFetcher.probeSideExec.Schema().Len()) + defaultValues = make([]types.Datum, e.ProbeSideTupleFetcher.ProbeSideExec.Schema().Len()) } } else { if v.InnerChildIdx == 0 { buildSideExec, buildKeys, buildNAKeys = leftExec, v.LeftJoinKeys, v.LeftNAJoinKeys - e.probeSideTupleFetcher.probeSideExec, probeKeys, probeNAKeys = rightExec, v.RightJoinKeys, v.RightNAJoinKeys - e.outerFilter = v.RightConditions + e.ProbeSideTupleFetcher.ProbeSideExec, probeKeys, probeNAKeys = rightExec, v.RightJoinKeys, v.RightNAJoinKeys + e.OuterFilter = v.RightConditions } else { buildSideExec, buildKeys, buildNAKeys = rightExec, v.RightJoinKeys, v.RightNAJoinKeys - e.probeSideTupleFetcher.probeSideExec, probeKeys, probeNAKeys = leftExec, v.LeftJoinKeys, v.LeftNAJoinKeys - e.outerFilter = v.LeftConditions + e.ProbeSideTupleFetcher.ProbeSideExec, probeKeys, probeNAKeys = leftExec, v.LeftJoinKeys, v.LeftNAJoinKeys + e.OuterFilter = v.LeftConditions leftIsBuildSide = false } if defaultValues == nil { @@ -1561,17 +1572,17 @@ func (b *executorBuilder) buildHashJoin(v *plannercore.PhysicalHashJoin) exec.Ex colsFromChildren = colsFromChildren[:len(colsFromChildren)-1] } childrenUsedSchema := markChildrenUsedCols(colsFromChildren, v.Children()[0].Schema(), v.Children()[1].Schema()) - for i := uint(0); i < e.concurrency; i++ { - e.probeWorkers[i] = &probeWorker{ - hashJoinCtx: e.hashJoinCtx, - workerID: i, - joiner: newJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, v.OtherConditions, lhsTypes, rhsTypes, childrenUsedSchema, isNAJoin), - probeKeyColIdx: probeKeyColIdx, - probeNAKeyColIdx: probeNAKeColIdx, + for i := uint(0); i < e.Concurrency; i++ { + e.ProbeWorkers[i] = &join.ProbeWorker{ + HashJoinCtx: e.HashJoinCtx, + WorkerID: i, + Joiner: join.NewJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, v.OtherConditions, lhsTypes, rhsTypes, childrenUsedSchema, isNAJoin), + ProbeKeyColIdx: probeKeyColIdx, + ProbeNAKeyColIdx: probeNAKeColIdx, } } - e.buildWorker.buildKeyColIdx, e.buildWorker.buildNAKeyColIdx, e.buildWorker.buildSideExec, e.buildWorker.hashJoinCtx = buildKeyColIdx, buildNAKeyColIdx, buildSideExec, e.hashJoinCtx - e.hashJoinCtx.isNullAware = isNAJoin + e.BuildWorker.BuildKeyColIdx, e.BuildWorker.BuildNAKeyColIdx, e.BuildWorker.BuildSideExec, e.BuildWorker.HashJoinCtx = buildKeyColIdx, buildNAKeyColIdx, buildSideExec, e.HashJoinCtx + e.HashJoinCtx.IsNullAware = isNAJoin executor_metrics.ExecutorCountHashJoinExec.Inc() // We should use JoinKey to construct the type information using by hashing, instead of using the child's schema directly. @@ -1617,9 +1628,9 @@ func (b *executorBuilder) buildHashJoin(v *plannercore.PhysicalHashJoin) exec.Ex rightTypes[i+offset].SetCollate(coll) } if leftIsBuildSide { - e.buildTypes, e.probeTypes = leftTypes, rightTypes + e.BuildTypes, e.ProbeTypes = leftTypes, rightTypes } else { - e.buildTypes, e.probeTypes = rightTypes, leftTypes + e.BuildTypes, e.ProbeTypes = rightTypes, leftTypes } return e } @@ -2203,19 +2214,19 @@ func (b *executorBuilder) buildApply(v *plannercore.PhysicalApply) exec.Executor outerExec, innerExec = rightChild, leftChild outerFilter, innerFilter = v.RightConditions, v.LeftConditions } - tupleJoiner := newJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, + tupleJoiner := join.NewJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, otherConditions, exec.RetTypes(leftChild), exec.RetTypes(rightChild), nil, false) - serialExec := &NestedLoopApplyExec{ + serialExec := &join.NestedLoopApplyExec{ BaseExecutor: exec.NewBaseExecutor(b.ctx, v.Schema(), v.ID(), outerExec, innerExec), - innerExec: innerExec, - outerExec: outerExec, - outerFilter: outerFilter, - innerFilter: innerFilter, - outer: v.JoinType != plannercore.InnerJoin, - joiner: tupleJoiner, - outerSchema: v.OuterSchema, - ctx: b.ctx, - canUseCache: v.CanUseCache, + InnerExec: innerExec, + OuterExec: outerExec, + OuterFilter: outerFilter, + InnerFilter: innerFilter, + Outer: v.JoinType != plannercore.InnerJoin, + Joiner: tupleJoiner, + OuterSchema: v.OuterSchema, + Sctx: b.ctx, + CanUseCache: v.CanUseCache, } executor_metrics.ExecutorCounterNestedLoopApplyExec.Inc() @@ -2224,7 +2235,7 @@ func (b *executorBuilder) buildApply(v *plannercore.PhysicalApply) exec.Executor innerExecs := make([]exec.Executor, 0, v.Concurrency) innerFilters := make([]expression.CNFExprs, 0, v.Concurrency) corCols := make([][]*expression.CorrelatedColumn, 0, v.Concurrency) - joiners := make([]joiner, 0, v.Concurrency) + joiners := make([]join.Joiner, 0, v.Concurrency) for i := 0; i < v.Concurrency; i++ { clonedInnerPlan, err := plannercore.SafeClone(innerPlan) if err != nil { @@ -2240,7 +2251,7 @@ func (b *executorBuilder) buildApply(v *plannercore.PhysicalApply) exec.Executor innerExecs = append(innerExecs, clonedInnerExec) corCols = append(corCols, corCol) innerFilters = append(innerFilters, innerFilter.Clone()) - joiners = append(joiners, newJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, + joiners = append(joiners, join.NewJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, otherConditions, exec.RetTypes(leftChild), exec.RetTypes(rightChild), nil, false)) } @@ -2282,14 +2293,14 @@ func (b *executorBuilder) buildUnionAll(v *plannercore.PhysicalUnionAll) exec.Ex return nil } } - e := &UnionExec{ + e := &unionexec.UnionExec{ BaseExecutor: exec.NewBaseExecutor(b.ctx, v.Schema(), v.ID(), childExecs...), - concurrency: b.ctx.GetSessionVars().UnionConcurrency(), + Concurrency: b.ctx.GetSessionVars().UnionConcurrency(), } return e } -func buildHandleColsForSplit(sc *stmtctx.StatementContext, tbInfo *model.TableInfo) plannercore.HandleCols { +func buildHandleColsForSplit(sc *stmtctx.StatementContext, tbInfo *model.TableInfo) plannerutil.HandleCols { if tbInfo.IsCommonHandle { primaryIdx := tables.FindPrimaryIndex(tbInfo) tableCols := make([]*expression.Column, len(tbInfo.Columns)) @@ -2302,12 +2313,12 @@ func buildHandleColsForSplit(sc *stmtctx.StatementContext, tbInfo *model.TableIn for i, pkCol := range primaryIdx.Columns { tableCols[pkCol.Offset].Index = i } - return plannercore.NewCommonHandleCols(sc, tbInfo, primaryIdx, tableCols) + return plannerutil.NewCommonHandleCols(sc, tbInfo, primaryIdx, tableCols) } intCol := &expression.Column{ RetType: types.NewFieldType(mysql.TypeLonglong), } - return plannercore.NewIntHandleCols(intCol) + return plannerutil.NewIntHandleCols(intCol) } func (b *executorBuilder) buildSplitRegion(v *plannercore.SplitRegion) exec.Executor { @@ -2890,6 +2901,12 @@ func (*executorBuilder) corColInDistPlan(plans []base.PhysicalPlan) bool { return true } } + case *plannercore.PhysicalTopN: + for _, byItem := range x.ByItems { + if len(expression.ExtractCorColumns(byItem.Expr)) > 0 { + return true + } + } case *plannercore.PhysicalTableScan: for _, cond := range x.LateMaterializationFilterCondition { if len(expression.ExtractCorColumns(cond)) > 0 { @@ -3012,33 +3029,33 @@ func (b *executorBuilder) buildIndexLookUpJoin(v *plannercore.PhysicalIndexJoin) return nil } - e := &IndexLookUpJoin{ + e := &join.IndexLookUpJoin{ BaseExecutor: exec.NewBaseExecutor(b.ctx, v.Schema(), v.ID(), outerExec), - outerCtx: outerCtx{ - rowTypes: outerTypes, - hashTypes: outerHashTypes, - filter: outerFilter, + OuterCtx: join.OuterCtx{ + RowTypes: outerTypes, + HashTypes: outerHashTypes, + Filter: outerFilter, }, - innerCtx: innerCtx{ - readerBuilder: readerBuilder, - rowTypes: innerTypes, - hashTypes: innerHashTypes, - colLens: v.IdxColLens, - hasPrefixCol: hasPrefixCol, + InnerCtx: join.InnerCtx{ + ReaderBuilder: readerBuilder, + RowTypes: innerTypes, + HashTypes: innerHashTypes, + ColLens: v.IdxColLens, + HasPrefixCol: hasPrefixCol, }, - workerWg: new(sync.WaitGroup), - isOuterJoin: v.JoinType.IsOuterJoin(), - indexRanges: v.Ranges, - keyOff2IdxOff: v.KeyOff2IdxOff, - lastColHelper: v.CompareFilters, - finished: &atomic.Value{}, + WorkerWg: new(sync.WaitGroup), + IsOuterJoin: v.JoinType.IsOuterJoin(), + IndexRanges: v.Ranges, + KeyOff2IdxOff: v.KeyOff2IdxOff, + LastColHelper: v.CompareFilters, + Finished: &atomic.Value{}, } colsFromChildren := v.Schema().Columns if v.JoinType == plannercore.LeftOuterSemiJoin || v.JoinType == plannercore.AntiLeftOuterSemiJoin { colsFromChildren = colsFromChildren[:len(colsFromChildren)-1] } childrenUsedSchema := markChildrenUsedCols(colsFromChildren, v.Children()[0].Schema(), v.Children()[1].Schema()) - e.joiner = newJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, v.OtherConditions, leftTypes, rightTypes, childrenUsedSchema, false) + e.Joiner = join.NewJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, v.OtherConditions, leftTypes, rightTypes, childrenUsedSchema, false) outerKeyCols := make([]int, len(v.OuterJoinKeys)) for i := 0; i < len(v.OuterJoinKeys); i++ { outerKeyCols[i] = v.OuterJoinKeys[i].Index @@ -3051,10 +3068,10 @@ func (b *executorBuilder) buildIndexLookUpJoin(v *plannercore.PhysicalIndexJoin) innerKeyColIDs[i] = v.InnerJoinKeys[i].ID keyCollators = append(keyCollators, collate.GetCollator(v.InnerJoinKeys[i].RetType.GetCollate())) } - e.outerCtx.keyCols = outerKeyCols - e.innerCtx.keyCols = innerKeyCols - e.innerCtx.keyColIDs = innerKeyColIDs - e.innerCtx.keyCollators = keyCollators + e.OuterCtx.KeyCols = outerKeyCols + e.InnerCtx.KeyCols = innerKeyCols + e.InnerCtx.KeyColIDs = innerKeyColIDs + e.InnerCtx.KeyCollators = keyCollators outerHashCols, innerHashCols := make([]int, len(v.OuterHashKeys)), make([]int, len(v.InnerHashKeys)) hashCollators := make([]collate.Collator, 0, len(v.InnerHashKeys)) @@ -3065,11 +3082,11 @@ func (b *executorBuilder) buildIndexLookUpJoin(v *plannercore.PhysicalIndexJoin) innerHashCols[i] = v.InnerHashKeys[i].Index hashCollators = append(hashCollators, collate.GetCollator(v.InnerHashKeys[i].RetType.GetCollate())) } - e.outerCtx.hashCols = outerHashCols - e.innerCtx.hashCols = innerHashCols - e.innerCtx.hashCollators = hashCollators + e.OuterCtx.HashCols = outerHashCols + e.InnerCtx.HashCols = innerHashCols + e.InnerCtx.HashCollators = hashCollators - e.joinResult = exec.TryNewCacheChunk(e) + e.JoinResult = exec.TryNewCacheChunk(e) executor_metrics.ExecutorCounterIndexLookUpJoin.Inc() return e } @@ -3132,60 +3149,60 @@ func (b *executorBuilder) buildIndexLookUpMergeJoin(v *plannercore.PhysicalIndex return nil } - e := &IndexLookUpMergeJoin{ + e := &join.IndexLookUpMergeJoin{ BaseExecutor: exec.NewBaseExecutor(b.ctx, v.Schema(), v.ID(), outerExec), - outerMergeCtx: outerMergeCtx{ - rowTypes: outerTypes, - filter: outerFilter, - joinKeys: v.OuterJoinKeys, - keyCols: outerKeyCols, - needOuterSort: v.NeedOuterSort, - compareFuncs: v.OuterCompareFuncs, + OuterMergeCtx: join.OuterMergeCtx{ + RowTypes: outerTypes, + Filter: outerFilter, + JoinKeys: v.OuterJoinKeys, + KeyCols: outerKeyCols, + NeedOuterSort: v.NeedOuterSort, + CompareFuncs: v.OuterCompareFuncs, }, - innerMergeCtx: innerMergeCtx{ - readerBuilder: readerBuilder, - rowTypes: innerTypes, - joinKeys: v.InnerJoinKeys, - keyCols: innerKeyCols, - keyCollators: keyCollators, - compareFuncs: v.CompareFuncs, - colLens: v.IdxColLens, - desc: v.Desc, - keyOff2KeyOffOrderByIdx: v.KeyOff2KeyOffOrderByIdx, + InnerMergeCtx: join.InnerMergeCtx{ + ReaderBuilder: readerBuilder, + RowTypes: innerTypes, + JoinKeys: v.InnerJoinKeys, + KeyCols: innerKeyCols, + KeyCollators: keyCollators, + CompareFuncs: v.CompareFuncs, + ColLens: v.IdxColLens, + Desc: v.Desc, + KeyOff2KeyOffOrderByIdx: v.KeyOff2KeyOffOrderByIdx, }, - workerWg: new(sync.WaitGroup), - isOuterJoin: v.JoinType.IsOuterJoin(), - indexRanges: v.Ranges, - keyOff2IdxOff: v.KeyOff2IdxOff, - lastColHelper: v.CompareFilters, + WorkerWg: new(sync.WaitGroup), + IsOuterJoin: v.JoinType.IsOuterJoin(), + IndexRanges: v.Ranges, + KeyOff2IdxOff: v.KeyOff2IdxOff, + LastColHelper: v.CompareFilters, } colsFromChildren := v.Schema().Columns if v.JoinType == plannercore.LeftOuterSemiJoin || v.JoinType == plannercore.AntiLeftOuterSemiJoin { colsFromChildren = colsFromChildren[:len(colsFromChildren)-1] } childrenUsedSchema := markChildrenUsedCols(colsFromChildren, v.Children()[0].Schema(), v.Children()[1].Schema()) - joiners := make([]joiner, e.Ctx().GetSessionVars().IndexLookupJoinConcurrency()) + joiners := make([]join.Joiner, e.Ctx().GetSessionVars().IndexLookupJoinConcurrency()) for i := 0; i < len(joiners); i++ { - joiners[i] = newJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, v.OtherConditions, leftTypes, rightTypes, childrenUsedSchema, false) + joiners[i] = join.NewJoiner(b.ctx, v.JoinType, v.InnerChildIdx == 0, defaultValues, v.OtherConditions, leftTypes, rightTypes, childrenUsedSchema, false) } - e.joiners = joiners + e.Joiners = joiners return e } func (b *executorBuilder) buildIndexNestedLoopHashJoin(v *plannercore.PhysicalIndexHashJoin) exec.Executor { - join := b.buildIndexLookUpJoin(&(v.PhysicalIndexJoin)) + joinExec := b.buildIndexLookUpJoin(&(v.PhysicalIndexJoin)) if b.err != nil { return nil } - e := join.(*IndexLookUpJoin) - idxHash := &IndexNestedLoopHashJoin{ + e := joinExec.(*join.IndexLookUpJoin) + idxHash := &join.IndexNestedLoopHashJoin{ IndexLookUpJoin: *e, - keepOuterOrder: v.KeepOuterOrder, + KeepOuterOrder: v.KeepOuterOrder, } concurrency := e.Ctx().GetSessionVars().IndexLookupJoinConcurrency() - idxHash.joiners = make([]joiner, concurrency) + idxHash.Joiners = make([]join.Joiner, concurrency) for i := 0; i < concurrency; i++ { - idxHash.joiners[i] = e.joiner.Clone() + idxHash.Joiners[i] = e.Joiner.Clone() } return idxHash } @@ -3419,10 +3436,10 @@ func (b *executorBuilder) buildTableReader(v *plannercore.PhysicalTableReader) e } func buildIndexRangeForEachPartition(ctx sessionctx.Context, usedPartitions []table.PhysicalTable, contentPos []int64, - lookUpContent []*indexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager) (map[int64][]*ranger.Range, error) { - contentBucket := make(map[int64][]*indexJoinLookUpContent) + lookUpContent []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager) (map[int64][]*ranger.Range, error) { + contentBucket := make(map[int64][]*join.IndexJoinLookUpContent) for _, p := range usedPartitions { - contentBucket[p.GetPhysicalID()] = make([]*indexJoinLookUpContent, 0, 8) + contentBucket[p.GetPhysicalID()] = make([]*join.IndexJoinLookUpContent, 0, 8) } for i, pos := range contentPos { if _, ok := contentBucket[pos]; ok { @@ -3480,7 +3497,7 @@ func getPartitionKeyColOffsets(keyColIDs []int64, pt table.PartitionedTable) []i } func (builder *dataReaderBuilder) prunePartitionForInnerExecutor(tbl table.Table, physPlanPartInfo *plannercore.PhysPlanPartInfo, - lookUpContent []*indexJoinLookUpContent) (usedPartition []table.PhysicalTable, canPrune bool, contentPos []int64, err error) { + lookUpContent []*join.IndexJoinLookUpContent) (usedPartition []table.PhysicalTable, canPrune bool, contentPos []int64, err error) { partitionTbl := tbl.(table.PartitionedTable) // In index join, this is called by multiple goroutines simultaneously, but partitionPruning is not thread-safe. @@ -3495,10 +3512,10 @@ func (builder *dataReaderBuilder) prunePartitionForInnerExecutor(tbl table.Table if len(lookUpContent) == 0 { return nil, false, nil, nil } - if lookUpContent[0].keyColIDs == nil { + if lookUpContent[0].KeyColIDs == nil { return nil, false, nil, plannererrors.ErrInternal.GenWithStack("cannot get column IDs when dynamic pruning") } - keyColOffsets := getPartitionKeyColOffsets(lookUpContent[0].keyColIDs, partitionTbl) + keyColOffsets := getPartitionKeyColOffsets(lookUpContent[0].KeyColIDs, partitionTbl) if len(keyColOffsets) == 0 { return condPruneResult, false, nil, nil } @@ -3508,7 +3525,7 @@ func (builder *dataReaderBuilder) prunePartitionForInnerExecutor(tbl table.Table contentPos = make([]int64, len(lookUpContent)) exprCtx := builder.ctx.GetExprCtx() for idx, content := range lookUpContent { - for i, data := range content.keys { + for i, data := range content.Keys { locateKey[keyColOffsets[i]] = data } p, err := partitionTbl.GetPartitionByRow(exprCtx, locateKey) @@ -3625,17 +3642,7 @@ func (b *executorBuilder) buildIndexReader(v *plannercore.PhysicalIndexReader) e } if is.Index.Global { - tmp, ok := b.is.TableByID(ret.table.Meta().ID) - if !ok { - b.err = infoschema.ErrTableNotExists - return nil - } - tbl, ok := tmp.(table.PartitionedTable) - if !ok { - b.err = exeerrors.ErrBuildExecutor - return nil - } - ret.partitionIDMap, err = getPartitionIDsAfterPruning(b.ctx, tbl, &v.PlanPartInfo) + ret.partitionIDMap, err = getPartitionIDsAfterPruning(b.ctx, ret.table.(table.PartitionedTable), &v.PlanPartInfo) if err != nil { b.err = err return nil @@ -3819,26 +3826,14 @@ func (b *executorBuilder) buildIndexLookUpReader(v *plannercore.PhysicalIndexLoo return ret } - if is.Index.Global || len(is.ByItems) != 0 { - tmp, ok := b.is.TableByID(ts.Table.ID) - if !ok { - b.err = err - return nil - } - tbl, ok := tmp.(table.PartitionedTable) - if !ok { - b.err = exeerrors.ErrBuildExecutor - return nil - } - ret.partitionIDMap, err = getPartitionIDsAfterPruning(b.ctx, tbl, &v.PlanPartInfo) + if is.Index.Global { + ret.partitionIDMap, err = getPartitionIDsAfterPruning(b.ctx, ret.table.(table.PartitionedTable), &v.PlanPartInfo) if err != nil { b.err = err return nil } - if is.Index.Global { - return ret - } + return ret } if ok, _ := is.IsPartition(); ok { // Already pruned when translated to logical union. @@ -3866,6 +3861,7 @@ func buildNoRangeIndexMergeReader(b *executorBuilder, v *plannercore.PhysicalInd ts := v.TablePlans[0].(*plannercore.PhysicalTableScan) isCorColInPartialFilters := make([]bool, 0, partialPlanCount) isCorColInPartialAccess := make([]bool, 0, partialPlanCount) + hasGlobalIndex := false for i := 0; i < partialPlanCount; i++ { var tempReq *tipb.DAGRequest var err error @@ -3874,6 +3870,9 @@ func buildNoRangeIndexMergeReader(b *executorBuilder, v *plannercore.PhysicalInd tempReq, err = buildIndexReq(b.ctx, is.Index.Columns, ts.HandleCols.NumCols(), v.PartialPlans[i]) descs = append(descs, is.Desc) indexes = append(indexes, is.Index) + if is.Index.Global { + hasGlobalIndex = true + } } else { ts := v.PartialPlans[i][0].(*plannercore.PhysicalTableScan) tempReq, _, err = buildTableReq(b, len(ts.Columns), v.PartialPlans[i]) @@ -3931,6 +3930,7 @@ func buildNoRangeIndexMergeReader(b *executorBuilder, v *plannercore.PhysicalInd byItems: v.ByItems, pushedLimit: v.PushedLimit, keepOrder: v.KeepOrder, + hasGlobalIndex: hasGlobalIndex, } collectTable := false e.tableRequest.CollectRangeCounts = &collectTable @@ -3972,10 +3972,14 @@ func (b *executorBuilder) buildIndexMergeReader(v *plannercore.PhysicalIndexMerg } ret.ranges = make([][]*ranger.Range, 0, len(v.PartialPlans)) sctx := b.ctx.GetSessionVars().StmtCtx + hasGlobalIndex := false for i := 0; i < len(v.PartialPlans); i++ { if is, ok := v.PartialPlans[i][0].(*plannercore.PhysicalIndexScan); ok { ret.ranges = append(ret.ranges, is.Ranges) sctx.IndexNames = append(sctx.IndexNames, is.Table.Name.O+":"+is.Index.Name.O) + if is.Index.Global { + hasGlobalIndex = true + } } else { ret.ranges = append(ret.ranges, v.PartialPlans[i][0].(*plannercore.PhysicalTableScan).Ranges) if ret.table.Meta().IsCommonHandle { @@ -4002,6 +4006,12 @@ func (b *executorBuilder) buildIndexMergeReader(v *plannercore.PhysicalIndexMerg return nil } ret.partitionTableMode, ret.prunedPartitions = true, partitions + if hasGlobalIndex { + ret.partitionIDMap = make(map[int64]struct{}) + for _, p := range partitions { + ret.partitionIDMap[p.GetPhysicalID()] = struct{}{} + } + } return ret } @@ -4033,12 +4043,12 @@ func (*mockPhysicalIndexReader) MemoryUsage() (sum int64) { return } -func (builder *dataReaderBuilder) buildExecutorForIndexJoin(ctx context.Context, lookUpContents []*indexJoinLookUpContent, +func (builder *dataReaderBuilder) BuildExecutorForIndexJoin(ctx context.Context, lookUpContents []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, canReorderHandles bool, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { return builder.buildExecutorForIndexJoinInternal(ctx, builder.plan, lookUpContents, indexRanges, keyOff2IdxOff, cwc, canReorderHandles, memTracker, interruptSignal) } -func (builder *dataReaderBuilder) buildExecutorForIndexJoinInternal(ctx context.Context, plan base.Plan, lookUpContents []*indexJoinLookUpContent, +func (builder *dataReaderBuilder) buildExecutorForIndexJoinInternal(ctx context.Context, plan base.Plan, lookUpContents []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, canReorderHandles bool, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { switch v := plan.(type) { case *plannercore.PhysicalTableReader: @@ -4087,14 +4097,14 @@ func (builder *dataReaderBuilder) buildExecutorForIndexJoinInternal(ctx context. } func (builder *dataReaderBuilder) buildUnionScanForIndexJoin(ctx context.Context, v *plannercore.PhysicalUnionScan, - values []*indexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, + values []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, canReorderHandles bool, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { childBuilder, err := builder.newDataReaderBuilder(v.Children()[0]) if err != nil { return nil, err } - reader, err := childBuilder.buildExecutorForIndexJoin(ctx, values, indexRanges, keyOff2IdxOff, cwc, canReorderHandles, memTracker, interruptSignal) + reader, err := childBuilder.BuildExecutorForIndexJoin(ctx, values, indexRanges, keyOff2IdxOff, cwc, canReorderHandles, memTracker, interruptSignal) if err != nil { return nil, err } @@ -4107,7 +4117,7 @@ func (builder *dataReaderBuilder) buildUnionScanForIndexJoin(ctx context.Context } func (builder *dataReaderBuilder) buildTableReaderForIndexJoin(ctx context.Context, v *plannercore.PhysicalTableReader, - lookUpContents []*indexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, + lookUpContents []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, canReorderHandles bool, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { e, err := buildNoRangeTableReader(builder.executorBuilder, v) if !canReorderHandles { @@ -4144,17 +4154,17 @@ func (builder *dataReaderBuilder) buildTableReaderForIndexJoin(ctx context.Conte var kvRanges []kv.KeyRange var keyColOffsets []int if len(lookUpContents) > 0 { - keyColOffsets = getPartitionKeyColOffsets(lookUpContents[0].keyColIDs, pt) + keyColOffsets = getPartitionKeyColOffsets(lookUpContents[0].KeyColIDs, pt) } if v.IsCommonHandle { if len(keyColOffsets) > 0 { locateKey := make([]types.Datum, len(pt.Cols())) kvRanges = make([]kv.KeyRange, 0, len(lookUpContents)) // lookUpContentsByPID groups lookUpContents by pid(partition) so that kv ranges for same partition can be merged. - lookUpContentsByPID := make(map[int64][]*indexJoinLookUpContent) + lookUpContentsByPID := make(map[int64][]*join.IndexJoinLookUpContent) exprCtx := e.ectx for _, content := range lookUpContents { - for i, data := range content.keys { + for i, data := range content.Keys { locateKey[keyColOffsets[i]] = data } p, err := pt.GetPartitionByRow(exprCtx, locateKey) @@ -4202,7 +4212,7 @@ func (builder *dataReaderBuilder) buildTableReaderForIndexJoin(ctx context.Conte kvRanges = make([]kv.KeyRange, 0, len(lookUpContents)) exprCtx := e.ectx for _, content := range lookUpContents { - for i, data := range content.keys { + for i, data := range content.Keys { locateKey[keyColOffsets[i]] = data } p, err := pt.GetPartitionByRow(exprCtx, locateKey) @@ -4216,7 +4226,7 @@ func (builder *dataReaderBuilder) buildTableReaderForIndexJoin(ctx context.Conte if _, ok := usedPartitions[pid]; !ok { continue } - handle := kv.IntHandle(content.keys[0].GetInt64()) + handle := kv.IntHandle(content.Keys[0].GetInt64()) ranges, _ := distsql.TableHandlesToKVRanges(pid, []kv.Handle{handle}) kvRanges = append(kvRanges, ranges...) } @@ -4234,13 +4244,13 @@ func (builder *dataReaderBuilder) buildTableReaderForIndexJoin(ctx context.Conte return builder.buildTableReaderFromKvRanges(ctx, e, kvRanges) } -func dedupHandles(lookUpContents []*indexJoinLookUpContent) ([]kv.Handle, []*indexJoinLookUpContent) { +func dedupHandles(lookUpContents []*join.IndexJoinLookUpContent) ([]kv.Handle, []*join.IndexJoinLookUpContent) { handles := make([]kv.Handle, 0, len(lookUpContents)) - validLookUpContents := make([]*indexJoinLookUpContent, 0, len(lookUpContents)) + validLookUpContents := make([]*join.IndexJoinLookUpContent, 0, len(lookUpContents)) for _, content := range lookUpContents { isValidHandle := true - handle := kv.IntHandle(content.keys[0].GetInt64()) - for _, key := range content.keys { + handle := kv.IntHandle(content.Keys[0].GetInt64()) + for _, key := range content.Keys { if handle.IntValue() != key.GetInt64() { isValidHandle = false break @@ -4374,7 +4384,7 @@ func (builder *dataReaderBuilder) buildTableReaderFromKvRanges(ctx context.Conte } func (builder *dataReaderBuilder) buildIndexReaderForIndexJoin(ctx context.Context, v *plannercore.PhysicalIndexReader, - lookUpContents []*indexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, memoryTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { + lookUpContents []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, memoryTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { e, err := buildNoRangeIndexReader(builder.executorBuilder, v) if err != nil { return nil, err @@ -4391,19 +4401,10 @@ func (builder *dataReaderBuilder) buildIndexReaderForIndexJoin(ctx context.Conte is := v.IndexPlans[0].(*plannercore.PhysicalIndexScan) if is.Index.Global { - tmp, ok := builder.is.TableByID(tbInfo.ID) - if !ok { - return nil, infoschema.ErrTableNotExists - } - tbl, ok := tmp.(table.PartitionedTable) - if !ok { - return nil, exeerrors.ErrBuildExecutor - } - e.partitionIDMap, err = getPartitionIDsAfterPruning(builder.ctx, tbl, &v.PlanPartInfo) + e.partitionIDMap, err = getPartitionIDsAfterPruning(builder.ctx, e.table.(table.PartitionedTable), &v.PlanPartInfo) if err != nil { return nil, err } - if e.ranges, err = buildRangesForIndexJoin(e.Ctx(), lookUpContents, indexRanges, keyOff2IdxOff, cwc); err != nil { return nil, err } @@ -4444,7 +4445,7 @@ func (builder *dataReaderBuilder) buildIndexReaderForIndexJoin(ctx context.Conte } func (builder *dataReaderBuilder) buildIndexLookUpReaderForIndexJoin(ctx context.Context, v *plannercore.PhysicalIndexLookUpReader, - lookUpContents []*indexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { + lookUpContents []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) { e, err := buildNoRangeIndexLookUpReader(builder.executorBuilder, v) if err != nil { return nil, err @@ -4461,17 +4462,8 @@ func (builder *dataReaderBuilder) buildIndexLookUpReaderForIndexJoin(ctx context } is := v.IndexPlans[0].(*plannercore.PhysicalIndexScan) - ts := v.TablePlans[0].(*plannercore.PhysicalTableScan) if is.Index.Global { - tmp, ok := builder.is.TableByID(ts.Table.ID) - if !ok { - return nil, infoschema.ErrTableNotExists - } - tbl, ok := tmp.(table.PartitionedTable) - if !ok { - return nil, exeerrors.ErrBuildExecutor - } - e.partitionIDMap, err = getPartitionIDsAfterPruning(builder.ctx, tbl, &v.PlanPartInfo) + e.partitionIDMap, err = getPartitionIDsAfterPruning(builder.ctx, e.table.(table.PartitionedTable), &v.PlanPartInfo) if err != nil { return nil, err } @@ -4520,7 +4512,7 @@ func (builder *dataReaderBuilder) buildIndexLookUpReaderForIndexJoin(ctx context func (builder *dataReaderBuilder) buildProjectionForIndexJoin( ctx context.Context, v *plannercore.PhysicalProjection, - lookUpContents []*indexJoinLookUpContent, + lookUpContents []*join.IndexJoinLookUpContent, indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, @@ -4568,7 +4560,7 @@ func (builder *dataReaderBuilder) buildProjectionForIndexJoin( } // buildRangesForIndexJoin builds kv ranges for index join when the inner plan is index scan plan. -func buildRangesForIndexJoin(ctx sessionctx.Context, lookUpContents []*indexJoinLookUpContent, +func buildRangesForIndexJoin(ctx sessionctx.Context, lookUpContents []*join.IndexJoinLookUpContent, ranges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager) ([]*ranger.Range, error) { retRanges := make([]*ranger.Range, 0, len(ranges)*len(lookUpContents)) lastPos := len(ranges[0].LowVal) - 1 @@ -4576,8 +4568,8 @@ func buildRangesForIndexJoin(ctx sessionctx.Context, lookUpContents []*indexJoin for _, content := range lookUpContents { for _, ran := range ranges { for keyOff, idxOff := range keyOff2IdxOff { - ran.LowVal[idxOff] = content.keys[keyOff] - ran.HighVal[idxOff] = content.keys[keyOff] + ran.LowVal[idxOff] = content.Keys[keyOff] + ran.HighVal[idxOff] = content.Keys[keyOff] } } if cwc == nil { @@ -4587,7 +4579,7 @@ func buildRangesForIndexJoin(ctx sessionctx.Context, lookUpContents []*indexJoin } continue } - nextColRanges, err := cwc.BuildRangesByRow(ctx.GetRangerCtx(), content.row) + nextColRanges, err := cwc.BuildRangesByRow(ctx.GetRangerCtx(), content.Row) if err != nil { return nil, err } @@ -4611,7 +4603,7 @@ func buildRangesForIndexJoin(ctx sessionctx.Context, lookUpContents []*indexJoin } // buildKvRangesForIndexJoin builds kv ranges for index join when the inner plan is index scan plan. -func buildKvRangesForIndexJoin(dctx *distsqlctx.DistSQLContext, pctx *rangerctx.RangerContext, tableID, indexID int64, lookUpContents []*indexJoinLookUpContent, +func buildKvRangesForIndexJoin(dctx *distsqlctx.DistSQLContext, pctx *rangerctx.RangerContext, tableID, indexID int64, lookUpContents []*join.IndexJoinLookUpContent, ranges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, memTracker *memory.Tracker, interruptSignal *atomic.Value) (_ []kv.KeyRange, err error) { kvRanges := make([]kv.KeyRange, 0, len(ranges)*len(lookUpContents)) if len(ranges) == 0 { @@ -4622,8 +4614,8 @@ func buildKvRangesForIndexJoin(dctx *distsqlctx.DistSQLContext, pctx *rangerctx. for _, content := range lookUpContents { for _, ran := range ranges { for keyOff, idxOff := range keyOff2IdxOff { - ran.LowVal[idxOff] = content.keys[keyOff] - ran.HighVal[idxOff] = content.keys[keyOff] + ran.LowVal[idxOff] = content.Keys[keyOff] + ran.HighVal[idxOff] = content.Keys[keyOff] } } if cwc == nil { @@ -4641,7 +4633,7 @@ func buildKvRangesForIndexJoin(dctx *distsqlctx.DistSQLContext, pctx *rangerctx. kvRanges = tmpKvRanges.AppendSelfTo(kvRanges) continue } - nextColRanges, err := cwc.BuildRangesByRow(pctx, content.row) + nextColRanges, err := cwc.BuildRangesByRow(pctx, content.Row) if err != nil { return nil, err } diff --git a/pkg/executor/compiler.go b/pkg/executor/compiler.go index b363e05cd1f50..8771753e78626 100644 --- a/pkg/executor/compiler.go +++ b/pkg/executor/compiler.go @@ -88,18 +88,12 @@ func (c *Compiler) Compile(ctx context.Context, stmtNode ast.StmtNode) (_ *ExecS sessVars := c.Ctx.GetSessionVars() stmtCtx := sessVars.StmtCtx // handle the execute statement - var ( - pointGetPlanShortPathOK bool - preparedObj *plannercore.PlanCacheStmt - ) + var preparedObj *plannercore.PlanCacheStmt if execStmt, ok := stmtNode.(*ast.ExecuteStmt); ok { if preparedObj, err = plannercore.GetPreparedStmt(execStmt, sessVars); err != nil { return nil, err } - if pointGetPlanShortPathOK, err = plannercore.IsPointGetPlanShortPathOK(c.Ctx, is, preparedObj); err != nil { - return nil, err - } } // Build the final physical plan. finalPlan, names, err := planner.Optimize(ctx, c.Ctx, stmtNode, is) @@ -132,16 +126,10 @@ func (c *Compiler) Compile(ctx context.Context, stmtNode ast.StmtNode) (_ *ExecS OutputNames: names, } // Use cached plan if possible. - if pointGetPlanShortPathOK { - if ep, ok := stmt.Plan.(*plannercore.Execute); ok { - if pointPlan, ok := ep.Plan.(*plannercore.PointGetPlan); ok { - stmtCtx.SetPlan(stmt.Plan) - stmtCtx.SetPlanDigest(preparedObj.NormalizedPlan, preparedObj.PlanDigest) - stmt.Plan = pointPlan - stmt.PsStmt = preparedObj - } else { - // invalid the previous cached point plan - preparedObj.PointGet.Plan = nil + if preparedObj != nil && plannercore.IsSafeToReusePointGetExecutor(c.Ctx, is, preparedObj) { + if exec, isExec := finalPlan.(*plannercore.Execute); isExec { + if pointPlan, isPointPlan := exec.Plan.(*plannercore.PointGetPlan); isPointPlan { + stmt.PsStmt, stmt.Plan = preparedObj, pointPlan // notify to re-use the cached plan } } } diff --git a/pkg/executor/cte.go b/pkg/executor/cte.go index 4c30243268821..818da1098b308 100644 --- a/pkg/executor/cte.go +++ b/pkg/executor/cte.go @@ -21,6 +21,7 @@ import ( "github.com/pingcap/errors" "github.com/pingcap/failpoint" "github.com/pingcap/tidb/pkg/executor/internal/exec" + "github.com/pingcap/tidb/pkg/executor/join" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessionctx/variable" @@ -180,12 +181,12 @@ type cteProducer struct { iterInTbl cteutil.Storage iterOutTbl cteutil.Storage - hashTbl baseHashTable + hashTbl join.BaseHashTable // UNION ALL or UNION DISTINCT. isDistinct bool curIter int - hCtx *hashContext + hCtx *join.HashContext sel []int // Limit related info. @@ -238,14 +239,14 @@ func (p *cteProducer) openProducer(ctx context.Context, cteExec *CTEExec) (err e } if p.isDistinct { - p.hashTbl = newConcurrentMapHashTable() - p.hCtx = &hashContext{ - allTypes: cteExec.RetFieldTypes(), + p.hashTbl = join.NewConcurrentMapHashTable() + p.hCtx = &join.HashContext{ + AllTypes: cteExec.RetFieldTypes(), } // We use all columns to compute hash. - p.hCtx.keyColIdx = make([]int, len(p.hCtx.allTypes)) - for i := range p.hCtx.keyColIdx { - p.hCtx.keyColIdx[i] = i + p.hCtx.KeyColIdx = make([]int, len(p.hCtx.AllTypes)) + for i := range p.hCtx.KeyColIdx { + p.hCtx.KeyColIdx[i] = i } } return nil @@ -532,7 +533,7 @@ func (p *cteProducer) resetTracker() { func (p *cteProducer) reopenTbls() (err error) { if p.isDistinct { - p.hashTbl = newConcurrentMapHashTable() + p.hashTbl = join.NewConcurrentMapHashTable() } if err := p.resTbl.Reopen(); err != nil { return err @@ -569,7 +570,7 @@ func setupCTEStorageTracker(tbl cteutil.Storage, ctx sessionctx.Context, parentM func (p *cteProducer) tryDedupAndAdd(chk *chunk.Chunk, storage cteutil.Storage, - hashTbl baseHashTable) (res *chunk.Chunk, err error) { + hashTbl join.BaseHashTable) (res *chunk.Chunk, err error) { if p.isDistinct { if chk, err = p.deduplicate(chk, storage, hashTbl); err != nil { return nil, err @@ -582,10 +583,10 @@ func (p *cteProducer) tryDedupAndAdd(chk *chunk.Chunk, // Use the returned sel to choose the computed hash values. func (p *cteProducer) computeChunkHash(chk *chunk.Chunk) (sel []int, err error) { numRows := chk.NumRows() - p.hCtx.initHash(numRows) + p.hCtx.InitHash(numRows) // Continue to reset to make sure all hasher is new. - for i := numRows; i < len(p.hCtx.hashVals); i++ { - p.hCtx.hashVals[i].Reset() + for i := numRows; i < len(p.hCtx.HashVals); i++ { + p.hCtx.HashVals[i].Reset() } sel = chk.Sel() var hashBitMap []bool @@ -611,8 +612,8 @@ func (p *cteProducer) computeChunkHash(chk *chunk.Chunk) (sel []int, err error) } for i := 0; i < chk.NumCols(); i++ { - if err = codec.HashChunkSelected(p.ctx.GetSessionVars().StmtCtx.TypeCtx(), p.hCtx.hashVals, - chk, p.hCtx.allTypes[i], i, p.hCtx.buf, p.hCtx.hasNull, + if err = codec.HashChunkSelected(p.ctx.GetSessionVars().StmtCtx.TypeCtx(), p.hCtx.HashVals, + chk, p.hCtx.AllTypes[i], i, p.hCtx.Buf, p.hCtx.HasNull, hashBitMap, false); err != nil { return nil, err } @@ -624,14 +625,14 @@ func (p *cteProducer) computeChunkHash(chk *chunk.Chunk) (sel []int, err error) // Duplicated rows are only marked to be removed by sel in Chunk, instead of really deleted. func (p *cteProducer) deduplicate(chk *chunk.Chunk, storage cteutil.Storage, - hashTbl baseHashTable) (chkNoDup *chunk.Chunk, err error) { + hashTbl join.BaseHashTable) (chkNoDup *chunk.Chunk, err error) { numRows := chk.NumRows() if numRows == 0 { return chk, nil } // 1. Compute hash values for chunk. - chkHashTbl := newConcurrentMapHashTable() + chkHashTbl := join.NewConcurrentMapHashTable() selOri, err := p.computeChunkHash(chk) if err != nil { return nil, err @@ -641,7 +642,7 @@ func (p *cteProducer) deduplicate(chk *chunk.Chunk, // This sel is for filtering rows duplicated in cur chk. selChk := make([]int, 0, numRows) for i := 0; i < numRows; i++ { - key := p.hCtx.hashVals[selOri[i]].Sum64() + key := p.hCtx.HashVals[selOri[i]].Sum64() row := chk.GetRow(i) hasDup, err := p.checkHasDup(key, row, chk, storage, chkHashTbl) @@ -664,7 +665,7 @@ func (p *cteProducer) deduplicate(chk *chunk.Chunk, // This sel is for filtering rows duplicated in cteutil.Storage. selStorage := make([]int, 0, len(selChk)) for i := 0; i < len(selChk); i++ { - key := p.hCtx.hashVals[selChk[i]].Sum64() + key := p.hCtx.HashVals[selChk[i]].Sum64() row := chk.GetRow(i) hasDup, err := p.checkHasDup(key, row, nil, storage, hashTbl) @@ -692,11 +693,11 @@ func (p *cteProducer) checkHasDup(probeKey uint64, row chunk.Row, curChk *chunk.Chunk, storage cteutil.Storage, - hashTbl baseHashTable) (hasDup bool, err error) { + hashTbl join.BaseHashTable) (hasDup bool, err error) { entry := hashTbl.Get(probeKey) - for ; entry != nil; entry = entry.next { - ptr := entry.ptr + for ; entry != nil; entry = entry.Next { + ptr := entry.Ptr var matchedRow chunk.Row if curChk != nil { matchedRow = curChk.GetRow(int(ptr.RowIdx)) @@ -707,8 +708,8 @@ func (p *cteProducer) checkHasDup(probeKey uint64, return false, err } isEqual, err := codec.EqualChunkRow(p.ctx.GetSessionVars().StmtCtx.TypeCtx(), - row, p.hCtx.allTypes, p.hCtx.keyColIdx, - matchedRow, p.hCtx.allTypes, p.hCtx.keyColIdx) + row, p.hCtx.AllTypes, p.hCtx.KeyColIdx, + matchedRow, p.hCtx.AllTypes, p.hCtx.KeyColIdx) if err != nil { return false, err } diff --git a/pkg/executor/delete.go b/pkg/executor/delete.go index cbd328e14dafe..2af45fb344d0a 100644 --- a/pkg/executor/delete.go +++ b/pkg/executor/delete.go @@ -22,6 +22,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/model" plannercore "github.com/pingcap/tidb/pkg/planner/core" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/sessiontxn" @@ -61,7 +62,7 @@ func (e *DeleteExec) Next(ctx context.Context, req *chunk.Chunk) error { return e.deleteSingleTableByChunk(ctx) } -func (e *DeleteExec) deleteOneRow(tbl table.Table, handleCols plannercore.HandleCols, isExtraHandle bool, row []types.Datum) error { +func (e *DeleteExec) deleteOneRow(tbl table.Table, handleCols util.HandleCols, isExtraHandle bool, row []types.Datum) error { end := len(row) if isExtraHandle { end-- @@ -81,7 +82,7 @@ func (e *DeleteExec) deleteSingleTableByChunk(ctx context.Context) error { var ( tbl table.Table isExtrahandle bool - handleCols plannercore.HandleCols + handleCols util.HandleCols rowCount int ) for _, info := range e.tblColPosInfos { diff --git a/pkg/executor/distsql.go b/pkg/executor/distsql.go index 5bf29a4956fa9..57750abe30390 100644 --- a/pkg/executor/distsql.go +++ b/pkg/executor/distsql.go @@ -34,7 +34,6 @@ import ( "github.com/pingcap/tidb/pkg/executor/internal/exec" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/kv" - "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/charset" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" @@ -177,7 +176,6 @@ type IndexReaderExecutor struct { ranges []*ranger.Range partitions []table.PhysicalTable partRangeMap map[int64][]*ranger.Range // each partition may have different ranges - partitionIDMap map[int64]struct{} // partitionIDs that global index access // kvRanges are only used for union scan. kvRanges []kv.KeyRange @@ -193,6 +191,8 @@ type IndexReaderExecutor struct { columns []*model.ColumnInfo // outputColumns are only required by union scan. outputColumns []*expression.Column + // partitionIDMap are only required by union scan with global index. + partitionIDMap map[int64]struct{} paging bool @@ -327,42 +327,6 @@ func (e *IndexReaderExecutor) open(ctx context.Context, kvRanges []kv.KeyRange) } } - if e.index.Global { - idxScanExec := e.dagPB.Executors[0] - args := make([]expression.Expression, 0, len(e.partitionIDMap)) - column := &expression.Column{ - UniqueID: model.ExtraPidColID, - RetType: types.NewFieldType(mysql.TypeLonglong), - Index: len(idxScanExec.IdxScan.Columns) - 1, - OrigName: model.ExtraPartitionIdName.L, - } - args = append(args, column) - for pid := range e.partitionIDMap { - args = append(args, expression.NewInt64Const(pid)) - } - - inCondition, err := expression.NewFunction(e.Ctx().GetExprCtx(), ast.In, types.NewFieldType(mysql.TypeLonglong), args...) - if err != nil { - return err - } - pbConditions, err := expression.ExpressionsToPBList(e.Ctx().GetExprCtx().GetEvalCtx(), []expression.Expression{inCondition}, e.Ctx().GetClient()) - if err != nil { - return err - } - if len(e.dagPB.Executors) > 1 && e.dagPB.Executors[1].Tp == tipb.ExecType_TypeSelection { - e.dagPB.Executors[1].Selection.Conditions = append(e.dagPB.Executors[1].Selection.Conditions, pbConditions...) - } else { - selExec := &tipb.Selection{ - Conditions: pbConditions, - } - executors := make([]*tipb.Executor, 0, len(e.dagPB.Executors)+1) - executors = append(executors, e.dagPB.Executors[0]) - executors = append(executors, &tipb.Executor{Tp: tipb.ExecType_TypeSelection, Selection: selExec}) - executors = append(executors, e.dagPB.Executors[1:]...) - e.dagPB.Executors = executors - } - } - if e.RuntimeStats() != nil { collExec := true e.dagPB.CollectExecutionSummaries = &collExec @@ -431,8 +395,12 @@ type IndexLookUpExecutor struct { handleCols []*expression.Column primaryKeyIndex *model.IndexInfo tableRequest *tipb.DAGRequest + // columns are only required by union scan. columns []*model.ColumnInfo + // partitionIDMap are only required by union scan with global index. + partitionIDMap map[int64]struct{} + *dataReaderBuilder idxNetDataSize float64 avgRowSize float64 @@ -440,7 +408,6 @@ type IndexLookUpExecutor struct { // fields about accessing partition tables partitionTableMode bool // if this executor is accessing a local index with partition table prunedPartitions []table.PhysicalTable // partition tables need to access - partitionIDMap map[int64]struct{} // partitionIDs that global index access partitionRangeMap map[int64][]*ranger.Range partitionKVRanges [][]kv.KeyRange // kvRanges of each prunedPartitions @@ -627,17 +594,16 @@ func (e *IndexLookUpExecutor) needPartitionHandle(tp getHandleType) (bool, error outputOffsets := e.tableRequest.OutputOffsets col = cols[outputOffsets[len(outputOffsets)-1]] - // For TableScan, need partitionHandle in `indexOrder` when e.keepOrder == true - needPartitionHandle = (e.index.Global || e.partitionTableMode) && e.keepOrder + // For TableScan, need partitionHandle in `indexOrder` when e.keepOrder == true or execute `admin check [table|index]` with global index + needPartitionHandle = ((e.index.Global || e.partitionTableMode) && e.keepOrder) || (e.index.Global && e.checkIndexValue != nil) // no ExtraPidColID here, because TableScan shouldn't contain them. hasExtraCol = col.ID == model.ExtraPhysTblID } - // TODO: fix global index related bugs later // There will be two needPartitionHandle != hasExtraCol situations. // Only `needPartitionHandle` == true and `hasExtraCol` == false are not allowed. // `ExtraPhysTblID` will be used in `SelectLock` when `needPartitionHandle` == false and `hasExtraCol` == true. - if needPartitionHandle && !hasExtraCol && !e.index.Global { + if needPartitionHandle && !hasExtraCol { return needPartitionHandle, errors.Errorf("Internal error, needPartitionHandle != ret, tp(%d)", tp) } return needPartitionHandle, nil @@ -1104,11 +1070,6 @@ func (w *indexWorker) extractTaskHandles(ctx context.Context, chk *chunk.Chunk, if err != nil { return handles, retChk, err } - if ph, ok := h.(kv.PartitionHandle); ok { - if _, exist := w.idxLookup.partitionIDMap[ph.PartitionID]; !exist { - continue - } - } handles = append(handles, h) } if w.checkIndexValue != nil { diff --git a/pkg/executor/distsql_test.go b/pkg/executor/distsql_test.go index d8628f09344c1..935d2f9f3f7ad 100644 --- a/pkg/executor/distsql_test.go +++ b/pkg/executor/distsql_test.go @@ -314,16 +314,16 @@ func TestCoprocessorPagingSize(t *testing.T) { // Check 'rpc_num' in the execution information // // mysql> explain analyze select * from t_paging; - // +--------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - // | id |task | execution info | - // +--------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - // | TableReader_5 |root | time:7.27ms, loops:2, cop_task: {num: 10, max: 1.57ms, min: 313.3µs, avg: 675.9µs, p95: 1.57ms, tot_proc: 2ms, rpc_num: 10, rpc_time: 6.69ms, copr_cache_hit_ratio: 0.00, distsql_concurrency: 15} | - // | └─TableFullScan_4 |cop[tikv] | tikv_task:{proc max:1.48ms, min:294µs, avg: 629µs, p80:1.21ms, p95:1.48ms, iters:0, tasks:10} | - // +--------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + // +--------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + // | id |task | execution info | + // +--------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + // | TableReader_5 |root | time:7.27ms, loops:2, cop_task: {num: 10, max: 1.57ms, min: 313.3µs, avg: 675.9µs, p95: 1.57ms, tot_proc: 2ms, copr_cache_hit_ratio: 0.00, distsql_concurrency: 15}, rpc_info:{Cop:{num_rpc:10, total_time:6.69ms}} | + // | └─TableFullScan_4 |cop[tikv] | tikv_task:{proc max:1.48ms, min:294µs, avg: 629µs, p80:1.21ms, p95:1.48ms, iters:0, tasks:10} | + // +--------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ // 2 rows in set (0.01 sec) getRPCNumFromExplain := func(rows [][]any) (res uint64) { - re := regexp.MustCompile("rpc_num: ([0-9]+)") + re := regexp.MustCompile("num_rpc:([0-9]+)") for _, row := range rows { buf := bytes.NewBufferString("") _, _ = fmt.Fprintf(buf, "%s\n", row) diff --git a/pkg/executor/executor.go b/pkg/executor/executor.go index 56bc992adb777..a382e133a86ac 100644 --- a/pkg/executor/executor.go +++ b/pkg/executor/executor.go @@ -55,6 +55,7 @@ import ( planctx "github.com/pingcap/tidb/pkg/planner/context" plannercore "github.com/pingcap/tidb/pkg/planner/core" "github.com/pingcap/tidb/pkg/planner/core/base" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" "github.com/pingcap/tidb/pkg/privilege" "github.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool" @@ -69,7 +70,6 @@ import ( "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util" "github.com/pingcap/tidb/pkg/util/admin" - "github.com/pingcap/tidb/pkg/util/channel" "github.com/pingcap/tidb/pkg/util/chunk" "github.com/pingcap/tidb/pkg/util/codec" "github.com/pingcap/tidb/pkg/util/dbterror/exeerrors" @@ -96,12 +96,10 @@ import ( var ( _ exec.Executor = &CheckTableExec{} _ exec.Executor = &aggregate.HashAggExec{} - _ exec.Executor = &HashJoinExec{} _ exec.Executor = &IndexLookUpExecutor{} _ exec.Executor = &IndexReaderExecutor{} _ exec.Executor = &LimitExec{} _ exec.Executor = &MaxOneRowExec{} - _ exec.Executor = &MergeJoinExec{} _ exec.Executor = &ProjectionExec{} _ exec.Executor = &SelectionExec{} _ exec.Executor = &SelectLockExec{} @@ -115,7 +113,6 @@ var ( _ exec.Executor = &TableReaderExecutor{} _ exec.Executor = &TableScanExec{} _ exec.Executor = &sortexec.TopNExec{} - _ exec.Executor = &UnionExec{} _ exec.Executor = &FastCheckTableExec{} _ exec.Executor = &AdminShowBDRRoleExec{} @@ -215,11 +212,6 @@ func (*globalPanicOnExceed) GetPriority() int64 { return memory.DefPanicPriority } -// newList creates a new List to buffer current executor's result. -func newList(e exec.Executor) *chunk.List { - return chunk.NewList(e.RetFieldTypes(), e.InitCap(), e.MaxChunkSize()) -} - // CommandDDLJobsExec is the general struct for Cancel/Pause/Resume commands on // DDL jobs. These command currently by admin have the very similar struct and // operations, it should be a better idea to have them in the same struct. @@ -567,7 +559,7 @@ func ts2Time(timestamp uint64, loc *time.Location) types.Time { duration := time.Duration(math.Pow10(9-types.DefaultFsp)) * time.Nanosecond t := model.TSConvert2Time(timestamp) t.Truncate(duration) - return types.NewTime(types.FromGoTime(t.In(loc)), mysql.TypeDatetime, types.DefaultFsp) + return types.NewTime(types.FromGoTime(t.In(loc)), mysql.TypeDatetime, types.MaxFsp) } // ShowDDLJobQueriesExec represents a show DDL job queries executor. @@ -1108,7 +1100,7 @@ type SelectLockExec struct { keys []kv.Key // The children may be a join of multiple tables, so we need a map. - tblID2Handle map[int64][]plannercore.HandleCols + tblID2Handle map[int64][]plannerutil.HandleCols // When SelectLock work on a partition table, we need the partition ID // (Physical Table ID) instead of the 'logical' table ID to calculate @@ -1757,203 +1749,6 @@ func (e *MaxOneRowExec) Next(ctx context.Context, req *chunk.Chunk) error { return nil } -// UnionExec pulls all it's children's result and returns to its parent directly. -// A "resultPuller" is started for every child to pull result from that child and push it to the "resultPool", the used -// "Chunk" is obtained from the corresponding "resourcePool". All resultPullers are running concurrently. -// -// +----------------+ -// +---> resourcePool 1 ---> | resultPuller 1 |-----+ -// | +----------------+ | -// | | -// | +----------------+ v -// +---> resourcePool 2 ---> | resultPuller 2 |-----> resultPool ---+ -// | +----------------+ ^ | -// | ...... | | -// | +----------------+ | | -// +---> resourcePool n ---> | resultPuller n |-----+ | -// | +----------------+ | -// | | -// | +-------------+ | -// |--------------------------| main thread | <---------------------+ -// +-------------+ -type UnionExec struct { - exec.BaseExecutor - concurrency int - childIDChan chan int - - stopFetchData atomic.Value - - finished chan struct{} - resourcePools []chan *chunk.Chunk - resultPool chan *unionWorkerResult - - results []*chunk.Chunk - wg sync.WaitGroup - initialized bool - mu struct { - *syncutil.Mutex - maxOpenedChildID int - } - - childInFlightForTest int32 -} - -// unionWorkerResult stores the result for a union worker. -// A "resultPuller" is started for every child to pull result from that child, unionWorkerResult is used to store that pulled result. -// "src" is used for Chunk reuse: after pulling result from "resultPool", main-thread must push a valid unused Chunk to "src" to -// enable the corresponding "resultPuller" continue to work. -type unionWorkerResult struct { - chk *chunk.Chunk - err error - src chan<- *chunk.Chunk -} - -func (e *UnionExec) waitAllFinished() { - e.wg.Wait() - close(e.resultPool) -} - -// Open implements the Executor Open interface. -func (e *UnionExec) Open(context.Context) error { - e.stopFetchData.Store(false) - e.initialized = false - e.finished = make(chan struct{}) - e.mu.Mutex = &syncutil.Mutex{} - e.mu.maxOpenedChildID = -1 - return nil -} - -func (e *UnionExec) initialize(ctx context.Context) { - if e.concurrency > e.ChildrenLen() { - e.concurrency = e.ChildrenLen() - } - for i := 0; i < e.concurrency; i++ { - e.results = append(e.results, exec.NewFirstChunk(e.Children(0))) - } - e.resultPool = make(chan *unionWorkerResult, e.concurrency) - e.resourcePools = make([]chan *chunk.Chunk, e.concurrency) - e.childIDChan = make(chan int, e.ChildrenLen()) - for i := 0; i < e.concurrency; i++ { - e.resourcePools[i] = make(chan *chunk.Chunk, 1) - e.resourcePools[i] <- e.results[i] - e.wg.Add(1) - go e.resultPuller(ctx, i) - } - for i := 0; i < e.ChildrenLen(); i++ { - e.childIDChan <- i - } - close(e.childIDChan) - go e.waitAllFinished() -} - -func (e *UnionExec) resultPuller(ctx context.Context, workerID int) { - result := &unionWorkerResult{ - err: nil, - chk: nil, - src: e.resourcePools[workerID], - } - defer func() { - if r := recover(); r != nil { - logutil.Logger(ctx).Error("resultPuller panicked", zap.Any("recover", r), zap.Stack("stack")) - result.err = util.GetRecoverError(r) - e.resultPool <- result - e.stopFetchData.Store(true) - } - e.wg.Done() - }() - for childID := range e.childIDChan { - e.mu.Lock() - if childID > e.mu.maxOpenedChildID { - e.mu.maxOpenedChildID = childID - } - e.mu.Unlock() - if err := exec.Open(ctx, e.Children(childID)); err != nil { - result.err = err - e.stopFetchData.Store(true) - e.resultPool <- result - } - failpoint.Inject("issue21441", func() { - atomic.AddInt32(&e.childInFlightForTest, 1) - }) - for { - if e.stopFetchData.Load().(bool) { - return - } - select { - case <-e.finished: - return - case result.chk = <-e.resourcePools[workerID]: - } - result.err = exec.Next(ctx, e.Children(childID), result.chk) - if result.err == nil && result.chk.NumRows() == 0 { - e.resourcePools[workerID] <- result.chk - break - } - failpoint.Inject("issue21441", func() { - if int(atomic.LoadInt32(&e.childInFlightForTest)) > e.concurrency { - panic("the count of child in flight is larger than e.concurrency unexpectedly") - } - }) - e.resultPool <- result - if result.err != nil { - e.stopFetchData.Store(true) - return - } - } - failpoint.Inject("issue21441", func() { - atomic.AddInt32(&e.childInFlightForTest, -1) - }) - } -} - -// Next implements the Executor Next interface. -func (e *UnionExec) Next(ctx context.Context, req *chunk.Chunk) error { - req.GrowAndReset(e.MaxChunkSize()) - if !e.initialized { - e.initialize(ctx) - e.initialized = true - } - result, ok := <-e.resultPool - if !ok { - return nil - } - if result.err != nil { - return errors.Trace(result.err) - } - - if result.chk.NumCols() != req.NumCols() { - return errors.Errorf("Internal error: UnionExec chunk column count mismatch, req: %d, result: %d", - req.NumCols(), result.chk.NumCols()) - } - req.SwapColumns(result.chk) - result.src <- result.chk - return nil -} - -// Close implements the Executor Close interface. -func (e *UnionExec) Close() error { - if e.finished != nil { - close(e.finished) - } - e.results = nil - if e.resultPool != nil { - channel.Clear(e.resultPool) - } - e.resourcePools = nil - if e.childIDChan != nil { - channel.Clear(e.childIDChan) - } - // We do not need to acquire the e.mu.Lock since all the resultPuller can be - // promised to exit when reaching here (e.childIDChan been closed). - var firstErr error - for i := 0; i <= e.mu.maxOpenedChildID; i++ { - if err := exec.Close(e.Children(i)); err != nil && firstErr == nil { - firstErr = err - } - } - return firstErr -} - // ResetContextOfStmt resets the StmtContext and session variables. // Before every execution, we must clear statement context. func ResetContextOfStmt(ctx sessionctx.Context, s ast.StmtNode) (err error) { @@ -2020,6 +1815,7 @@ func ResetContextOfStmt(ctx sessionctx.Context, s ast.StmtNode) (err error) { vars.SQLKiller.Reset() vars.SQLKiller.ConnID = vars.ConnectionID vars.StmtCtx.TableStats = make(map[int64]any) + sc.MDLRelatedTableIDs = make(map[int64]struct{}) isAnalyze := false if execStmt, ok := s.(*ast.ExecuteStmt); ok { @@ -2240,7 +2036,14 @@ func ResetContextOfStmt(ctx sessionctx.Context, s ast.StmtNode) (err error) { sc.RuntimeStatsColl = execdetails.NewRuntimeStatsColl(reuseObj) // also enable index usage collector - sc.IndexUsageCollector = ctx.NewStmtIndexUsageCollector() + if sc.IndexUsageCollector == nil { + sc.IndexUsageCollector = ctx.NewStmtIndexUsageCollector() + } else { + sc.IndexUsageCollector.Reset() + } + } else { + // turn off the index usage collector + sc.IndexUsageCollector = nil } sc.SetForcePlanCache(fixcontrol.GetBoolWithDefault(vars.OptimizerFixControl, fixcontrol.Fix49736, false)) diff --git a/pkg/executor/executor_failpoint_test.go b/pkg/executor/executor_failpoint_test.go index 4363c4ee23160..bd823ffa2c14d 100644 --- a/pkg/executor/executor_failpoint_test.go +++ b/pkg/executor/executor_failpoint_test.go @@ -276,7 +276,7 @@ func TestCollectCopRuntimeStats(t *testing.T) { rows := tk.MustQuery("explain analyze select * from t1").Rows() require.Len(t, rows, 2) explain := fmt.Sprintf("%v", rows[0]) - require.Regexp(t, ".*rpc_num: .*, .*regionMiss:.*", explain) + require.Regexp(t, ".*num_rpc:.*, .*regionMiss:.*", explain) require.NoError(t, failpoint.Disable("tikvclient/tikvStoreRespResult")) } @@ -361,9 +361,9 @@ func TestCoprocessorOOMTiCase(t *testing.T) { } func TestIssue21441(t *testing.T) { - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/issue21441", `return`)) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/union/issue21441", `return`)) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/issue21441")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/union/issue21441")) }() store := testkit.CreateMockStore(t) @@ -591,7 +591,7 @@ func TestTiKVClientReadTimeout(t *testing.T) { rows = tk.MustQuery("explain analyze select /*+ set_var(tikv_client_read_timeout=1) */ * from t where b > 1").Rows() require.Len(t, rows, 3) explain = fmt.Sprintf("%v", rows[0]) - require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .* rpc_num: 2.*", explain) + require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .*num_rpc:2.*", explain) // Test for stale read. tk.MustExec("set @a=now(6);") @@ -599,7 +599,7 @@ func TestTiKVClientReadTimeout(t *testing.T) { rows = tk.MustQuery("explain analyze select /*+ set_var(tikv_client_read_timeout=1) */ * from t as of timestamp(@a) where b > 1").Rows() require.Len(t, rows, 3) explain = fmt.Sprintf("%v", rows[0]) - require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .* rpc_num: 2.*", explain) + require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .*num_rpc:2.*", explain) // Test for tikv_client_read_timeout session variable. tk.MustExec("set @@tikv_client_read_timeout=1;") @@ -619,7 +619,7 @@ func TestTiKVClientReadTimeout(t *testing.T) { rows = tk.MustQuery("explain analyze select * from t where b > 1").Rows() require.Len(t, rows, 3) explain = fmt.Sprintf("%v", rows[0]) - require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .* rpc_num: 2.*", explain) + require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .*num_rpc:2.*", explain) // Test for stale read. tk.MustExec("set @a=now(6);") @@ -627,7 +627,7 @@ func TestTiKVClientReadTimeout(t *testing.T) { rows = tk.MustQuery("explain analyze select * from t as of timestamp(@a) where b > 1").Rows() require.Len(t, rows, 3) explain = fmt.Sprintf("%v", rows[0]) - require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .* rpc_num: 2.*", explain) + require.Regexp(t, ".*TableReader.* root time:.*, loops:.* cop_task: {num: 1, .*num_rpc:2.*", explain) } func TestGetMvccByEncodedKeyRegionError(t *testing.T) { diff --git a/pkg/executor/executor_pkg_test.go b/pkg/executor/executor_pkg_test.go index 7070d4b3200f2..bc390f7bcf1c2 100644 --- a/pkg/executor/executor_pkg_test.go +++ b/pkg/executor/executor_pkg_test.go @@ -27,6 +27,7 @@ import ( "github.com/pingcap/tidb/pkg/domain" "github.com/pingcap/tidb/pkg/errctx" "github.com/pingcap/tidb/pkg/executor/aggfuncs" + "github.com/pingcap/tidb/pkg/executor/join" "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/mysql" @@ -56,12 +57,12 @@ func TestBuildKvRangesForIndexJoinWithoutCwc(t *testing.T) { indexRanges = append(indexRanges, generateIndexRange(2, 1, 1, 1, 1)) indexRanges = append(indexRanges, generateIndexRange(2, 1, 2, 1, 1)) - joinKeyRows := make([]*indexJoinLookUpContent, 0, 5) - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(1, 1)}) - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(1, 2)}) - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(2, 1)}) - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(2, 2)}) - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(2, 3)}) + joinKeyRows := make([]*join.IndexJoinLookUpContent, 0, 5) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(1, 1)}) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(1, 2)}) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(2, 1)}) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(2, 2)}) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(2, 3)}) keyOff2IdxOff := []int{1, 3} ctx := mock.NewContext() @@ -87,9 +88,9 @@ func TestBuildKvRangesForIndexJoinWithoutCwcAndWithMemoryTracker(t *testing.T) { bytesConsumed1 := int64(0) { - joinKeyRows := make([]*indexJoinLookUpContent, 0, 10) + joinKeyRows := make([]*join.IndexJoinLookUpContent, 0, 10) for i := int64(0); i < 10; i++ { - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(1, i)}) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(1, i)}) } keyOff2IdxOff := []int{1, 3} @@ -109,9 +110,9 @@ func TestBuildKvRangesForIndexJoinWithoutCwcAndWithMemoryTracker(t *testing.T) { bytesConsumed2 := int64(0) { - joinKeyRows := make([]*indexJoinLookUpContent, 0, 20) + joinKeyRows := make([]*join.IndexJoinLookUpContent, 0, 20) for i := int64(0); i < 20; i++ { - joinKeyRows = append(joinKeyRows, &indexJoinLookUpContent{keys: generateDatumSlice(1, i)}) + joinKeyRows = append(joinKeyRows, &join.IndexJoinLookUpContent{Keys: generateDatumSlice(1, i)}) } keyOff2IdxOff := []int{1, 3} diff --git a/pkg/executor/explainfor_test.go b/pkg/executor/explainfor_test.go index 444ac0c1304c2..3d0fecaf79b62 100644 --- a/pkg/executor/explainfor_test.go +++ b/pkg/executor/explainfor_test.go @@ -75,7 +75,7 @@ func TestExplainFor(t *testing.T) { buf.WriteString(fmt.Sprintf("%v", v)) } } - require.Regexp(t, "TableReader_5 10000.00 0 root time:.*, loops:1,( RU:.*,)? cop_task: {num:.*, max:.*, proc_keys:.* rpc_num: 1, rpc_time:.*} data:TableFullScan_4 N/A N/A\n"+ + require.Regexp(t, "TableReader_5 10000.00 0 root time:.*, loops:1,( RU:.*,)? cop_task: {num:.*, max:.*, proc_keys:.*num_rpc:1, total_time:.*} data:TableFullScan_4 N/A N/A\n"+ "└─TableFullScan_4 10000.00 0 cop.* table:t1 tikv_task:{time:.*, loops:0} keep order:false, stats:pseudo N/A N/A", buf.String()) } diff --git a/pkg/executor/index_merge_reader.go b/pkg/executor/index_merge_reader.go index b5013cf60f25f..3c391c3e2d28a 100644 --- a/pkg/executor/index_merge_reader.go +++ b/pkg/executor/index_merge_reader.go @@ -103,12 +103,14 @@ type IndexMergeReaderExecutor struct { // columns are only required by union scan. columns []*model.ColumnInfo + // partitionIDMap are only required by union scan with global index. + partitionIDMap map[int64]struct{} *dataReaderBuilder // fields about accessing partition tables partitionTableMode bool // if this IndexMerge is accessing a partition table prunedPartitions []table.PhysicalTable // pruned partition tables need to access - partitionKeyRanges [][][]kv.KeyRange // [partitionIdx][partialIndex][ranges] + partitionKeyRanges [][][]kv.KeyRange // [partialIndex][partitionIdx][ranges] // All fields above are immutable. @@ -127,15 +129,12 @@ type IndexMergeReaderExecutor struct { memTracker *memory.Tracker paging bool - // checkIndexValue is used to check the consistency of the index data. - *checkIndexValue // nolint:unused - partialPlans [][]base.PhysicalPlan tblPlans []base.PhysicalPlan partialNetDataSizes []float64 dataAvgRowSize float64 - handleCols plannercore.HandleCols + handleCols plannerutil.HandleCols stats *IndexMergeRuntimeStat // Indicates whether there is correlated column in filter or table/index range. @@ -146,6 +145,8 @@ type IndexMergeReaderExecutor struct { // Whether it's intersection or union. isIntersection bool + + hasGlobalIndex bool } type indexMergeTableTask struct { @@ -182,12 +183,23 @@ func (e *IndexMergeReaderExecutor) Open(_ context.Context) (err error) { return err } } else { - e.partitionKeyRanges = make([][][]kv.KeyRange, len(e.prunedPartitions)) + e.partitionKeyRanges = make([][][]kv.KeyRange, len(e.indexes)) + tmpPartitionKeyRanges := make([][][]kv.KeyRange, len(e.prunedPartitions)) for i, p := range e.prunedPartitions { - if e.partitionKeyRanges[i], err = e.buildKeyRangesForTable(p); err != nil { + if tmpPartitionKeyRanges[i], err = e.buildKeyRangesForTable(p); err != nil { return err } } + for i, idx := range e.indexes { + if idx != nil && idx.Global { + keyRange, _ := distsql.IndexRangesToKVRanges(e.ctx.GetDistSQLCtx(), e.table.Meta().ID, idx.ID, e.ranges[i]) + e.partitionKeyRanges[i] = [][]kv.KeyRange{keyRange.FirstPartitionRange()} + } else { + for _, pKeyRanges := range tmpPartitionKeyRanges { + e.partitionKeyRanges[i] = append(e.partitionKeyRanges[i], pKeyRanges[i]) + } + } + } } e.finished = make(chan struct{}) e.resultCh = make(chan *indexMergeTableTask, atomic.LoadInt32(&LookupTableTaskChannelSize)) @@ -328,13 +340,10 @@ func (e *IndexMergeReaderExecutor) startPartialIndexWorker(ctx context.Context, var keyRanges [][]kv.KeyRange if e.partitionTableMode { - for _, pKeyRanges := range e.partitionKeyRanges { // get all keyRanges related to this PartialIndex - keyRanges = append(keyRanges, pKeyRanges[workID]) - } + keyRanges = e.partitionKeyRanges[workID] } else { keyRanges = [][]kv.KeyRange{e.keyRanges[workID]} } - failpoint.Inject("startPartialIndexWorkerErr", func() error { return errors.New("inject an error before start partialIndexWorker") }) @@ -376,7 +385,6 @@ func (e *IndexMergeReaderExecutor) startPartialIndexWorker(ctx context.Context, return } } - var builder distsql.RequestBuilder builder.SetDAGRequest(e.dagPBs[workID]). SetStartTS(e.startTS). @@ -633,7 +641,7 @@ func (w *partialTableWorker) needPartitionHandle() (bool, error) { } func (w *partialTableWorker) fetchHandles(ctx context.Context, exitCh <-chan struct{}, fetchCh chan<- *indexMergeTableTask, - finished <-chan struct{}, handleCols plannercore.HandleCols, parTblIdx int, partialPlanIndex int) (count int64, err error) { + finished <-chan struct{}, handleCols plannerutil.HandleCols, parTblIdx int, partialPlanIndex int) (count int64, err error) { chk := w.tableReader.NewChunkWithCapacity(w.getRetTpsForTableScan(), w.maxChunkSize, w.maxBatchSize) for { start := time.Now() @@ -666,7 +674,7 @@ func (w *partialTableWorker) getRetTpsForTableScan() []*types.FieldType { return exec.RetTypes(w.tableReader) } -func (w *partialTableWorker) extractTaskHandles(ctx context.Context, chk *chunk.Chunk, handleCols plannercore.HandleCols) ( +func (w *partialTableWorker) extractTaskHandles(ctx context.Context, chk *chunk.Chunk, handleCols plannerutil.HandleCols) ( handles []kv.Handle, retChk *chunk.Chunk, err error) { handles = make([]kv.Handle, 0, w.batchSize) if len(w.byItems) != 0 { @@ -1191,7 +1199,7 @@ func (w *indexMergeProcessWorker) fetchLoopUnion(ctx context.Context, fetchCh <- if w.indexMerge.pushedLimit != nil { pushedLimit = w.indexMerge.pushedLimit.Clone() } - distinctHandles := make(map[int64]*kv.HandleMap) + hMap := kv.NewHandleMap() for { var ok bool var task *indexMergeTableTask @@ -1223,19 +1231,12 @@ func (w *indexMergeProcessWorker) fetchLoopUnion(ctx context.Context, fetchCh <- fhs := make([]kv.Handle, 0, 8) memTracker.Consume(int64(cap(task.handles) * 8)) - - var tblID int64 - if w.indexMerge.partitionTableMode { - tblID = getPhysicalTableID(task.partitionTable) - } else { - tblID = getPhysicalTableID(w.indexMerge.table) - } - if _, ok := distinctHandles[tblID]; !ok { - distinctHandles[tblID] = kv.NewHandleMap() - } - hMap := distinctHandles[tblID] - for _, h := range handles { + if w.indexMerge.partitionTableMode { + if _, ok := h.(kv.PartitionHandle); !ok { + h = kv.NewPartitionHandle(task.partitionTable.GetPhysicalID(), h) + } + } if _, ok := hMap.Get(h); !ok { fhs = append(fhs, h) hMap.Set(h, true) @@ -1359,6 +1360,8 @@ type intersectionProcessWorker struct { // When rowDelta == memConsumeBatchSize, Consume(memUsage) rowDelta int64 mapUsageDelta int64 + + partitionIDMap map[int64]int } func (w *intersectionProcessWorker) consumeMemDelta() { @@ -1380,9 +1383,20 @@ func (w *intersectionProcessWorker) doIntersectionPerPartition(ctx context.Conte hMap = kv.NewMemAwareHandleMap[*int]() w.handleMapsPerWorker[task.parTblIdx] = hMap } - var mapDelta int64 - var rowDelta int64 + var mapDelta, rowDelta int64 for _, h := range task.handles { + if w.indexMerge.hasGlobalIndex { + if ph, ok := h.(kv.PartitionHandle); ok { + if v, exists := w.partitionIDMap[ph.PartitionID]; exists { + if hMap, ok = w.handleMapsPerWorker[v]; !ok { + hMap = kv.NewMemAwareHandleMap[*int]() + w.handleMapsPerWorker[v] = hMap + } + } + } else { + h = kv.NewPartitionHandle(task.partitionTable.GetPhysicalID(), h) + } + } // Use *int to avoid Get() again. if cntPtr, ok := hMap.Get(h); ok { (*cntPtr)++ @@ -1525,7 +1539,8 @@ func (w *indexMergeProcessWorker) fetchLoopIntersection(ctx context.Context, fet batchSize := w.indexMerge.Ctx().GetSessionVars().IndexLookupSize partCnt := 1 - if w.indexMerge.partitionTableMode { + // To avoid multi-threaded access the handle map, we only use one worker for indexMerge with global index. + if w.indexMerge.partitionTableMode && !w.indexMerge.hasGlobalIndex { partCnt = len(w.indexMerge.prunedPartitions) } workerCnt := min(partCnt, maxWorkerCnt) @@ -1536,6 +1551,13 @@ func (w *indexMergeProcessWorker) fetchLoopIntersection(ctx context.Context, fet } }) + partitionIDMap := make(map[int64]int) + if w.indexMerge.hasGlobalIndex { + for i, p := range w.indexMerge.prunedPartitions { + partitionIDMap[p.GetPhysicalID()] = i + } + } + workers := make([]*intersectionProcessWorker, 0, workerCnt) var collectWorker *intersectionCollectWorker wg := util.WaitGroupWrapper{} @@ -1566,6 +1588,7 @@ func (w *indexMergeProcessWorker) fetchLoopIntersection(ctx context.Context, fet indexMerge: w.indexMerge, memTracker: tracker, batchSize: batchSize, + partitionIDMap: partitionIDMap, } wg.RunWithRecover(func() { defer trace.StartRegion(ctx, "IndexMergeIntersectionProcessWorker").End() @@ -1692,7 +1715,7 @@ func (w *partialIndexWorker) needPartitionHandle() (bool, error) { if needPartitionHandle && !hasExtraCol { return needPartitionHandle, errors.Errorf("Internal error, needPartitionHandle != ret") } - return needPartitionHandle, nil + return needPartitionHandle || (col.ID == model.ExtraPidColID), nil } func (w *partialIndexWorker) fetchHandles( @@ -1701,7 +1724,7 @@ func (w *partialIndexWorker) fetchHandles( exitCh <-chan struct{}, fetchCh chan<- *indexMergeTableTask, finished <-chan struct{}, - handleCols plannercore.HandleCols, + handleCols plannerutil.HandleCols, partialPlanIndex int) (count int64, err error) { tps := w.getRetTpsForIndexScan(handleCols) chk := chunk.NewChunkWithCapacity(tps, w.maxChunkSize) @@ -1734,7 +1757,7 @@ func (w *partialIndexWorker) fetchHandles( return count, nil } -func (w *partialIndexWorker) getRetTpsForIndexScan(handleCols plannercore.HandleCols) []*types.FieldType { +func (w *partialIndexWorker) getRetTpsForIndexScan(handleCols plannerutil.HandleCols) []*types.FieldType { var tps []*types.FieldType if len(w.byItems) != 0 { for _, item := range w.byItems { @@ -1748,7 +1771,7 @@ func (w *partialIndexWorker) getRetTpsForIndexScan(handleCols plannercore.Handle return tps } -func (w *partialIndexWorker) extractTaskHandles(ctx context.Context, chk *chunk.Chunk, idxResult distsql.SelectResult, handleCols plannercore.HandleCols) ( +func (w *partialIndexWorker) extractTaskHandles(ctx context.Context, chk *chunk.Chunk, idxResult distsql.SelectResult, handleCols plannerutil.HandleCols) ( handles []kv.Handle, retChk *chunk.Chunk, err error) { handles = make([]kv.Handle, 0, w.batchSize) if len(w.byItems) != 0 { diff --git a/pkg/executor/infoschema_reader.go b/pkg/executor/infoschema_reader.go index ea269b5d65571..b3ddabc37fa98 100644 --- a/pkg/executor/infoschema_reader.go +++ b/pkg/executor/infoschema_reader.go @@ -94,7 +94,7 @@ type memtableRetriever struct { rowIdx int retrieved bool initialized bool - extractor plannercore.MemTablePredicateExtractor + extractor base.MemTablePredicateExtractor is infoschema.InfoSchema memTracker *memory.Tracker } diff --git a/pkg/executor/inspection_result.go b/pkg/executor/inspection_result.go index bab436ad44b5e..8596f562ca720 100644 --- a/pkg/executor/inspection_result.go +++ b/pkg/executor/inspection_result.go @@ -28,6 +28,7 @@ import ( "github.com/pingcap/tidb/pkg/infoschema" "github.com/pingcap/tidb/pkg/kv" plannercore "github.com/pingcap/tidb/pkg/planner/core" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/types" @@ -58,7 +59,7 @@ type ( inspectionFilter struct { set set.StringSet - timeRange plannercore.QueryTimeRange + timeRange plannerutil.QueryTimeRange } inspectionRule interface { @@ -108,7 +109,7 @@ type inspectionResultRetriever struct { dummyCloser retrieved bool extractor *plannercore.InspectionResultTableExtractor - timeRange plannercore.QueryTimeRange + timeRange plannerutil.QueryTimeRange instanceToStatusAddress map[string]string statusToInstanceAddress map[string]string } @@ -490,7 +491,7 @@ func (nodeLoadInspection) inspect(ctx context.Context, sctx sessionctx.Context, type inspectVirtualMemUsage struct{} -func (inspectVirtualMemUsage) genSQL(timeRange plannercore.QueryTimeRange) string { +func (inspectVirtualMemUsage) genSQL(timeRange plannerutil.QueryTimeRange) string { sql := fmt.Sprintf("select instance, max(value) as max_usage from metrics_schema.node_memory_usage %s group by instance having max_usage >= 70", timeRange.Condition()) return sql } @@ -513,7 +514,7 @@ func (inspectVirtualMemUsage) getItem() string { type inspectSwapMemoryUsed struct{} -func (inspectSwapMemoryUsed) genSQL(timeRange plannercore.QueryTimeRange) string { +func (inspectSwapMemoryUsed) genSQL(timeRange plannerutil.QueryTimeRange) string { sql := fmt.Sprintf("select instance, max(value) as max_used from metrics_schema.node_memory_swap_used %s group by instance having max_used > 0", timeRange.Condition()) return sql } @@ -535,7 +536,7 @@ func (inspectSwapMemoryUsed) getItem() string { type inspectDiskUsage struct{} -func (inspectDiskUsage) genSQL(timeRange plannercore.QueryTimeRange) string { +func (inspectDiskUsage) genSQL(timeRange plannerutil.QueryTimeRange) string { sql := fmt.Sprintf("select instance, device, max(value) as max_usage from metrics_schema.node_disk_usage %v and device like '/%%' group by instance, device having max_usage >= 70", timeRange.Condition()) return sql } @@ -561,7 +562,7 @@ type inspectCPULoad struct { tbl string } -func (i inspectCPULoad) genSQL(timeRange plannercore.QueryTimeRange) string { +func (i inspectCPULoad) genSQL(timeRange plannerutil.QueryTimeRange) string { sql := fmt.Sprintf(`select t1.instance, t1.max_load , 0.7*t2.cpu_count from (select instance,max(value) as max_load from metrics_schema.%[1]s %[2]s group by instance) as t1 join (select instance,max(value) as cpu_count from metrics_schema.node_virtual_cpus %[2]s group by instance) as t2 @@ -1039,7 +1040,7 @@ func (thresholdCheckInspection) inspectThreshold2(ctx context.Context, sctx sess } type ruleChecker interface { - genSQL(timeRange plannercore.QueryTimeRange) string + genSQL(timeRange plannerutil.QueryTimeRange) string genResult(sql string, row chunk.Row) inspectionResult getItem() string } @@ -1050,10 +1051,10 @@ type compareStoreStatus struct { threshold float64 } -func (c compareStoreStatus) genSQL(timeRange plannercore.QueryTimeRange) string { +func (c compareStoreStatus) genSQL(timeRange plannerutil.QueryTimeRange) string { condition := fmt.Sprintf(`where t1.time>='%[1]s' and t1.time<='%[2]s' and - t2.time>='%[1]s' and t2.time<='%[2]s'`, timeRange.From.Format(plannercore.MetricTableTimeFormat), - timeRange.To.Format(plannercore.MetricTableTimeFormat)) + t2.time>='%[1]s' and t2.time<='%[2]s'`, timeRange.From.Format(plannerutil.MetricTableTimeFormat), + timeRange.To.Format(plannerutil.MetricTableTimeFormat)) return fmt.Sprintf(` SELECT t1.address, max(t1.value), @@ -1097,7 +1098,7 @@ func (c compareStoreStatus) getItem() string { type checkRegionHealth struct{} -func (checkRegionHealth) genSQL(timeRange plannercore.QueryTimeRange) string { +func (checkRegionHealth) genSQL(timeRange plannerutil.QueryTimeRange) string { condition := timeRange.Condition() return fmt.Sprintf(`select instance, sum(value) as sum_value from metrics_schema.pd_region_health %s and type in ('extra-peer-region-count','learner-peer-region-count','pending-peer-region-count') having sum_value>100`, condition) @@ -1125,7 +1126,7 @@ func (checkRegionHealth) getItem() string { type checkStoreRegionTooMuch struct{} -func (checkStoreRegionTooMuch) genSQL(timeRange plannercore.QueryTimeRange) string { +func (checkStoreRegionTooMuch) genSQL(timeRange plannerutil.QueryTimeRange) string { condition := timeRange.Condition() return fmt.Sprintf(`select address, max(value) from metrics_schema.pd_scheduler_store_status %s and type='region_count' and value > 20000 group by address`, condition) } diff --git a/pkg/executor/inspection_summary.go b/pkg/executor/inspection_summary.go index 0a45b621e708f..9b02880df5852 100644 --- a/pkg/executor/inspection_summary.go +++ b/pkg/executor/inspection_summary.go @@ -24,6 +24,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/model" plannercore "github.com/pingcap/tidb/pkg/planner/core" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util" @@ -34,7 +35,7 @@ type inspectionSummaryRetriever struct { retrieved bool table *model.TableInfo extractor *plannercore.InspectionSummaryTableExtractor - timeRange plannercore.QueryTimeRange + timeRange plannerutil.QueryTimeRange } // inspectionSummaryRules is used to maintain diff --git a/pkg/executor/internal/exec/BUILD.bazel b/pkg/executor/internal/exec/BUILD.bazel index 968a4429e06ca..c7dbd065af020 100644 --- a/pkg/executor/internal/exec/BUILD.bazel +++ b/pkg/executor/internal/exec/BUILD.bazel @@ -26,6 +26,7 @@ go_library( "//pkg/util/topsql/state", "//pkg/util/tracing", "@com_github_ngaut_pools//:pools", + "@com_github_pingcap_failpoint//:failpoint", "@org_uber_go_atomic//:atomic", ], ) diff --git a/pkg/executor/internal/exec/executor.go b/pkg/executor/internal/exec/executor.go index 60d0ec6f34ade..2afe1844d6110 100644 --- a/pkg/executor/internal/exec/executor.go +++ b/pkg/executor/internal/exec/executor.go @@ -20,6 +20,7 @@ import ( "time" "github.com/ngaut/pools" + "github.com/pingcap/failpoint" "github.com/pingcap/tidb/pkg/domain" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/parser" @@ -89,6 +90,9 @@ func newExecutorChunkAllocator(vars *variable.SessionVars, retFieldTypes []*type // InitCap returns the initial capacity for chunk func (e *executorChunkAllocator) InitCap() int { + failpoint.Inject("initCap", func(val failpoint.Value) { + failpoint.Return(val.(int)) + }) return e.initCap } @@ -99,6 +103,9 @@ func (e *executorChunkAllocator) SetInitCap(c int) { // MaxChunkSize returns the max chunk size. func (e *executorChunkAllocator) MaxChunkSize() int { + failpoint.Inject("maxChunkSize", func(val failpoint.Value) { + failpoint.Return(val.(int)) + }) return e.maxChunkSize } diff --git a/pkg/executor/internal/mpp/local_mpp_coordinator.go b/pkg/executor/internal/mpp/local_mpp_coordinator.go index 77fd00374e1ce..15ef85eaa2da0 100644 --- a/pkg/executor/internal/mpp/local_mpp_coordinator.go +++ b/pkg/executor/internal/mpp/local_mpp_coordinator.go @@ -499,9 +499,6 @@ func (c *localMppCoordinator) cancelMppTasks() { func (c *localMppCoordinator) receiveResults(req *kv.MPPDispatchRequest, taskMeta *mpp.TaskMeta, bo *backoff.Backoffer) { stream, err := c.sessionCtx.GetMPPClient().EstablishMPPConns(kv.EstablishMPPConnsParam{Ctx: bo.GetCtx(), Req: req, TaskMeta: taskMeta}) if err != nil { - if stream != nil { - stream.Close() - } // if NeedTriggerFallback is true, we return timeout to trigger tikv's fallback if c.needTriggerFallback { c.sendError(derr.ErrTiFlashServerTimeout) diff --git a/pkg/executor/join/BUILD.bazel b/pkg/executor/join/BUILD.bazel new file mode 100644 index 0000000000000..d5e0610134cd3 --- /dev/null +++ b/pkg/executor/join/BUILD.bazel @@ -0,0 +1,85 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") + +go_library( + name = "join", + srcs = [ + "concurrent_map.go", + "hash_table.go", + "index_lookup_hash_join.go", + "index_lookup_join.go", + "index_lookup_merge_join.go", + "join.go", + "joiner.go", + "merge_join.go", + ], + importpath = "github.com/pingcap/tidb/pkg/executor/join", + visibility = ["//visibility:public"], + deps = [ + "//pkg/executor/aggregate", + "//pkg/executor/internal/applycache", + "//pkg/executor/internal/exec", + "//pkg/executor/internal/vecgroupchecker", + "//pkg/executor/unionexec", + "//pkg/expression", + "//pkg/parser/mysql", + "//pkg/parser/terror", + "//pkg/planner/core", + "//pkg/sessionctx", + "//pkg/sessionctx/stmtctx", + "//pkg/sessionctx/variable", + "//pkg/types", + "//pkg/util", + "//pkg/util/bitmap", + "//pkg/util/channel", + "//pkg/util/chunk", + "//pkg/util/codec", + "//pkg/util/collate", + "//pkg/util/dbterror/exeerrors", + "//pkg/util/disk", + "//pkg/util/execdetails", + "//pkg/util/hack", + "//pkg/util/logutil", + "//pkg/util/memory", + "//pkg/util/mvmap", + "//pkg/util/ranger", + "//pkg/util/syncutil", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", + "@org_uber_go_zap//:zap", + ], +) + +go_test( + name = "join_test", + timeout = "short", + srcs = [ + "concurrent_map_test.go", + "hash_table_test.go", + "index_lookup_join_test.go", + "index_lookup_merge_join_test.go", + "join_stats_test.go", + "joiner_test.go", + "merge_join_test.go", + ], + embed = [":join"], + flaky = True, + shard_count = 17, + deps = [ + "//pkg/config", + "//pkg/domain", + "//pkg/parser/mysql", + "//pkg/planner/core", + "//pkg/sessionctx", + "//pkg/sessionctx/variable", + "//pkg/testkit", + "//pkg/types", + "//pkg/util", + "//pkg/util/chunk", + "//pkg/util/disk", + "//pkg/util/hack", + "//pkg/util/memory", + "//pkg/util/mock", + "@com_github_pingcap_failpoint//:failpoint", + "@com_github_stretchr_testify//require", + ], +) diff --git a/pkg/executor/concurrent_map.go b/pkg/executor/join/concurrent_map.go similarity index 98% rename from pkg/executor/concurrent_map.go rename to pkg/executor/join/concurrent_map.go index c63bd0089b0a8..0c7d74a287b05 100644 --- a/pkg/executor/concurrent_map.go +++ b/pkg/executor/join/concurrent_map.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "github.com/pingcap/tidb/pkg/util/hack" @@ -52,7 +52,7 @@ func (m concurrentMap) Insert(key uint64, value *entry) (memDelta int64) { shard := m.getShard(key) shard.Lock() oldValue := shard.items[key] - value.next = oldValue + value.Next = oldValue shard.items[key] = value if len(shard.items) > (1< 0 { + if len(hc.NaKeyColIdx) > 0 { // isNAAJ if len(hc.naColNullBitMap) < rows { hc.naHasNull = make([]bool, rows) hc.naColNullBitMap = make([]*bitmap.ConcurrentBitmap, rows) for i := 0; i < rows; i++ { - hc.naColNullBitMap[i] = bitmap.NewConcurrentBitmap(len(hc.naKeyColIdx)) + hc.naColNullBitMap[i] = bitmap.NewConcurrentBitmap(len(hc.NaKeyColIdx)) } } else { for i := 0; i < rows; i++ { hc.naHasNull[i] = false - hc.naColNullBitMap[i].Reset(len(hc.naKeyColIdx)) + hc.naColNullBitMap[i].Reset(len(hc.NaKeyColIdx)) } } } @@ -101,11 +102,11 @@ type hashNANullBucket struct { // member attributes as pointer type to avoid unexpected problems. type hashRowContainer struct { sc *stmtctx.StatementContext - hCtx *hashContext + hCtx *HashContext stat *hashStatistic // hashTable stores the map of hashKey and RowPtr - hashTable baseHashTable + hashTable BaseHashTable // hashNANullBucket stores the rows with any null value in NAAJ join key columns. // After build process, NANUllBucket is read only here for multi probe worker. hashNANullBucket *hashNANullBucket @@ -118,18 +119,18 @@ type hashRowContainer struct { chkBufSizeForOneProbe int64 } -func newHashRowContainer(sCtx sessionctx.Context, hCtx *hashContext, allTypes []*types.FieldType) *hashRowContainer { +func newHashRowContainer(sCtx sessionctx.Context, hCtx *HashContext, allTypes []*types.FieldType) *hashRowContainer { maxChunkSize := sCtx.GetSessionVars().MaxChunkSize rc := chunk.NewRowContainer(allTypes, maxChunkSize) c := &hashRowContainer{ sc: sCtx.GetSessionVars().StmtCtx, hCtx: hCtx, stat: new(hashStatistic), - hashTable: newConcurrentMapHashTable(), + hashTable: NewConcurrentMapHashTable(), rowContainer: rc, memTracker: memory.NewTracker(memory.LabelForRowContainer, -1), } - if isNAAJ := len(hCtx.naKeyColIdx) > 0; isNAAJ { + if isNAAJ := len(hCtx.NaKeyColIdx) > 0; isNAAJ { c.hashNANullBucket = &hashNANullBucket{} } rc.GetMemTracker().AttachTo(c.GetMemTracker()) @@ -147,13 +148,13 @@ func (c *hashRowContainer) ShallowCopy() *hashRowContainer { // GetMatchedRows get matched rows from probeRow. It can be called // in multiple goroutines while each goroutine should keep its own // h and buf. -func (c *hashRowContainer) GetMatchedRows(probeKey uint64, probeRow chunk.Row, hCtx *hashContext, matched []chunk.Row) ([]chunk.Row, error) { +func (c *hashRowContainer) GetMatchedRows(probeKey uint64, probeRow chunk.Row, hCtx *HashContext, matched []chunk.Row) ([]chunk.Row, error) { matchedRows, _, err := c.GetMatchedRowsAndPtrs(probeKey, probeRow, hCtx, matched, nil, false) return matchedRows, err } // GetOneMatchedRow get one matched rows from probeRow. -func (c *hashRowContainer) GetOneMatchedRow(probeKey uint64, probeRow chunk.Row, hCtx *hashContext) (*chunk.Row, error) { +func (c *hashRowContainer) GetOneMatchedRow(probeKey uint64, probeRow chunk.Row, hCtx *HashContext) (*chunk.Row, error) { var err error innerEntry := c.hashTable.Get(probeKey) if innerEntry == nil { @@ -166,8 +167,8 @@ func (c *hashRowContainer) GetOneMatchedRow(probeKey uint64, probeRow chunk.Row, } capacity := 0 - for i := 0; innerEntry != nil; i, innerEntry = i+1, innerEntry.next { - ptr := innerEntry.ptr + for i := 0; innerEntry != nil; i, innerEntry = i+1, innerEntry.Next { + ptr := innerEntry.Ptr matchedRow, c.chkBuf, err = c.rowContainer.GetRowAndAppendToChunkIfInDisk(ptr, c.chkBuf) if err != nil { return nil, err @@ -193,7 +194,7 @@ func (c *hashRowContainer) GetOneMatchedRow(probeKey uint64, probeRow chunk.Row, return nil, err } -func (c *hashRowContainer) GetAllMatchedRows(probeHCtx *hashContext, probeSideRow chunk.Row, +func (c *hashRowContainer) GetAllMatchedRows(probeHCtx *HashContext, probeSideRow chunk.Row, probeKeyNullBits *bitmap.ConcurrentBitmap, matched []chunk.Row, needCheckBuildColPos, needCheckProbeColPos []int, needCheckBuildTypes, needCheckProbeTypes []*types.FieldType) ([]chunk.Row, error) { // for NAAJ probe row with null, we should match them with all build rows. var ( @@ -205,8 +206,8 @@ func (c *hashRowContainer) GetAllMatchedRows(probeHCtx *hashContext, probeSideRo func(_ uint64, e *entry) { entryAddr := e for entryAddr != nil { - innerPtrs = append(innerPtrs, entryAddr.ptr) - entryAddr = entryAddr.next + innerPtrs = append(innerPtrs, entryAddr.Ptr) + entryAddr = entryAddr.Next } }) matched = matched[:0] @@ -215,8 +216,8 @@ func (c *hashRowContainer) GetAllMatchedRows(probeHCtx *hashContext, probeSideRo } // all built bucket rows come from hash table, their bitmap are all nil (doesn't contain any null). so // we could only use the probe null bits to filter valid rows. - if probeKeyNullBits != nil && len(probeHCtx.naKeyColIdx) > 1 { - // if len(probeHCtx.naKeyColIdx)=1 + if probeKeyNullBits != nil && len(probeHCtx.NaKeyColIdx) > 1 { + // if len(probeHCtx.NaKeyColIdx)=1 // that means the NA-Join probe key is directly a (null) <-> (fetch all buckets), nothing to do. // else like // (null, 1, 2), we should use the not-null probe bit to filter rows. Only fetch rows like @@ -225,16 +226,16 @@ func (c *hashRowContainer) GetAllMatchedRows(probeHCtx *hashContext, probeSideRo needCheckBuildColPos = needCheckBuildColPos[:0] needCheckBuildTypes = needCheckBuildTypes[:0] needCheckProbeTypes = needCheckProbeTypes[:0] - keyColLen := len(c.hCtx.naKeyColIdx) + keyColLen := len(c.hCtx.NaKeyColIdx) for i := 0; i < keyColLen; i++ { // since all bucket is from hash table (Not Null), so the buildSideNullBits check is eliminated. if probeKeyNullBits.UnsafeIsSet(i) { continue } - needCheckBuildColPos = append(needCheckBuildColPos, c.hCtx.naKeyColIdx[i]) - needCheckBuildTypes = append(needCheckBuildTypes, c.hCtx.allTypes[i]) - needCheckProbeColPos = append(needCheckProbeColPos, probeHCtx.naKeyColIdx[i]) - needCheckProbeTypes = append(needCheckProbeTypes, probeHCtx.allTypes[i]) + needCheckBuildColPos = append(needCheckBuildColPos, c.hCtx.NaKeyColIdx[i]) + needCheckBuildTypes = append(needCheckBuildTypes, c.hCtx.AllTypes[i]) + needCheckProbeColPos = append(needCheckProbeColPos, probeHCtx.NaKeyColIdx[i]) + needCheckProbeTypes = append(needCheckProbeTypes, probeHCtx.AllTypes[i]) } } var mayMatchedRow chunk.Row @@ -243,7 +244,7 @@ func (c *hashRowContainer) GetAllMatchedRows(probeHCtx *hashContext, probeSideRo if err != nil { return nil, err } - if probeKeyNullBits != nil && len(probeHCtx.naKeyColIdx) > 1 { + if probeKeyNullBits != nil && len(probeHCtx.NaKeyColIdx) > 1 { // check the idxs-th value of the join columns. ok, err = codec.EqualChunkRow(c.sc.TypeCtx(), mayMatchedRow, needCheckBuildTypes, needCheckBuildColPos, probeSideRow, needCheckProbeTypes, needCheckProbeColPos) if err != nil { @@ -271,12 +272,12 @@ const rowPtrSize = int64(unsafe.Sizeof(chunk.RowPtr{})) // GetMatchedRowsAndPtrs get matched rows and Ptrs from probeRow. It can be called // in multiple goroutines while each goroutine should keep its own // h and buf. -func (c *hashRowContainer) GetMatchedRowsAndPtrs(probeKey uint64, probeRow chunk.Row, hCtx *hashContext, matched []chunk.Row, matchedPtrs []chunk.RowPtr, needPtr bool) ([]chunk.Row, []chunk.RowPtr, error) { +func (c *hashRowContainer) GetMatchedRowsAndPtrs(probeKey uint64, probeRow chunk.Row, hCtx *HashContext, matched []chunk.Row, matchedPtrs []chunk.RowPtr, needPtr bool) ([]chunk.Row, []chunk.RowPtr, error) { var err error entry := c.hashTable.Get(probeKey) var innerPtrs []chunk.RowPtr - for ; entry != nil; entry = entry.next { - innerPtrs = append(innerPtrs, entry.ptr) + for ; entry != nil; entry = entry.Next { + innerPtrs = append(innerPtrs, entry.Ptr) } if len(innerPtrs) == 0 { return nil, nil, err @@ -335,7 +336,7 @@ func (c *hashRowContainer) GetMatchedRowsAndPtrs(probeKey uint64, probeRow chunk return matched, matchedPtrs, err } -func (c *hashRowContainer) GetNullBucketRows(probeHCtx *hashContext, probeSideRow chunk.Row, +func (c *hashRowContainer) GetNullBucketRows(probeHCtx *HashContext, probeSideRow chunk.Row, probeKeyNullBits *bitmap.ConcurrentBitmap, matched []chunk.Row, needCheckBuildColPos, needCheckProbeColPos []int, needCheckBuildTypes, needCheckProbeTypes []*types.FieldType) ([]chunk.Row, error) { var ( ok bool @@ -359,7 +360,7 @@ func (c *hashRowContainer) GetNullBucketRows(probeHCtx *hashContext, probeSideRo needCheckBuildColPos = needCheckBuildColPos[:0] needCheckBuildTypes = needCheckBuildTypes[:0] needCheckProbeTypes = needCheckProbeTypes[:0] - keyColLen := len(c.hCtx.naKeyColIdx) + keyColLen := len(c.hCtx.NaKeyColIdx) if probeKeyNullBits != nil { // when the probeKeyNullBits is not nil, it means the probe key has null values, where we should distinguish // whether is empty set or not. In other words, we should fetch at least a valid from the null bucket here. @@ -376,10 +377,10 @@ func (c *hashRowContainer) GetNullBucketRows(probeHCtx *hashContext, probeSideRo if probeKeyNullBits.UnsafeIsSet(i) || nullEntry.nullBitMap.UnsafeIsSet(i) { continue } - needCheckBuildColPos = append(needCheckBuildColPos, c.hCtx.naKeyColIdx[i]) - needCheckBuildTypes = append(needCheckBuildTypes, c.hCtx.allTypes[i]) - needCheckProbeColPos = append(needCheckProbeColPos, probeHCtx.naKeyColIdx[i]) - needCheckProbeTypes = append(needCheckProbeTypes, probeHCtx.allTypes[i]) + needCheckBuildColPos = append(needCheckBuildColPos, c.hCtx.NaKeyColIdx[i]) + needCheckBuildTypes = append(needCheckBuildTypes, c.hCtx.AllTypes[i]) + needCheckProbeColPos = append(needCheckProbeColPos, probeHCtx.NaKeyColIdx[i]) + needCheckProbeTypes = append(needCheckProbeTypes, probeHCtx.AllTypes[i]) } // check the idxs-th value of the join columns. ok, err = codec.EqualChunkRow(c.sc.TypeCtx(), mayMatchedRow, needCheckBuildTypes, needCheckBuildColPos, probeSideRow, needCheckProbeTypes, needCheckProbeColPos) @@ -399,10 +400,10 @@ func (c *hashRowContainer) GetNullBucketRows(probeHCtx *hashContext, probeSideRo if nullEntry.nullBitMap.UnsafeIsSet(i) { continue } - needCheckBuildColPos = append(needCheckBuildColPos, c.hCtx.naKeyColIdx[i]) - needCheckBuildTypes = append(needCheckBuildTypes, c.hCtx.allTypes[i]) - needCheckProbeColPos = append(needCheckProbeColPos, probeHCtx.naKeyColIdx[i]) - needCheckProbeTypes = append(needCheckProbeTypes, probeHCtx.allTypes[i]) + needCheckBuildColPos = append(needCheckBuildColPos, c.hCtx.NaKeyColIdx[i]) + needCheckBuildTypes = append(needCheckBuildTypes, c.hCtx.AllTypes[i]) + needCheckProbeColPos = append(needCheckProbeColPos, probeHCtx.NaKeyColIdx[i]) + needCheckProbeTypes = append(needCheckProbeTypes, probeHCtx.AllTypes[i]) } // check the idxs-th value of the join columns. ok, err = codec.EqualChunkRow(c.sc.TypeCtx(), mayMatchedRow, needCheckBuildTypes, needCheckBuildColPos, probeSideRow, needCheckProbeTypes, needCheckProbeColPos) @@ -420,20 +421,20 @@ func (c *hashRowContainer) GetNullBucketRows(probeHCtx *hashContext, probeSideRo } // matchJoinKey checks if join keys of buildRow and probeRow are logically equal. -func (c *hashRowContainer) matchJoinKey(buildRow, probeRow chunk.Row, probeHCtx *hashContext) (ok bool, err error) { - if len(c.hCtx.naKeyColIdx) > 0 { +func (c *hashRowContainer) matchJoinKey(buildRow, probeRow chunk.Row, probeHCtx *HashContext) (ok bool, err error) { + if len(c.hCtx.NaKeyColIdx) > 0 { return codec.EqualChunkRow(c.sc.TypeCtx(), - buildRow, c.hCtx.allTypes, c.hCtx.naKeyColIdx, - probeRow, probeHCtx.allTypes, probeHCtx.naKeyColIdx) + buildRow, c.hCtx.AllTypes, c.hCtx.NaKeyColIdx, + probeRow, probeHCtx.AllTypes, probeHCtx.NaKeyColIdx) } return codec.EqualChunkRow(c.sc.TypeCtx(), - buildRow, c.hCtx.allTypes, c.hCtx.keyColIdx, - probeRow, probeHCtx.allTypes, probeHCtx.keyColIdx) + buildRow, c.hCtx.AllTypes, c.hCtx.KeyColIdx, + probeRow, probeHCtx.AllTypes, probeHCtx.KeyColIdx) } -// alreadySpilledSafeForTest indicates that records have spilled out into disk. It's thread-safe. +// AlreadySpilledSafeForTest indicates that records have spilled out into disk. It's thread-safe. // nolint: unused -func (c *hashRowContainer) alreadySpilledSafeForTest() bool { +func (c *hashRowContainer) AlreadySpilledSafeForTest() bool { return c.rowContainer.AlreadySpilledSafeForTest() } @@ -446,7 +447,7 @@ func (c *hashRowContainer) PutChunk(chk *chunk.Chunk, ignoreNulls []bool) error // PutChunkSelected selectively puts a chunk into hashRowContainer and build hash map. It's not thread-safe. // key of hash table: hash value of key columns -// value of hash table: RowPtr of the corresponded row +// value of hash table: RowPtr of the corresponded Row func (c *hashRowContainer) PutChunkSelected(chk *chunk.Chunk, selected, ignoreNulls []bool) error { start := time.Now() defer func() { c.stat.buildTableElapse += time.Since(start) }() @@ -457,24 +458,24 @@ func (c *hashRowContainer) PutChunkSelected(chk *chunk.Chunk, selected, ignoreNu return err } numRows := chk.NumRows() - c.hCtx.initHash(numRows) + c.hCtx.InitHash(numRows) hCtx := c.hCtx // By now, the combination of 1 and 2 can't take a run at same time. // 1: write the row data of join key to hashVals. (normal EQ key should ignore the null values.) null-EQ for Except statement is an exception. - for keyIdx, colIdx := range c.hCtx.keyColIdx { + for keyIdx, colIdx := range c.hCtx.KeyColIdx { ignoreNull := len(ignoreNulls) > keyIdx && ignoreNulls[keyIdx] - err := codec.HashChunkSelected(c.sc.TypeCtx(), hCtx.hashVals, chk, hCtx.allTypes[keyIdx], colIdx, hCtx.buf, hCtx.hasNull, selected, ignoreNull) + err := codec.HashChunkSelected(c.sc.TypeCtx(), hCtx.HashVals, chk, hCtx.AllTypes[keyIdx], colIdx, hCtx.Buf, hCtx.HasNull, selected, ignoreNull) if err != nil { return errors.Trace(err) } } // 2: write the row data of NA join key to hashVals. (NA EQ key should collect all rows including null value as one bucket.) - isNAAJ := len(c.hCtx.naKeyColIdx) > 0 - hasNullMark := make([]bool, len(hCtx.hasNull)) - for keyIdx, colIdx := range c.hCtx.naKeyColIdx { + isNAAJ := len(c.hCtx.NaKeyColIdx) > 0 + hasNullMark := make([]bool, len(hCtx.HasNull)) + for keyIdx, colIdx := range c.hCtx.NaKeyColIdx { // NAAJ won't ignore any null values, but collect them as one hash bucket. - err := codec.HashChunkSelected(c.sc.TypeCtx(), hCtx.hashVals, chk, hCtx.allTypes[keyIdx], colIdx, hCtx.buf, hCtx.hasNull, selected, false) + err := codec.HashChunkSelected(c.sc.TypeCtx(), hCtx.HashVals, chk, hCtx.AllTypes[keyIdx], colIdx, hCtx.Buf, hCtx.HasNull, selected, false) if err != nil { return errors.Trace(err) } @@ -482,10 +483,10 @@ func (c *hashRowContainer) PutChunkSelected(chk *chunk.Chunk, selected, ignoreNu // after fetch one NA column, collect the null value to null bitmap for every row. (use hasNull flag to accelerate) // eg: if a NA Join cols is (a, b, c), for every build row here we maintained a 3-bit map to mark which column are null for them. for rowIdx := 0; rowIdx < numRows; rowIdx++ { - if hCtx.hasNull[rowIdx] { + if hCtx.HasNull[rowIdx] { hCtx.naColNullBitMap[rowIdx].UnsafeSet(keyIdx) - // clean and try fetch next NA join col. - hCtx.hasNull[rowIdx] = false + // clean and try fetch Next NA join col. + hCtx.HasNull[rowIdx] = false // just a mark variable for whether there is a null in at least one NA join column. hasNullMark[rowIdx] = true } @@ -503,15 +504,15 @@ func (c *hashRowContainer) PutChunkSelected(chk *chunk.Chunk, selected, ignoreNu c.hashNANullBucket.entries = append(c.hashNANullBucket.entries, &naEntry{rowPtr, c.hCtx.naColNullBitMap[i].Clone()}) } else { // insert the not-null rows to hash table. - key := c.hCtx.hashVals[i].Sum64() + key := c.hCtx.HashVals[i].Sum64() rowPtr := chunk.RowPtr{ChkIdx: chkIdx, RowIdx: uint32(i)} c.hashTable.Put(key, rowPtr) } } else { - if (selected != nil && !selected[i]) || c.hCtx.hasNull[i] { + if (selected != nil && !selected[i]) || c.hCtx.HasNull[i] { continue } - key := c.hCtx.hashVals[i].Sum64() + key := c.hCtx.HashVals[i].Sum64() rowPtr := chunk.RowPtr{ChkIdx: chkIdx, RowIdx: uint32(i)} c.hashTable.Put(key, rowPtr) } @@ -520,7 +521,7 @@ func (c *hashRowContainer) PutChunkSelected(chk *chunk.Chunk, selected, ignoreNu return nil } -// NumChunks returns the number of chunks in the rowContainer +// NumChunks returns the number of chunks in the RowContainer func (c *hashRowContainer) NumChunks() int { return c.rowContainer.NumChunks() } @@ -530,12 +531,12 @@ func (c *hashRowContainer) NumRowsOfChunk(chkID int) int { return c.rowContainer.NumRowsOfChunk(chkID) } -// GetChunk returns chkIdx th chunk of in memory records, only works if rowContainer is not spilled +// GetChunk returns chkIdx th chunk of in memory records, only works if RowContainer is not spilled func (c *hashRowContainer) GetChunk(chkIdx int) (*chunk.Chunk, error) { return c.rowContainer.GetChunk(chkIdx) } -// GetRow returns the row the ptr pointed to in the rowContainer +// GetRow returns the Row the Ptr pointed to in the RowContainer func (c *hashRowContainer) GetRow(ptr chunk.RowPtr) (chunk.Row, error) { return c.rowContainer.GetRow(ptr) } @@ -568,8 +569,8 @@ const ( ) type entry struct { - ptr chunk.RowPtr - next *entry + Ptr chunk.RowPtr + Next *entry } type naEntry struct { @@ -608,17 +609,18 @@ func (es *entryStore) GetStore() (e *entry, memDelta int64) { return } -type baseHashTable interface { +// BaseHashTable is the interface of the hash table used in hash join +type BaseHashTable interface { Put(hashKey uint64, rowPtr chunk.RowPtr) // e := Get(hashKey) - // for ; e != nil; e = e.next { - // rowPtr := e.ptr + // for ; e != nil; e = e.Next { + // rowPtr := e.Ptr // ... // } Get(hashKey uint64) *entry Len() uint64 - // GetAndCleanMemoryDelta gets and cleans the memDelta of the baseHashTable. Memory delta will be cleared after each fetch. - // It indicates the memory delta of the baseHashTable since the last calling GetAndCleanMemoryDelta(). + // GetAndCleanMemoryDelta gets and cleans the memDelta of the BaseHashTable. Memory delta will be cleared after each fetch. + // It indicates the memory delta of the BaseHashTable since the last calling GetAndCleanMemoryDelta(). GetAndCleanMemoryDelta() int64 Iter(func(uint64, *entry)) } @@ -649,8 +651,8 @@ func newUnsafeHashTable(estCount int) *unsafeHashTable { func (ht *unsafeHashTable) Put(hashKey uint64, rowPtr chunk.RowPtr) { oldEntry := ht.hashMap[hashKey] newEntry, memDelta := ht.entryStore.GetStore() - newEntry.ptr = rowPtr - newEntry.next = oldEntry + newEntry.Ptr = rowPtr + newEntry.Next = oldEntry ht.hashMap[hashKey] = newEntry if len(ht.hashMap) > (1< 0) require.True(t, rowContainer.GetMemTracker().BytesConsumed() > 0) // hashtable need memory - if rowContainer.alreadySpilledSafeForTest() { + if rowContainer.AlreadySpilledSafeForTest() { require.NotNil(t, rowContainer.GetDiskTracker()) require.True(t, rowContainer.GetDiskTracker().BytesConsumed() > 0) } probeChk, probeColType := initProbeChunk(2) probeRow := probeChk.GetRow(1) - probeCtx := &hashContext{ - allTypes: probeColType[1:3], - keyColIdx: []int{1, 2}, + probeCtx := &HashContext{ + AllTypes: probeColType[1:3], + KeyColIdx: []int{1, 2}, } - probeCtx.hasNull = make([]bool, 1) - probeCtx.hashVals = append(hCtx.hashVals, hashFunc()) - matched, _, err := rowContainer.GetMatchedRowsAndPtrs(hCtx.hashVals[1].Sum64(), probeRow, probeCtx, nil, nil, false) + probeCtx.HasNull = make([]bool, 1) + probeCtx.HashVals = append(hCtx.HashVals, hashFunc()) + matched, _, err := rowContainer.GetMatchedRowsAndPtrs(hCtx.HashVals[1].Sum64(), probeRow, probeCtx, nil, nil, false) require.NoError(t, err) require.Equal(t, 2, len(matched)) require.Equal(t, chk0.GetRow(1).GetDatumRow(colTypes), matched[0].GetDatumRow(colTypes)) @@ -166,7 +166,7 @@ func testHashRowContainer(t *testing.T, hashFunc func() hash.Hash64, spill bool) } func TestConcurrentMapHashTableMemoryUsage(t *testing.T) { - m := newConcurrentMapHashTable() + m := NewConcurrentMapHashTable() var iterations = 1024 * hack.LoadFactorNum / hack.LoadFactorDen // 6656 wg := &sync.WaitGroup{} wg.Add(2) diff --git a/pkg/executor/index_lookup_hash_join.go b/pkg/executor/join/index_lookup_hash_join.go similarity index 92% rename from pkg/executor/index_lookup_hash_join.go rename to pkg/executor/join/index_lookup_hash_join.go index 8dba9d3673215..b3151def67437 100644 --- a/pkg/executor/index_lookup_hash_join.go +++ b/pkg/executor/join/index_lookup_hash_join.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "context" @@ -42,7 +42,7 @@ import ( // It's used in 2 cases individually: // 1. IndexMergeJoin // 2. IndexNestedLoopHashJoin: -// It's used when IndexNestedLoopHashJoin.keepOuterOrder is true. +// It's used when IndexNestedLoopHashJoin.KeepOuterOrder is true. // Otherwise, there will be at most `concurrency` resource chunks throughout // the execution of IndexNestedLoopHashJoin. const numResChkHold = 4 @@ -66,10 +66,10 @@ type IndexNestedLoopHashJoin struct { joinChkResourceCh []chan *chunk.Chunk // We build individual joiner for each inner worker when using chunk-based // execution, to avoid the concurrency of joiner.chk and joiner.selected. - joiners []joiner - keepOuterOrder bool + Joiners []Joiner + KeepOuterOrder bool curTask *indexHashJoinTask - // taskCh is only used when `keepOuterOrder` is true. + // taskCh is only used when `KeepOuterOrder` is true. taskCh chan *indexHashJoinTask stats *indexLookUpJoinRuntimeStats @@ -90,7 +90,7 @@ type indexHashJoinOuterWorker struct { type indexHashJoinInnerWorker struct { innerWorker - joiner joiner + joiner Joiner joinChkResourceCh chan *chunk.Chunk // resultCh is valid only when indexNestedLoopHashJoin do not need to keep // order. Otherwise, it will be nil. @@ -111,7 +111,7 @@ type indexHashJoinResult struct { type indexHashJoinTask struct { *lookUpJoinTask outerRowStatus [][]outerRowStatusFlag - lookupMap baseHashTable + lookupMap BaseHashTable err error keepOuterOrder bool // resultCh is only used when the outer order needs to be promised. @@ -142,7 +142,7 @@ func (e *IndexNestedLoopHashJoin) Open(ctx context.Context) error { if e.RuntimeStats() != nil { e.stats = &indexLookUpJoinRuntimeStats{} } - e.finished.Store(false) + e.Finished.Store(false) return nil } @@ -154,21 +154,21 @@ func (e *IndexNestedLoopHashJoin) startWorkers(ctx context.Context) { workerCtx, cancelFunc := context.WithCancel(ctx) e.ctxWithCancel, e.cancelFunc = workerCtx, cancelFunc innerCh := make(chan *indexHashJoinTask, concurrency) - if e.keepOuterOrder { + if e.KeepOuterOrder { e.taskCh = make(chan *indexHashJoinTask, concurrency) - // When `keepOuterOrder` is true, each task holds their own `resultCh` + // When `KeepOuterOrder` is true, each task holds their own `resultCh` // individually, thus we do not need a global resultCh. e.resultCh = nil } else { e.resultCh = make(chan *indexHashJoinResult, concurrency) } e.joinChkResourceCh = make([]chan *chunk.Chunk, concurrency) - e.workerWg.Add(1) + e.WorkerWg.Add(1) ow := e.newOuterWorker(innerCh) go util.WithRecovery(func() { ow.run(e.ctxWithCancel) }, e.finishJoinWorkers) for i := 0; i < concurrency; i++ { - if !e.keepOuterOrder { + if !e.KeepOuterOrder { e.joinChkResourceCh[i] = make(chan *chunk.Chunk, 1) e.joinChkResourceCh[i] <- exec.NewFirstChunk(e) } else { @@ -179,7 +179,7 @@ func (e *IndexNestedLoopHashJoin) startWorkers(ctx context.Context) { } } - e.workerWg.Add(concurrency) + e.WorkerWg.Add(concurrency) for i := 0; i < concurrency; i++ { workerID := i go util.WithRecovery(func() { e.newInnerWorker(innerCh, workerID).run(e.ctxWithCancel, cancelFunc) }, e.finishJoinWorkers) @@ -189,12 +189,12 @@ func (e *IndexNestedLoopHashJoin) startWorkers(ctx context.Context) { func (e *IndexNestedLoopHashJoin) finishJoinWorkers(r any) { if r != nil { - e.IndexLookUpJoin.finished.Store(true) + e.IndexLookUpJoin.Finished.Store(true) err := fmt.Errorf("%v", r) if recoverdErr, ok := r.(error); ok { err = recoverdErr } - if !e.keepOuterOrder { + if !e.KeepOuterOrder { e.resultCh <- &indexHashJoinResult{err: err} } else { task := &indexHashJoinTask{err: err} @@ -205,11 +205,11 @@ func (e *IndexNestedLoopHashJoin) finishJoinWorkers(r any) { e.cancelFunc() } } - e.workerWg.Done() + e.WorkerWg.Done() } func (e *IndexNestedLoopHashJoin) wait4JoinWorkers() { - e.workerWg.Wait() + e.WorkerWg.Wait() if e.resultCh != nil { close(e.resultCh) } @@ -225,7 +225,7 @@ func (e *IndexNestedLoopHashJoin) Next(ctx context.Context, req *chunk.Chunk) er e.prepared = true } req.Reset() - if e.keepOuterOrder { + if e.KeepOuterOrder { return e.runInOrder(e.ctxWithCancel, req) } return e.runUnordered(e.ctxWithCancel, req) @@ -328,7 +328,7 @@ func (e *IndexNestedLoopHashJoin) Close() error { close(e.joinChkResourceCh[i]) } e.joinChkResourceCh = nil - e.finished.Store(false) + e.Finished.Store(false) e.prepared = false e.ctxWithCancel = nil return e.BaseExecutor.Close() @@ -414,7 +414,7 @@ func (*indexHashJoinOuterWorker) pushToChan(ctx context.Context, task *indexHash func (e *IndexNestedLoopHashJoin) newOuterWorker(innerCh chan *indexHashJoinTask) *indexHashJoinOuterWorker { ow := &indexHashJoinOuterWorker{ outerWorker: outerWorker{ - outerCtx: e.outerCtx, + OuterCtx: e.OuterCtx, ctx: e.Ctx(), executor: e.Children(0), batchSize: 32, @@ -423,16 +423,16 @@ func (e *IndexNestedLoopHashJoin) newOuterWorker(innerCh chan *indexHashJoinTask lookup: &e.IndexLookUpJoin, }, innerCh: innerCh, - keepOuterOrder: e.keepOuterOrder, + keepOuterOrder: e.KeepOuterOrder, taskCh: e.taskCh, } return ow } func (e *IndexNestedLoopHashJoin) newInnerWorker(taskCh chan *indexHashJoinTask, workerID int) *indexHashJoinInnerWorker { - // Since multiple inner workers run concurrently, we should copy join's indexRanges for every worker to avoid data race. - copiedRanges := make([]*ranger.Range, 0, len(e.indexRanges.Range())) - for _, ran := range e.indexRanges.Range() { + // Since multiple inner workers run concurrently, we should copy join's IndexRanges for every worker to avoid data race. + copiedRanges := make([]*ranger.Range, 0, len(e.IndexRanges.Range())) + for _, ran := range e.IndexRanges.Range() { copiedRanges = append(copiedRanges, ran.Clone()) } var innerStats *innerWorkerRuntimeStats @@ -441,18 +441,18 @@ func (e *IndexNestedLoopHashJoin) newInnerWorker(taskCh chan *indexHashJoinTask, } iw := &indexHashJoinInnerWorker{ innerWorker: innerWorker{ - innerCtx: e.innerCtx, - outerCtx: e.outerCtx, + InnerCtx: e.InnerCtx, + outerCtx: e.OuterCtx, ctx: e.Ctx(), - executorChk: e.AllocPool.Alloc(e.innerCtx.rowTypes, e.MaxChunkSize(), e.MaxChunkSize()), + executorChk: e.AllocPool.Alloc(e.InnerCtx.RowTypes, e.MaxChunkSize(), e.MaxChunkSize()), indexRanges: copiedRanges, - keyOff2IdxOff: e.keyOff2IdxOff, + keyOff2IdxOff: e.KeyOff2IdxOff, stats: innerStats, lookup: &e.IndexLookUpJoin, memTracker: memory.NewTracker(memory.LabelForIndexJoinInnerWorker, -1), }, taskCh: taskCh, - joiner: e.joiners[workerID], + joiner: e.Joiners[workerID], joinChkResourceCh: e.joinChkResourceCh[workerID], resultCh: e.resultCh, joinKeyBuf: make([]byte, 1), @@ -467,13 +467,13 @@ func (e *IndexNestedLoopHashJoin) newInnerWorker(taskCh chan *indexHashJoinTask, // whole active period of inner worker. e.Ctx().GetSessionVars().StmtCtx.MemTracker.Consume(2 * types.EstimatedMemUsage(copiedRanges[0].LowVal, len(copiedRanges))) } - if e.lastColHelper != nil { + if e.LastColHelper != nil { // nextCwf.TmpConstant needs to be reset for every individual // inner worker to avoid data race when the inner workers is running // concurrently. - nextCwf := *e.lastColHelper - nextCwf.TmpConstant = make([]*expression.Constant, len(e.lastColHelper.TmpConstant)) - for i := range e.lastColHelper.TmpConstant { + nextCwf := *e.LastColHelper + nextCwf.TmpConstant = make([]*expression.Constant, len(e.LastColHelper.TmpConstant)) + for i := range e.LastColHelper.TmpConstant { nextCwf.TmpConstant[i] = &expression.Constant{RetType: nextCwf.TargetCol.RetType} } iw.nextColCompareFilters = &nextCwf @@ -532,13 +532,13 @@ func (iw *indexHashJoinInnerWorker) run(ctx context.Context, cancelFunc context. failpoint.Inject("testIndexHashJoinInnerWorkerErr", func() { joinResult.err = errors.New("mockIndexHashJoinInnerWorkerErr") }) - // When task.keepOuterOrder is TRUE (resultCh != iw.resultCh): + // When task.KeepOuterOrder is TRUE (resultCh != iw.resultCh): // - the last joinResult will be handled when the task has been processed, // thus we DO NOT need to check it here again. // - we DO NOT check the error here neither, because: // - if the error is from task.err, the main thread will check the error of each task // - if the error is from handleTask, the error will be handled in handleTask - // We should not check `task != nil && !task.keepOuterOrder` here since it's + // We should not check `task != nil && !task.KeepOuterOrder` here since it's // possible that `join.chk.NumRows > 0` is true even if task == nil. if resultCh == iw.resultCh { if joinResult.err != nil { @@ -582,7 +582,7 @@ func (iw *indexHashJoinInnerWorker) buildHashTableForOuterResult(task *indexHash for chkIdx := 0; chkIdx < numChks; chkIdx++ { chk := task.outerResult.GetChunk(chkIdx) numRows := chk.NumRows() - if iw.lookup.finished.Load().(bool) { + if iw.lookup.Finished.Load().(bool) { return } OUTER: @@ -591,14 +591,14 @@ func (iw *indexHashJoinInnerWorker) buildHashTableForOuterResult(task *indexHash continue } row := chk.GetRow(rowIdx) - hashColIdx := iw.outerCtx.hashCols + hashColIdx := iw.outerCtx.HashCols for _, i := range hashColIdx { if row.IsNull(i) { continue OUTER } } h.Reset() - err := codec.HashChunkRow(iw.ctx.GetSessionVars().StmtCtx.TypeCtx(), h, row, iw.outerCtx.hashTypes, hashColIdx, buf) + err := codec.HashChunkRow(iw.ctx.GetSessionVars().StmtCtx.TypeCtx(), h, row, iw.outerCtx.HashTypes, hashColIdx, buf) failpoint.Inject("testIndexHashJoinBuildErr", func() { err = errors.New("mockIndexHashJoinBuildErr") }) @@ -623,7 +623,7 @@ func (iw *indexHashJoinInnerWorker) fetchInnerResults(ctx context.Context, task func (iw *indexHashJoinInnerWorker) handleHashJoinInnerWorkerPanic(resultCh chan *indexHashJoinResult, err error) { defer func() { iw.wg.Done() - iw.lookup.workerWg.Done() + iw.lookup.WorkerWg.Done() }() if err != nil { resultCh <- &indexHashJoinResult{err: err} @@ -659,7 +659,7 @@ func (iw *indexHashJoinInnerWorker) handleTask(ctx context.Context, task *indexH iw.wg = &sync.WaitGroup{} iw.wg.Add(1) - iw.lookup.workerWg.Add(1) + iw.lookup.WorkerWg.Add(1) // TODO(XuHuaiyu): we may always use the smaller side to build the hashtable. go util.WithRecovery( func() { @@ -707,7 +707,7 @@ func (iw *indexHashJoinInnerWorker) doJoinUnordered(ctx context.Context, task *i if val == outerRowMatched { continue } - iw.joiner.onMissMatch(val == outerRowHasNull, chk.GetRow(rowIdx), joinResult.chk) + iw.joiner.OnMissMatch(val == outerRowHasNull, chk.GetRow(rowIdx), joinResult.chk) if joinResult.chk.IsFull() { select { case resultCh <- joinResult: @@ -726,7 +726,7 @@ func (iw *indexHashJoinInnerWorker) doJoinUnordered(ctx context.Context, task *i func (iw *indexHashJoinInnerWorker) getMatchedOuterRows(innerRow chunk.Row, task *indexHashJoinTask, h hash.Hash64, buf []byte) (matchedRows []chunk.Row, matchedRowPtr []chunk.RowPtr, err error) { h.Reset() - err = codec.HashChunkRow(iw.ctx.GetSessionVars().StmtCtx.TypeCtx(), h, innerRow, iw.hashTypes, iw.hashCols, buf) + err = codec.HashChunkRow(iw.ctx.GetSessionVars().StmtCtx.TypeCtx(), h, innerRow, iw.HashTypes, iw.HashCols, buf) if err != nil { return nil, nil, err } @@ -736,10 +736,10 @@ func (iw *indexHashJoinInnerWorker) getMatchedOuterRows(innerRow chunk.Row, task } joinType := JoinerType(iw.joiner) isSemiJoin := joinType.IsSemiJoin() - for ; matchedOuterEntry != nil; matchedOuterEntry = matchedOuterEntry.next { - ptr := matchedOuterEntry.ptr + for ; matchedOuterEntry != nil; matchedOuterEntry = matchedOuterEntry.Next { + ptr := matchedOuterEntry.Ptr outerRow := task.outerResult.GetRow(ptr) - ok, err := codec.EqualChunkRow(iw.ctx.GetSessionVars().StmtCtx.TypeCtx(), innerRow, iw.hashTypes, iw.hashCols, outerRow, iw.outerCtx.hashTypes, iw.outerCtx.hashCols) + ok, err := codec.EqualChunkRow(iw.ctx.GetSessionVars().StmtCtx.TypeCtx(), innerRow, iw.HashTypes, iw.HashCols, outerRow, iw.outerCtx.HashTypes, iw.outerCtx.HashCols) if err != nil { return nil, nil, err } @@ -767,7 +767,7 @@ func (iw *indexHashJoinInnerWorker) joinMatchedInnerRow2Chunk(ctx context.Contex iw.rowIter.Reset(matchedOuterRows) iter := iw.rowIter for iw.rowIter.Begin(); iter.Current() != iter.End(); { - iw.outerRowStatus, err = iw.joiner.tryToMatchOuters(iter, innerRow, joinResult.chk, iw.outerRowStatus) + iw.outerRowStatus, err = iw.joiner.TryToMatchOuters(iter, innerRow, joinResult.chk, iw.outerRowStatus) if err != nil { joinResult.err = err return false, joinResult @@ -810,8 +810,8 @@ func (iw *indexHashJoinInnerWorker) collectMatchedInnerPtrs4OuterRows(innerRow c // 1. collect all the matched inner row ptrs for every outer row // 2. do the join work // 2.1 collect all the matched inner rows using the collected ptrs for every outer row -// 2.2 call tryToMatchInners for every outer row -// 2.3 call onMissMatch when no inner rows are matched +// 2.2 call TryToMatchInners for every outer row +// 2.3 call OnMissMatch when no inner rows are matched func (iw *indexHashJoinInnerWorker) doJoinInOrder(ctx context.Context, task *indexHashJoinTask, joinResult *indexHashJoinResult, h hash.Hash64, resultCh chan *indexHashJoinResult) (err error) { defer func() { if err == nil && joinResult.chk != nil { @@ -852,7 +852,7 @@ func (iw *indexHashJoinInnerWorker) doJoinInOrder(ctx context.Context, task *ind iw.rowIter.Reset(matchedInnerRows) iter := iw.rowIter for iter.Begin(); iter.Current() != iter.End(); { - matched, isNull, err := iw.joiner.tryToMatchInners(outerRow, iter, joinResult.chk) + matched, isNull, err := iw.joiner.TryToMatchInners(outerRow, iter, joinResult.chk) if err != nil { return err } @@ -870,7 +870,7 @@ func (iw *indexHashJoinInnerWorker) doJoinInOrder(ctx context.Context, task *ind } } if !hasMatched { - iw.joiner.onMissMatch(hasNull, outerRow, joinResult.chk) + iw.joiner.OnMissMatch(hasNull, outerRow, joinResult.chk) } } } diff --git a/pkg/executor/index_lookup_join.go b/pkg/executor/join/index_lookup_join.go similarity index 83% rename from pkg/executor/index_lookup_join.go rename to pkg/executor/join/index_lookup_join.go index 0827a9a9742bf..e289ae7ab44b3 100644 --- a/pkg/executor/index_lookup_join.go +++ b/pkg/executor/join/index_lookup_join.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "bytes" @@ -61,53 +61,62 @@ type IndexLookUpJoin struct { resultCh <-chan *lookUpJoinTask cancelFunc context.CancelFunc - workerWg *sync.WaitGroup + WorkerWg *sync.WaitGroup - outerCtx outerCtx - innerCtx innerCtx + OuterCtx OuterCtx + InnerCtx InnerCtx task *lookUpJoinTask - joinResult *chunk.Chunk + JoinResult *chunk.Chunk innerIter *chunk.Iterator4Slice - joiner joiner - isOuterJoin bool + Joiner Joiner + IsOuterJoin bool requiredRows int64 - indexRanges ranger.MutableRanges - keyOff2IdxOff []int + IndexRanges ranger.MutableRanges + KeyOff2IdxOff []int innerPtrBytes [][]byte - // lastColHelper store the information for last col if there's complicated filter like col > x_col and col < x_col + 100. - lastColHelper *plannercore.ColWithCmpFuncManager + // LastColHelper store the information for last col if there's complicated filter like col > x_col and col < x_col + 100. + LastColHelper *plannercore.ColWithCmpFuncManager memTracker *memory.Tracker // track memory usage. stats *indexLookUpJoinRuntimeStats - finished *atomic.Value + Finished *atomic.Value prepared bool } -type outerCtx struct { - rowTypes []*types.FieldType - keyCols []int - hashTypes []*types.FieldType - hashCols []int - filter expression.CNFExprs +// OuterCtx is the outer ctx used in index lookup join +type OuterCtx struct { + RowTypes []*types.FieldType + KeyCols []int + HashTypes []*types.FieldType + HashCols []int + Filter expression.CNFExprs +} + +// IndexJoinExecutorBuilder is the interface used by index lookup join to build the executor, this interface +// is added to avoid cycle import +type IndexJoinExecutorBuilder interface { + BuildExecutorForIndexJoin(ctx context.Context, lookUpContents []*IndexJoinLookUpContent, + indexRanges []*ranger.Range, keyOff2IdxOff []int, cwc *plannercore.ColWithCmpFuncManager, canReorderHandles bool, memTracker *memory.Tracker, interruptSignal *atomic.Value) (exec.Executor, error) } -type innerCtx struct { - readerBuilder *dataReaderBuilder - rowTypes []*types.FieldType - keyCols []int - keyColIDs []int64 // the original ID in its table, used by dynamic partition pruning - keyCollators []collate.Collator - hashTypes []*types.FieldType - hashCols []int - hashCollators []collate.Collator - colLens []int - hasPrefixCol bool +// InnerCtx is the inner side ctx used in index lookup join +type InnerCtx struct { + ReaderBuilder IndexJoinExecutorBuilder + RowTypes []*types.FieldType + KeyCols []int + KeyColIDs []int64 // the original ID in its table, used by dynamic partition pruning + KeyCollators []collate.Collator + HashTypes []*types.FieldType + HashCols []int + HashCollators []collate.Collator + ColLens []int + HasPrefixCol bool } type lookUpJoinTask struct { @@ -128,7 +137,7 @@ type lookUpJoinTask struct { } type outerWorker struct { - outerCtx + OuterCtx lookup *IndexLookUpJoin @@ -145,10 +154,10 @@ type outerWorker struct { } type innerWorker struct { - innerCtx + InnerCtx taskCh <-chan *lookUpJoinTask - outerCtx outerCtx + outerCtx OuterCtx ctx sessionctx.Context executorChk *chunk.Chunk lookup *IndexLookUpJoin @@ -169,7 +178,7 @@ func (e *IndexLookUpJoin) Open(ctx context.Context) error { e.memTracker = memory.NewTracker(e.ID(), -1) e.memTracker.AttachTo(e.Ctx().GetSessionVars().StmtCtx.MemTracker) e.innerPtrBytes = make([][]byte, 0, 8) - e.finished.Store(false) + e.Finished.Store(false) if e.RuntimeStats() != nil { e.stats = &indexLookUpJoinRuntimeStats{} } @@ -187,18 +196,18 @@ func (e *IndexLookUpJoin) startWorkers(ctx context.Context) { workerCtx, cancelFunc := context.WithCancel(ctx) e.cancelFunc = cancelFunc innerCh := make(chan *lookUpJoinTask, concurrency) - e.workerWg.Add(1) - go e.newOuterWorker(resultCh, innerCh).run(workerCtx, e.workerWg) + e.WorkerWg.Add(1) + go e.newOuterWorker(resultCh, innerCh).run(workerCtx, e.WorkerWg) for i := 0; i < concurrency; i++ { innerWorker := e.newInnerWorker(innerCh) - e.workerWg.Add(1) - go innerWorker.run(workerCtx, e.workerWg) + e.WorkerWg.Add(1) + go innerWorker.run(workerCtx, e.WorkerWg) } } func (e *IndexLookUpJoin) newOuterWorker(resultCh, innerCh chan *lookUpJoinTask) *outerWorker { ow := &outerWorker{ - outerCtx: e.outerCtx, + OuterCtx: e.OuterCtx, ctx: e.Ctx(), executor: e.Children(0), resultCh: resultCh, @@ -212,9 +221,9 @@ func (e *IndexLookUpJoin) newOuterWorker(resultCh, innerCh chan *lookUpJoinTask) } func (e *IndexLookUpJoin) newInnerWorker(taskCh chan *lookUpJoinTask) *innerWorker { - // Since multiple inner workers run concurrently, we should copy join's indexRanges for every worker to avoid data race. - copiedRanges := make([]*ranger.Range, 0, len(e.indexRanges.Range())) - for _, ran := range e.indexRanges.Range() { + // Since multiple inner workers run concurrently, we should copy join's IndexRanges for every worker to avoid data race. + copiedRanges := make([]*ranger.Range, 0, len(e.IndexRanges.Range())) + for _, ran := range e.IndexRanges.Range() { copiedRanges = append(copiedRanges, ran.Clone()) } @@ -223,13 +232,13 @@ func (e *IndexLookUpJoin) newInnerWorker(taskCh chan *lookUpJoinTask) *innerWork innerStats = &e.stats.innerWorker } iw := &innerWorker{ - innerCtx: e.innerCtx, - outerCtx: e.outerCtx, + InnerCtx: e.InnerCtx, + outerCtx: e.OuterCtx, taskCh: taskCh, ctx: e.Ctx(), - executorChk: e.AllocPool.Alloc(e.innerCtx.rowTypes, e.MaxChunkSize(), e.MaxChunkSize()), + executorChk: e.AllocPool.Alloc(e.InnerCtx.RowTypes, e.MaxChunkSize(), e.MaxChunkSize()), indexRanges: copiedRanges, - keyOff2IdxOff: e.keyOff2IdxOff, + keyOff2IdxOff: e.KeyOff2IdxOff, stats: innerStats, lookup: e, memTracker: memory.NewTracker(memory.LabelForIndexJoinInnerWorker, -1), @@ -247,13 +256,13 @@ func (e *IndexLookUpJoin) newInnerWorker(taskCh chan *lookUpJoinTask) *innerWork // whole active period of inner worker. e.Ctx().GetSessionVars().StmtCtx.MemTracker.Consume(2 * types.EstimatedMemUsage(copiedRanges[0].LowVal, len(copiedRanges))) } - if e.lastColHelper != nil { + if e.LastColHelper != nil { // nextCwf.TmpConstant needs to be reset for every individual // inner worker to avoid data race when the inner workers is running // concurrently. - nextCwf := *e.lastColHelper - nextCwf.TmpConstant = make([]*expression.Constant, len(e.lastColHelper.TmpConstant)) - for i := range e.lastColHelper.TmpConstant { + nextCwf := *e.LastColHelper + nextCwf.TmpConstant = make([]*expression.Constant, len(e.LastColHelper.TmpConstant)) + for i := range e.LastColHelper.TmpConstant { nextCwf.TmpConstant[i] = &expression.Constant{RetType: nextCwf.TargetCol.RetType} } iw.nextColCompareFilters = &nextCwf @@ -267,11 +276,11 @@ func (e *IndexLookUpJoin) Next(ctx context.Context, req *chunk.Chunk) error { e.startWorkers(ctx) e.prepared = true } - if e.isOuterJoin { + if e.IsOuterJoin { atomic.StoreInt64(&e.requiredRows, int64(req.RequiredRows())) } req.Reset() - e.joinResult.Reset() + e.JoinResult.Reset() for { task, err := e.getFinishedTask(ctx) if err != nil { @@ -292,7 +301,7 @@ func (e *IndexLookUpJoin) Next(ctx context.Context, req *chunk.Chunk) error { outerRow := task.outerResult.GetRow(task.cursor) if e.innerIter.Current() != e.innerIter.End() { - matched, isNull, err := e.joiner.tryToMatchInners(outerRow, e.innerIter, req) + matched, isNull, err := e.Joiner.TryToMatchInners(outerRow, e.innerIter, req) if err != nil { return err } @@ -301,7 +310,7 @@ func (e *IndexLookUpJoin) Next(ctx context.Context, req *chunk.Chunk) error { } if e.innerIter.Current() == e.innerIter.End() { if !task.hasMatch { - e.joiner.onMissMatch(task.hasNull, outerRow, req) + e.Joiner.OnMissMatch(task.hasNull, outerRow, req) } task.cursor.RowIdx++ if int(task.cursor.RowIdx) == task.outerResult.GetChunk(int(task.cursor.ChkIdx)).NumRows() { @@ -368,7 +377,7 @@ func (ow *outerWorker) run(ctx context.Context, wg *sync.WaitGroup) { defer trace.StartRegion(ctx, "IndexLookupJoinOuterWorker").End() defer func() { if r := recover(); r != nil { - ow.lookup.finished.Store(true) + ow.lookup.Finished.Store(true) logutil.Logger(ctx).Error("outerWorker panicked", zap.Any("recover", r), zap.Stack("stack")) task := &lookUpJoinTask{doneCh: make(chan error, 1)} err := util.GetRecoverError(r) @@ -411,7 +420,12 @@ func (*outerWorker) pushToChan(ctx context.Context, task *lookUpJoinTask, dst ch return false } -// buildTask builds a lookUpJoinTask and read outer rows. +// newList creates a new List to buffer current executor's result. +func newList(e exec.Executor) *chunk.List { + return chunk.NewList(e.RetFieldTypes(), e.InitCap(), e.MaxChunkSize()) +} + +// buildTask builds a lookUpJoinTask and read Outer rows. // When err is not nil, task must not be nil to send the error to the main thread via task. func (ow *outerWorker) buildTask(ctx context.Context) (*lookUpJoinTask, error) { task := &lookUpJoinTask{ @@ -426,7 +440,7 @@ func (ow *outerWorker) buildTask(ctx context.Context) (*lookUpJoinTask, error) { ow.increaseBatchSize() requiredRows := ow.batchSize - if ow.lookup.isOuterJoin { + if ow.lookup.IsOuterJoin { // If it is outerJoin, push the requiredRows down. // Note: buildTask is triggered when `Open` is called, but // ow.lookup.requiredRows is set when `Next` is called. Thus we check @@ -437,7 +451,7 @@ func (ow *outerWorker) buildTask(ctx context.Context) (*lookUpJoinTask, error) { } maxChunkSize := ow.ctx.GetSessionVars().MaxChunkSize for requiredRows > task.outerResult.Len() { - chk := ow.executor.NewChunkWithCapacity(ow.outerCtx.rowTypes, maxChunkSize, maxChunkSize) + chk := ow.executor.NewChunkWithCapacity(ow.OuterCtx.RowTypes, maxChunkSize, maxChunkSize) chk = chk.SetRequiredRows(requiredRows, maxChunkSize) err := exec.Next(ctx, ow.executor, chk) if err != nil { @@ -453,7 +467,7 @@ func (ow *outerWorker) buildTask(ctx context.Context) (*lookUpJoinTask, error) { return nil, nil } numChks := task.outerResult.NumChunks() - if ow.filter != nil { + if ow.Filter != nil { task.outerMatch = make([][]bool, task.outerResult.NumChunks()) var err error exprCtx := ow.ctx.GetExprCtx() @@ -461,7 +475,7 @@ func (ow *outerWorker) buildTask(ctx context.Context) (*lookUpJoinTask, error) { chk := task.outerResult.GetChunk(i) outerMatch := make([]bool, 0, chk.NumRows()) task.memTracker.Consume(int64(cap(outerMatch))) - task.outerMatch[i], err = expression.VectorizedFilter(exprCtx.GetEvalCtx(), ow.ctx.GetSessionVars().EnableVectorizedExpression, ow.filter, chunk.NewIterator4Chunk(chk), outerMatch) + task.outerMatch[i], err = expression.VectorizedFilter(exprCtx.GetEvalCtx(), ow.ctx.GetSessionVars().EnableVectorizedExpression, ow.Filter, chunk.NewIterator4Chunk(chk), outerMatch) if err != nil { return task, err } @@ -492,7 +506,7 @@ func (iw *innerWorker) run(ctx context.Context, wg *sync.WaitGroup) { var task *lookUpJoinTask defer func() { if r := recover(); r != nil { - iw.lookup.finished.Store(true) + iw.lookup.Finished.Store(true) logutil.Logger(ctx).Error("innerWorker panicked", zap.Any("recover", r), zap.Stack("stack")) err := util.GetRecoverError(r) // "task != nil" is guaranteed when panic happened. @@ -516,11 +530,12 @@ func (iw *innerWorker) run(ctx context.Context, wg *sync.WaitGroup) { } } -type indexJoinLookUpContent struct { - keys []types.Datum - row chunk.Row +// IndexJoinLookUpContent is the content used in index lookup join +type IndexJoinLookUpContent struct { + Keys []types.Datum + Row chunk.Row keyCols []int - keyColIDs []int64 // the original ID in its table, used by dynamic partition pruning + KeyColIDs []int64 // the original ID in its table, used by dynamic partition pruning } func (iw *innerWorker) handleTask(ctx context.Context, task *lookUpJoinTask) error { @@ -548,7 +563,7 @@ func (iw *innerWorker) handleTask(ctx context.Context, task *lookUpJoinTask) err return nil } -func (iw *innerWorker) constructLookupContent(task *lookUpJoinTask) ([]*indexJoinLookUpContent, error) { +func (iw *innerWorker) constructLookupContent(task *lookUpJoinTask) ([]*IndexJoinLookUpContent, error) { if iw.stats != nil { start := time.Now() defer func() { @@ -556,7 +571,7 @@ func (iw *innerWorker) constructLookupContent(task *lookUpJoinTask) ([]*indexJoi atomic.AddInt64(&iw.stats.construct, int64(time.Since(start))) }() } - lookUpContents := make([]*indexJoinLookUpContent, 0, task.outerResult.Len()) + lookUpContents := make([]*IndexJoinLookUpContent, 0, task.outerResult.Len()) keyBuf := make([]byte, 0, 64) for chkIdx := 0; chkIdx < task.outerResult.NumChunks(); chkIdx++ { chk := task.outerResult.GetChunk(chkIdx) @@ -576,7 +591,7 @@ func (iw *innerWorker) constructLookupContent(task *lookUpJoinTask) ([]*indexJoi iw.memTracker.Consume(types.EstimatedMemUsage(dLookUpKey, numRows)) } if dHashKey == nil { - // Append null to make lookUpKeys the same length as outer Result. + // Append null to make lookUpKeys the same length as Outer Result. task.encodedLookUpKeys[chkIdx].AppendNull(0) continue } @@ -593,18 +608,18 @@ func (iw *innerWorker) constructLookupContent(task *lookUpJoinTask) ([]*indexJoi } // Store the encoded lookup key in chunk, so we can use it to lookup the matched inners directly. task.encodedLookUpKeys[chkIdx].AppendBytes(0, keyBuf) - if iw.hasPrefixCol { + if iw.HasPrefixCol { for i, outerOffset := range iw.keyOff2IdxOff { // If it's a prefix column. Try to fix it. - joinKeyColPrefixLen := iw.colLens[outerOffset] + joinKeyColPrefixLen := iw.ColLens[outerOffset] if joinKeyColPrefixLen != types.UnspecifiedLength { - ranger.CutDatumByPrefixLen(&dLookUpKey[i], joinKeyColPrefixLen, iw.rowTypes[iw.keyCols[i]]) + ranger.CutDatumByPrefixLen(&dLookUpKey[i], joinKeyColPrefixLen, iw.RowTypes[iw.KeyCols[i]]) } } // dLookUpKey is sorted and deduplicated at sortAndDedupLookUpContents. // So we don't need to do it here. } - lookUpContents = append(lookUpContents, &indexJoinLookUpContent{keys: dLookUpKey, row: chk.GetRow(rowIdx), keyCols: iw.keyCols, keyColIDs: iw.keyColIDs}) + lookUpContents = append(lookUpContents, &IndexJoinLookUpContent{Keys: dLookUpKey, Row: chk.GetRow(rowIdx), keyCols: iw.KeyCols, KeyColIDs: iw.KeyColIDs}) } } @@ -621,18 +636,18 @@ func (iw *innerWorker) constructDatumLookupKey(task *lookUpJoinTask, chkIdx, row } outerRow := task.outerResult.GetChunk(chkIdx).GetRow(rowIdx) sc := iw.ctx.GetSessionVars().StmtCtx - keyLen := len(iw.keyCols) + keyLen := len(iw.KeyCols) dLookupKey := make([]types.Datum, 0, keyLen) - dHashKey := make([]types.Datum, 0, len(iw.hashCols)) - for i, hashCol := range iw.outerCtx.hashCols { - outerValue := outerRow.GetDatum(hashCol, iw.outerCtx.rowTypes[hashCol]) + dHashKey := make([]types.Datum, 0, len(iw.HashCols)) + for i, hashCol := range iw.outerCtx.HashCols { + outerValue := outerRow.GetDatum(hashCol, iw.outerCtx.RowTypes[hashCol]) // Join-on-condition can be promised to be equal-condition in - // IndexNestedLoopJoin, thus the filter will always be false if + // IndexNestedLoopJoin, thus the Filter will always be false if // outerValue is null, and we don't need to lookup it. if outerValue.IsNull() { return nil, nil, nil } - innerColType := iw.rowTypes[iw.hashCols[i]] + innerColType := iw.RowTypes[iw.HashCols[i]] innerValue, err := outerValue.ConvertTo(sc.TypeCtx(), innerColType) if err != nil && !(terror.ErrorEqual(err, types.ErrTruncated) && (innerColType.GetType() == mysql.TypeSet || innerColType.GetType() == mysql.TypeEnum)) { // If the converted outerValue overflows or invalid to innerValue, we don't need to lookup it. @@ -641,7 +656,7 @@ func (iw *innerWorker) constructDatumLookupKey(task *lookUpJoinTask, chkIdx, row } return nil, nil, err } - cmp, err := outerValue.Compare(sc.TypeCtx(), &innerValue, iw.hashCollators[i]) + cmp, err := outerValue.Compare(sc.TypeCtx(), &innerValue, iw.HashCollators[i]) if err != nil { return nil, nil, err } @@ -657,22 +672,22 @@ func (iw *innerWorker) constructDatumLookupKey(task *lookUpJoinTask, chkIdx, row return dLookupKey, dHashKey, nil } -func (iw *innerWorker) sortAndDedupLookUpContents(lookUpContents []*indexJoinLookUpContent) []*indexJoinLookUpContent { +func (iw *innerWorker) sortAndDedupLookUpContents(lookUpContents []*IndexJoinLookUpContent) []*IndexJoinLookUpContent { if len(lookUpContents) < 2 { return lookUpContents } sc := iw.ctx.GetSessionVars().StmtCtx - slices.SortFunc(lookUpContents, func(i, j *indexJoinLookUpContent) int { - cmp := compareRow(sc, i.keys, j.keys, iw.keyCollators) + slices.SortFunc(lookUpContents, func(i, j *IndexJoinLookUpContent) int { + cmp := compareRow(sc, i.Keys, j.Keys, iw.KeyCollators) if cmp != 0 || iw.nextColCompareFilters == nil { return cmp } - return iw.nextColCompareFilters.CompareRow(i.row, j.row) + return iw.nextColCompareFilters.CompareRow(i.Row, j.Row) }) deDupedLookupKeys := lookUpContents[:1] for i := 1; i < len(lookUpContents); i++ { - cmp := compareRow(sc, lookUpContents[i].keys, lookUpContents[i-1].keys, iw.keyCollators) - if cmp != 0 || (iw.nextColCompareFilters != nil && iw.nextColCompareFilters.CompareRow(lookUpContents[i].row, lookUpContents[i-1].row) != 0) { + cmp := compareRow(sc, lookUpContents[i].Keys, lookUpContents[i-1].Keys, iw.KeyCollators) + if cmp != 0 || (iw.nextColCompareFilters != nil && iw.nextColCompareFilters.CompareRow(lookUpContents[i].Row, lookUpContents[i-1].Row) != 0) { deDupedLookupKeys = append(deDupedLookupKeys, lookUpContents[i]) } } @@ -693,14 +708,14 @@ func compareRow(sc *stmtctx.StatementContext, left, right []types.Datum, ctors [ return 0 } -func (iw *innerWorker) fetchInnerResults(ctx context.Context, task *lookUpJoinTask, lookUpContent []*indexJoinLookUpContent) error { +func (iw *innerWorker) fetchInnerResults(ctx context.Context, task *lookUpJoinTask, lookUpContent []*IndexJoinLookUpContent) error { if iw.stats != nil { start := time.Now() defer func() { atomic.AddInt64(&iw.stats.fetch, int64(time.Since(start))) }() } - innerExec, err := iw.readerBuilder.buildExecutorForIndexJoin(ctx, lookUpContent, iw.indexRanges, iw.keyOff2IdxOff, iw.nextColCompareFilters, true, iw.memTracker, iw.lookup.finished) + innerExec, err := iw.ReaderBuilder.BuildExecutorForIndexJoin(ctx, lookUpContent, iw.indexRanges, iw.keyOff2IdxOff, iw.nextColCompareFilters, true, iw.memTracker, iw.lookup.Finished) if innerExec != nil { defer func() { terror.Log(exec.Close(innerExec)) }() } @@ -750,8 +765,8 @@ func (iw *innerWorker) buildLookUpMap(task *lookUpJoinTask) error { } keyBuf = keyBuf[:0] - for _, keyCol := range iw.hashCols { - d := innerRow.GetDatum(keyCol, iw.rowTypes[keyCol]) + for _, keyCol := range iw.HashCols { + d := innerRow.GetDatum(keyCol, iw.RowTypes[keyCol]) var err error keyBuf, err = codec.EncodeKey(iw.ctx.GetSessionVars().StmtCtx.TimeZone(), keyBuf, d) err = iw.ctx.GetSessionVars().StmtCtx.HandleError(err) @@ -768,7 +783,7 @@ func (iw *innerWorker) buildLookUpMap(task *lookUpJoinTask) error { } func (iw *innerWorker) hasNullInJoinKey(row chunk.Row) bool { - for _, ordinal := range iw.hashCols { + for _, ordinal := range iw.HashCols { if row.IsNull(ordinal) { return true } @@ -784,10 +799,10 @@ func (e *IndexLookUpJoin) Close() error { if e.cancelFunc != nil { e.cancelFunc() } - e.workerWg.Wait() + e.WorkerWg.Wait() e.memTracker = nil e.task = nil - e.finished.Store(false) + e.Finished.Store(false) e.prepared = false return e.BaseExecutor.Close() } diff --git a/pkg/executor/index_lookup_join_test.go b/pkg/executor/join/index_lookup_join_test.go similarity index 97% rename from pkg/executor/index_lookup_join_test.go rename to pkg/executor/join/index_lookup_join_test.go index 4715fa0eb23e0..ac7c5a44b5830 100644 --- a/pkg/executor/index_lookup_join_test.go +++ b/pkg/executor/join/index_lookup_join_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor_test +package join_test import ( "context" @@ -128,8 +128,8 @@ func TestIssue45716(t *testing.T) { tk.MustExec("insert into t1 values (1), (2);") tk.MustExec("insert into t2 values (1),(1),(2),(2);") - failpoint.Enable("github.com/pingcap/tidb/pkg/executor/inlNewInnerPanic", `return(true)`) - defer failpoint.Disable("github.com/pingcap/tidb/pkg/executor/inlNewInnerPanic") + failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/inlNewInnerPanic", `return(true)`) + defer failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/inlNewInnerPanic") err := tk.QueryToErr("select /*+ inl_join(t2) */ * from t1 join t2 on t1.a = t2.a;") tk.MustContainErrMsg(err.Error(), "test inlNewInnerPanic") } diff --git a/pkg/executor/index_lookup_merge_join.go b/pkg/executor/join/index_lookup_merge_join.go similarity index 83% rename from pkg/executor/index_lookup_merge_join.go rename to pkg/executor/join/index_lookup_merge_join.go index 99fffebb4daec..a1b19c8c41283 100644 --- a/pkg/executor/index_lookup_merge_join.go +++ b/pkg/executor/join/index_lookup_merge_join.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "context" @@ -53,48 +53,50 @@ type IndexLookUpMergeJoin struct { resultCh <-chan *lookUpMergeJoinTask cancelFunc context.CancelFunc - workerWg *sync.WaitGroup + WorkerWg *sync.WaitGroup - outerMergeCtx outerMergeCtx - innerMergeCtx innerMergeCtx + OuterMergeCtx OuterMergeCtx + InnerMergeCtx InnerMergeCtx - joiners []joiner + Joiners []Joiner joinChkResourceCh []chan *chunk.Chunk - isOuterJoin bool + IsOuterJoin bool requiredRows int64 task *lookUpMergeJoinTask - indexRanges ranger.MutableRanges - keyOff2IdxOff []int + IndexRanges ranger.MutableRanges + KeyOff2IdxOff []int - // lastColHelper store the information for last col if there's complicated filter like col > x_col and col < x_col + 100. - lastColHelper *plannercore.ColWithCmpFuncManager + // LastColHelper store the information for last col if there's complicated filter like col > x_col and col < x_col + 100. + LastColHelper *plannercore.ColWithCmpFuncManager memTracker *memory.Tracker // track memory usage prepared bool } -type outerMergeCtx struct { - rowTypes []*types.FieldType - joinKeys []*expression.Column - keyCols []int - filter expression.CNFExprs - needOuterSort bool - compareFuncs []expression.CompareFunc +// OuterMergeCtx is the outer side ctx of merge join +type OuterMergeCtx struct { + RowTypes []*types.FieldType + JoinKeys []*expression.Column + KeyCols []int + Filter expression.CNFExprs + NeedOuterSort bool + CompareFuncs []expression.CompareFunc } -type innerMergeCtx struct { - readerBuilder *dataReaderBuilder - rowTypes []*types.FieldType - joinKeys []*expression.Column - keyCols []int - keyCollators []collate.Collator - compareFuncs []expression.CompareFunc - colLens []int - desc bool - keyOff2KeyOffOrderByIdx []int +// InnerMergeCtx is the inner side ctx of merge join +type InnerMergeCtx struct { + ReaderBuilder IndexJoinExecutorBuilder + RowTypes []*types.FieldType + JoinKeys []*expression.Column + KeyCols []int + KeyCollators []collate.Collator + CompareFuncs []expression.CompareFunc + ColLens []int + Desc bool + KeyOff2KeyOffOrderByIdx []int } type lookUpMergeJoinTask struct { @@ -115,7 +117,7 @@ type lookUpMergeJoinTask struct { } type outerMergeWorker struct { - outerMergeCtx + OuterMergeCtx lookup *IndexLookUpMergeJoin @@ -134,14 +136,14 @@ type outerMergeWorker struct { } type innerMergeWorker struct { - innerMergeCtx + InnerMergeCtx taskCh <-chan *lookUpMergeJoinTask joinChkResourceCh chan *chunk.Chunk - outerMergeCtx outerMergeCtx + outerMergeCtx OuterMergeCtx ctx sessionctx.Context innerExec exec.Executor - joiner joiner + joiner Joiner retFieldTypes []*types.FieldType maxChunkSize int @@ -188,17 +190,17 @@ func (e *IndexLookUpMergeJoin) startWorkers(ctx context.Context) { workerCtx, cancelFunc := context.WithCancel(ctx) e.cancelFunc = cancelFunc innerCh := make(chan *lookUpMergeJoinTask, concurrency) - e.workerWg.Add(1) - go e.newOuterWorker(resultCh, innerCh).run(workerCtx, e.workerWg, e.cancelFunc) - e.workerWg.Add(concurrency) + e.WorkerWg.Add(1) + go e.newOuterWorker(resultCh, innerCh).run(workerCtx, e.WorkerWg, e.cancelFunc) + e.WorkerWg.Add(concurrency) for i := 0; i < concurrency; i++ { - go e.newInnerMergeWorker(innerCh, i).run(workerCtx, e.workerWg, e.cancelFunc) + go e.newInnerMergeWorker(innerCh, i).run(workerCtx, e.WorkerWg, e.cancelFunc) } } func (e *IndexLookUpMergeJoin) newOuterWorker(resultCh, innerCh chan *lookUpMergeJoinTask) *outerMergeWorker { omw := &outerMergeWorker{ - outerMergeCtx: e.outerMergeCtx, + OuterMergeCtx: e.OuterMergeCtx, ctx: e.Ctx(), lookup: e, executor: e.Children(0), @@ -207,7 +209,7 @@ func (e *IndexLookUpMergeJoin) newOuterWorker(resultCh, innerCh chan *lookUpMerg batchSize: 32, maxBatchSize: e.Ctx().GetSessionVars().IndexJoinBatchSize, parentMemTracker: e.memTracker, - nextColCompareFilters: e.lastColHelper, + nextColCompareFilters: e.LastColHelper, } failpoint.Inject("testIssue18068", func() { omw.batchSize = 1 @@ -216,30 +218,30 @@ func (e *IndexLookUpMergeJoin) newOuterWorker(resultCh, innerCh chan *lookUpMerg } func (e *IndexLookUpMergeJoin) newInnerMergeWorker(taskCh chan *lookUpMergeJoinTask, workID int) *innerMergeWorker { - // Since multiple inner workers run concurrently, we should copy join's indexRanges for every worker to avoid data race. - copiedRanges := make([]*ranger.Range, 0, len(e.indexRanges.Range())) - for _, ran := range e.indexRanges.Range() { + // Since multiple inner workers run concurrently, we should copy join's IndexRanges for every worker to avoid data race. + copiedRanges := make([]*ranger.Range, 0, len(e.IndexRanges.Range())) + for _, ran := range e.IndexRanges.Range() { copiedRanges = append(copiedRanges, ran.Clone()) } imw := &innerMergeWorker{ - innerMergeCtx: e.innerMergeCtx, - outerMergeCtx: e.outerMergeCtx, + InnerMergeCtx: e.InnerMergeCtx, + outerMergeCtx: e.OuterMergeCtx, taskCh: taskCh, ctx: e.Ctx(), indexRanges: copiedRanges, - keyOff2IdxOff: e.keyOff2IdxOff, - joiner: e.joiners[workID], + keyOff2IdxOff: e.KeyOff2IdxOff, + joiner: e.Joiners[workID], joinChkResourceCh: e.joinChkResourceCh[workID], retFieldTypes: e.RetFieldTypes(), maxChunkSize: e.MaxChunkSize(), } - if e.lastColHelper != nil { + if e.LastColHelper != nil { // nextCwf.TmpConstant needs to be reset for every individual // inner worker to avoid data race when the inner workers is running // concurrently. - nextCwf := *e.lastColHelper - nextCwf.TmpConstant = make([]*expression.Constant, len(e.lastColHelper.TmpConstant)) - for i := range e.lastColHelper.TmpConstant { + nextCwf := *e.LastColHelper + nextCwf.TmpConstant = make([]*expression.Constant, len(e.LastColHelper.TmpConstant)) + for i := range e.LastColHelper.TmpConstant { nextCwf.TmpConstant[i] = &expression.Constant{RetType: nextCwf.TargetCol.RetType} } imw.nextColCompareFilters = &nextCwf @@ -253,7 +255,7 @@ func (e *IndexLookUpMergeJoin) Next(ctx context.Context, req *chunk.Chunk) error e.startWorkers(ctx) e.prepared = true } - if e.isOuterJoin { + if e.IsOuterJoin { atomic.StoreInt64(&e.requiredRows, int64(req.RequiredRows())) } req.Reset() @@ -281,7 +283,7 @@ func (e *IndexLookUpMergeJoin) Next(ctx context.Context, req *chunk.Chunk) error return nil } -// TODO: reuse the finished task memory to build tasks. +// TODO: reuse the Finished task memory to build tasks. func (e *IndexLookUpMergeJoin) loadFinishedTask(ctx context.Context) { select { case e.task = <-e.resultCh: @@ -338,19 +340,19 @@ func (*outerMergeWorker) pushToChan(ctx context.Context, task *lookUpMergeJoinTa return false } -// buildTask builds a lookUpMergeJoinTask and read outer rows. +// buildTask builds a lookUpMergeJoinTask and read Outer rows. // When err is not nil, task must not be nil to send the error to the main thread via task func (omw *outerMergeWorker) buildTask(ctx context.Context) (*lookUpMergeJoinTask, error) { task := &lookUpMergeJoinTask{ results: make(chan *indexMergeJoinResult, numResChkHold), - outerResult: chunk.NewList(omw.rowTypes, omw.executor.InitCap(), omw.executor.MaxChunkSize()), + outerResult: chunk.NewList(omw.RowTypes, omw.executor.InitCap(), omw.executor.MaxChunkSize()), } task.memTracker = memory.NewTracker(memory.LabelForSimpleTask, -1) task.memTracker.AttachTo(omw.parentMemTracker) omw.increaseBatchSize() requiredRows := omw.batchSize - if omw.lookup.isOuterJoin { + if omw.lookup.IsOuterJoin { requiredRows = int(atomic.LoadInt64(&omw.lookup.requiredRows)) } if requiredRows <= 0 || requiredRows > omw.maxBatchSize { @@ -420,13 +422,13 @@ func (imw *innerMergeWorker) run(ctx context.Context, wg *sync.WaitGroup, cancel func (imw *innerMergeWorker) handleTask(ctx context.Context, task *lookUpMergeJoinTask) (err error) { numOuterChks := task.outerResult.NumChunks() - if imw.outerMergeCtx.filter != nil { + if imw.outerMergeCtx.Filter != nil { task.outerMatch = make([][]bool, numOuterChks) exprCtx := imw.ctx.GetExprCtx() for i := 0; i < numOuterChks; i++ { chk := task.outerResult.GetChunk(i) task.outerMatch[i] = make([]bool, chk.NumRows()) - task.outerMatch[i], err = expression.VectorizedFilter(exprCtx.GetEvalCtx(), imw.ctx.GetSessionVars().EnableVectorizedExpression, imw.outerMergeCtx.filter, chunk.NewIterator4Chunk(chk), task.outerMatch[i]) + task.outerMatch[i], err = expression.VectorizedFilter(exprCtx.GetEvalCtx(), imw.ctx.GetSessionVars().EnableVectorizedExpression, imw.outerMergeCtx.Filter, chunk.NewIterator4Chunk(chk), task.outerMatch[i]) if err != nil { return err } @@ -446,31 +448,31 @@ func (imw *innerMergeWorker) handleTask(ctx context.Context, task *lookUpMergeJo panic("OOM test index merge join doesn't hang here.") } }) - // needOuterSort means the outer side property items can't guarantee the order of join keys. + // NeedOuterSort means the outer side property items can't guarantee the order of join keys. // Because the necessary condition of merge join is both outer and inner keep order of join keys. // In this case, we need sort the outer side. - if imw.outerMergeCtx.needOuterSort { + if imw.outerMergeCtx.NeedOuterSort { exprCtx := imw.ctx.GetExprCtx() slices.SortFunc(task.outerOrderIdx, func(idxI, idxJ chunk.RowPtr) int { rowI, rowJ := task.outerResult.GetRow(idxI), task.outerResult.GetRow(idxJ) var c int64 var err error - for _, keyOff := range imw.keyOff2KeyOffOrderByIdx { - joinKey := imw.outerMergeCtx.joinKeys[keyOff] - c, _, err = imw.outerMergeCtx.compareFuncs[keyOff](exprCtx.GetEvalCtx(), joinKey, joinKey, rowI, rowJ) + for _, keyOff := range imw.KeyOff2KeyOffOrderByIdx { + joinKey := imw.outerMergeCtx.JoinKeys[keyOff] + c, _, err = imw.outerMergeCtx.CompareFuncs[keyOff](exprCtx.GetEvalCtx(), joinKey, joinKey, rowI, rowJ) terror.Log(err) if c != 0 { break } } if c != 0 || imw.nextColCompareFilters == nil { - if imw.desc { + if imw.Desc { return int(-c) } return int(c) } c = int64(imw.nextColCompareFilters.CompareRow(rowI, rowJ)) - if imw.desc { + if imw.Desc { return int(-c) } return int(c) @@ -483,13 +485,13 @@ func (imw *innerMergeWorker) handleTask(ctx context.Context, task *lookUpMergeJo dLookUpKeys = imw.dedupDatumLookUpKeys(dLookUpKeys) // If the order requires descending, the deDupedLookUpContents is keep descending order before. // So at the end, we should generate the ascending deDupedLookUpContents to build the correct range for inner read. - if imw.desc { + if imw.Desc { lenKeys := len(dLookUpKeys) for i := 0; i < lenKeys/2; i++ { dLookUpKeys[i], dLookUpKeys[lenKeys-i-1] = dLookUpKeys[lenKeys-i-1], dLookUpKeys[i] } } - imw.innerExec, err = imw.readerBuilder.buildExecutorForIndexJoin(ctx, dLookUpKeys, imw.indexRanges, imw.keyOff2IdxOff, imw.nextColCompareFilters, false, nil, nil) + imw.innerExec, err = imw.ReaderBuilder.BuildExecutorForIndexJoin(ctx, dLookUpKeys, imw.indexRanges, imw.keyOff2IdxOff, imw.nextColCompareFilters, false, nil, nil) if imw.innerExec != nil { defer func() { terror.Log(exec.Close(imw.innerExec)) }() } @@ -549,7 +551,7 @@ func (imw *innerMergeWorker) doMergeJoin(ctx context.Context, task *lookUpMergeJ }() initCmpResult := 1 - if imw.innerMergeCtx.desc { + if imw.InnerMergeCtx.Desc { initCmpResult = -1 } noneInnerRowsRemain := task.innerResult.NumRows() == 0 @@ -561,7 +563,7 @@ func (imw *innerMergeWorker) doMergeJoin(ctx context.Context, task *lookUpMergeJ goto missMatch } // If it has iterated out all inner rows and the inner rows with same key is empty, - // that means the outer row needn't match any inner rows. + // that means the Outer Row needn't match any inner rows. if noneInnerRowsRemain && len(task.sameKeyInnerRows) == 0 { goto missMatch } @@ -571,7 +573,7 @@ func (imw *innerMergeWorker) doMergeJoin(ctx context.Context, task *lookUpMergeJ return err } } - if (cmpResult > 0 && !imw.innerMergeCtx.desc) || (cmpResult < 0 && imw.innerMergeCtx.desc) { + if (cmpResult > 0 && !imw.InnerMergeCtx.Desc) || (cmpResult < 0 && imw.InnerMergeCtx.Desc) { if noneInnerRowsRemain { task.sameKeyInnerRows = task.sameKeyInnerRows[:0] goto missMatch @@ -583,7 +585,7 @@ func (imw *innerMergeWorker) doMergeJoin(ctx context.Context, task *lookUpMergeJ } for task.sameKeyIter.Current() != task.sameKeyIter.End() { - matched, isNull, err := imw.joiner.tryToMatchInners(outerRow, task.sameKeyIter, chk) + matched, isNull, err := imw.joiner.TryToMatchInners(outerRow, task.sameKeyIter, chk) if err != nil { return err } @@ -596,7 +598,7 @@ func (imw *innerMergeWorker) doMergeJoin(ctx context.Context, task *lookUpMergeJ missMatch: if !hasMatch { - imw.joiner.onMissMatch(hasNull, outerRow, chk) + imw.joiner.OnMissMatch(hasNull, outerRow, chk) if !imw.fetchNewChunkWhenFull(ctx, task, &chk) { return nil } @@ -611,7 +613,7 @@ func (imw *innerMergeWorker) fetchInnerRowsWithSameKey(ctx context.Context, task task.sameKeyInnerRows = task.sameKeyInnerRows[:0] curRow := task.innerIter.Current() var cmpRes int - for cmpRes, err = imw.compare(key, curRow); ((cmpRes >= 0 && !imw.desc) || (cmpRes <= 0 && imw.desc)) && err == nil; cmpRes, err = imw.compare(key, curRow) { + for cmpRes, err = imw.compare(key, curRow); ((cmpRes >= 0 && !imw.Desc) || (cmpRes <= 0 && imw.Desc)) && err == nil; cmpRes, err = imw.compare(key, curRow) { if cmpRes == 0 { task.sameKeyInnerRows = append(task.sameKeyInnerRows, curRow) } @@ -631,8 +633,8 @@ func (imw *innerMergeWorker) fetchInnerRowsWithSameKey(ctx context.Context, task func (imw *innerMergeWorker) compare(outerRow, innerRow chunk.Row) (int, error) { exprCtx := imw.ctx.GetExprCtx() - for _, keyOff := range imw.innerMergeCtx.keyOff2KeyOffOrderByIdx { - cmp, _, err := imw.innerMergeCtx.compareFuncs[keyOff](exprCtx.GetEvalCtx(), imw.outerMergeCtx.joinKeys[keyOff], imw.innerMergeCtx.joinKeys[keyOff], outerRow, innerRow) + for _, keyOff := range imw.InnerMergeCtx.KeyOff2KeyOffOrderByIdx { + cmp, _, err := imw.InnerMergeCtx.CompareFuncs[keyOff](exprCtx.GetEvalCtx(), imw.outerMergeCtx.JoinKeys[keyOff], imw.InnerMergeCtx.JoinKeys[keyOff], outerRow, innerRow) if err != nil || cmp != 0 { return int(cmp), err } @@ -640,9 +642,9 @@ func (imw *innerMergeWorker) compare(outerRow, innerRow chunk.Row) (int, error) return 0, nil } -func (imw *innerMergeWorker) constructDatumLookupKeys(task *lookUpMergeJoinTask) ([]*indexJoinLookUpContent, error) { +func (imw *innerMergeWorker) constructDatumLookupKeys(task *lookUpMergeJoinTask) ([]*IndexJoinLookUpContent, error) { numRows := len(task.outerOrderIdx) - dLookUpKeys := make([]*indexJoinLookUpContent, 0, numRows) + dLookUpKeys := make([]*IndexJoinLookUpContent, 0, numRows) for i := 0; i < numRows; i++ { dLookUpKey, err := imw.constructDatumLookupKey(task, task.outerOrderIdx[i]) if err != nil { @@ -657,23 +659,23 @@ func (imw *innerMergeWorker) constructDatumLookupKeys(task *lookUpMergeJoinTask) return dLookUpKeys, nil } -func (imw *innerMergeWorker) constructDatumLookupKey(task *lookUpMergeJoinTask, idx chunk.RowPtr) (*indexJoinLookUpContent, error) { +func (imw *innerMergeWorker) constructDatumLookupKey(task *lookUpMergeJoinTask, idx chunk.RowPtr) (*IndexJoinLookUpContent, error) { if task.outerMatch != nil && !task.outerMatch[idx.ChkIdx][idx.RowIdx] { return nil, nil } outerRow := task.outerResult.GetRow(idx) sc := imw.ctx.GetSessionVars().StmtCtx - keyLen := len(imw.keyCols) + keyLen := len(imw.KeyCols) dLookupKey := make([]types.Datum, 0, keyLen) - for i, keyCol := range imw.outerMergeCtx.keyCols { - outerValue := outerRow.GetDatum(keyCol, imw.outerMergeCtx.rowTypes[keyCol]) + for i, keyCol := range imw.outerMergeCtx.KeyCols { + outerValue := outerRow.GetDatum(keyCol, imw.outerMergeCtx.RowTypes[keyCol]) // Join-on-condition can be promised to be equal-condition in - // IndexNestedLoopJoin, thus the filter will always be false if + // IndexNestedLoopJoin, thus the Filter will always be false if // outerValue is null, and we don't need to lookup it. if outerValue.IsNull() { return nil, nil } - innerColType := imw.rowTypes[imw.keyCols[i]] + innerColType := imw.RowTypes[imw.KeyCols[i]] innerValue, err := outerValue.ConvertTo(sc.TypeCtx(), innerColType) if err != nil { // If the converted outerValue overflows, we don't need to lookup it. @@ -685,7 +687,7 @@ func (imw *innerMergeWorker) constructDatumLookupKey(task *lookUpMergeJoinTask, } return nil, err } - cmp, err := outerValue.Compare(sc.TypeCtx(), &innerValue, imw.keyCollators[i]) + cmp, err := outerValue.Compare(sc.TypeCtx(), &innerValue, imw.KeyCollators[i]) if err != nil { return nil, err } @@ -695,18 +697,18 @@ func (imw *innerMergeWorker) constructDatumLookupKey(task *lookUpMergeJoinTask, } dLookupKey = append(dLookupKey, innerValue) } - return &indexJoinLookUpContent{keys: dLookupKey, row: task.outerResult.GetRow(idx)}, nil + return &IndexJoinLookUpContent{Keys: dLookupKey, Row: task.outerResult.GetRow(idx)}, nil } -func (imw *innerMergeWorker) dedupDatumLookUpKeys(lookUpContents []*indexJoinLookUpContent) []*indexJoinLookUpContent { +func (imw *innerMergeWorker) dedupDatumLookUpKeys(lookUpContents []*IndexJoinLookUpContent) []*IndexJoinLookUpContent { if len(lookUpContents) < 2 { return lookUpContents } sc := imw.ctx.GetSessionVars().StmtCtx deDupedLookUpContents := lookUpContents[:1] for i := 1; i < len(lookUpContents); i++ { - cmp := compareRow(sc, lookUpContents[i].keys, lookUpContents[i-1].keys, imw.keyCollators) - if cmp != 0 || (imw.nextColCompareFilters != nil && imw.nextColCompareFilters.CompareRow(lookUpContents[i].row, lookUpContents[i-1].row) != 0) { + cmp := compareRow(sc, lookUpContents[i].Keys, lookUpContents[i-1].Keys, imw.KeyCollators) + if cmp != 0 || (imw.nextColCompareFilters != nil && imw.nextColCompareFilters.CompareRow(lookUpContents[i].Row, lookUpContents[i-1].Row) != 0) { deDupedLookUpContents = append(deDupedLookUpContents, lookUpContents[i]) } } @@ -739,7 +741,7 @@ func (e *IndexLookUpMergeJoin) Close() error { // joinChkResourceCh is to recycle result chunks, used by inner worker. // resultCh is the main thread get the results, used by main thread and inner worker. // cancelFunc control the outer worker and outer worker close the task channel. - e.workerWg.Wait() + e.WorkerWg.Wait() e.memTracker = nil e.prepared = false return e.BaseExecutor.Close() diff --git a/pkg/executor/index_lookup_merge_join_test.go b/pkg/executor/join/index_lookup_merge_join_test.go similarity index 93% rename from pkg/executor/index_lookup_merge_join_test.go rename to pkg/executor/join/index_lookup_merge_join_test.go index 502064642c2f6..2557a6032e08f 100644 --- a/pkg/executor/index_lookup_merge_join_test.go +++ b/pkg/executor/join/index_lookup_merge_join_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor_test +package join_test import ( "testing" @@ -23,9 +23,9 @@ import ( ) func TestIndexLookupMergeJoinHang(t *testing.T) { - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/IndexMergeJoinMockOOM", `return(true)`)) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/IndexMergeJoinMockOOM", `return(true)`)) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/IndexMergeJoinMockOOM")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/IndexMergeJoinMockOOM")) }() store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) @@ -42,9 +42,9 @@ func TestIndexLookupMergeJoinHang(t *testing.T) { } func TestIssue18068(t *testing.T) { - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testIssue18068", `return(true)`)) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testIssue18068", `return(true)`)) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testIssue18068")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testIssue18068")) }() store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) diff --git a/pkg/executor/join.go b/pkg/executor/join/join.go similarity index 74% rename from pkg/executor/join.go rename to pkg/executor/join/join.go index 7167f8f7a5cad..4da5f2b5346ff 100644 --- a/pkg/executor/join.go +++ b/pkg/executor/join/join.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "bytes" @@ -28,6 +28,7 @@ import ( "github.com/pingcap/tidb/pkg/executor/aggregate" "github.com/pingcap/tidb/pkg/executor/internal/applycache" "github.com/pingcap/tidb/pkg/executor/internal/exec" + "github.com/pingcap/tidb/pkg/executor/unionexec" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/parser/terror" plannercore "github.com/pingcap/tidb/pkg/planner/core" @@ -50,54 +51,56 @@ var ( _ exec.Executor = &NestedLoopApplyExec{} ) -type hashJoinCtx struct { - sessCtx sessionctx.Context - allocPool chunk.Allocator - // concurrency is the number of partition, build and join workers. - concurrency uint +// HashJoinCtx is the context used in hash join +type HashJoinCtx struct { + SessCtx sessionctx.Context + ChunkAllocPool chunk.Allocator + // Concurrency is the number of partition, build and join workers. + Concurrency uint joinResultCh chan *hashjoinWorkerResult // closeCh add a lock for closing executor. closeCh chan struct{} finished atomic.Bool - useOuterToBuild bool - isOuterJoin bool - isNullEQ []bool + UseOuterToBuild bool + IsOuterJoin bool + IsNullEQ []bool buildFinished chan error - rowContainer *hashRowContainer - joinType plannercore.JoinType + RowContainer *hashRowContainer + JoinType plannercore.JoinType outerMatchedStatus []*bitmap.ConcurrentBitmap stats *hashJoinRuntimeStats - probeTypes []*types.FieldType - buildTypes []*types.FieldType - outerFilter expression.CNFExprs - isNullAware bool + ProbeTypes []*types.FieldType + BuildTypes []*types.FieldType + OuterFilter expression.CNFExprs + IsNullAware bool memTracker *memory.Tracker // track memory usage. diskTracker *disk.Tracker // track disk usage. } -// probeSideTupleFetcher reads tuples from probeSideExec and send them to probeWorkers. -type probeSideTupleFetcher struct { - *hashJoinCtx +// ProbeSideTupleFetcher reads tuples from ProbeSideExec and send them to ProbeWorkers. +type ProbeSideTupleFetcher struct { + *HashJoinCtx - probeSideExec exec.Executor + ProbeSideExec exec.Executor probeChkResourceCh chan *probeChkResource probeResultChs []chan *chunk.Chunk requiredRows int64 } -type probeWorker struct { - hashJoinCtx *hashJoinCtx - workerID uint +// ProbeWorker is the probe side worker in hash join +type ProbeWorker struct { + HashJoinCtx *HashJoinCtx + WorkerID uint - probeKeyColIdx []int - probeNAKeyColIdx []int + ProbeKeyColIdx []int + ProbeNAKeyColIdx []int // We pre-alloc and reuse the Rows and RowPtrs for each probe goroutine, to avoid allocation frequently buildSideRows []chunk.Row buildSideRowPtrs []chunk.RowPtr // We build individual joiner for each join worker when use chunk-based // execution, to avoid the concurrency of joiner.chk and joiner.selected. - joiner joiner + Joiner Joiner rowIters *chunk.Iterator4Slice rowContainerForProbe *hashRowContainer // for every naaj probe worker, pre-allocate the int slice for store the join column index to check. @@ -110,26 +113,27 @@ type probeWorker struct { probeResultCh chan *chunk.Chunk } -type buildWorker struct { - hashJoinCtx *hashJoinCtx - buildSideExec exec.Executor - buildKeyColIdx []int - buildNAKeyColIdx []int +// BuildWorker is the build side worker in hash join +type BuildWorker struct { + HashJoinCtx *HashJoinCtx + BuildSideExec exec.Executor + BuildKeyColIdx []int + BuildNAKeyColIdx []int } // HashJoinExec implements the hash join algorithm. type HashJoinExec struct { exec.BaseExecutor - *hashJoinCtx + *HashJoinCtx - probeSideTupleFetcher *probeSideTupleFetcher - probeWorkers []*probeWorker - buildWorker *buildWorker + ProbeSideTupleFetcher *ProbeSideTupleFetcher + ProbeWorkers []*ProbeWorker + BuildWorker *BuildWorker workerWg util.WaitGroupWrapper waiterWg util.WaitGroupWrapper - prepared bool + Prepared bool } // probeChkResource stores the result of the join probe side fetch worker, @@ -156,30 +160,30 @@ func (e *HashJoinExec) Close() error { close(e.closeCh) } e.finished.Store(true) - if e.prepared { + if e.Prepared { if e.buildFinished != nil { channel.Clear(e.buildFinished) } if e.joinResultCh != nil { channel.Clear(e.joinResultCh) } - if e.probeSideTupleFetcher.probeChkResourceCh != nil { - close(e.probeSideTupleFetcher.probeChkResourceCh) - channel.Clear(e.probeSideTupleFetcher.probeChkResourceCh) + if e.ProbeSideTupleFetcher.probeChkResourceCh != nil { + close(e.ProbeSideTupleFetcher.probeChkResourceCh) + channel.Clear(e.ProbeSideTupleFetcher.probeChkResourceCh) } - for i := range e.probeSideTupleFetcher.probeResultChs { - channel.Clear(e.probeSideTupleFetcher.probeResultChs[i]) + for i := range e.ProbeSideTupleFetcher.probeResultChs { + channel.Clear(e.ProbeSideTupleFetcher.probeResultChs[i]) } - for i := range e.probeWorkers { - close(e.probeWorkers[i].joinChkResourceCh) - channel.Clear(e.probeWorkers[i].joinChkResourceCh) + for i := range e.ProbeWorkers { + close(e.ProbeWorkers[i].joinChkResourceCh) + channel.Clear(e.ProbeWorkers[i].joinChkResourceCh) } - e.probeSideTupleFetcher.probeChkResourceCh = nil - terror.Call(e.rowContainer.Close) + e.ProbeSideTupleFetcher.probeChkResourceCh = nil + terror.Call(e.RowContainer.Close) e.waiterWg.Wait() } e.outerMatchedStatus = e.outerMatchedStatus[:0] - for _, w := range e.probeWorkers { + for _, w := range e.ProbeWorkers { w.buildSideRows = nil w.buildSideRowPtrs = nil w.needCheckBuildColPos = nil @@ -189,8 +193,8 @@ func (e *HashJoinExec) Close() error { w.joinChkResourceCh = nil } - if e.stats != nil && e.rowContainer != nil { - e.stats.hashStat = *e.rowContainer.stat + if e.stats != nil && e.RowContainer != nil { + e.stats.hashStat = *e.RowContainer.stat } if e.stats != nil { defer e.Ctx().GetSessionVars().StmtCtx.RuntimeStatsColl.RegisterStats(e.ID(), e.stats) @@ -203,16 +207,16 @@ func (e *HashJoinExec) Close() error { func (e *HashJoinExec) Open(ctx context.Context) error { if err := e.BaseExecutor.Open(ctx); err != nil { e.closeCh = nil - e.prepared = false + e.Prepared = false return err } - e.prepared = false - if e.hashJoinCtx.memTracker != nil { - e.hashJoinCtx.memTracker.Reset() + e.Prepared = false + if e.HashJoinCtx.memTracker != nil { + e.HashJoinCtx.memTracker.Reset() } else { - e.hashJoinCtx.memTracker = memory.NewTracker(e.ID(), -1) + e.HashJoinCtx.memTracker = memory.NewTracker(e.ID(), -1) } - e.hashJoinCtx.memTracker.AttachTo(e.Ctx().GetSessionVars().StmtCtx.MemTracker) + e.HashJoinCtx.memTracker.AttachTo(e.Ctx().GetSessionVars().StmtCtx.MemTracker) e.diskTracker = disk.NewTracker(e.ID(), -1) e.diskTracker.AttachTo(e.Ctx().GetSessionVars().StmtCtx.DiskTracker) @@ -224,7 +228,7 @@ func (e *HashJoinExec) Open(ctx context.Context) error { if e.RuntimeStats() != nil { e.stats = &hashJoinRuntimeStats{ - concurrent: int(e.concurrency), + concurrent: int(e.Concurrency), } } return nil @@ -232,7 +236,7 @@ func (e *HashJoinExec) Open(ctx context.Context) error { // fetchProbeSideChunks get chunks from fetches chunks from the big table in a background goroutine // and sends the chunks to multiple channels which will be read by multiple join workers. -func (fetcher *probeSideTupleFetcher) fetchProbeSideChunks(ctx context.Context, maxChunkSize int) { +func (fetcher *ProbeSideTupleFetcher) fetchProbeSideChunks(ctx context.Context, maxChunkSize int) { hasWaitedForBuild := false for { if fetcher.finished.Load() { @@ -250,11 +254,11 @@ func (fetcher *probeSideTupleFetcher) fetchProbeSideChunks(ctx context.Context, } } probeSideResult := probeSideResource.chk - if fetcher.isOuterJoin { + if fetcher.IsOuterJoin { required := int(atomic.LoadInt64(&fetcher.requiredRows)) probeSideResult.SetRequiredRows(required, maxChunkSize) } - err := exec.Next(ctx, fetcher.probeSideExec, probeSideResult) + err := exec.Next(ctx, fetcher.ProbeSideExec, probeSideResult) failpoint.Inject("ConsumeRandomPanic", nil) if err != nil { fetcher.joinResultCh <- &hashjoinWorkerResult{ @@ -268,9 +272,6 @@ func (fetcher *probeSideTupleFetcher) fetchProbeSideChunks(ctx context.Context, probeSideResult.Reset() } }) - if probeSideResult.NumRows() == 0 && !fetcher.useOuterToBuild { - fetcher.finished.Store(true) - } emptyBuild, buildErr := fetcher.wait4BuildSide() if buildErr != nil { fetcher.joinResultCh <- &hashjoinWorkerResult{ @@ -291,7 +292,7 @@ func (fetcher *probeSideTupleFetcher) fetchProbeSideChunks(ctx context.Context, } } -func (fetcher *probeSideTupleFetcher) wait4BuildSide() (emptyBuild bool, err error) { +func (fetcher *ProbeSideTupleFetcher) wait4BuildSide() (emptyBuild bool, err error) { select { case <-fetcher.closeCh: return true, nil @@ -300,7 +301,7 @@ func (fetcher *probeSideTupleFetcher) wait4BuildSide() (emptyBuild bool, err err return false, err } } - if fetcher.rowContainer.Len() == uint64(0) && (fetcher.joinType == plannercore.InnerJoin || fetcher.joinType == plannercore.SemiJoin) { + if fetcher.RowContainer.Len() == uint64(0) && (fetcher.JoinType == plannercore.InnerJoin || fetcher.JoinType == plannercore.SemiJoin) { return true, nil } return false, nil @@ -308,7 +309,7 @@ func (fetcher *probeSideTupleFetcher) wait4BuildSide() (emptyBuild bool, err err // fetchBuildSideRows fetches all rows from build side executor, and append them // to e.buildSideResult. -func (w *buildWorker) fetchBuildSideRows(ctx context.Context, chkCh chan<- *chunk.Chunk, errCh chan<- error, doneCh <-chan struct{}) { +func (w *BuildWorker) fetchBuildSideRows(ctx context.Context, chkCh chan<- *chunk.Chunk, errCh chan<- error, doneCh <-chan struct{}) { defer close(chkCh) var err error failpoint.Inject("issue30289", func(val failpoint.Value) { @@ -320,20 +321,30 @@ func (w *buildWorker) fetchBuildSideRows(ctx context.Context, chkCh chan<- *chun }) failpoint.Inject("issue42662_1", func(val failpoint.Value) { if val.(bool) { - if w.hashJoinCtx.sessCtx.GetSessionVars().ConnectionID != 0 { + if w.HashJoinCtx.SessCtx.GetSessionVars().ConnectionID != 0 { // consume 170MB memory, this sql should be tracked into MemoryTop1Tracker - w.hashJoinCtx.memTracker.Consume(170 * 1024 * 1024) + w.HashJoinCtx.memTracker.Consume(170 * 1024 * 1024) } return } }) - sessVars := w.hashJoinCtx.sessCtx.GetSessionVars() + sessVars := w.HashJoinCtx.SessCtx.GetSessionVars() + failpoint.Inject("issue51998", func(val failpoint.Value) { + if val.(bool) { + time.Sleep(2 * time.Second) + } + }) for { - if w.hashJoinCtx.finished.Load() { + if w.HashJoinCtx.finished.Load() { return } - chk := w.hashJoinCtx.allocPool.Alloc(w.buildSideExec.RetFieldTypes(), sessVars.MaxChunkSize, sessVars.MaxChunkSize) - err = exec.Next(ctx, w.buildSideExec, chk) + chk := w.HashJoinCtx.ChunkAllocPool.Alloc(w.BuildSideExec.RetFieldTypes(), sessVars.MaxChunkSize, sessVars.MaxChunkSize) + err = exec.Next(ctx, w.BuildSideExec, chk) + failpoint.Inject("issue51998", func(val failpoint.Value) { + if val.(bool) { + err = errors.Errorf("issue51998 build return error") + } + }) if err != nil { errCh <- errors.Trace(err) return @@ -346,7 +357,7 @@ func (w *buildWorker) fetchBuildSideRows(ctx context.Context, chkCh chan<- *chun select { case <-doneCh: return - case <-w.hashJoinCtx.closeCh: + case <-w.HashJoinCtx.closeCh: return case chkCh <- chk: } @@ -356,34 +367,34 @@ func (w *buildWorker) fetchBuildSideRows(ctx context.Context, chkCh chan<- *chun func (e *HashJoinExec) initializeForProbe() { // e.joinResultCh is for transmitting the join result chunks to the main // thread. - e.joinResultCh = make(chan *hashjoinWorkerResult, e.concurrency+1) + e.joinResultCh = make(chan *hashjoinWorkerResult, e.Concurrency+1) - e.probeSideTupleFetcher.hashJoinCtx = e.hashJoinCtx - // e.probeSideTupleFetcher.probeResultChs is for transmitting the chunks which store the data of - // probeSideExec, it'll be written by probe side worker goroutine, and read by join + e.ProbeSideTupleFetcher.HashJoinCtx = e.HashJoinCtx + // e.ProbeSideTupleFetcher.probeResultChs is for transmitting the chunks which store the data of + // ProbeSideExec, it'll be written by probe side worker goroutine, and read by join // workers. - e.probeSideTupleFetcher.probeResultChs = make([]chan *chunk.Chunk, e.concurrency) - for i := uint(0); i < e.concurrency; i++ { - e.probeSideTupleFetcher.probeResultChs[i] = make(chan *chunk.Chunk, 1) - e.probeWorkers[i].probeResultCh = e.probeSideTupleFetcher.probeResultChs[i] + e.ProbeSideTupleFetcher.probeResultChs = make([]chan *chunk.Chunk, e.Concurrency) + for i := uint(0); i < e.Concurrency; i++ { + e.ProbeSideTupleFetcher.probeResultChs[i] = make(chan *chunk.Chunk, 1) + e.ProbeWorkers[i].probeResultCh = e.ProbeSideTupleFetcher.probeResultChs[i] } - // e.probeChkResourceCh is for transmitting the used probeSideExec chunks from - // join workers to probeSideExec worker. - e.probeSideTupleFetcher.probeChkResourceCh = make(chan *probeChkResource, e.concurrency) - for i := uint(0); i < e.concurrency; i++ { - e.probeSideTupleFetcher.probeChkResourceCh <- &probeChkResource{ - chk: exec.NewFirstChunk(e.probeSideTupleFetcher.probeSideExec), - dest: e.probeSideTupleFetcher.probeResultChs[i], + // e.probeChkResourceCh is for transmitting the used ProbeSideExec chunks from + // join workers to ProbeSideExec worker. + e.ProbeSideTupleFetcher.probeChkResourceCh = make(chan *probeChkResource, e.Concurrency) + for i := uint(0); i < e.Concurrency; i++ { + e.ProbeSideTupleFetcher.probeChkResourceCh <- &probeChkResource{ + chk: exec.NewFirstChunk(e.ProbeSideTupleFetcher.ProbeSideExec), + dest: e.ProbeSideTupleFetcher.probeResultChs[i], } } - // e.probeWorker.joinChkResourceCh is for transmitting the reused join result chunks + // e.ProbeWorker.joinChkResourceCh is for transmitting the reused join result chunks // from the main thread to probe worker goroutines. - for i := uint(0); i < e.concurrency; i++ { - e.probeWorkers[i].joinChkResourceCh = make(chan *chunk.Chunk, 1) - e.probeWorkers[i].joinChkResourceCh <- exec.NewFirstChunk(e) - e.probeWorkers[i].probeChkResourceCh = e.probeSideTupleFetcher.probeChkResourceCh + for i := uint(0); i < e.Concurrency; i++ { + e.ProbeWorkers[i].joinChkResourceCh = make(chan *chunk.Chunk, 1) + e.ProbeWorkers[i].joinChkResourceCh <- exec.NewFirstChunk(e) + e.ProbeWorkers[i].probeChkResourceCh = e.ProbeSideTupleFetcher.probeChkResourceCh } } @@ -391,20 +402,20 @@ func (e *HashJoinExec) fetchAndProbeHashTable(ctx context.Context) { e.initializeForProbe() e.workerWg.RunWithRecover(func() { defer trace.StartRegion(ctx, "HashJoinProbeSideFetcher").End() - e.probeSideTupleFetcher.fetchProbeSideChunks(ctx, e.MaxChunkSize()) - }, e.probeSideTupleFetcher.handleProbeSideFetcherPanic) + e.ProbeSideTupleFetcher.fetchProbeSideChunks(ctx, e.MaxChunkSize()) + }, e.ProbeSideTupleFetcher.handleProbeSideFetcherPanic) - for i := uint(0); i < e.concurrency; i++ { + for i := uint(0); i < e.Concurrency; i++ { workerID := i e.workerWg.RunWithRecover(func() { defer trace.StartRegion(ctx, "HashJoinWorker").End() - e.probeWorkers[workerID].runJoinWorker() - }, e.probeWorkers[workerID].handleProbeWorkerPanic) + e.ProbeWorkers[workerID].runJoinWorker() + }, e.ProbeWorkers[workerID].handleProbeWorkerPanic) } e.waiterWg.RunWithRecover(e.waitJoinWorkersAndCloseResultChan, nil) } -func (fetcher *probeSideTupleFetcher) handleProbeSideFetcherPanic(r any) { +func (fetcher *ProbeSideTupleFetcher) handleProbeSideFetcherPanic(r any) { for i := range fetcher.probeResultChs { close(fetcher.probeResultChs[i]) } @@ -413,9 +424,9 @@ func (fetcher *probeSideTupleFetcher) handleProbeSideFetcherPanic(r any) { } } -func (w *probeWorker) handleProbeWorkerPanic(r any) { +func (w *ProbeWorker) handleProbeWorkerPanic(r any) { if r != nil { - w.hashJoinCtx.joinResultCh <- &hashjoinWorkerResult{err: util.GetRecoverError(r)} + w.HashJoinCtx.joinResultCh <- &hashjoinWorkerResult{err: util.GetRecoverError(r)} } } @@ -426,26 +437,26 @@ func (e *HashJoinExec) handleJoinWorkerPanic(r any) { } // Concurrently handling unmatched rows from the hash table -func (w *probeWorker) handleUnmatchedRowsFromHashTable() { +func (w *ProbeWorker) handleUnmatchedRowsFromHashTable() { ok, joinResult := w.getNewJoinResult() if !ok { return } numChks := w.rowContainerForProbe.NumChunks() - for i := int(w.workerID); i < numChks; i += int(w.hashJoinCtx.concurrency) { + for i := int(w.WorkerID); i < numChks; i += int(w.HashJoinCtx.Concurrency) { chk, err := w.rowContainerForProbe.GetChunk(i) if err != nil { // Catching the error and send it joinResult.err = err - w.hashJoinCtx.joinResultCh <- joinResult + w.HashJoinCtx.joinResultCh <- joinResult return } for j := 0; j < chk.NumRows(); j++ { - if !w.hashJoinCtx.outerMatchedStatus[i].UnsafeIsSet(j) { // process unmatched outer rows - w.joiner.onMissMatch(false, chk.GetRow(j), joinResult.chk) + if !w.HashJoinCtx.outerMatchedStatus[i].UnsafeIsSet(j) { // process unmatched Outer rows + w.Joiner.OnMissMatch(false, chk.GetRow(j), joinResult.chk) } if joinResult.chk.IsFull() { - w.hashJoinCtx.joinResultCh <- joinResult + w.HashJoinCtx.joinResultCh <- joinResult ok, joinResult = w.getNewJoinResult() if !ok { return @@ -457,32 +468,32 @@ func (w *probeWorker) handleUnmatchedRowsFromHashTable() { if joinResult == nil { return } else if joinResult.err != nil || (joinResult.chk != nil && joinResult.chk.NumRows() > 0) { - w.hashJoinCtx.joinResultCh <- joinResult + w.HashJoinCtx.joinResultCh <- joinResult } } func (e *HashJoinExec) waitJoinWorkersAndCloseResultChan() { e.workerWg.Wait() - if e.useOuterToBuild { + if e.UseOuterToBuild { // Concurrently handling unmatched rows from the hash table at the tail - for i := uint(0); i < e.concurrency; i++ { + for i := uint(0); i < e.Concurrency; i++ { var workerID = i - e.workerWg.RunWithRecover(func() { e.probeWorkers[workerID].handleUnmatchedRowsFromHashTable() }, e.handleJoinWorkerPanic) + e.workerWg.RunWithRecover(func() { e.ProbeWorkers[workerID].handleUnmatchedRowsFromHashTable() }, e.handleJoinWorkerPanic) } e.workerWg.Wait() } close(e.joinResultCh) } -func (w *probeWorker) runJoinWorker() { +func (w *ProbeWorker) runJoinWorker() { probeTime := int64(0) - if w.hashJoinCtx.stats != nil { + if w.HashJoinCtx.stats != nil { start := time.Now() defer func() { t := time.Since(start) - atomic.AddInt64(&w.hashJoinCtx.stats.probe, probeTime) - atomic.AddInt64(&w.hashJoinCtx.stats.fetchAndProbe, int64(t)) - w.hashJoinCtx.stats.setMaxFetchAndProbeTime(int64(t)) + atomic.AddInt64(&w.HashJoinCtx.stats.probe, probeTime) + atomic.AddInt64(&w.HashJoinCtx.stats.fetchAndProbe, int64(t)) + w.HashJoinCtx.stats.setMaxFetchAndProbeTime(int64(t)) }() } @@ -499,17 +510,17 @@ func (w *probeWorker) runJoinWorker() { emptyProbeSideResult := &probeChkResource{ dest: w.probeResultCh, } - hCtx := &hashContext{ - allTypes: w.hashJoinCtx.probeTypes, - keyColIdx: w.probeKeyColIdx, - naKeyColIdx: w.probeNAKeyColIdx, + hCtx := &HashContext{ + AllTypes: w.HashJoinCtx.ProbeTypes, + KeyColIdx: w.ProbeKeyColIdx, + NaKeyColIdx: w.ProbeNAKeyColIdx, } for ok := true; ok; { - if w.hashJoinCtx.finished.Load() { + if w.HashJoinCtx.finished.Load() { break } select { - case <-w.hashJoinCtx.closeCh: + case <-w.HashJoinCtx.closeCh: return case probeSideResult, ok = <-w.probeResultCh: } @@ -522,7 +533,7 @@ func (w *probeWorker) runJoinWorker() { // parent executor does not call `e.Next()`, `sendingResult()` will hang, and this hang has nothing to do // with the probe waitTime := int64(0) - if w.hashJoinCtx.useOuterToBuild { + if w.HashJoinCtx.UseOuterToBuild { ok, waitTime, joinResult = w.join2ChunkForOuterHashJoin(probeSideResult, hCtx, joinResult) } else { ok, waitTime, joinResult = w.join2Chunk(probeSideResult, hCtx, joinResult, selected) @@ -539,13 +550,13 @@ func (w *probeWorker) runJoinWorker() { if joinResult == nil { return } else if joinResult.err != nil || (joinResult.chk != nil && joinResult.chk.NumRows() > 0) { - w.hashJoinCtx.joinResultCh <- joinResult + w.HashJoinCtx.joinResultCh <- joinResult } else if joinResult.chk != nil && joinResult.chk.NumRows() == 0 { w.joinChkResourceCh <- joinResult.chk } } -func (w *probeWorker) joinMatchedProbeSideRow2ChunkForOuterHashJoin(probeKey uint64, probeSideRow chunk.Row, hCtx *hashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { +func (w *ProbeWorker) joinMatchedProbeSideRow2ChunkForOuterHashJoin(probeKey uint64, probeSideRow chunk.Row, hCtx *HashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { var err error waitTime := int64(0) oneWaitTime := int64(0) @@ -564,14 +575,14 @@ func (w *probeWorker) joinMatchedProbeSideRow2ChunkForOuterHashJoin(probeKey uin var outerMatchStatus []outerRowStatusFlag rowIdx, ok := 0, false for iter.Begin(); iter.Current() != iter.End(); { - outerMatchStatus, err = w.joiner.tryToMatchOuters(iter, probeSideRow, joinResult.chk, outerMatchStatus) + outerMatchStatus, err = w.Joiner.TryToMatchOuters(iter, probeSideRow, joinResult.chk, outerMatchStatus) if err != nil { joinResult.err = err return false, waitTime, joinResult } for i := range outerMatchStatus { if outerMatchStatus[i] == outerRowMatched { - w.hashJoinCtx.outerMatchedStatus[rowsPtrs[rowIdx+i].ChkIdx].Set(int(rowsPtrs[rowIdx+i].RowIdx)) + w.HashJoinCtx.outerMatchedStatus[rowsPtrs[rowIdx+i].ChkIdx].Set(int(rowsPtrs[rowIdx+i].RowIdx)) } } rowIdx += len(outerMatchStatus) @@ -587,7 +598,7 @@ func (w *probeWorker) joinMatchedProbeSideRow2ChunkForOuterHashJoin(probeKey uin } // joinNAALOSJMatchProbeSideRow2Chunk implement the matching logic for NA-AntiLeftOuterSemiJoin -func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyNullBits *bitmap.ConcurrentBitmap, probeSideRow chunk.Row, hCtx *hashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { +func (w *ProbeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyNullBits *bitmap.ConcurrentBitmap, probeSideRow chunk.Row, hCtx *HashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { var ( err error ok bool @@ -609,7 +620,7 @@ func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeK iter1 := w.rowIters iter1.Reset(buildSideRows) for iter1.Begin(); iter1.Current() != iter1.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter1, joinResult.chk, LeftNotNullRightNotNull) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter1, joinResult.chk, LeftNotNullRightNotNull) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -638,13 +649,13 @@ func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeK if len(buildSideRows) == 0 { // when reach here, it means we couldn't find a valid same key match from same-key bucket yet // and the null bucket is empty. so the result should be . - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } iter2 := w.rowIters iter2.Reset(buildSideRows) for iter2.Begin(); iter2.Current() != iter2.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter2, joinResult.chk, LeftNotNullRightHasNull) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter2, joinResult.chk, LeftNotNullRightHasNull) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -666,7 +677,7 @@ func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeK // case1: x NOT IN (empty set): if other key bucket don't have the valid rows yet. // case2: x NOT IN (l,m,n...): if other key bucket do have the valid rows. // both cases mean the result should be - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } // when left side has null values, all we want is to find a valid build side rows (past other condition) @@ -684,7 +695,7 @@ func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeK iter1 := w.rowIters iter1.Reset(buildSideRows) for iter1.Begin(); iter1.Current() != iter1.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter1, joinResult.chk, LeftHasNullRightHasNull) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter1, joinResult.chk, LeftHasNullRightHasNull) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -713,13 +724,13 @@ func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeK if len(buildSideRows) == 0 { // when reach here, it means we couldn't return it quickly in null bucket, and same-bucket is empty, // which means x NOT IN (empty set) or x NOT IN (l,m,n), the result should be - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } iter2 := w.rowIters iter2.Reset(buildSideRows) for iter2.Begin(); iter2.Current() != iter2.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter2, joinResult.chk, LeftHasNullRightNotNull) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter2, joinResult.chk, LeftHasNullRightNotNull) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -740,12 +751,12 @@ func (w *probeWorker) joinNAALOSJMatchProbeSideRow2Chunk(probeKey uint64, probeK // step3: if we couldn't return it quickly in null bucket and all hash bucket, here means only one cases: // case1: NOT IN (empty set): // empty set comes from no rows from all bucket can pass other condition. the result should be - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } // joinNAASJMatchProbeSideRow2Chunk implement the matching logic for NA-AntiSemiJoin -func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyNullBits *bitmap.ConcurrentBitmap, probeSideRow chunk.Row, hCtx *hashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { +func (w *ProbeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyNullBits *bitmap.ConcurrentBitmap, probeSideRow chunk.Row, hCtx *HashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { var ( err error ok bool @@ -765,7 +776,7 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey iter1 := w.rowIters iter1.Reset(buildSideRows) for iter1.Begin(); iter1.Current() != iter1.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter1, joinResult.chk) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter1, joinResult.chk) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -793,20 +804,20 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey } if len(buildSideRows) == 0 { // when reach here, it means we couldn't return it quickly in null bucket, and same-bucket is empty, - // which means x NOT IN (empty set), accept the rhs row. - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + // which means x NOT IN (empty set), accept the rhs Row. + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } iter2 := w.rowIters iter2.Reset(buildSideRows) for iter2.Begin(); iter2.Current() != iter2.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter2, joinResult.chk) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter2, joinResult.chk) if err != nil { joinResult.err = err return false, waitTime, joinResult } // here matched means: there is a valid same key bucket row from right side. - // as said in the comment, once we meet a false in CNF, we can determine the reject of lhs row. + // as said in the comment, once we meet a false in CNF, we can determine the reject of lhs Row. if matched { return true, waitTime, joinResult } @@ -822,7 +833,7 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey // case1: x NOT IN (empty set): if other key bucket don't have the valid rows yet. // case2: x NOT IN (l,m,n...): if other key bucket do have the valid rows. // both cases should accept the rhs row. - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } // when left side has null values, all we want is to find a valid build side rows (passed from other condition) @@ -840,7 +851,7 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey iter1 := w.rowIters iter1.Reset(buildSideRows) for iter1.Begin(); iter1.Current() != iter1.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter1, joinResult.chk) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter1, joinResult.chk) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -869,13 +880,13 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey if len(buildSideRows) == 0 { // when reach here, it means we couldn't return it quickly in null bucket, and same-bucket is empty, // which means NOT IN (empty set) or NOT IN (no valid rows) accept the rhs row. - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } iter2 := w.rowIters iter2.Reset(buildSideRows) for iter2.Begin(); iter2.Current() != iter2.End(); { - matched, _, err := w.joiner.tryToMatchInners(probeSideRow, iter2, joinResult.chk) + matched, _, err := w.Joiner.TryToMatchInners(probeSideRow, iter2, joinResult.chk) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -896,7 +907,7 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey // step3: if we couldn't return it quickly in null bucket and all hash bucket, here means only one cases: // case1: NOT IN (empty set): // empty set comes from no rows from all bucket can pass other condition. we should accept the rhs row. - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } @@ -919,9 +930,9 @@ func (w *probeWorker) joinNAASJMatchProbeSideRow2Chunk(probeKey uint64, probeKey // // For NA-AntiLeftOuterSemiJoin, we couldn't match null-bucket first, because once y set has a same key x and null // key, we should return the result as left side row appended with a scalar value 0 which is from same key matching failure. -func (w *probeWorker) joinNAAJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyNullBits *bitmap.ConcurrentBitmap, probeSideRow chunk.Row, hCtx *hashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { - naAntiSemiJoin := w.hashJoinCtx.joinType == plannercore.AntiSemiJoin && w.hashJoinCtx.isNullAware - naAntiLeftOuterSemiJoin := w.hashJoinCtx.joinType == plannercore.AntiLeftOuterSemiJoin && w.hashJoinCtx.isNullAware +func (w *ProbeWorker) joinNAAJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyNullBits *bitmap.ConcurrentBitmap, probeSideRow chunk.Row, hCtx *HashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { + naAntiSemiJoin := w.HashJoinCtx.JoinType == plannercore.AntiSemiJoin && w.HashJoinCtx.IsNullAware + naAntiLeftOuterSemiJoin := w.HashJoinCtx.JoinType == plannercore.AntiLeftOuterSemiJoin && w.HashJoinCtx.IsNullAware if naAntiSemiJoin { return w.joinNAASJMatchProbeSideRow2Chunk(probeKey, probeKeyNullBits, probeSideRow, hCtx, joinResult) } @@ -932,13 +943,13 @@ func (w *probeWorker) joinNAAJMatchProbeSideRow2Chunk(probeKey uint64, probeKeyN return false, 0, joinResult } -func (w *probeWorker) joinMatchedProbeSideRow2Chunk(probeKey uint64, probeSideRow chunk.Row, hCtx *hashContext, +func (w *ProbeWorker) joinMatchedProbeSideRow2Chunk(probeKey uint64, probeSideRow chunk.Row, hCtx *HashContext, joinResult *hashjoinWorkerResult) (bool, int64, *hashjoinWorkerResult) { var err error waitTime := int64(0) oneWaitTime := int64(0) var buildSideRows []chunk.Row - if w.joiner.isSemiJoinWithoutCondition() { + if w.Joiner.isSemiJoinWithoutCondition() { var rowPtr *chunk.Row rowPtr, err = w.rowContainerForProbe.GetOneMatchedRow(probeKey, probeSideRow, hCtx) if rowPtr != nil { @@ -954,14 +965,14 @@ func (w *probeWorker) joinMatchedProbeSideRow2Chunk(probeKey uint64, probeSideRo return false, waitTime, joinResult } if len(buildSideRows) == 0 { - w.joiner.onMissMatch(false, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideRow, joinResult.chk) return true, waitTime, joinResult } iter := w.rowIters iter.Reset(buildSideRows) hasMatch, hasNull, ok := false, false, false for iter.Begin(); iter.Current() != iter.End(); { - matched, isNull, err := w.joiner.tryToMatchInners(probeSideRow, iter, joinResult.chk) + matched, isNull, err := w.Joiner.TryToMatchInners(probeSideRow, iter, joinResult.chk) if err != nil { joinResult.err = err return false, waitTime, joinResult @@ -978,70 +989,70 @@ func (w *probeWorker) joinMatchedProbeSideRow2Chunk(probeKey uint64, probeSideRo } } if !hasMatch { - w.joiner.onMissMatch(hasNull, probeSideRow, joinResult.chk) + w.Joiner.OnMissMatch(hasNull, probeSideRow, joinResult.chk) } return true, waitTime, joinResult } -func (w *probeWorker) getNewJoinResult() (bool, *hashjoinWorkerResult) { +func (w *ProbeWorker) getNewJoinResult() (bool, *hashjoinWorkerResult) { joinResult := &hashjoinWorkerResult{ src: w.joinChkResourceCh, } ok := true select { - case <-w.hashJoinCtx.closeCh: + case <-w.HashJoinCtx.closeCh: ok = false case joinResult.chk, ok = <-w.joinChkResourceCh: } return ok, joinResult } -func (w *probeWorker) join2Chunk(probeSideChk *chunk.Chunk, hCtx *hashContext, joinResult *hashjoinWorkerResult, +func (w *ProbeWorker) join2Chunk(probeSideChk *chunk.Chunk, hCtx *HashContext, joinResult *hashjoinWorkerResult, selected []bool) (ok bool, waitTime int64, _ *hashjoinWorkerResult) { var err error waitTime = 0 oneWaitTime := int64(0) - selected, err = expression.VectorizedFilter(w.hashJoinCtx.sessCtx.GetExprCtx().GetEvalCtx(), w.hashJoinCtx.sessCtx.GetSessionVars().EnableVectorizedExpression, w.hashJoinCtx.outerFilter, chunk.NewIterator4Chunk(probeSideChk), selected) + selected, err = expression.VectorizedFilter(w.HashJoinCtx.SessCtx.GetExprCtx().GetEvalCtx(), w.HashJoinCtx.SessCtx.GetSessionVars().EnableVectorizedExpression, w.HashJoinCtx.OuterFilter, chunk.NewIterator4Chunk(probeSideChk), selected) if err != nil { joinResult.err = err return false, waitTime, joinResult } numRows := probeSideChk.NumRows() - hCtx.initHash(numRows) + hCtx.InitHash(numRows) // By now, path 1 and 2 won't be conducted at the same time. // 1: write the row data of join key to hashVals. (normal EQ key should ignore the null values.) null-EQ for Except statement is an exception. - for keyIdx, i := range hCtx.keyColIdx { - ignoreNull := len(w.hashJoinCtx.isNullEQ) > keyIdx && w.hashJoinCtx.isNullEQ[keyIdx] - err = codec.HashChunkSelected(w.rowContainerForProbe.sc.TypeCtx(), hCtx.hashVals, probeSideChk, hCtx.allTypes[keyIdx], i, hCtx.buf, hCtx.hasNull, selected, ignoreNull) + for keyIdx, i := range hCtx.KeyColIdx { + ignoreNull := len(w.HashJoinCtx.IsNullEQ) > keyIdx && w.HashJoinCtx.IsNullEQ[keyIdx] + err = codec.HashChunkSelected(w.rowContainerForProbe.sc.TypeCtx(), hCtx.HashVals, probeSideChk, hCtx.AllTypes[keyIdx], i, hCtx.Buf, hCtx.HasNull, selected, ignoreNull) if err != nil { joinResult.err = err return false, waitTime, joinResult } } - // 2: write the row data of NA join key to hashVals. (NA EQ key should collect all row including null value, store null value in a special position) - isNAAJ := len(hCtx.naKeyColIdx) > 0 - for keyIdx, i := range hCtx.naKeyColIdx { + // 2: write the how data of NA join key to hashVals. (NA EQ key should collect all how including null value, store null value in a special position) + isNAAJ := len(hCtx.NaKeyColIdx) > 0 + for keyIdx, i := range hCtx.NaKeyColIdx { // NAAJ won't ignore any null values, but collect them up to probe. - err = codec.HashChunkSelected(w.rowContainerForProbe.sc.TypeCtx(), hCtx.hashVals, probeSideChk, hCtx.allTypes[keyIdx], i, hCtx.buf, hCtx.hasNull, selected, false) + err = codec.HashChunkSelected(w.rowContainerForProbe.sc.TypeCtx(), hCtx.HashVals, probeSideChk, hCtx.AllTypes[keyIdx], i, hCtx.Buf, hCtx.HasNull, selected, false) if err != nil { joinResult.err = err return false, waitTime, joinResult } - // after fetch one NA column, collect the null value to null bitmap for every row. (use hasNull flag to accelerate) + // after fetch one NA column, collect the null value to null bitmap for every how. (use hasNull flag to accelerate) // eg: if a NA Join cols is (a, b, c), for every build row here we maintained a 3-bit map to mark which column is null for them. for rowIdx := 0; rowIdx < numRows; rowIdx++ { - if hCtx.hasNull[rowIdx] { + if hCtx.HasNull[rowIdx] { hCtx.naColNullBitMap[rowIdx].UnsafeSet(keyIdx) - // clean and try fetch next NA join col. - hCtx.hasNull[rowIdx] = false + // clean and try fetch Next NA join col. + hCtx.HasNull[rowIdx] = false hCtx.naHasNull[rowIdx] = true } } } for i := range selected { - err := w.hashJoinCtx.sessCtx.GetSessionVars().SQLKiller.HandleSignal() + err := w.HashJoinCtx.SessCtx.GetSessionVars().SQLKiller.HandleSignal() failpoint.Inject("killedInJoin2Chunk", func(val failpoint.Value) { if val.(bool) { err = exeerrors.ErrQueryInterrupted @@ -1054,7 +1065,7 @@ func (w *probeWorker) join2Chunk(probeSideChk *chunk.Chunk, hCtx *hashContext, j if isNAAJ { if !selected[i] { // since this is the case of using inner to build, so for an outer row unselected, we should fill the result when it's outer join. - w.joiner.onMissMatch(false, probeSideChk.GetRow(i), joinResult.chk) + w.Joiner.OnMissMatch(false, probeSideChk.GetRow(i), joinResult.chk) } if hCtx.naHasNull[i] { // here means the probe join connecting column has null value in it and this is special for matching all the hash buckets @@ -1068,7 +1079,7 @@ func (w *probeWorker) join2Chunk(probeSideChk *chunk.Chunk, hCtx *hashContext, j } else { // here means the probe join connecting column without null values, where we should match same key bucket and null bucket for it at its order. // step1: process same key matched probe side rows - probeKey, probeRow := hCtx.hashVals[i].Sum64(), probeSideChk.GetRow(i) + probeKey, probeRow := hCtx.HashVals[i].Sum64(), probeSideChk.GetRow(i) ok, oneWaitTime, joinResult = w.joinNAAJMatchProbeSideRow2Chunk(probeKey, nil, probeRow, hCtx, joinResult) waitTime += oneWaitTime if !ok { @@ -1077,10 +1088,10 @@ func (w *probeWorker) join2Chunk(probeSideChk *chunk.Chunk, hCtx *hashContext, j } } else { // since this is the case of using inner to build, so for an outer row unselected, we should fill the result when it's outer join. - if !selected[i] || hCtx.hasNull[i] { // process unmatched probe side rows - w.joiner.onMissMatch(false, probeSideChk.GetRow(i), joinResult.chk) + if !selected[i] || hCtx.HasNull[i] { // process unmatched probe side rows + w.Joiner.OnMissMatch(false, probeSideChk.GetRow(i), joinResult.chk) } else { // process matched probe side rows - probeKey, probeRow := hCtx.hashVals[i].Sum64(), probeSideChk.GetRow(i) + probeKey, probeRow := hCtx.HashVals[i].Sum64(), probeSideChk.GetRow(i) ok, oneWaitTime, joinResult = w.joinMatchedProbeSideRow2Chunk(probeKey, probeRow, hCtx, joinResult) waitTime += oneWaitTime if !ok { @@ -1099,28 +1110,28 @@ func (w *probeWorker) join2Chunk(probeSideChk *chunk.Chunk, hCtx *hashContext, j return true, waitTime, joinResult } -func (w *probeWorker) sendingResult(joinResult *hashjoinWorkerResult) (ok bool, cost int64, newJoinResult *hashjoinWorkerResult) { +func (w *ProbeWorker) sendingResult(joinResult *hashjoinWorkerResult) (ok bool, cost int64, newJoinResult *hashjoinWorkerResult) { start := time.Now() - w.hashJoinCtx.joinResultCh <- joinResult + w.HashJoinCtx.joinResultCh <- joinResult ok, newJoinResult = w.getNewJoinResult() cost = int64(time.Since(start)) return ok, cost, newJoinResult } // join2ChunkForOuterHashJoin joins chunks when using the outer to build a hash table (refer to outer hash join) -func (w *probeWorker) join2ChunkForOuterHashJoin(probeSideChk *chunk.Chunk, hCtx *hashContext, joinResult *hashjoinWorkerResult) (ok bool, waitTime int64, _ *hashjoinWorkerResult) { +func (w *ProbeWorker) join2ChunkForOuterHashJoin(probeSideChk *chunk.Chunk, hCtx *HashContext, joinResult *hashjoinWorkerResult) (ok bool, waitTime int64, _ *hashjoinWorkerResult) { waitTime = 0 oneWaitTime := int64(0) - hCtx.initHash(probeSideChk.NumRows()) - for keyIdx, i := range hCtx.keyColIdx { - err := codec.HashChunkColumns(w.rowContainerForProbe.sc.TypeCtx(), hCtx.hashVals, probeSideChk, hCtx.allTypes[keyIdx], i, hCtx.buf, hCtx.hasNull) + hCtx.InitHash(probeSideChk.NumRows()) + for keyIdx, i := range hCtx.KeyColIdx { + err := codec.HashChunkColumns(w.rowContainerForProbe.sc.TypeCtx(), hCtx.HashVals, probeSideChk, hCtx.AllTypes[keyIdx], i, hCtx.Buf, hCtx.HasNull) if err != nil { joinResult.err = err return false, waitTime, joinResult } } for i := 0; i < probeSideChk.NumRows(); i++ { - err := w.hashJoinCtx.sessCtx.GetSessionVars().SQLKiller.HandleSignal() + err := w.HashJoinCtx.SessCtx.GetSessionVars().SQLKiller.HandleSignal() failpoint.Inject("killedInJoin2ChunkForOuterHashJoin", func(val failpoint.Value) { if val.(bool) { err = exeerrors.ErrQueryInterrupted @@ -1130,7 +1141,7 @@ func (w *probeWorker) join2ChunkForOuterHashJoin(probeSideChk *chunk.Chunk, hCtx joinResult.err = err return false, waitTime, joinResult } - probeKey, probeRow := hCtx.hashVals[i].Sum64(), probeSideChk.GetRow(i) + probeKey, probeRow := hCtx.HashVals[i].Sum64(), probeSideChk.GetRow(i) ok, oneWaitTime, joinResult = w.joinMatchedProbeSideRow2ChunkForOuterHashJoin(probeKey, probeRow, hCtx, joinResult) waitTime += oneWaitTime if !ok { @@ -1152,34 +1163,34 @@ func (w *probeWorker) join2ChunkForOuterHashJoin(probeSideChk *chunk.Chunk, hCtx // step 1. fetch data from build side child and build a hash table; // step 2. fetch data from probe child in a background goroutine and probe the hash table in multiple join workers. func (e *HashJoinExec) Next(ctx context.Context, req *chunk.Chunk) (err error) { - if !e.prepared { + if !e.Prepared { e.buildFinished = make(chan error, 1) - hCtx := &hashContext{ - allTypes: e.buildTypes, - keyColIdx: e.buildWorker.buildKeyColIdx, - naKeyColIdx: e.buildWorker.buildNAKeyColIdx, - } - e.rowContainer = newHashRowContainer(e.Ctx(), hCtx, exec.RetTypes(e.buildWorker.buildSideExec)) - // we shallow copies rowContainer for each probe worker to avoid lock contention - for i := uint(0); i < e.concurrency; i++ { + hCtx := &HashContext{ + AllTypes: e.BuildTypes, + KeyColIdx: e.BuildWorker.BuildKeyColIdx, + NaKeyColIdx: e.BuildWorker.BuildNAKeyColIdx, + } + e.RowContainer = newHashRowContainer(e.Ctx(), hCtx, exec.RetTypes(e.BuildWorker.BuildSideExec)) + // we shallow copies RowContainer for each probe worker to avoid lock contention + for i := uint(0); i < e.Concurrency; i++ { if i == 0 { - e.probeWorkers[i].rowContainerForProbe = e.rowContainer + e.ProbeWorkers[i].rowContainerForProbe = e.RowContainer } else { - e.probeWorkers[i].rowContainerForProbe = e.rowContainer.ShallowCopy() + e.ProbeWorkers[i].rowContainerForProbe = e.RowContainer.ShallowCopy() } } - for i := uint(0); i < e.concurrency; i++ { - e.probeWorkers[i].rowIters = chunk.NewIterator4Slice([]chunk.Row{}) + for i := uint(0); i < e.Concurrency; i++ { + e.ProbeWorkers[i].rowIters = chunk.NewIterator4Slice([]chunk.Row{}) } e.workerWg.RunWithRecover(func() { defer trace.StartRegion(ctx, "HashJoinHashTableBuilder").End() e.fetchAndBuildHashTable(ctx) }, e.handleFetchAndBuildHashTablePanic) e.fetchAndProbeHashTable(ctx) - e.prepared = true + e.Prepared = true } - if e.isOuterJoin { - atomic.StoreInt64(&e.probeSideTupleFetcher.requiredRows, int64(req.RequiredRows())) + if e.IsOuterJoin { + atomic.StoreInt64(&e.ProbeSideTupleFetcher.requiredRows, int64(req.RequiredRows())) } req.Reset() @@ -1217,7 +1228,7 @@ func (e *HashJoinExec) fetchAndBuildHashTable(ctx context.Context) { e.workerWg.RunWithRecover( func() { defer trace.StartRegion(ctx, "HashJoinBuildSideFetcher").End() - e.buildWorker.fetchBuildSideRows(ctx, buildSideResultCh, fetchBuildSideRowsOk, doneCh) + e.BuildWorker.fetchBuildSideRows(ctx, buildSideResultCh, fetchBuildSideRowsOk, doneCh) }, func(r any) { if r != nil { @@ -1228,13 +1239,13 @@ func (e *HashJoinExec) fetchAndBuildHashTable(ctx context.Context) { ) // TODO: Parallel build hash table. Currently not support because `unsafeHashTable` is not thread-safe. - err := e.buildWorker.buildHashTableForList(buildSideResultCh) + err := e.BuildWorker.BuildHashTableForList(buildSideResultCh) if err != nil { e.buildFinished <- errors.Trace(err) close(doneCh) } - // Wait fetchBuildSideRows be finished. - // 1. if buildHashTableForList fails + // Wait fetchBuildSideRows be Finished. + // 1. if BuildHashTableForList fails // 2. if probeSideResult.NumRows() == 0, fetchProbeSideChunks will not wait for the build side. channel.Clear(buildSideResultCh) // Check whether err is nil to avoid sending redundant error into buildFinished. @@ -1245,14 +1256,14 @@ func (e *HashJoinExec) fetchAndBuildHashTable(ctx context.Context) { } } -// buildHashTableForList builds hash table from `list`. -func (w *buildWorker) buildHashTableForList(buildSideResultCh <-chan *chunk.Chunk) error { +// BuildHashTableForList builds hash table from `list`. +func (w *BuildWorker) BuildHashTableForList(buildSideResultCh <-chan *chunk.Chunk) error { var err error var selected []bool - rowContainer := w.hashJoinCtx.rowContainer - rowContainer.GetMemTracker().AttachTo(w.hashJoinCtx.memTracker) + rowContainer := w.HashJoinCtx.RowContainer + rowContainer.GetMemTracker().AttachTo(w.HashJoinCtx.memTracker) rowContainer.GetMemTracker().SetLabel(memory.LabelForBuildSideResult) - rowContainer.GetDiskTracker().AttachTo(w.hashJoinCtx.diskTracker) + rowContainer.GetDiskTracker().AttachTo(w.HashJoinCtx.diskTracker) rowContainer.GetDiskTracker().SetLabel(memory.LabelForBuildSideResult) if variable.EnableTmpStorageOnOOM.Load() { actionSpill := rowContainer.ActionSpill() @@ -1262,26 +1273,26 @@ func (w *buildWorker) buildHashTableForList(buildSideResultCh <-chan *chunk.Chun defer actionSpill.(*chunk.SpillDiskAction).WaitForTest() } }) - w.hashJoinCtx.sessCtx.GetSessionVars().MemTracker.FallbackOldAndSetNewAction(actionSpill) + w.HashJoinCtx.SessCtx.GetSessionVars().MemTracker.FallbackOldAndSetNewAction(actionSpill) } for chk := range buildSideResultCh { - if w.hashJoinCtx.finished.Load() { + if w.HashJoinCtx.finished.Load() { return nil } - if !w.hashJoinCtx.useOuterToBuild { - err = rowContainer.PutChunk(chk, w.hashJoinCtx.isNullEQ) + if !w.HashJoinCtx.UseOuterToBuild { + err = rowContainer.PutChunk(chk, w.HashJoinCtx.IsNullEQ) } else { var bitMap = bitmap.NewConcurrentBitmap(chk.NumRows()) - w.hashJoinCtx.outerMatchedStatus = append(w.hashJoinCtx.outerMatchedStatus, bitMap) - w.hashJoinCtx.memTracker.Consume(bitMap.BytesConsumed()) - if len(w.hashJoinCtx.outerFilter) == 0 { - err = w.hashJoinCtx.rowContainer.PutChunk(chk, w.hashJoinCtx.isNullEQ) + w.HashJoinCtx.outerMatchedStatus = append(w.HashJoinCtx.outerMatchedStatus, bitMap) + w.HashJoinCtx.memTracker.Consume(bitMap.BytesConsumed()) + if len(w.HashJoinCtx.OuterFilter) == 0 { + err = w.HashJoinCtx.RowContainer.PutChunk(chk, w.HashJoinCtx.IsNullEQ) } else { - selected, err = expression.VectorizedFilter(w.hashJoinCtx.sessCtx.GetExprCtx().GetEvalCtx(), w.hashJoinCtx.sessCtx.GetSessionVars().EnableVectorizedExpression, w.hashJoinCtx.outerFilter, chunk.NewIterator4Chunk(chk), selected) + selected, err = expression.VectorizedFilter(w.HashJoinCtx.SessCtx.GetExprCtx().GetEvalCtx(), w.HashJoinCtx.SessCtx.GetSessionVars().EnableVectorizedExpression, w.HashJoinCtx.OuterFilter, chunk.NewIterator4Chunk(chk), selected) if err != nil { return err } - err = rowContainer.PutChunkSelected(chk, selected, w.hashJoinCtx.isNullEQ) + err = rowContainer.PutChunkSelected(chk, selected, w.HashJoinCtx.IsNullEQ) } } failpoint.Inject("ConsumeRandomPanic", nil) @@ -1296,35 +1307,35 @@ func (w *buildWorker) buildHashTableForList(buildSideResultCh <-chan *chunk.Chun type NestedLoopApplyExec struct { exec.BaseExecutor - ctx sessionctx.Context + Sctx sessionctx.Context innerRows []chunk.Row cursor int - innerExec exec.Executor - outerExec exec.Executor - innerFilter expression.CNFExprs - outerFilter expression.CNFExprs + InnerExec exec.Executor + OuterExec exec.Executor + InnerFilter expression.CNFExprs + OuterFilter expression.CNFExprs - joiner joiner + Joiner Joiner cache *applycache.ApplyCache - canUseCache bool + CanUseCache bool cacheHitCounter int cacheAccessCounter int - outerSchema []*expression.CorrelatedColumn + OuterSchema []*expression.CorrelatedColumn - outerChunk *chunk.Chunk + OuterChunk *chunk.Chunk outerChunkCursor int outerSelected []bool - innerList *chunk.List - innerChunk *chunk.Chunk + InnerList *chunk.List + InnerChunk *chunk.Chunk innerSelected []bool innerIter chunk.Iterator outerRow *chunk.Row hasMatch bool hasNull bool - outer bool + Outer bool memTracker *memory.Tracker // track memory usage. } @@ -1334,42 +1345,42 @@ func (e *NestedLoopApplyExec) Close() error { e.innerRows = nil e.memTracker = nil if e.RuntimeStats() != nil { - runtimeStats := newJoinRuntimeStats() - if e.canUseCache { + runtimeStats := NewJoinRuntimeStats() + if e.CanUseCache { var hitRatio float64 if e.cacheAccessCounter > 0 { hitRatio = float64(e.cacheHitCounter) / float64(e.cacheAccessCounter) } - runtimeStats.setCacheInfo(true, hitRatio) + runtimeStats.SetCacheInfo(true, hitRatio) } else { - runtimeStats.setCacheInfo(false, 0) + runtimeStats.SetCacheInfo(false, 0) } - runtimeStats.SetConcurrencyInfo(execdetails.NewConcurrencyInfo("Concurrency", 0)) + runtimeStats.SetConcurrencyInfo(execdetails.NewConcurrencyInfo("concurrency", 0)) defer e.Ctx().GetSessionVars().StmtCtx.RuntimeStatsColl.RegisterStats(e.ID(), runtimeStats) } - return exec.Close(e.outerExec) + return exec.Close(e.OuterExec) } // Open implements the Executor interface. func (e *NestedLoopApplyExec) Open(ctx context.Context) error { - err := exec.Open(ctx, e.outerExec) + err := exec.Open(ctx, e.OuterExec) if err != nil { return err } e.cursor = 0 e.innerRows = e.innerRows[:0] - e.outerChunk = exec.TryNewCacheChunk(e.outerExec) - e.innerChunk = exec.TryNewCacheChunk(e.innerExec) - e.innerList = chunk.NewList(exec.RetTypes(e.innerExec), e.InitCap(), e.MaxChunkSize()) + e.OuterChunk = exec.TryNewCacheChunk(e.OuterExec) + e.InnerChunk = exec.TryNewCacheChunk(e.InnerExec) + e.InnerList = chunk.NewList(exec.RetTypes(e.InnerExec), e.InitCap(), e.MaxChunkSize()) e.memTracker = memory.NewTracker(e.ID(), -1) e.memTracker.AttachTo(e.Ctx().GetSessionVars().StmtCtx.MemTracker) - e.innerList.GetMemTracker().SetLabel(memory.LabelForInnerList) - e.innerList.GetMemTracker().AttachTo(e.memTracker) + e.InnerList.GetMemTracker().SetLabel(memory.LabelForInnerList) + e.InnerList.GetMemTracker().AttachTo(e.memTracker) - if e.canUseCache { - e.cache, err = applycache.NewApplyCache(e.ctx) + if e.CanUseCache { + e.cache, err = applycache.NewApplyCache(e.Sctx) if err != nil { return err } @@ -1381,14 +1392,14 @@ func (e *NestedLoopApplyExec) Open(ctx context.Context) error { } // aggExecutorTreeInputEmpty checks whether the executor tree returns empty if without aggregate operators. -// Note that, the prerequisite is that this executor tree has been executed already and it returns one row. +// Note that, the prerequisite is that this executor tree has been executed already and it returns one Row. func aggExecutorTreeInputEmpty(e exec.Executor) bool { children := e.AllChildren() if len(children) == 0 { return false } if len(children) > 1 { - _, ok := e.(*UnionExec) + _, ok := e.(*unionexec.UnionExec) if !ok { // It is a Join executor. return false @@ -1414,17 +1425,17 @@ func aggExecutorTreeInputEmpty(e exec.Executor) bool { } func (e *NestedLoopApplyExec) fetchSelectedOuterRow(ctx context.Context, chk *chunk.Chunk) (*chunk.Row, error) { - outerIter := chunk.NewIterator4Chunk(e.outerChunk) + outerIter := chunk.NewIterator4Chunk(e.OuterChunk) for { - if e.outerChunkCursor >= e.outerChunk.NumRows() { - err := exec.Next(ctx, e.outerExec, e.outerChunk) + if e.outerChunkCursor >= e.OuterChunk.NumRows() { + err := exec.Next(ctx, e.OuterExec, e.OuterChunk) if err != nil { return nil, err } - if e.outerChunk.NumRows() == 0 { + if e.OuterChunk.NumRows() == 0 { return nil, nil } - e.outerSelected, err = expression.VectorizedFilter(e.ctx.GetExprCtx().GetEvalCtx(), e.ctx.GetSessionVars().EnableVectorizedExpression, e.outerFilter, outerIter, e.outerSelected) + e.outerSelected, err = expression.VectorizedFilter(e.Sctx.GetExprCtx().GetEvalCtx(), e.Sctx.GetSessionVars().EnableVectorizedExpression, e.OuterFilter, outerIter, e.outerSelected) if err != nil { return nil, err } @@ -1432,18 +1443,18 @@ func (e *NestedLoopApplyExec) fetchSelectedOuterRow(ctx context.Context, chk *ch // if outer child has no row satisfying `t.a = 1`, `sub` should be `null` instead of `0` theoretically; however, the // outer `count(1)` produces one row <0, null> over the empty input, we should specially mark this outer row // as not selected, to trigger the mismatch join procedure. - if e.outerChunkCursor == 0 && e.outerChunk.NumRows() == 1 && e.outerSelected[0] && aggExecutorTreeInputEmpty(e.outerExec) { + if e.outerChunkCursor == 0 && e.OuterChunk.NumRows() == 1 && e.outerSelected[0] && aggExecutorTreeInputEmpty(e.OuterExec) { e.outerSelected[0] = false } e.outerChunkCursor = 0 } - outerRow := e.outerChunk.GetRow(e.outerChunkCursor) + outerRow := e.OuterChunk.GetRow(e.outerChunkCursor) selected := e.outerSelected[e.outerChunkCursor] e.outerChunkCursor++ if selected { return &outerRow, nil - } else if e.outer { - e.joiner.onMissMatch(false, outerRow, chk) + } else if e.Outer { + e.Joiner.OnMissMatch(false, outerRow, chk) if chk.IsFull() { return nil, nil } @@ -1453,35 +1464,35 @@ func (e *NestedLoopApplyExec) fetchSelectedOuterRow(ctx context.Context, chk *ch // fetchAllInners reads all data from the inner table and stores them in a List. func (e *NestedLoopApplyExec) fetchAllInners(ctx context.Context) error { - err := exec.Open(ctx, e.innerExec) - defer func() { terror.Log(exec.Close(e.innerExec)) }() + err := exec.Open(ctx, e.InnerExec) + defer func() { terror.Log(exec.Close(e.InnerExec)) }() if err != nil { return err } - if e.canUseCache { + if e.CanUseCache { // create a new one since it may be in the cache - e.innerList = chunk.NewList(exec.RetTypes(e.innerExec), e.InitCap(), e.MaxChunkSize()) + e.InnerList = chunk.NewList(exec.RetTypes(e.InnerExec), e.InitCap(), e.MaxChunkSize()) } else { - e.innerList.Reset() + e.InnerList.Reset() } - innerIter := chunk.NewIterator4Chunk(e.innerChunk) + innerIter := chunk.NewIterator4Chunk(e.InnerChunk) for { - err := exec.Next(ctx, e.innerExec, e.innerChunk) + err := exec.Next(ctx, e.InnerExec, e.InnerChunk) if err != nil { return err } - if e.innerChunk.NumRows() == 0 { + if e.InnerChunk.NumRows() == 0 { return nil } - e.innerSelected, err = expression.VectorizedFilter(e.ctx.GetExprCtx().GetEvalCtx(), e.ctx.GetSessionVars().EnableVectorizedExpression, e.innerFilter, innerIter, e.innerSelected) + e.innerSelected, err = expression.VectorizedFilter(e.Sctx.GetExprCtx().GetEvalCtx(), e.Sctx.GetSessionVars().EnableVectorizedExpression, e.InnerFilter, innerIter, e.innerSelected) if err != nil { return err } for row := innerIter.Begin(); row != innerIter.End(); row = innerIter.Next() { if e.innerSelected[row.Idx()] { - e.innerList.AppendRow(row) + e.InnerList.AppendRow(row) } } } @@ -1493,7 +1504,7 @@ func (e *NestedLoopApplyExec) Next(ctx context.Context, req *chunk.Chunk) (err e for { if e.innerIter == nil || e.innerIter.Current() == e.innerIter.End() { if e.outerRow != nil && !e.hasMatch { - e.joiner.onMissMatch(e.hasNull, *e.outerRow, req) + e.Joiner.OnMissMatch(e.hasNull, *e.outerRow, req) } e.outerRow, err = e.fetchSelectedOuterRow(ctx, req) if e.outerRow == nil || err != nil { @@ -1502,9 +1513,9 @@ func (e *NestedLoopApplyExec) Next(ctx context.Context, req *chunk.Chunk) (err e e.hasMatch = false e.hasNull = false - if e.canUseCache { + if e.CanUseCache { var key []byte - for _, col := range e.outerSchema { + for _, col := range e.OuterSchema { *col.Data = e.outerRow.GetDatum(col.Index, col.RetType) key, err = codec.EncodeKey(e.Ctx().GetSessionVars().StmtCtx.TimeZone(), key, *col.Data) err = e.Ctx().GetSessionVars().StmtCtx.HandleError(err) @@ -1518,19 +1529,19 @@ func (e *NestedLoopApplyExec) Next(ctx context.Context, req *chunk.Chunk) (err e return err } if value != nil { - e.innerList = value + e.InnerList = value e.cacheHitCounter++ } else { err = e.fetchAllInners(ctx) if err != nil { return err } - if _, err := e.cache.Set(key, e.innerList); err != nil { + if _, err := e.cache.Set(key, e.InnerList); err != nil { return err } } } else { - for _, col := range e.outerSchema { + for _, col := range e.OuterSchema { *col.Data = e.outerRow.GetDatum(col.Index, col.RetType) } err = e.fetchAllInners(ctx) @@ -1538,11 +1549,11 @@ func (e *NestedLoopApplyExec) Next(ctx context.Context, req *chunk.Chunk) (err e return err } } - e.innerIter = chunk.NewIterator4List(e.innerList) + e.innerIter = chunk.NewIterator4List(e.InnerList) e.innerIter.Begin() } - matched, isNull, err := e.joiner.tryToMatchInners(*e.outerRow, e.innerIter, req) + matched, isNull, err := e.Joiner.TryToMatchInners(*e.outerRow, e.innerIter, req) e.hasMatch = e.hasMatch || matched e.hasNull = e.hasNull || isNull @@ -1567,15 +1578,16 @@ type joinRuntimeStats struct { hashStat hashStatistic } -func newJoinRuntimeStats() *joinRuntimeStats { +// NewJoinRuntimeStats returns a new joinRuntimeStats +func NewJoinRuntimeStats() *joinRuntimeStats { stats := &joinRuntimeStats{ RuntimeStatsWithConcurrencyInfo: &execdetails.RuntimeStatsWithConcurrencyInfo{}, } return stats } -// setCacheInfo sets the cache information. Only used for apply executor. -func (e *joinRuntimeStats) setCacheInfo(useCache bool, hitRatio float64) { +// SetCacheInfo sets the cache information. Only used for apply executor. +func (e *joinRuntimeStats) SetCacheInfo(useCache bool, hitRatio float64) { e.Lock() e.applyCache = true e.cache.useCache = useCache diff --git a/pkg/executor/join/join_stats_test.go b/pkg/executor/join/join_stats_test.go new file mode 100644 index 0000000000000..cba47f81e19fb --- /dev/null +++ b/pkg/executor/join/join_stats_test.go @@ -0,0 +1,59 @@ +// Copyright 2020 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package join + +import ( + "testing" + "time" + + "github.com/stretchr/testify/require" +) + +func TestHashJoinRuntimeStats(t *testing.T) { + stats := &hashJoinRuntimeStats{ + fetchAndBuildHashTable: 2 * time.Second, + hashStat: hashStatistic{ + probeCollision: 1, + buildTableElapse: time.Millisecond * 100, + }, + fetchAndProbe: int64(5 * time.Second), + probe: int64(4 * time.Second), + concurrent: 4, + maxFetchAndProbe: int64(2 * time.Second), + } + require.Equal(t, "build_hash_table:{total:2s, fetch:1.9s, build:100ms}, probe:{concurrency:4, total:5s, max:2s, probe:4s, fetch and wait:1s, probe_collision:1}", stats.String()) + require.Equal(t, stats.Clone().String(), stats.String()) + stats.Merge(stats.Clone()) + require.Equal(t, "build_hash_table:{total:4s, fetch:3.8s, build:200ms}, probe:{concurrency:4, total:10s, max:2s, probe:8s, fetch and wait:2s, probe_collision:2}", stats.String()) +} + +func TestIndexJoinRuntimeStats(t *testing.T) { + stats := indexLookUpJoinRuntimeStats{ + concurrency: 5, + probe: int64(time.Second), + innerWorker: innerWorkerRuntimeStats{ + totalTime: int64(time.Second * 5), + task: 16, + construct: int64(100 * time.Millisecond), + fetch: int64(300 * time.Millisecond), + build: int64(250 * time.Millisecond), + join: int64(150 * time.Millisecond), + }, + } + require.Equal(t, "inner:{total:5s, concurrency:5, task:16, construct:100ms, fetch:300ms, build:250ms, join:150ms}, probe:1s", stats.String()) + require.Equal(t, stats.Clone().String(), stats.String()) + stats.Merge(stats.Clone()) + require.Equal(t, "inner:{total:10s, concurrency:5, task:32, construct:200ms, fetch:600ms, build:500ms, join:300ms}, probe:2s", stats.String()) +} diff --git a/pkg/executor/joiner.go b/pkg/executor/join/joiner.go similarity index 89% rename from pkg/executor/joiner.go rename to pkg/executor/join/joiner.go index 48dee1a02ea32..22a76eea1486f 100644 --- a/pkg/executor/joiner.go +++ b/pkg/executor/join/joiner.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "github.com/pingcap/tidb/pkg/expression" @@ -25,29 +25,29 @@ import ( ) var ( - _ joiner = &semiJoiner{} - _ joiner = &antiSemiJoiner{} - _ joiner = &nullAwareAntiSemiJoiner{} - _ joiner = &leftOuterSemiJoiner{} - _ joiner = &antiLeftOuterSemiJoiner{} - _ joiner = &nullAwareAntiLeftOuterSemiJoiner{} - _ joiner = &leftOuterJoiner{} - _ joiner = &rightOuterJoiner{} - _ joiner = &innerJoiner{} + _ Joiner = &semiJoiner{} + _ Joiner = &antiSemiJoiner{} + _ Joiner = &nullAwareAntiSemiJoiner{} + _ Joiner = &leftOuterSemiJoiner{} + _ Joiner = &antiLeftOuterSemiJoiner{} + _ Joiner = &nullAwareAntiLeftOuterSemiJoiner{} + _ Joiner = &leftOuterJoiner{} + _ Joiner = &rightOuterJoiner{} + _ Joiner = &innerJoiner{} ) -// joiner is used to generate join results according to the join type. +// Joiner is used to generate join results according to the join type. // A typical instruction flow is: // -// hasMatch, hasNull := false, false +// hasMatch, HasNull := false, false // for innerIter.Current() != innerIter.End() { -// matched, isNull, err := j.tryToMatchInners(outer, innerIter, chk) +// matched, isNull, err := j.TryToMatchInners(Outer, innerIter, chk) // // handle err // hasMatch = hasMatch || matched -// hasNull = hasNull || isNull +// HasNull = HasNull || isNull // } // if !hasMatch { -// j.onMissMatch(hasNull, outer, chk) +// j.OnMissMatch(HasNull, Outer, chk) // } // // NOTE: This interface is **not** thread-safe. @@ -59,8 +59,8 @@ var ( // 4. filter, no inline projection // 5. filter, inline projection // 6. filter, inline projection to empty column -type joiner interface { - // tryToMatchInners tries to join an outer row with a batch of inner rows. When +type Joiner interface { + // TryToMatchInners tries to join an outer row with a batch of inner rows. When // 'inners.Len != 0' but all the joined rows are filtered, the outer row is // considered unmatched. Otherwise, the outer row is matched and some joined // rows are appended to `chk`. The size of `chk` is limited to MaxChunkSize. @@ -72,14 +72,14 @@ type joiner interface { // NOTE: Callers need to call this function multiple times to consume all // the inner rows for an outer row, and decide whether the outer row can be // matched with at lease one inner row. - tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, opt ...NAAJType) (matched bool, isNull bool, err error) + TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, opt ...NAAJType) (matched bool, isNull bool, err error) - // tryToMatchOuters tries to join a batch of outer rows with one inner row. + // TryToMatchOuters tries to join a batch of outer rows with one inner row. // It's used when the join is an outer join and the hash table is built // using the outer side. - tryToMatchOuters(outer chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) + TryToMatchOuters(outer chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) - // onMissMatch operates on the unmatched outer row according to the join + // OnMissMatch operates on the unmatched outer row according to the join // type. An outer row can be considered miss matched if: // 1. it can not pass the filter on the outer table side. // 2. there is no inner row with the same join key. @@ -103,20 +103,20 @@ type joiner interface { // we need to know the reason of outer row being treated as unmatched: // whether the join condition returns false, or returns null, because // it decides if this outer row should be outputted, hence we have a `hasNull` - // parameter passed to `onMissMatch`. - onMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) + // parameter passed to `OnMissMatch`. + OnMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) // isSemiJoinWithoutCondition returns if it's a semi join and has no condition. // If true, at most one matched row is needed to match inners, which can optimize a lot when // there are a lot of matched rows. isSemiJoinWithoutCondition() bool - // Clone deep copies a joiner. - Clone() joiner + // Clone deep copies a Joiner. + Clone() Joiner } // JoinerType returns the join type of a Joiner. -func JoinerType(j joiner) plannercore.JoinType { +func JoinerType(j Joiner) plannercore.JoinType { switch j.(type) { case *semiJoiner: return plannercore.SemiJoin @@ -135,9 +135,10 @@ func JoinerType(j joiner) plannercore.JoinType { } } -func newJoiner(ctx sessionctx.Context, joinType plannercore.JoinType, +// NewJoiner create a joiner +func NewJoiner(ctx sessionctx.Context, joinType plannercore.JoinType, outerIsRight bool, defaultInner []types.Datum, filter []expression.Expression, - lhsColTypes, rhsColTypes []*types.FieldType, childrenUsed [][]int, isNA bool) joiner { + lhsColTypes, rhsColTypes []*types.FieldType, childrenUsed [][]int, isNA bool) Joiner { base := baseJoiner{ ctx: ctx, conditions: filter, @@ -203,7 +204,7 @@ func newJoiner(ctx sessionctx.Context, joinType plannercore.JoinType, return &innerJoiner{base} } } - panic("unsupported join type in func newJoiner()") + panic("unsupported join type in func NewJoiner()") } type outerRowStatusFlag byte @@ -256,7 +257,7 @@ func (j *baseJoiner) makeShallowJoinRow(isRightJoin bool, inner, outer chunk.Row j.shallowRow.ShallowCopyPartialRow(inner.Len(), outer) } -// filter is used to filter the result constructed by tryToMatchInners, the result is +// filter is used to filter the result constructed by TryToMatchInners, the result is // built by one outer row and multiple inner rows. The returned bool value // indicates whether the outer row matches any inner rows. func (j *baseJoiner) filter(input, output *chunk.Chunk, outerColLen int, lUsed, rUsed []int) (bool, error) { @@ -294,7 +295,7 @@ func (j *baseJoiner) filter(input, output *chunk.Chunk, outerColLen int, lUsed, } // filterAndCheckOuterRowStatus is used to filter the result constructed by -// tryToMatchOuters, the result is built by multiple outer rows and one inner +// TryToMatchOuters, the result is built by multiple outer rows and one inner // row. The returned outerRowStatusFlag slice value indicates the status of // each outer row (matched/unmatched/hasNull). func (j *baseJoiner) filterAndCheckOuterRowStatus( @@ -365,7 +366,7 @@ type semiJoiner struct { baseJoiner } -func (j *semiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +func (j *semiJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -396,7 +397,7 @@ func (j *semiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, ch return false, false, err } -func (j *semiJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *semiJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { outerRowStatus = outerRowStatus[:0] outer, numToAppend := outers.Current(), chk.RequiredRows()-chk.NumRows() if len(j.conditions) == 0 { @@ -426,14 +427,14 @@ func (j *semiJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, ch return outerRowStatus, err } -func (*semiJoiner) onMissMatch(bool, chunk.Row, *chunk.Chunk) {} +func (*semiJoiner) OnMissMatch(bool, chunk.Row, *chunk.Chunk) {} func (j *semiJoiner) isSemiJoinWithoutCondition() bool { return len(j.conditions) == 0 } -// Clone implements joiner interface. -func (j *semiJoiner) Clone() joiner { +// Clone implements Joiner interface. +func (j *semiJoiner) Clone() Joiner { return &semiJoiner{baseJoiner: j.baseJoiner.Clone()} } @@ -457,8 +458,8 @@ type nullAwareAntiSemiJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (naaj *nullAwareAntiSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, _ *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (naaj *nullAwareAntiSemiJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, _ *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { // Step1: inner rows come from NULL-bucket OR Same-Key bucket. (no rows mean not matched) if inners.Len() == 0 { return false, false, nil @@ -488,12 +489,12 @@ func (naaj *nullAwareAntiSemiJoiner) tryToMatchInners(outer chunk.Row, inners ch return false, false, err } -func (*nullAwareAntiSemiJoiner) tryToMatchOuters(_ chunk.Iterator, _ chunk.Row, _ *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { - // todo: use the outer build. +func (*nullAwareAntiSemiJoiner) TryToMatchOuters(_ chunk.Iterator, _ chunk.Row, _ *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { + // todo: use the Outer build. return outerRowStatus, err } -func (naaj *nullAwareAntiSemiJoiner) onMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { +func (naaj *nullAwareAntiSemiJoiner) OnMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { chk.AppendRowByColIdxs(outer, naaj.lUsed) } @@ -501,7 +502,7 @@ func (naaj *nullAwareAntiSemiJoiner) isSemiJoinWithoutCondition() bool { return len(naaj.conditions) == 0 } -func (naaj *nullAwareAntiSemiJoiner) Clone() joiner { +func (naaj *nullAwareAntiSemiJoiner) Clone() Joiner { return &nullAwareAntiSemiJoiner{baseJoiner: naaj.baseJoiner.Clone()} } @@ -509,8 +510,8 @@ type antiSemiJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (j *antiSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, _ *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (j *antiSemiJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, _ *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -538,7 +539,7 @@ func (j *antiSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator return false, hasNull, err } -func (j *antiSemiJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *antiSemiJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { outerRowStatus = outerRowStatus[:0] numToAppend := chk.RequiredRows() - chk.NumRows() if len(j.conditions) == 0 { @@ -566,7 +567,7 @@ func (j *antiSemiJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row return outerRowStatus, err } -func (j *antiSemiJoiner) onMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) { +func (j *antiSemiJoiner) OnMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) { if !hasNull { chk.AppendRowByColIdxs(outer, j.lUsed) } @@ -576,7 +577,7 @@ func (j *antiSemiJoiner) isSemiJoinWithoutCondition() bool { return len(j.conditions) == 0 } -func (j *antiSemiJoiner) Clone() joiner { +func (j *antiSemiJoiner) Clone() Joiner { return &antiSemiJoiner{baseJoiner: j.baseJoiner.Clone()} } @@ -584,8 +585,8 @@ type leftOuterSemiJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (j *leftOuterSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (j *leftOuterSemiJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -615,7 +616,7 @@ func (j *leftOuterSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Ite return false, hasNull, err } -func (j *leftOuterSemiJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *leftOuterSemiJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { outerRowStatus = outerRowStatus[:0] outer, numToAppend := outers.Current(), chk.RequiredRows()-chk.NumRows() if len(j.conditions) == 0 { @@ -651,7 +652,7 @@ func (j *leftOuterSemiJoiner) onMatch(outer chunk.Row, chk *chunk.Chunk) { chk.AppendInt64(lWide, 1) } -func (j *leftOuterSemiJoiner) onMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) { +func (j *leftOuterSemiJoiner) OnMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) { lWide := chk.AppendRowByColIdxs(outer, j.lUsed) if hasNull { chk.AppendNull(lWide) @@ -664,7 +665,7 @@ func (j *leftOuterSemiJoiner) isSemiJoinWithoutCondition() bool { return len(j.conditions) == 0 } -func (j *leftOuterSemiJoiner) Clone() joiner { +func (j *leftOuterSemiJoiner) Clone() Joiner { return &leftOuterSemiJoiner{baseJoiner: j.baseJoiner.Clone()} } @@ -672,7 +673,7 @@ type nullAwareAntiLeftOuterSemiJoiner struct { baseJoiner } -func (naal *nullAwareAntiLeftOuterSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, opt ...NAAJType) (matched bool, _ bool, err error) { +func (naal *nullAwareAntiLeftOuterSemiJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, opt ...NAAJType) (matched bool, _ bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -724,7 +725,7 @@ func (naal *nullAwareAntiLeftOuterSemiJoiner) onMatch(outer chunk.Row, chk *chun } } -func (naal *nullAwareAntiLeftOuterSemiJoiner) onMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { +func (naal *nullAwareAntiLeftOuterSemiJoiner) OnMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { // once come to here, it means we couldn't make it in previous short paths. // cases like: // 1: null/x NOT IN (empty set) @@ -733,7 +734,7 @@ func (naal *nullAwareAntiLeftOuterSemiJoiner) onMissMatch(_ bool, outer chunk.Ro chk.AppendInt64(lWide, 1) } -func (*nullAwareAntiLeftOuterSemiJoiner) tryToMatchOuters(chunk.Iterator, chunk.Row, *chunk.Chunk, []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (*nullAwareAntiLeftOuterSemiJoiner) TryToMatchOuters(chunk.Iterator, chunk.Row, *chunk.Chunk, []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { // todo: return nil, err } @@ -742,7 +743,7 @@ func (naal *nullAwareAntiLeftOuterSemiJoiner) isSemiJoinWithoutCondition() bool return len(naal.conditions) == 0 } -func (naal *nullAwareAntiLeftOuterSemiJoiner) Clone() joiner { +func (naal *nullAwareAntiLeftOuterSemiJoiner) Clone() Joiner { return &nullAwareAntiLeftOuterSemiJoiner{baseJoiner: naal.baseJoiner.Clone()} } @@ -750,8 +751,8 @@ type antiLeftOuterSemiJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (j *antiLeftOuterSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (j *antiLeftOuterSemiJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -781,7 +782,7 @@ func (j *antiLeftOuterSemiJoiner) tryToMatchInners(outer chunk.Row, inners chunk return false, hasNull, err } -func (j *antiLeftOuterSemiJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *antiLeftOuterSemiJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { outerRowStatus = outerRowStatus[:0] outer, numToAppend := outers.Current(), chk.RequiredRows()-chk.NumRows() if len(j.conditions) == 0 { @@ -820,7 +821,7 @@ func (j *antiLeftOuterSemiJoiner) onMatch(outer chunk.Row, chk *chunk.Chunk) { chk.AppendInt64(lWide, 0) } -func (j *antiLeftOuterSemiJoiner) onMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) { +func (j *antiLeftOuterSemiJoiner) OnMissMatch(hasNull bool, outer chunk.Row, chk *chunk.Chunk) { lWide := chk.AppendRowByColIdxs(outer, j.lUsed) if hasNull { chk.AppendNull(lWide) @@ -833,7 +834,7 @@ func (j *antiLeftOuterSemiJoiner) isSemiJoinWithoutCondition() bool { return len(j.conditions) == 0 } -func (j *antiLeftOuterSemiJoiner) Clone() joiner { +func (j *antiLeftOuterSemiJoiner) Clone() Joiner { return &antiLeftOuterSemiJoiner{baseJoiner: j.baseJoiner.Clone()} } @@ -841,8 +842,8 @@ type leftOuterJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (j *leftOuterJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (j *leftOuterJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -877,7 +878,7 @@ func (j *leftOuterJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterato return matched, false, nil } -func (j *leftOuterJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *leftOuterJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { chkForJoin := chk lUsed, rUsed := j.lUsed, j.rUsed var lUsedForFilter, rUsedForFilter []int @@ -907,7 +908,7 @@ func (j *leftOuterJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Ro return j.filterAndCheckOuterRowStatus(chkForJoin, chk, inner.Len(), outerRowStatus, lUsedForFilter, rUsedForFilter) } -func (j *leftOuterJoiner) onMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { +func (j *leftOuterJoiner) OnMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { lWide := chk.AppendRowByColIdxs(outer, j.lUsed) chk.AppendPartialRowByColIdxs(lWide, j.defaultInner, j.rUsed) } @@ -916,7 +917,7 @@ func (*leftOuterJoiner) isSemiJoinWithoutCondition() bool { return false } -func (j *leftOuterJoiner) Clone() joiner { +func (j *leftOuterJoiner) Clone() Joiner { return &leftOuterJoiner{baseJoiner: j.baseJoiner.Clone()} } @@ -924,8 +925,8 @@ type rightOuterJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (j *rightOuterJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (j *rightOuterJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -959,7 +960,7 @@ func (j *rightOuterJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterat return matched, false, nil } -func (j *rightOuterJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *rightOuterJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { chkForJoin := chk lUsed, rUsed := j.lUsed, j.rUsed var lUsedForFilter, rUsedForFilter []int @@ -986,7 +987,7 @@ func (j *rightOuterJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.R return j.filterAndCheckOuterRowStatus(chkForJoin, chk, inner.Len(), outerRowStatus, lUsedForFilter, rUsedForFilter) } -func (j *rightOuterJoiner) onMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { +func (j *rightOuterJoiner) OnMissMatch(_ bool, outer chunk.Row, chk *chunk.Chunk) { lWide := chk.AppendRowByColIdxs(j.defaultInner, j.lUsed) chk.AppendPartialRowByColIdxs(lWide, outer, j.rUsed) } @@ -995,7 +996,7 @@ func (*rightOuterJoiner) isSemiJoinWithoutCondition() bool { return false } -func (j *rightOuterJoiner) Clone() joiner { +func (j *rightOuterJoiner) Clone() Joiner { return &rightOuterJoiner{baseJoiner: j.baseJoiner.Clone()} } @@ -1003,8 +1004,8 @@ type innerJoiner struct { baseJoiner } -// tryToMatchInners implements joiner interface. -func (j *innerJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { +// tryToMatchInners implements Joiner interface. +func (j *innerJoiner) TryToMatchInners(outer chunk.Row, inners chunk.Iterator, chk *chunk.Chunk, _ ...NAAJType) (matched bool, hasNull bool, err error) { if inners.Len() == 0 { return false, false, nil } @@ -1042,7 +1043,7 @@ func (j *innerJoiner) tryToMatchInners(outer chunk.Row, inners chunk.Iterator, c return matched, false, nil } -func (j *innerJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { +func (j *innerJoiner) TryToMatchOuters(outers chunk.Iterator, inner chunk.Row, chk *chunk.Chunk, outerRowStatus []outerRowStatusFlag) (_ []outerRowStatusFlag, err error) { chkForJoin := chk lUsed, rUsed := j.lUsed, j.rUsed var lUsedForFilter, rUsedForFilter []int @@ -1076,12 +1077,12 @@ func (j *innerJoiner) tryToMatchOuters(outers chunk.Iterator, inner chunk.Row, c return j.filterAndCheckOuterRowStatus(chkForJoin, chk, inner.Len(), outerRowStatus, lUsedForFilter, rUsedForFilter) } -func (*innerJoiner) onMissMatch(bool, chunk.Row, *chunk.Chunk) {} +func (*innerJoiner) OnMissMatch(bool, chunk.Row, *chunk.Chunk) {} func (*innerJoiner) isSemiJoinWithoutCondition() bool { return false } -func (j *innerJoiner) Clone() joiner { +func (j *innerJoiner) Clone() Joiner { return &innerJoiner{baseJoiner: j.baseJoiner.Clone()} } diff --git a/pkg/executor/joiner_test.go b/pkg/executor/join/joiner_test.go similarity index 76% rename from pkg/executor/joiner_test.go rename to pkg/executor/join/joiner_test.go index 9cedbb8f95f93..626b129f22d55 100644 --- a/pkg/executor/joiner_test.go +++ b/pkg/executor/join/joiner_test.go @@ -12,19 +12,36 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "math/rand" "testing" + "github.com/pingcap/tidb/pkg/domain" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core" + "github.com/pingcap/tidb/pkg/sessionctx" + "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/chunk" + "github.com/pingcap/tidb/pkg/util/disk" + "github.com/pingcap/tidb/pkg/util/memory" + "github.com/pingcap/tidb/pkg/util/mock" "github.com/stretchr/testify/require" ) +func defaultCtx() sessionctx.Context { + ctx := mock.NewContext() + ctx.GetSessionVars().InitChunkSize = variable.DefInitChunkSize + ctx.GetSessionVars().MaxChunkSize = variable.DefMaxChunkSize + ctx.GetSessionVars().StmtCtx.MemTracker = memory.NewTracker(-1, ctx.GetSessionVars().MemQuotaQuery) + ctx.GetSessionVars().StmtCtx.DiskTracker = disk.NewTracker(-1, -1) + ctx.GetSessionVars().SnapshotTS = uint64(1) + domain.BindDomain(ctx, domain.NewMockDomain()) + return ctx +} + func TestRequiredRows(t *testing.T) { joinTypes := []core.JoinType{core.InnerJoin, core.LeftOuterJoin, core.RightOuterJoin} lTypes := [][]byte{ @@ -54,7 +71,7 @@ func TestRequiredRows(t *testing.T) { for i, f := range rfields { defaultInner = append(defaultInner, innerChk.GetRow(0).GetDatum(i, f)) } - joiner := newJoiner(defaultCtx(), joinType, false, defaultInner, nil, lfields, rfields, nil, false) + joiner := NewJoiner(defaultCtx(), joinType, false, defaultInner, nil, lfields, rfields, nil, false) fields := make([]*types.FieldType, 0, len(lfields)+len(rfields)) fields = append(fields, rfields...) @@ -67,7 +84,7 @@ func TestRequiredRows(t *testing.T) { result.Reset() it := chunk.NewIterator4Chunk(innerChk) it.Begin() - _, _, err := joiner.tryToMatchInners(outerRow, it, result) + _, _, err := joiner.TryToMatchInners(outerRow, it, result) require.NoError(t, err) require.Equal(t, required, result.NumRows()) } diff --git a/pkg/executor/merge_join.go b/pkg/executor/join/merge_join.go similarity index 79% rename from pkg/executor/merge_join.go rename to pkg/executor/join/merge_join.go index 0f7906f2e11e7..7dc647ce6c592 100644 --- a/pkg/executor/merge_join.go +++ b/pkg/executor/join/merge_join.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor +package join import ( "context" @@ -28,6 +28,10 @@ import ( "github.com/pingcap/tidb/pkg/util/memory" ) +var ( + _ exec.Executor = &MergeJoinExec{} +) + // MergeJoinExec implements the merge join algorithm. // This operator assumes that two iterators of both sides // will provide required order on join condition: @@ -38,14 +42,14 @@ import ( type MergeJoinExec struct { exec.BaseExecutor - stmtCtx *stmtctx.StatementContext - compareFuncs []expression.CompareFunc - joiner joiner - isOuterJoin bool - desc bool + StmtCtx *stmtctx.StatementContext + CompareFuncs []expression.CompareFunc + Joiner Joiner + IsOuterJoin bool + Desc bool - innerTable *mergeJoinTable - outerTable *mergeJoinTable + InnerTable *MergeJoinTable + OuterTable *MergeJoinTable hasMatch bool hasNull bool @@ -54,12 +58,13 @@ type MergeJoinExec struct { diskTracker *disk.Tracker } -type mergeJoinTable struct { +// MergeJoinTable is used for merge join +type MergeJoinTable struct { inited bool - isInner bool - childIndex int - joinKeys []*expression.Column - filters []expression.Expression + IsInner bool + ChildIndex int + JoinKeys []*expression.Column + Filters []expression.Expression executed bool childChunk *chunk.Chunk @@ -77,20 +82,20 @@ type mergeJoinTable struct { memTracker *memory.Tracker } -func (t *mergeJoinTable) init(executor *MergeJoinExec) { - child := executor.Children(t.childIndex) +func (t *MergeJoinTable) init(executor *MergeJoinExec) { + child := executor.Children(t.ChildIndex) t.childChunk = exec.TryNewCacheChunk(child) t.childChunkIter = chunk.NewIterator4Chunk(t.childChunk) - items := make([]expression.Expression, 0, len(t.joinKeys)) - for _, col := range t.joinKeys { + items := make([]expression.Expression, 0, len(t.JoinKeys)) + for _, col := range t.JoinKeys { items = append(items, col) } vecEnabled := executor.Ctx().GetSessionVars().EnableVectorizedExpression t.groupChecker = vecgroupchecker.NewVecGroupChecker(executor.Ctx().GetExprCtx().GetEvalCtx(), vecEnabled, items) t.groupRowsIter = chunk.NewIterator4Chunk(t.childChunk) - if t.isInner { + if t.IsInner { t.rowContainer = chunk.NewRowContainer(child.RetFieldTypes(), t.childChunk.Capacity()) t.rowContainer.GetMemTracker().AttachTo(executor.memTracker) t.rowContainer.GetMemTracker().SetLabel(memory.LabelForInnerTable) @@ -116,13 +121,13 @@ func (t *mergeJoinTable) init(executor *MergeJoinExec) { t.memTracker.Consume(t.childChunk.MemoryUsage()) } -func (t *mergeJoinTable) finish() error { +func (t *MergeJoinTable) finish() error { if !t.inited { return nil } t.memTracker.Consume(-t.childChunk.MemoryUsage()) - if t.isInner { + if t.IsInner { failpoint.Inject("testMergeJoinRowContainerSpill", func(val failpoint.Value) { if val.(bool) { actionSpill := t.rowContainer.ActionSpill() @@ -146,10 +151,10 @@ func (t *mergeJoinTable) finish() error { return nil } -func (t *mergeJoinTable) selectNextGroup() { +func (t *MergeJoinTable) selectNextGroup() { t.groupRowsSelected = t.groupRowsSelected[:0] begin, end := t.groupChecker.GetNextGroup() - if t.isInner && t.hasNullInJoinKey(t.childChunk.GetRow(begin)) { + if t.IsInner && t.hasNullInJoinKey(t.childChunk.GetRow(begin)) { return } @@ -159,9 +164,9 @@ func (t *mergeJoinTable) selectNextGroup() { t.childChunk.SetSel(t.groupRowsSelected) } -func (t *mergeJoinTable) fetchNextChunk(ctx context.Context, executor *MergeJoinExec) error { +func (t *MergeJoinTable) fetchNextChunk(ctx context.Context, executor *MergeJoinExec) error { oldMemUsage := t.childChunk.MemoryUsage() - err := exec.Next(ctx, executor.Children(t.childIndex), t.childChunk) + err := exec.Next(ctx, executor.Children(t.ChildIndex), t.childChunk) t.memTracker.Consume(t.childChunk.MemoryUsage() - oldMemUsage) if err != nil { return err @@ -170,7 +175,7 @@ func (t *mergeJoinTable) fetchNextChunk(ctx context.Context, executor *MergeJoin return nil } -func (t *mergeJoinTable) fetchNextInnerGroup(ctx context.Context, exec *MergeJoinExec) error { +func (t *MergeJoinTable) fetchNextInnerGroup(ctx context.Context, exec *MergeJoinExec) error { t.childChunk.SetSel(nil) if err := t.rowContainer.Reset(); err != nil { return err @@ -193,7 +198,7 @@ fetchNext: // For inner table, all the rows have the same join keys should be put into one group. for !t.executed && t.groupChecker.IsExhausted() { if !isEmpty { - // Group is not empty, hand over the management of childChunk to t.rowContainer. + // Group is not empty, hand over the management of childChunk to t.RowContainer. if err := t.rowContainer.Add(t.childChunk); err != nil { return err } @@ -224,7 +229,7 @@ fetchNext: goto fetchNext } - // iterate all data in t.rowContainer and t.childChunk + // iterate all data in t.RowContainer and t.childChunk var iter chunk.Iterator if t.rowContainer.NumChunks() != 0 { iter = chunk.NewIterator4RowContainer(t.rowContainer) @@ -241,7 +246,7 @@ fetchNext: return nil } -func (t *mergeJoinTable) fetchNextOuterGroup(ctx context.Context, exec *MergeJoinExec, requiredRows int) error { +func (t *MergeJoinTable) fetchNextOuterGroup(ctx context.Context, exec *MergeJoinExec, requiredRows int) error { if t.executed && t.groupChecker.IsExhausted() { return nil } @@ -249,7 +254,7 @@ func (t *mergeJoinTable) fetchNextOuterGroup(ctx context.Context, exec *MergeJoi if !t.executed && t.groupChecker.IsExhausted() { // It's hard to calculate selectivity if there is any filter or it's inner join, // so we just push the requiredRows down when it's outer join and has no filter. - if exec.isOuterJoin && len(t.filters) == 0 { + if exec.IsOuterJoin && len(t.Filters) == 0 { t.childChunk.SetRequiredRows(requiredRows, exec.MaxChunkSize()) } err := t.fetchNextChunk(ctx, exec) @@ -258,7 +263,7 @@ func (t *mergeJoinTable) fetchNextOuterGroup(ctx context.Context, exec *MergeJoi } t.childChunkIter.Begin() - t.filtersSelected, err = expression.VectorizedFilter(exec.Ctx().GetExprCtx().GetEvalCtx(), exec.Ctx().GetSessionVars().EnableVectorizedExpression, t.filters, t.childChunkIter, t.filtersSelected) + t.filtersSelected, err = expression.VectorizedFilter(exec.Ctx().GetExprCtx().GetEvalCtx(), exec.Ctx().GetSessionVars().EnableVectorizedExpression, t.Filters, t.childChunkIter, t.filtersSelected) if err != nil { return err } @@ -274,8 +279,8 @@ func (t *mergeJoinTable) fetchNextOuterGroup(ctx context.Context, exec *MergeJoi return nil } -func (t *mergeJoinTable) hasNullInJoinKey(row chunk.Row) bool { - for _, col := range t.joinKeys { +func (t *MergeJoinTable) hasNullInJoinKey(row chunk.Row) bool { + for _, col := range t.JoinKeys { ordinal := col.Index if row.IsNull(ordinal) { return true @@ -286,10 +291,10 @@ func (t *mergeJoinTable) hasNullInJoinKey(row chunk.Row) bool { // Close implements the Executor Close interface. func (e *MergeJoinExec) Close() error { - if err := e.innerTable.finish(); err != nil { + if err := e.InnerTable.finish(); err != nil { return err } - if err := e.outerTable.finish(); err != nil { + if err := e.OuterTable.finish(); err != nil { return err } @@ -311,8 +316,8 @@ func (e *MergeJoinExec) Open(ctx context.Context) error { e.diskTracker = disk.NewTracker(e.ID(), -1) e.diskTracker.AttachTo(e.Ctx().GetSessionVars().StmtCtx.DiskTracker) - e.innerTable.init(e) - e.outerTable.init(e) + e.InnerTable.init(e) + e.OuterTable.init(e) return nil } @@ -322,28 +327,28 @@ func (e *MergeJoinExec) Open(ctx context.Context) error { func (e *MergeJoinExec) Next(ctx context.Context, req *chunk.Chunk) (err error) { req.Reset() - innerIter := e.innerTable.groupRowsIter - outerIter := e.outerTable.groupRowsIter + innerIter := e.InnerTable.groupRowsIter + outerIter := e.OuterTable.groupRowsIter for !req.IsFull() { failpoint.Inject("ConsumeRandomPanic", nil) if innerIter.Current() == innerIter.End() { - if err := e.innerTable.fetchNextInnerGroup(ctx, e); err != nil { + if err := e.InnerTable.fetchNextInnerGroup(ctx, e); err != nil { return err } - innerIter = e.innerTable.groupRowsIter + innerIter = e.InnerTable.groupRowsIter } if outerIter.Current() == outerIter.End() { - if err := e.outerTable.fetchNextOuterGroup(ctx, e, req.RequiredRows()-req.NumRows()); err != nil { + if err := e.OuterTable.fetchNextOuterGroup(ctx, e, req.RequiredRows()-req.NumRows()); err != nil { return err } - outerIter = e.outerTable.groupRowsIter - if e.outerTable.executed { + outerIter = e.OuterTable.groupRowsIter + if e.OuterTable.executed { return nil } } cmpResult := -1 - if e.desc { + if e.Desc { cmpResult = 1 } if innerIter.Current() != innerIter.End() { @@ -353,27 +358,27 @@ func (e *MergeJoinExec) Next(ctx context.Context, req *chunk.Chunk) (err error) } } // the inner group falls behind - if (cmpResult > 0 && !e.desc) || (cmpResult < 0 && e.desc) { + if (cmpResult > 0 && !e.Desc) || (cmpResult < 0 && e.Desc) { innerIter.ReachEnd() continue } - // the outer group falls behind - if (cmpResult < 0 && !e.desc) || (cmpResult > 0 && e.desc) { + // the Outer group falls behind + if (cmpResult < 0 && !e.Desc) || (cmpResult > 0 && e.Desc) { for row := outerIter.Current(); row != outerIter.End() && !req.IsFull(); row = outerIter.Next() { - e.joiner.onMissMatch(false, row, req) + e.Joiner.OnMissMatch(false, row, req) } continue } for row := outerIter.Current(); row != outerIter.End() && !req.IsFull(); row = outerIter.Next() { - if !e.outerTable.filtersSelected[row.Idx()] { - e.joiner.onMissMatch(false, row, req) + if !e.OuterTable.filtersSelected[row.Idx()] { + e.Joiner.OnMissMatch(false, row, req) continue } - // compare each outer item with each inner item + // compare each Outer item with each inner item // the inner maybe not exhausted at one time for innerIter.Current() != innerIter.End() { - matched, isNull, err := e.joiner.tryToMatchInners(row, innerIter, req) + matched, isNull, err := e.Joiner.TryToMatchInners(row, innerIter, req) if err != nil { return err } @@ -388,7 +393,7 @@ func (e *MergeJoinExec) Next(ctx context.Context, req *chunk.Chunk) (err error) } if !e.hasMatch { - e.joiner.onMissMatch(e.hasNull, row, req) + e.Joiner.OnMissMatch(e.hasNull, row, req) } e.hasMatch = false e.hasNull = false @@ -399,10 +404,10 @@ func (e *MergeJoinExec) Next(ctx context.Context, req *chunk.Chunk) (err error) } func (e *MergeJoinExec) compare(outerRow, innerRow chunk.Row) (int, error) { - outerJoinKeys := e.outerTable.joinKeys - innerJoinKeys := e.innerTable.joinKeys + outerJoinKeys := e.OuterTable.JoinKeys + innerJoinKeys := e.InnerTable.JoinKeys for i := range outerJoinKeys { - cmp, _, err := e.compareFuncs[i](e.Ctx().GetExprCtx().GetEvalCtx(), outerJoinKeys[i], innerJoinKeys[i], outerRow, innerRow) + cmp, _, err := e.CompareFuncs[i](e.Ctx().GetExprCtx().GetEvalCtx(), outerJoinKeys[i], innerJoinKeys[i], outerRow, innerRow) if err != nil { return 0, err } diff --git a/pkg/executor/merge_join_test.go b/pkg/executor/join/merge_join_test.go similarity index 98% rename from pkg/executor/merge_join_test.go rename to pkg/executor/join/merge_join_test.go index 420b7af8e126a..e314fd98b3928 100644 --- a/pkg/executor/merge_join_test.go +++ b/pkg/executor/join/merge_join_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package executor_test +package join_test import ( "bytes" @@ -39,9 +39,9 @@ func checkMergeAndRun(tk *testkit.TestKit, t *testing.T, sql string) *testkit.Re } func TestShuffleMergeJoinInDisk(t *testing.T) { - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testMergeJoinRowContainerSpill", "return(true)")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testMergeJoinRowContainerSpill", "return(true)")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testMergeJoinRowContainerSpill")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testMergeJoinRowContainerSpill")) }() store, dom := testkit.CreateMockStoreAndDomain(t) tk := testkit.NewTestKit(t, store) @@ -85,9 +85,9 @@ func TestMergeJoinInDisk(t *testing.T) { conf.TempStoragePath = t.TempDir() }) - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testMergeJoinRowContainerSpill", "return(true)")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testMergeJoinRowContainerSpill", "return(true)")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testMergeJoinRowContainerSpill")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testMergeJoinRowContainerSpill")) }() store, dom := testkit.CreateMockStoreAndDomain(t) tk := testkit.NewTestKit(t, store) diff --git a/pkg/executor/join_pkg_test.go b/pkg/executor/join_pkg_test.go index 7f766735d4972..335e959e1c22b 100644 --- a/pkg/executor/join_pkg_test.go +++ b/pkg/executor/join_pkg_test.go @@ -17,7 +17,6 @@ package executor import ( "context" "testing" - "time" "github.com/pingcap/failpoint" "github.com/pingcap/tidb/pkg/executor/internal/exec" @@ -29,9 +28,9 @@ import ( ) func TestJoinExec(t *testing.T) { - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testRowContainerSpill", "return(true)")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testRowContainerSpill", "return(true)")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testRowContainerSpill")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testRowContainerSpill")) }() colTypes := []*types.FieldType{ types.NewFieldType(mysql.TypeLonglong), @@ -77,7 +76,7 @@ func TestJoinExec(t *testing.T) { } result.Append(chk, 0, chk.NumRows()) } - require.Equal(t, casTest.disk, executor.rowContainer.alreadySpilledSafeForTest()) + require.Equal(t, casTest.disk, executor.RowContainer.AlreadySpilledSafeForTest()) err = executor.Close() require.NoError(t, err) } @@ -111,40 +110,3 @@ func TestJoinExec(t *testing.T) { } } } - -func TestHashJoinRuntimeStats(t *testing.T) { - stats := &hashJoinRuntimeStats{ - fetchAndBuildHashTable: 2 * time.Second, - hashStat: hashStatistic{ - probeCollision: 1, - buildTableElapse: time.Millisecond * 100, - }, - fetchAndProbe: int64(5 * time.Second), - probe: int64(4 * time.Second), - concurrent: 4, - maxFetchAndProbe: int64(2 * time.Second), - } - require.Equal(t, "build_hash_table:{total:2s, fetch:1.9s, build:100ms}, probe:{concurrency:4, total:5s, max:2s, probe:4s, fetch and wait:1s, probe_collision:1}", stats.String()) - require.Equal(t, stats.Clone().String(), stats.String()) - stats.Merge(stats.Clone()) - require.Equal(t, "build_hash_table:{total:4s, fetch:3.8s, build:200ms}, probe:{concurrency:4, total:10s, max:2s, probe:8s, fetch and wait:2s, probe_collision:2}", stats.String()) -} - -func TestIndexJoinRuntimeStats(t *testing.T) { - stats := indexLookUpJoinRuntimeStats{ - concurrency: 5, - probe: int64(time.Second), - innerWorker: innerWorkerRuntimeStats{ - totalTime: int64(time.Second * 5), - task: 16, - construct: int64(100 * time.Millisecond), - fetch: int64(300 * time.Millisecond), - build: int64(250 * time.Millisecond), - join: int64(150 * time.Millisecond), - }, - } - require.Equal(t, "inner:{total:5s, concurrency:5, task:16, construct:100ms, fetch:300ms, build:250ms, join:150ms}, probe:1s", stats.String()) - require.Equal(t, stats.Clone().String(), stats.String()) - stats.Merge(stats.Clone()) - require.Equal(t, "inner:{total:10s, concurrency:5, task:32, construct:200ms, fetch:600ms, build:500ms, join:300ms}, probe:2s", stats.String()) -} diff --git a/pkg/executor/mem_reader.go b/pkg/executor/mem_reader.go index 2b3534edfca24..1f32e6b3654e8 100644 --- a/pkg/executor/mem_reader.go +++ b/pkg/executor/mem_reader.go @@ -16,6 +16,7 @@ package executor import ( "context" + "math" "slices" "github.com/pingcap/errors" @@ -50,18 +51,19 @@ var ( ) type memIndexReader struct { - ctx sessionctx.Context - index *model.IndexInfo - table *model.TableInfo - kvRanges []kv.KeyRange - conditions []expression.Expression - addedRows [][]types.Datum - addedRowsLen int - retFieldTypes []*types.FieldType - outputOffset []int - cacheTable kv.MemBuffer - keepOrder bool - physTblIDIdx int + ctx sessionctx.Context + index *model.IndexInfo + table *model.TableInfo + kvRanges []kv.KeyRange + conditions []expression.Expression + addedRows [][]types.Datum + addedRowsLen int + retFieldTypes []*types.FieldType + outputOffset []int + cacheTable kv.MemBuffer + keepOrder bool + physTblIDIdx int + partitionIDMap map[int64]struct{} compareExec } @@ -73,22 +75,21 @@ func buildMemIndexReader(ctx context.Context, us *UnionScanExec, idxReader *Inde outputOffset = append(outputOffset, col.Index) } if us.desc { - for i, j := 0, len(kvRanges)-1; i < j; i, j = i+1, j-1 { - kvRanges[i], kvRanges[j] = kvRanges[j], kvRanges[i] - } + slices.Reverse(kvRanges) } return &memIndexReader{ - ctx: us.Ctx(), - index: idxReader.index, - table: idxReader.table.Meta(), - kvRanges: kvRanges, - conditions: us.conditions, - retFieldTypes: exec.RetTypes(us), - outputOffset: outputOffset, - cacheTable: us.cacheTable, - keepOrder: us.keepOrder, - compareExec: us.compareExec, - physTblIDIdx: us.physTblIDIdx, + ctx: us.Ctx(), + index: idxReader.index, + table: idxReader.table.Meta(), + kvRanges: kvRanges, + conditions: us.conditions, + retFieldTypes: exec.RetTypes(us), + outputOffset: outputOffset, + cacheTable: us.cacheTable, + keepOrder: us.keepOrder, + compareExec: us.compareExec, + physTblIDIdx: us.physTblIDIdx, + partitionIDMap: us.partitionIDMap, } } @@ -184,7 +185,8 @@ func (m *memIndexReader) getMemRows(ctx context.Context) ([][]types.Datum, error func (m *memIndexReader) decodeIndexKeyValue(key, value []byte, tps []*types.FieldType, colInfos []rowcodec.ColInfo) ([]types.Datum, error) { hdStatus := tablecodec.HandleDefault - if mysql.HasUnsignedFlag(tps[len(tps)-1].GetFlag()) { + // `HandleIsUnsigned` only affects IntHandle which always has one column. + if mysql.HasUnsignedFlag(tps[len(m.index.Columns)].GetFlag()) { hdStatus = tablecodec.HandleIsUnsigned } values, err := tablecodec.DecodeIndexKV(key, value, len(m.index.Columns), hdStatus, colInfos) @@ -192,13 +194,24 @@ func (m *memIndexReader) decodeIndexKeyValue(key, value []byte, tps []*types.Fie return nil, errors.Trace(err) } + physTblIDColumnIdx := math.MaxInt64 + if m.physTblIDIdx >= 0 { + physTblIDColumnIdx = m.outputOffset[m.physTblIDIdx] + } + ds := make([]types.Datum, 0, len(m.outputOffset)) for i, offset := range m.outputOffset { + // The `value` slice doesn't contain the value of `physTblID`, it fills by `tablecodec.DecodeKeyHead` function. + // For example, the schema is `[a, b, physTblID, c]`, `value` is `[v_a, v_b, v_c]`, `outputOffset` is `[0, 1, 2, 3]` + // when we want the value of `c`, we should recalculate the offset of `c` by `offset - 1`. if m.physTblIDIdx == i { tid, _, _, _ := tablecodec.DecodeKeyHead(key) ds = append(ds, types.NewIntDatum(tid)) continue } + if offset > physTblIDColumnIdx { + offset = offset - 1 + } d, err := tablecodec.DecodeColumnValue(values[offset], tps[offset], m.ctx.GetSessionVars().Location()) if err != nil { return nil, err @@ -266,9 +279,7 @@ func buildMemTableReader(ctx context.Context, us *UnionScanExec, kvRanges []kv.K cd := NewRowDecoder(us.Ctx(), us.Schema(), us.table.Meta()) rd := rowcodec.NewByteDecoder(colInfo, pkColIDs, defVal, us.Ctx().GetSessionVars().Location()) if us.desc { - for i, j := 0, len(kvRanges)-1; i < j; i, j = i+1, j-1 { - kvRanges[i], kvRanges[j] = kvRanges[j], kvRanges[i] - } + slices.Reverse(kvRanges) } return &memTableReader{ ctx: us.Ctx(), @@ -643,6 +654,12 @@ func (m *memIndexReader) getMemRowsHandle() ([]kv.Handle, error) { return err } } + // filter key/value by partitition id + if ph, ok := handle.(kv.PartitionHandle); ok { + if _, exist := m.partitionIDMap[ph.PartitionID]; !exist { + return nil + } + } handles = append(handles, handle) return nil }) @@ -679,13 +696,14 @@ func buildMemIndexLookUpReader(ctx context.Context, us *UnionScanExec, idxLookUp kvRanges := idxLookUpReader.kvRanges outputOffset := []int{len(idxLookUpReader.index.Columns)} memIdxReader := &memIndexReader{ - ctx: us.Ctx(), - index: idxLookUpReader.index, - table: idxLookUpReader.table.Meta(), - kvRanges: kvRanges, - retFieldTypes: exec.RetTypes(us), - outputOffset: outputOffset, - cacheTable: us.cacheTable, + ctx: us.Ctx(), + index: idxLookUpReader.index, + table: idxLookUpReader.table.Meta(), + kvRanges: kvRanges, + retFieldTypes: exec.RetTypes(us), + outputOffset: outputOffset, + cacheTable: us.cacheTable, + partitionIDMap: us.partitionIDMap, } return &memIndexLookUpReader{ @@ -823,13 +841,14 @@ func buildMemIndexMergeReader(ctx context.Context, us *UnionScanExec, indexMerge } else { outputOffset := []int{len(indexMergeReader.indexes[i].Columns)} memReaders = append(memReaders, &memIndexReader{ - ctx: us.Ctx(), - index: indexMergeReader.indexes[i], - table: indexMergeReader.table.Meta(), - kvRanges: nil, - compareExec: compareExec{desc: indexMergeReader.descs[i]}, - retFieldTypes: exec.RetTypes(us), - outputOffset: outputOffset, + ctx: us.Ctx(), + index: indexMergeReader.indexes[i], + table: indexMergeReader.table.Meta(), + kvRanges: nil, + compareExec: compareExec{desc: indexMergeReader.descs[i]}, + retFieldTypes: exec.RetTypes(us), + outputOffset: outputOffset, + partitionIDMap: indexMergeReader.partitionIDMap, }) } } @@ -961,6 +980,15 @@ func (iter *memRowsIterForIndex) Next() ([]types.Datum, error) { continue } + // filter key/value by partitition id + if iter.index.Global { + seg := tablecodec.SplitIndexValue(value) + _, pid, _ := codec.DecodeInt(seg.PartitionID) + if _, exists := iter.partitionIDMap[pid]; !exists { + continue + } + } + data, err := iter.memIndexReader.decodeIndexKeyValue(key, value, iter.tps, iter.colInfos) if err != nil { return nil, err @@ -988,49 +1016,78 @@ func (m *memIndexMergeReader) getMemRowsIter(ctx context.Context) (memRowsIter, return &defaultRowsIter{data: data}, nil } -func (m *memIndexMergeReader) getMemRows(ctx context.Context) ([][]types.Datum, error) { - r, ctx := tracing.StartRegionEx(ctx, "memIndexMergeReader.getMemRows") - defer r.End() - tbls := []table.Table{m.table} - // [partNum][indexNum][rangeNum] - var kvRanges [][][]kv.KeyRange - if m.partitionMode { - tbls = tbls[:0] - for _, p := range m.partitionTables { - tbls = append(tbls, p) +func (m *memIndexMergeReader) getHandles() (handles []kv.Handle, err error) { + hMap := kv.NewHandleMap() + // loop each memReaders and fill handle map + for i, reader := range m.memReaders { + // [partitionNum][rangeNum] + var readerKvRanges [][]kv.KeyRange + if m.partitionMode { + readerKvRanges = m.partitionKVRanges[i] + } else { + readerKvRanges = [][]kv.KeyRange{m.indexMergeReader.keyRanges[i]} + } + for j, kr := range readerKvRanges { + switch r := reader.(type) { + case *memTableReader: + r.kvRanges = kr + case *memIndexReader: + r.kvRanges = kr + default: + return nil, errors.New("memReader have to be memTableReader or memIndexReader") + } + handles, err := reader.getMemRowsHandle() + if err != nil { + return nil, err + } + // Filter same row. + for _, handle := range handles { + if _, ok := handle.(kv.PartitionHandle); !ok && m.partitionMode { + pid := m.partitionTables[j].GetPhysicalID() + handle = kv.NewPartitionHandle(pid, handle) + } + if v, ok := hMap.Get(handle); !ok { + cnt := 1 + hMap.Set(handle, &cnt) + } else { + *(v.(*int))++ + } + } } - kvRanges = m.partitionKVRanges - } else { - kvRanges = append(kvRanges, m.indexMergeReader.keyRanges) - } - if len(kvRanges) != len(tbls) { - return nil, errors.Errorf("length of tbls(size: %d) should be equals to length of kvRanges(size: %d)", len(tbls), len(kvRanges)) } - tblKVRanges := make([]kv.KeyRange, 0, 16) - numHandles := 0 - var handles []kv.Handle - var err error - for i, tbl := range tbls { + // process handle map, return handles meets the requirements (union or intersection) + hMap.Range(func(h kv.Handle, val any) bool { if m.isIntersection { - handles, err = m.intersectionHandles(kvRanges[i]) + if *(val.(*int)) == len(m.memReaders) { + handles = append(handles, h) + } } else { - handles, err = m.unionHandles(kvRanges[i]) - } - if err != nil { - return nil, err - } - if len(handles) == 0 { - continue + handles = append(handles, h) } - numHandles += len(handles) - ranges, _ := distsql.TableHandlesToKVRanges(getPhysicalTableID(tbl), handles) - tblKVRanges = append(tblKVRanges, ranges...) + return true + }) + + return handles, nil +} + +func (m *memIndexMergeReader) getMemRows(ctx context.Context) ([][]types.Datum, error) { + r, ctx := tracing.StartRegionEx(ctx, "memIndexMergeReader.getMemRows") + defer r.End() + + handles, err := m.getHandles() + if err != nil || len(handles) == 0 { + return nil, err } - if numHandles == 0 { - return nil, nil + var tblKVRanges []kv.KeyRange + if m.partitionMode { + // `tid` for partition handle is useless, so use 0 here. + tblKVRanges, _ = distsql.TableHandlesToKVRanges(0, handles) + } else { + tblKVRanges, _ = distsql.TableHandlesToKVRanges(getPhysicalTableID(m.table), handles) } + colIDs, pkColIDs, rd := getColIDAndPkColIDs(m.ctx, m.table, m.columns) memTblReader := &memTableReader{ @@ -1039,7 +1096,7 @@ func (m *memIndexMergeReader) getMemRows(ctx context.Context) ([][]types.Datum, columns: m.columns, kvRanges: tblKVRanges, conditions: m.conditions, - addedRows: make([][]types.Datum, 0, numHandles), + addedRows: make([][]types.Datum, 0, len(handles)), retFieldTypes: m.retFieldTypes, colIDs: colIDs, pkColIDs: pkColIDs, @@ -1069,75 +1126,6 @@ func (m *memIndexMergeReader) getMemRows(ctx context.Context) ([][]types.Datum, return rows, err } -// Union all handles of all partial paths. -func (m *memIndexMergeReader) unionHandles(kvRanges [][]kv.KeyRange) (finalHandles []kv.Handle, err error) { - if len(m.memReaders) != len(kvRanges) { - return nil, errors.Errorf("len(kvRanges) should be equal to len(memReaders)") - } - - hMap := kv.NewHandleMap() - var handles []kv.Handle - for i, reader := range m.memReaders { - switch r := reader.(type) { - case *memTableReader: - r.kvRanges = kvRanges[i] - case *memIndexReader: - r.kvRanges = kvRanges[i] - default: - return nil, errors.New("memReader have to be memTableReader or memIndexReader") - } - if handles, err = reader.getMemRowsHandle(); err != nil { - return nil, err - } - // Filter same row. - for _, h := range handles { - if _, ok := hMap.Get(h); !ok { - finalHandles = append(finalHandles, h) - hMap.Set(h, true) - } - } - } - return finalHandles, nil -} - -// Intersect handles of each partial paths. -func (m *memIndexMergeReader) intersectionHandles(kvRanges [][]kv.KeyRange) (finalHandles []kv.Handle, err error) { - if len(m.memReaders) != len(kvRanges) { - return nil, errors.Errorf("len(kvRanges) should be equal to len(memReaders)") - } - - hMap := kv.NewHandleMap() - var handles []kv.Handle - for i, reader := range m.memReaders { - switch r := reader.(type) { - case *memTableReader: - r.kvRanges = kvRanges[i] - case *memIndexReader: - r.kvRanges = kvRanges[i] - default: - return nil, errors.New("memReader have to be memTableReader or memIndexReader") - } - if handles, err = reader.getMemRowsHandle(); err != nil { - return nil, err - } - for _, h := range handles { - if cntPtr, ok := hMap.Get(h); !ok { - cnt := 1 - hMap.Set(h, &cnt) - } else { - *(cntPtr.(*int))++ - } - } - } - hMap.Range(func(h kv.Handle, val any) bool { - if *(val.(*int)) == len(m.memReaders) { - finalHandles = append(finalHandles, h) - } - return true - }) - return finalHandles, nil -} - func (*memIndexMergeReader) getMemRowsHandle() ([]kv.Handle, error) { return nil, errors.New("getMemRowsHandle has not been implemented for memIndexMergeReader") } diff --git a/pkg/executor/metrics_reader.go b/pkg/executor/metrics_reader.go index 5a214b3a9b61b..31a0073148584 100644 --- a/pkg/executor/metrics_reader.go +++ b/pkg/executor/metrics_reader.go @@ -30,6 +30,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" plannercore "github.com/pingcap/tidb/pkg/planner/core" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util" @@ -188,7 +189,7 @@ type MetricsSummaryRetriever struct { dummyCloser table *model.TableInfo extractor *plannercore.MetricSummaryTableExtractor - timeRange plannercore.QueryTimeRange + timeRange plannerutil.QueryTimeRange retrieved bool } @@ -265,7 +266,7 @@ type MetricsSummaryByLabelRetriever struct { dummyCloser table *model.TableInfo extractor *plannercore.MetricSummaryTableExtractor - timeRange plannercore.QueryTimeRange + timeRange plannerutil.QueryTimeRange retrieved bool } diff --git a/pkg/executor/parallel_apply.go b/pkg/executor/parallel_apply.go index 8bb9eb70993b8..03820652df933 100644 --- a/pkg/executor/parallel_apply.go +++ b/pkg/executor/parallel_apply.go @@ -23,6 +23,7 @@ import ( "github.com/pingcap/failpoint" "github.com/pingcap/tidb/pkg/executor/internal/applycache" "github.com/pingcap/tidb/pkg/executor/internal/exec" + "github.com/pingcap/tidb/pkg/executor/join" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/parser/terror" "github.com/pingcap/tidb/pkg/util" @@ -66,7 +67,7 @@ type ParallelNestedLoopApplyExec struct { outerRow []*chunk.Row hasMatch []bool hasNull []bool - joiners []joiner + joiners []join.Joiner // fields about concurrency control concurrency int @@ -177,15 +178,15 @@ func (e *ParallelNestedLoopApplyExec) Close() error { err := exec.Close(e.outerExec) if e.RuntimeStats() != nil { - runtimeStats := newJoinRuntimeStats() + runtimeStats := join.NewJoinRuntimeStats() if e.useCache { var hitRatio float64 if e.cacheAccessCounter > 0 { hitRatio = float64(e.cacheHitCounter) / float64(e.cacheAccessCounter) } - runtimeStats.setCacheInfo(true, hitRatio) + runtimeStats.SetCacheInfo(true, hitRatio) } else { - runtimeStats.setCacheInfo(false, 0) + runtimeStats.SetCacheInfo(false, 0) } runtimeStats.SetConcurrencyInfo(execdetails.NewConcurrencyInfo("Concurrency", e.concurrency)) defer e.Ctx().GetSessionVars().StmtCtx.RuntimeStatsColl.RegisterStats(e.ID(), runtimeStats) @@ -355,7 +356,7 @@ func (e *ParallelNestedLoopApplyExec) fetchNextOuterRow(id int, req *chunk.Chunk } if !outerRow.selected { if e.outer { - e.joiners[id].onMissMatch(false, *outerRow.row, req) + e.joiners[id].OnMissMatch(false, *outerRow.row, req) if req.IsFull() { return nil, false } @@ -374,7 +375,7 @@ func (e *ParallelNestedLoopApplyExec) fillInnerChunk(ctx context.Context, id int for { if e.innerIter[id] == nil || e.innerIter[id].Current() == e.innerIter[id].End() { if e.outerRow[id] != nil && !e.hasMatch[id] { - e.joiners[id].onMissMatch(e.hasNull[id], *e.outerRow[id], req) + e.joiners[id].OnMissMatch(e.hasNull[id], *e.outerRow[id], req) } var exit bool e.outerRow[id], exit = e.fetchNextOuterRow(id, req) @@ -393,7 +394,7 @@ func (e *ParallelNestedLoopApplyExec) fillInnerChunk(ctx context.Context, id int e.innerIter[id].Begin() } - matched, isNull, err := e.joiners[id].tryToMatchInners(*e.outerRow[id], e.innerIter[id], req) + matched, isNull, err := e.joiners[id].TryToMatchInners(*e.outerRow[id], e.innerIter[id], req) e.hasMatch[id] = e.hasMatch[id] || matched e.hasNull[id] = e.hasNull[id] || isNull diff --git a/pkg/executor/pkg_test.go b/pkg/executor/pkg_test.go index 3d9a45e9b34b9..6ae1f0c3f29f5 100644 --- a/pkg/executor/pkg_test.go +++ b/pkg/executor/pkg_test.go @@ -21,6 +21,7 @@ import ( "github.com/pingcap/tidb/pkg/executor/internal/exec" "github.com/pingcap/tidb/pkg/executor/internal/testutil" + "github.com/pingcap/tidb/pkg/executor/join" "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/mysql" @@ -62,22 +63,22 @@ func TestNestedLoopApply(t *testing.T) { outerFilter := expression.NewFunctionInternal(sctx, ast.LT, types.NewFieldType(mysql.TypeTiny), col0, con) innerFilter := outerFilter.Clone() otherFilter := expression.NewFunctionInternal(sctx, ast.EQ, types.NewFieldType(mysql.TypeTiny), col0, col1) - joiner := newJoiner(sctx, plannercore.InnerJoin, false, + joiner := join.NewJoiner(sctx, plannercore.InnerJoin, false, make([]types.Datum, innerExec.Schema().Len()), []expression.Expression{otherFilter}, exec.RetTypes(outerExec), exec.RetTypes(innerExec), nil, false) joinSchema := expression.NewSchema(col0, col1) - join := &NestedLoopApplyExec{ + join := &join.NestedLoopApplyExec{ BaseExecutor: exec.NewBaseExecutor(sctx, joinSchema, 0), - outerExec: outerExec, - innerExec: innerExec, - outerFilter: []expression.Expression{outerFilter}, - innerFilter: []expression.Expression{innerFilter}, - joiner: joiner, - ctx: sctx, + OuterExec: outerExec, + InnerExec: innerExec, + OuterFilter: []expression.Expression{outerFilter}, + InnerFilter: []expression.Expression{innerFilter}, + Joiner: joiner, + Sctx: sctx, } - join.innerList = chunk.NewList(exec.RetTypes(innerExec), innerExec.InitCap(), innerExec.MaxChunkSize()) - join.innerChunk = exec.NewFirstChunk(innerExec) - join.outerChunk = exec.NewFirstChunk(outerExec) + join.InnerList = chunk.NewList(exec.RetTypes(innerExec), innerExec.InitCap(), innerExec.MaxChunkSize()) + join.InnerChunk = exec.NewFirstChunk(innerExec) + join.OuterChunk = exec.NewFirstChunk(outerExec) joinChk := exec.NewFirstChunk(join) it := chunk.NewIterator4Chunk(joinChk) for rowIdx := 1; ; { diff --git a/pkg/executor/point_get.go b/pkg/executor/point_get.go index ec7f7be4245a0..3e8b0c1c843de 100644 --- a/pkg/executor/point_get.go +++ b/pkg/executor/point_get.go @@ -17,6 +17,8 @@ package executor import ( "context" "fmt" + "sort" + "strconv" "github.com/pingcap/errors" "github.com/pingcap/failpoint" @@ -387,19 +389,122 @@ func (e *PointGetExecutor) Next(ctx context.Context, req *chunk.Chunk) error { } return nil } - err = DecodeRowValToChunk(e.BaseExecutor.Ctx(), e.Schema(), e.tblInfo, e.handle, val, req, e.rowDecoder) + + sctx := e.BaseExecutor.Ctx() + schema := e.Schema() + err = DecodeRowValToChunk(sctx, schema, e.tblInfo, e.handle, val, req, e.rowDecoder) + if err != nil { + return err + } + + err = fillRowChecksum(sctx, 0, 1, schema, e.tblInfo, [][]byte{val}, []kv.Handle{e.handle}, req, nil) if err != nil { return err } err = table.FillVirtualColumnValue(e.virtualColumnRetFieldTypes, e.virtualColumnIndex, - e.Schema().Columns, e.columns, e.Ctx().GetExprCtx(), req) + schema.Columns, e.columns, sctx.GetExprCtx(), req) if err != nil { return err } return nil } +func shouldFillRowChecksum(schema *expression.Schema) (int, bool) { + for idx, col := range schema.Columns { + if col.ID == model.ExtraRowChecksumID { + return idx, true + } + } + return 0, false +} + +func fillRowChecksum( + sctx sessionctx.Context, + start, end int, + schema *expression.Schema, tblInfo *model.TableInfo, + values [][]byte, handles []kv.Handle, + req *chunk.Chunk, buf []byte, +) error { + checksumColumnIndex, ok := shouldFillRowChecksum(schema) + if !ok { + return nil + } + + var handleColIDs []int64 + if tblInfo.PKIsHandle { + colInfo := tblInfo.GetPkColInfo() + handleColIDs = []int64{colInfo.ID} + } else if tblInfo.IsCommonHandle { + pkIdx := tables.FindPrimaryIndex(tblInfo) + for _, col := range pkIdx.Columns { + colInfo := tblInfo.Columns[col.Offset] + handleColIDs = append(handleColIDs, colInfo.ID) + } + } + + columnFt := make(map[int64]*types.FieldType) + for idx := range tblInfo.Columns { + col := tblInfo.Columns[idx] + columnFt[col.ID] = &col.FieldType + } + tz := sctx.GetSessionVars().TimeZone + ft := []*types.FieldType{schema.Columns[checksumColumnIndex].GetType()} + checksumCols := chunk.NewChunkWithCapacity(ft, req.Capacity()) + for i := start; i < end; i++ { + handle, val := handles[i], values[i] + if !rowcodec.IsNewFormat(val) { + checksumCols.AppendNull(0) + continue + } + datums, err := tablecodec.DecodeRowWithMapNew(val, columnFt, tz, nil) + if err != nil { + return err + } + datums, err = tablecodec.DecodeHandleToDatumMap(handle, handleColIDs, columnFt, tz, datums) + if err != nil { + return err + } + for _, col := range tblInfo.Columns { + // cannot found from the datums, which means the data is not stored, this + // may happen after `add column` executed, filling with the default value. + _, ok := datums[col.ID] + if !ok { + colInfo := getColInfoByID(tblInfo, col.ID) + d, err := table.GetColOriginDefaultValue(sctx.GetExprCtx(), colInfo) + if err != nil { + return err + } + datums[col.ID] = d + } + } + + colData := make([]rowcodec.ColData, len(tblInfo.Columns)) + for idx, col := range tblInfo.Columns { + d := datums[col.ID] + data := rowcodec.ColData{ + ColumnInfo: col, + Datum: &d, + } + colData[idx] = data + } + row := rowcodec.RowData{ + Cols: colData, + Data: buf, + } + if !sort.IsSorted(row) { + sort.Sort(row) + } + checksum, err := row.Checksum(tz) + if err != nil { + return err + } + checksumCols.AppendString(0, strconv.FormatUint(uint64(checksum), 10)) + } + req.SetCol(checksumColumnIndex, checksumCols.Column(0)) + return nil +} + func (e *PointGetExecutor) getAndLock(ctx context.Context, key kv.Key) (val []byte, err error) { if e.Ctx().GetSessionVars().IsPessimisticReadConsistency() { // Only Lock the existing keys in RC isolation. diff --git a/pkg/executor/prepared.go b/pkg/executor/prepared.go index 54fdc922aeb5f..dc844b5f6726b 100644 --- a/pkg/executor/prepared.go +++ b/pkg/executor/prepared.go @@ -29,6 +29,7 @@ import ( plannercore "github.com/pingcap/tidb/pkg/planner/core" "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/sessionctx" + "github.com/pingcap/tidb/pkg/sessiontxn" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util" "github.com/pingcap/tidb/pkg/util/chunk" @@ -120,7 +121,7 @@ func (e *PrepareExec) Next(ctx context.Context, _ *chunk.Chunk) error { return err } } - stmt, p, paramCnt, err := plannercore.GeneratePlanCacheStmtWithAST(ctx, e.Ctx(), true, stmt0.Text(), stmt0, nil) + stmt, p, paramCnt, err := plannercore.GeneratePlanCacheStmtWithAST(ctx, e.Ctx(), true, stmt0.Text(), stmt0, sessiontxn.GetTxnManager(e.Ctx()).GetTxnInfoSchema()) if err != nil { return err } @@ -209,7 +210,7 @@ func (e *DeallocateExec) Next(context.Context, *chunk.Chunk) error { if e.Ctx().GetSessionVars().EnablePreparedPlanCache { bindSQL, _ := bindinfo.MatchSQLBindingForPlanCache(e.Ctx(), preparedObj.PreparedAst.Stmt, &preparedObj.BindingInfo) cacheKey, err := plannercore.NewPlanCacheKey(vars, preparedObj.StmtText, preparedObj.StmtDB, preparedObj.SchemaVersion, - 0, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load()) + 0, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load(), preparedObj.RelateVersion) if err != nil { return err } diff --git a/pkg/executor/set_test.go b/pkg/executor/set_test.go index 425b76a862ae7..b9c49f37f3f96 100644 --- a/pkg/executor/set_test.go +++ b/pkg/executor/set_test.go @@ -665,7 +665,7 @@ func TestSetVar(t *testing.T) { tk.MustQuery("select @@pd_enable_follower_handle_region").Check(testkit.Rows("0")) require.Error(t, tk.ExecToErr("set pd_enable_follower_handle_region = 1")) - tk.MustQuery("select @@tidb_enable_historical_stats").Check(testkit.Rows("1")) + tk.MustQuery("select @@tidb_enable_historical_stats").Check(testkit.Rows("0")) tk.MustExec("set global tidb_enable_historical_stats = 1") tk.MustQuery("select @@tidb_enable_historical_stats").Check(testkit.Rows("1")) tk.MustExec("set global tidb_enable_historical_stats = 0") @@ -870,14 +870,14 @@ func TestSetVar(t *testing.T) { tk.MustExec("set @@session.tidb_cdc_write_source = 0") require.Equal(t, uint64(0), tk.Session().GetSessionVars().CDCWriteSource) - tk.MustQuery("select @@session.tidb_analyze_skip_column_types").Check(testkit.Rows("json,blob,mediumblob,longblob")) + tk.MustQuery("select @@session.tidb_analyze_skip_column_types").Check(testkit.Rows("json,blob,mediumblob,longblob,text,mediumtext,longtext")) tk.MustExec("set @@session.tidb_analyze_skip_column_types = 'json, text, blob'") tk.MustQuery("select @@session.tidb_analyze_skip_column_types").Check(testkit.Rows("json,text,blob")) tk.MustExec("set @@session.tidb_analyze_skip_column_types = ''") tk.MustQuery("select @@session.tidb_analyze_skip_column_types").Check(testkit.Rows("")) tk.MustGetErrMsg("set @@session.tidb_analyze_skip_column_types = 'int,json'", "[variable:1231]Variable 'tidb_analyze_skip_column_types' can't be set to the value of 'int,json'") - tk.MustQuery("select @@global.tidb_analyze_skip_column_types").Check(testkit.Rows("json,blob,mediumblob,longblob")) + tk.MustQuery("select @@global.tidb_analyze_skip_column_types").Check(testkit.Rows("json,blob,mediumblob,longblob,text,mediumtext,longtext")) tk.MustExec("set @@global.tidb_analyze_skip_column_types = 'json, text, blob'") tk.MustQuery("select @@global.tidb_analyze_skip_column_types").Check(testkit.Rows("json,text,blob")) tk.MustExec("set @@global.tidb_analyze_skip_column_types = ''") diff --git a/pkg/executor/show.go b/pkg/executor/show.go index 5c8a05af7d7d5..8bd86a2dacc75 100644 --- a/pkg/executor/show.go +++ b/pkg/executor/show.go @@ -53,6 +53,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/tidb" field_types "github.com/pingcap/tidb/pkg/parser/types" plannercore "github.com/pingcap/tidb/pkg/planner/core" + "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/plugin" "github.com/pingcap/tidb/pkg/privilege" "github.com/pingcap/tidb/pkg/privilege/privileges" @@ -100,7 +101,7 @@ type ShowExec struct { Flag int // Some flag parsed from sql, such as FULL. Roles []*auth.RoleIdentity // Used for show grants. User *auth.UserIdentity // Used by show grants, show create user. - Extractor plannercore.ShowPredicateExtractor + Extractor base.ShowPredicateExtractor is infoschema.InfoSchema @@ -1032,12 +1033,19 @@ func constructResultOfShowCreateTable(ctx sessionctx.Context, dbName *model.CISt } buf.WriteString(" DEFAULT NULL") } - case "CURRENT_TIMESTAMP", "CURRENT_DATE": + case "CURRENT_TIMESTAMP": buf.WriteString(" DEFAULT ") buf.WriteString(defaultValue.(string)) if col.GetDecimal() > 0 { fmt.Fprintf(buf, "(%d)", col.GetDecimal()) } + case "CURRENT_DATE": + buf.WriteString(" DEFAULT (") + buf.WriteString(defaultValue.(string)) + if col.GetDecimal() > 0 { + fmt.Fprintf(buf, "(%d)", col.GetDecimal()) + } + buf.WriteString(")") default: defaultValStr := fmt.Sprintf("%v", defaultValue) // If column is timestamp, and default value is not current_timestamp, should convert the default value to the current session time zone. @@ -1050,7 +1058,7 @@ func constructResultOfShowCreateTable(ctx sessionctx.Context, dbName *model.CISt } if col.DefaultIsExpr { - fmt.Fprintf(buf, " DEFAULT %s", defaultValStr) + fmt.Fprintf(buf, " DEFAULT (%s)", defaultValStr) } else { if col.GetType() == mysql.TypeBit { defaultValBinaryLiteral := types.BinaryLiteral(defaultValStr) diff --git a/pkg/executor/show_placement.go b/pkg/executor/show_placement.go index 194a17d45ae5b..ba69acb5f84e7 100644 --- a/pkg/executor/show_placement.go +++ b/pkg/executor/show_placement.go @@ -21,9 +21,9 @@ import ( gjson "encoding/json" "fmt" "slices" - "strings" "github.com/pingcap/errors" + "github.com/pingcap/tidb/pkg/ddl" "github.com/pingcap/tidb/pkg/ddl/placement" "github.com/pingcap/tidb/pkg/domain/infosync" "github.com/pingcap/tidb/pkg/infoschema" @@ -268,39 +268,26 @@ func (e *ShowExec) fetchAllPlacementPolicies() error { } func (e *ShowExec) fetchRangesPlacementPlocy(ctx context.Context) error { - fetchFn := func(ctx context.Context, rangeName string) error { - bundle, err := infosync.GetRuleBundle(ctx, rangeName) + fetchFn := func(ctx context.Context, rangeBundleID string) error { + policyName, err := ddl.GetRangePlacementPolicyName(ctx, rangeBundleID) if err != nil { return err } - if bundle == nil || len(bundle.Rules) == 0 { - return nil - } - policyName := "" - startKey := []byte("") - endKey := []byte("") - rule := bundle.Rules[0] - pos := strings.Index(rule.ID, "_rule") - if pos > 0 { - policyName = rule.ID[:pos] - } - startKey, err = hex.DecodeString(rule.StartKeyHex) - if err != nil { - return err - } - endKey, err = hex.DecodeString(rule.EndKeyHex) - if err != nil { - return err - } - state, err := infosync.GetReplicationState(ctx, startKey, endKey) - if err != nil { - return err - } - policy, ok := e.is.PolicyByName(model.NewCIStr(policyName)) - if !ok { - return errors.Errorf("Policy with name '%s' not found", policyName) + if policyName != "" { + startKeyHex, endKeyHex := placement.GetRangeStartAndEndKeyHex(rangeBundleID) + startKey, _ := hex.DecodeString(startKeyHex) + endKey, _ := hex.DecodeString(endKeyHex) + state, err := infosync.GetReplicationState(ctx, startKey, endKey) + if err != nil { + return err + } + policy, ok := e.is.PolicyByName(model.NewCIStr(policyName)) + if !ok { + return errors.Errorf("Policy with name '%s' not found", policyName) + } + e.appendRow([]any{"RANGE " + rangeBundleID, policy.PlacementSettings.String(), state.String()}) } - e.appendRow([]any{"RANGE " + rangeName, policy.PlacementSettings.String(), state.String()}) + return nil } // try fetch ranges placement policy diff --git a/pkg/executor/sortexec/sort_test.go b/pkg/executor/sortexec/sort_test.go index 522cc7535f24e..d36e3ed071b6a 100644 --- a/pkg/executor/sortexec/sort_test.go +++ b/pkg/executor/sortexec/sort_test.go @@ -109,8 +109,8 @@ func TestIssue16696(t *testing.T) { require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/sortexec/testSortedRowContainerSpill", "return(true)")) defer require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/sortexec/testSortedRowContainerSpill")) - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testRowContainerSpill", "return(true)")) - defer require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testRowContainerSpill")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testRowContainerSpill", "return(true)")) + defer require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testRowContainerSpill")) store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) defer tk.MustExec("SET GLOBAL tidb_mem_oom_action = DEFAULT") diff --git a/pkg/executor/split.go b/pkg/executor/split.go index 9582f0bdaec64..888224ba5d506 100644 --- a/pkg/executor/split.go +++ b/pkg/executor/split.go @@ -27,7 +27,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" - "github.com/pingcap/tidb/pkg/planner/core" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/store/helper" "github.com/pingcap/tidb/pkg/table/tables" @@ -330,7 +330,7 @@ type SplitTableRegionExec struct { lower []types.Datum upper []types.Datum num int - handleCols core.HandleCols + handleCols util.HandleCols valueLists [][]types.Datum splitKeys [][]byte diff --git a/pkg/executor/split_test.go b/pkg/executor/split_test.go index b65009502ecd5..cc15d6b321be6 100644 --- a/pkg/executor/split_test.go +++ b/pkg/executor/split_test.go @@ -28,7 +28,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" - "github.com/pingcap/tidb/pkg/planner/core" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/table/tables" "github.com/pingcap/tidb/pkg/tablecodec" @@ -320,7 +320,7 @@ func TestSplitTable(t *testing.T) { e := &SplitTableRegionExec{ BaseExecutor: exec.NewBaseExecutor(ctx, nil, 0), tableInfo: tbInfo, - handleCols: core.NewIntHandleCols(&expression.Column{RetType: types.NewFieldType(mysql.TypeLonglong)}), + handleCols: util.NewIntHandleCols(&expression.Column{RetType: types.NewFieldType(mysql.TypeLonglong)}), lower: []types.Datum{types.NewDatum(0)}, upper: []types.Datum{types.NewDatum(100)}, num: 10, @@ -380,7 +380,7 @@ func TestStepShouldLargeThanMinStep(t *testing.T) { e1 := &SplitTableRegionExec{ BaseExecutor: exec.NewBaseExecutor(ctx, nil, 0), tableInfo: tbInfo, - handleCols: core.NewIntHandleCols(&expression.Column{RetType: types.NewFieldType(mysql.TypeLonglong)}), + handleCols: util.NewIntHandleCols(&expression.Column{RetType: types.NewFieldType(mysql.TypeLonglong)}), lower: []types.Datum{types.NewDatum(0)}, upper: []types.Datum{types.NewDatum(1000)}, num: 10, diff --git a/pkg/executor/test/admintest/BUILD.bazel b/pkg/executor/test/admintest/BUILD.bazel index 40cdf88fe1826..310ac6fb0c6ff 100644 --- a/pkg/executor/test/admintest/BUILD.bazel +++ b/pkg/executor/test/admintest/BUILD.bazel @@ -8,9 +8,11 @@ go_test( "main_test.go", ], flaky = True, - shard_count = 18, + shard_count = 21, deps = [ "//pkg/config", + "//pkg/ddl", + "//pkg/ddl/util/callback", "//pkg/domain", "//pkg/errno", "//pkg/executor", @@ -22,6 +24,7 @@ go_test( "//pkg/sessionctx/variable", "//pkg/table", "//pkg/table/tables", + "//pkg/tablecodec", "//pkg/testkit", "//pkg/testkit/testsetup", "//pkg/testkit/testutil", @@ -32,6 +35,8 @@ go_test( "//pkg/util/mock", "//pkg/util/redact", "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", + "@com_github_stretchr_testify//assert", "@com_github_stretchr_testify//require", "@com_github_tikv_client_go_v2//tikv", "@org_uber_go_goleak//:goleak", diff --git a/pkg/executor/test/admintest/admin_test.go b/pkg/executor/test/admintest/admin_test.go index 470d50443f0f8..23b396ff45f18 100644 --- a/pkg/executor/test/admintest/admin_test.go +++ b/pkg/executor/test/admintest/admin_test.go @@ -24,6 +24,9 @@ import ( "time" "github.com/pingcap/errors" + "github.com/pingcap/failpoint" + "github.com/pingcap/tidb/pkg/ddl" + "github.com/pingcap/tidb/pkg/ddl/util/callback" "github.com/pingcap/tidb/pkg/domain" mysql "github.com/pingcap/tidb/pkg/errno" "github.com/pingcap/tidb/pkg/executor" @@ -34,6 +37,7 @@ import ( "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/table" "github.com/pingcap/tidb/pkg/table/tables" + "github.com/pingcap/tidb/pkg/tablecodec" "github.com/pingcap/tidb/pkg/testkit" "github.com/pingcap/tidb/pkg/testkit/testutil" "github.com/pingcap/tidb/pkg/types" @@ -42,6 +46,7 @@ import ( "github.com/pingcap/tidb/pkg/util/logutil/consistency" "github.com/pingcap/tidb/pkg/util/mock" "github.com/pingcap/tidb/pkg/util/redact" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "go.uber.org/zap" ) @@ -1773,3 +1778,237 @@ func TestAdminCheckTableErrorLocateForClusterIndex(t *testing.T) { tk.MustExec("admin check table admin_test") } } + +func TestAdminCheckGlobalIndex(t *testing.T) { + store, domain := testkit.CreateMockStoreAndDomain(t) + + tk := testkit.NewTestKit(t, store) + var enableFastCheck = []bool{false, true} + for _, enabled := range enableFastCheck { + tk.MustExec("use test") + tk.MustExec("drop table if exists admin_test") + + tk.MustExec("set tidb_enable_global_index = true") + tk.MustExec(fmt.Sprintf("set tidb_enable_fast_table_check = %v", enabled)) + + tk.MustExec("create table admin_test (a int, b int, c int, unique key uidx_a(a)) partition by hash(c) partitions 5") + tk.MustExec("insert admin_test values (-10, -20, 1), (-1, -10, 2), (1, 11, 3), (2, 12, 0), (5, 15, -1), (10, 20, -2), (20, 30, -3)") + + // Make some corrupted index. Build the index information. + sctx := mock.NewContext() + sctx.Store = store + is := domain.InfoSchema() + dbName := model.NewCIStr("test") + tblName := model.NewCIStr("admin_test") + tbl, err := is.TableByName(dbName, tblName) + require.NoError(t, err) + tblInfo := tbl.Meta() + idxInfo := tblInfo.Indices[0] + require.True(t, idxInfo.Global) + idx := tbl.Indices()[0] + require.NotNil(t, idx) + + // Reduce one row of table. + // Index count > table count, (2, 12, 0) is deleted. + txn, err := store.Begin() + require.NoError(t, err) + err = txn.Delete(tablecodec.EncodeRowKey(tblInfo.GetPartitionInfo().Definitions[0].ID, kv.IntHandle(4).Encoded())) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + err = tk.ExecToErr("admin check table admin_test") + require.Error(t, err) + require.True(t, consistency.ErrAdminCheckInconsistent.Equal(err)) + require.ErrorContains(t, err, "[admin:8223]data inconsistency in table: admin_test, index: uidx_a, handle: 4, index-values:\"handle: 4, values: [KindInt64 2") + + indexOpr := tables.NewIndex(tblInfo.GetPartitionInfo().Definitions[0].ID, tblInfo, idxInfo) + // Remove corresponding index key/value. + // Admin check table will success. + txn, err = store.Begin() + require.NoError(t, err) + err = indexOpr.Delete(tk.Session().GetTableCtx(), txn, []types.Datum{types.NewIntDatum(2)}, kv.IntHandle(4)) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + tk.MustExec("admin check table admin_test") + + indexOpr = tables.NewIndex(tblInfo.GetPartitionInfo().Definitions[2].ID, tblInfo, idxInfo) + + // Reduce one row of index. + // Index count < table count, (-1, -10, 2) is deleted. + txn, err = store.Begin() + require.NoError(t, err) + err = indexOpr.Delete(tk.Session().GetTableCtx(), txn, []types.Datum{types.NewIntDatum(-1)}, kv.IntHandle(2)) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + err = tk.ExecToErr("admin check table admin_test") + require.Error(t, err) + require.True(t, consistency.ErrAdminCheckInconsistent.Equal(err)) + require.EqualError(t, err, "[admin:8223]data inconsistency in table: admin_test, index: uidx_a, handle: 2, index-values:\"\" != record-values:\"handle: 2, values: [KindInt64 -1]\"") + + // Add one row of index with inconsistent value. + // Index count = table count, but data is different. + txn, err = store.Begin() + require.NoError(t, err) + _, err = indexOpr.Create(tk.Session().GetTableCtx(), txn, []types.Datum{types.NewIntDatum(100)}, kv.IntHandle(2), nil) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + err = tk.ExecToErr("admin check table admin_test") + require.Error(t, err) + if !enabled { + require.True(t, consistency.ErrAdminCheckInconsistentWithColInfo.Equal(err)) + require.EqualError(t, err, "[executor:8134]data inconsistency in table: admin_test, index: uidx_a, col: a, handle: \"2\", index-values:\"KindInt64 100\" != record-values:\"KindInt64 -1\", compare err:") + } else { + require.True(t, consistency.ErrAdminCheckInconsistent.Equal(err)) + require.EqualError(t, err, "[admin:8223]data inconsistency in table: admin_test, index: uidx_a, handle: 2, index-values:\"handle: 2, values: [KindInt64 100]\" != record-values:\"handle: 2, values: [KindInt64 -1]\"") + } + } +} + +func TestAdminCheckGlobalIndexWithClusterIndex(t *testing.T) { + store, domain := testkit.CreateMockStoreAndDomain(t) + + tk := testkit.NewTestKit(t, store) + + getCommonHandle := func(row int) *kv.CommonHandle { + h, err := codec.EncodeKey(tk.Session().GetSessionVars().StmtCtx.TimeZone(), nil, types.MakeDatums(row)...) + require.NoError(t, err) + ch, err := kv.NewCommonHandle(h) + require.NoError(t, err) + return ch + } + + var enableFastCheck = []bool{false, true} + for _, enabled := range enableFastCheck { + tk.MustExec("use test") + tk.MustExec("drop table if exists admin_test") + + tk.MustExec("set tidb_enable_global_index = true") + tk.MustExec(fmt.Sprintf("set tidb_enable_fast_table_check = %v", enabled)) + + tk.MustExec("create table admin_test (a int, b int, c int, unique key uidx_a(a), primary key(c)) partition by hash(c) partitions 5") + tk.MustExec("insert admin_test values (-10, -20, 1), (-1, -10, 2), (1, 11, 3), (2, 12, 0), (5, 15, -1), (10, 20, -2), (20, 30, -3)") + + // Make some corrupted index. Build the index information. + sctx := mock.NewContext() + sctx.Store = store + is := domain.InfoSchema() + dbName := model.NewCIStr("test") + tblName := model.NewCIStr("admin_test") + tbl, err := is.TableByName(dbName, tblName) + require.NoError(t, err) + tblInfo := tbl.Meta() + idxInfo := tblInfo.Indices[0] + require.True(t, idxInfo.Global) + df := tblInfo.GetPartitionInfo().Definitions[0] + + // Reduce one row of table. + // Index count > table count, (2, 12, 0) is deleted. + txn, err := store.Begin() + require.NoError(t, err) + txn.Delete(tablecodec.EncodeRowKey(df.ID, kv.IntHandle(0).Encoded())) + err = txn.Commit(context.Background()) + require.NoError(t, err) + err = tk.ExecToErr("admin check table admin_test") + require.Error(t, err) + require.True(t, consistency.ErrAdminCheckInconsistent.Equal(err)) + require.ErrorContains(t, err, "[admin:8223]data inconsistency in table: admin_test, index: uidx_a, handle: 0, index-values:\"handle: 0, values: [KindInt64 2") + + indexOpr := tables.NewIndex(tblInfo.GetPartitionInfo().Definitions[0].ID, tblInfo, idxInfo) + // Remove corresponding index key/value. + // Admin check table will success. + txn, err = store.Begin() + require.NoError(t, err) + err = indexOpr.Delete(tk.Session().GetTableCtx(), txn, []types.Datum{types.NewIntDatum(2)}, getCommonHandle(0)) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + tk.MustExec("admin check table admin_test") + + indexOpr = tables.NewIndex(tblInfo.GetPartitionInfo().Definitions[2].ID, tblInfo, idxInfo) + // Reduce one row of index. + // Index count < table count, (-1, -10, 2) is deleted. + txn, err = store.Begin() + require.NoError(t, err) + err = indexOpr.Delete(tk.Session().GetTableCtx(), txn, []types.Datum{types.NewIntDatum(-1)}, getCommonHandle(2)) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + err = tk.ExecToErr("admin check table admin_test") + require.Error(t, err) + require.True(t, consistency.ErrAdminCheckInconsistent.Equal(err)) + require.EqualError(t, err, "[admin:8223]data inconsistency in table: admin_test, index: uidx_a, handle: 2, index-values:\"\" != record-values:\"handle: 2, values: [KindInt64 -1]\"") + + // Add one row with inconsistent value. + // Index count = table count, but data is different. + txn, err = store.Begin() + require.NoError(t, err) + _, err = indexOpr.Create(tk.Session().GetTableCtx(), txn, []types.Datum{types.NewIntDatum(100)}, getCommonHandle(2), nil) + require.NoError(t, err) + err = txn.Commit(context.Background()) + require.NoError(t, err) + err = tk.ExecToErr("admin check table admin_test") + require.Error(t, err) + if !enabled { + require.True(t, consistency.ErrAdminCheckInconsistentWithColInfo.Equal(err)) + require.EqualError(t, err, "[executor:8134]data inconsistency in table: admin_test, index: uidx_a, col: a, handle: \"2\", index-values:\"KindInt64 100\" != record-values:\"KindInt64 -1\", compare err:") + } else { + require.True(t, consistency.ErrAdminCheckInconsistent.Equal(err)) + require.EqualError(t, err, "[admin:8223]data inconsistency in table: admin_test, index: uidx_a, handle: 2, index-values:\"handle: 2, values: [KindInt64 100]\" != record-values:\"handle: 2, values: [KindInt64 -1]\"") + } + } +} + +func TestAdminCheckGlobalIndexDuringDDL(t *testing.T) { + store, dom := testkit.CreateMockStoreAndDomain(t) + originalHook := dom.DDL().GetHook() + tk := testkit.NewTestKit(t, store) + + var schemaMap = make(map[model.SchemaState]struct{}) + + hook := &callback.TestDDLCallback{Do: dom} + onJobUpdatedExportedFunc := func(job *model.Job) { + schemaMap[job.SchemaState] = struct{}{} + _, err := tk.Exec("admin check table admin_test") + assert.NoError(t, err) + } + hook.OnJobUpdatedExported.Store(&onJobUpdatedExportedFunc) + + // check table after delete some index key/value pairs. + ddl.MockDMLExecution = func() { + _, err := tk.Exec("admin check table admin_test") + assert.NoError(t, err) + } + + batchSize := 32 + tk.MustExec(fmt.Sprintf("set global tidb_ddl_reorg_batch_size = %d", batchSize)) + + var enableFastCheck = []bool{false, true} + for _, enabled := range enableFastCheck { + tk.MustExec("use test") + tk.MustExec("drop table if exists admin_test") + + tk.MustExec("set tidb_enable_global_index = true") + tk.MustExec(fmt.Sprintf("set tidb_enable_fast_table_check = %v", enabled)) + + tk.MustExec("create table admin_test (a int, b int, c int, unique key uidx_a(a), primary key(c)) partition by hash(c) partitions 5") + tk.MustExec("insert admin_test values (-10, -20, 1), (-1, -10, 2), (1, 11, 3), (2, 12, 0), (5, 15, -1), (10, 20, -2), (20, 30, -3)") + for i := 1; i <= batchSize*2; i++ { + tk.MustExec(fmt.Sprintf("insert admin_test values (%d, %d, %d)", i*5+1, i, i*5+1)) + } + + dom.DDL().SetHook(hook) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/ddl/mockDMLExecution", "1*return(true)->return(false)")) + tk.MustExec("alter table admin_test truncate partition p1") + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/ddl/mockDMLExecution")) + dom.DDL().SetHook(originalHook) + + // Should have 3 different schema states, `none`, `deleteOnly`, `deleteReorg` + require.Len(t, schemaMap, 3) + for ss := range schemaMap { + delete(schemaMap, ss) + } + } +} diff --git a/pkg/executor/test/aggregate/aggregate_test.go b/pkg/executor/test/aggregate/aggregate_test.go index 3d30adde4a2b3..70c9b04898c63 100644 --- a/pkg/executor/test/aggregate/aggregate_test.go +++ b/pkg/executor/test/aggregate/aggregate_test.go @@ -281,6 +281,11 @@ func TestRandomPanicConsume(t *testing.T) { defer func() { require.NoError(t, failpoint.Disable(fpName2)) }() + fpName3 := "github.com/pingcap/tidb/pkg/executor/join/ConsumeRandomPanic" + require.NoError(t, failpoint.Enable(fpName3, "3%panic(\"ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\")")) + defer func() { + require.NoError(t, failpoint.Disable(fpName3)) + }() sqls := []string{ // Without index diff --git a/pkg/executor/test/executor/executor_test.go b/pkg/executor/test/executor/executor_test.go index 40a79b3a81013..0121ab9b13d71 100644 --- a/pkg/executor/test/executor/executor_test.go +++ b/pkg/executor/test/executor/executor_test.go @@ -1943,8 +1943,7 @@ func TestIsPointGet(t *testing.T) { require.NoError(t, err) p, _, err := planner.Optimize(context.TODO(), ctx, stmtNode, preprocessorReturn.InfoSchema) require.NoError(t, err) - ret, err := plannercore.IsPointGetWithPKOrUniqueKeyByAutoCommit(ctx.GetSessionVars(), p) - require.NoError(t, err) + ret := plannercore.IsPointGetWithPKOrUniqueKeyByAutoCommit(ctx.GetSessionVars(), p) require.Equal(t, result, ret) } } @@ -1984,8 +1983,7 @@ func TestClusteredIndexIsPointGet(t *testing.T) { require.NoError(t, err) p, _, err := planner.Optimize(context.TODO(), ctx, stmtNode, preprocessorReturn.InfoSchema) require.NoError(t, err) - ret, err := plannercore.IsPointGetWithPKOrUniqueKeyByAutoCommit(ctx.GetSessionVars(), p) - require.NoError(t, err) + ret := plannercore.IsPointGetWithPKOrUniqueKeyByAutoCommit(ctx.GetSessionVars(), p) require.Equal(t, result, ret) } } diff --git a/pkg/executor/test/indexmergereadtest/index_merge_reader_test.go b/pkg/executor/test/indexmergereadtest/index_merge_reader_test.go index 58f7c90d38fef..7dd1df1d1b398 100644 --- a/pkg/executor/test/indexmergereadtest/index_merge_reader_test.go +++ b/pkg/executor/test/indexmergereadtest/index_merge_reader_test.go @@ -359,8 +359,8 @@ func TestIntersectionWithDifferentConcurrency(t *testing.T) { tk.MustExec("drop table if exists t1;") tk.MustExec(tblSchema) - const queryCnt int = 10 - const rowCnt int = 500 + const queryCnt int = 5 + const rowCnt int = 100 curRowCnt := 0 insertStr := "insert into t1 values" for i := 0; i < rowCnt; i++ { diff --git a/pkg/executor/test/issuetest/BUILD.bazel b/pkg/executor/test/issuetest/BUILD.bazel index e2a29deedee2a..584acbb753be7 100644 --- a/pkg/executor/test/issuetest/BUILD.bazel +++ b/pkg/executor/test/issuetest/BUILD.bazel @@ -8,7 +8,7 @@ go_test( "main_test.go", ], flaky = True, - shard_count = 17, + shard_count = 21, deps = [ "//pkg/autoid_service", "//pkg/config", diff --git a/pkg/executor/test/issuetest/executor_issue_test.go b/pkg/executor/test/issuetest/executor_issue_test.go index be52a5870caf5..9f5416c864740 100644 --- a/pkg/executor/test/issuetest/executor_issue_test.go +++ b/pkg/executor/test/issuetest/executor_issue_test.go @@ -169,7 +169,7 @@ func TestIssue28650(t *testing.T) { } func TestIssue30289(t *testing.T) { - fpName := "github.com/pingcap/tidb/pkg/executor/issue30289" + fpName := "github.com/pingcap/tidb/pkg/executor/join/issue30289" store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) tk.MustExec("use test") @@ -183,6 +183,21 @@ func TestIssue30289(t *testing.T) { require.EqualError(t, err, "issue30289 build return error") } +func TestIssue51998(t *testing.T) { + fpName := "github.com/pingcap/tidb/pkg/executor/join/issue51998" + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + tk.MustExec("use test") + tk.MustExec("drop table if exists t") + tk.MustExec("create table t(a int)") + require.NoError(t, failpoint.Enable(fpName, `return(true)`)) + defer func() { + require.NoError(t, failpoint.Disable(fpName)) + }() + err := tk.QueryToErr("select /*+ hash_join(t1) */ * from t t1 join t t2 on t1.a=t2.a") + require.EqualError(t, err, "issue51998 build return error") +} + func TestIssue29498(t *testing.T) { store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) @@ -592,7 +607,7 @@ func TestIssue42662(t *testing.T) { tk.MustExec("set global tidb_server_memory_limit='1600MB'") tk.MustExec("set global tidb_server_memory_limit_sess_min_size=128*1024*1024") tk.MustExec("set global tidb_mem_oom_action = 'cancel'") - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/issue42662_1", `return(true)`)) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/issue42662_1", `return(true)`)) // tk.Session() should be marked as MemoryTop1Tracker but not killed. tk.MustQuery("select /*+ hash_join(t1)*/ * from t1 join t2 on t1.a = t2.a and t1.b = t2.b") @@ -604,7 +619,7 @@ func TestIssue42662(t *testing.T) { tk.MustQuery("select count(*) from t1") tk.MustQuery("select count(*) from t1") - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/issue42662_1")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/issue42662_1")) require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/util/servermemorylimit/issue42662_2")) } @@ -635,3 +650,53 @@ func TestIssue51874(t *testing.T) { tk.MustExec("insert into t2 values (10), (100)") tk.MustQuery("select (select sum(a) over () from t2 limit 1) from t;").Check(testkit.Rows("10", "2")) } + +func TestIssue51777(t *testing.T) { + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + tk.Session().GetSessionVars().AllowProjectionPushDown = true + + tk.MustExec("use test") + tk.MustExec("drop table if exists t0, t1") + tk.MustExec("create table t0 (c_k int)") + tk.MustExec("create table t1 (c_pv int)") + tk.MustExec("insert into t0 values(-2127559046),(-190905159),(-171305020),(-59638845),(98004414),(2111663670),(2137868682),(2137868682),(2142611610)") + tk.MustExec("insert into t1 values(-2123227448), (2131706870), (-2071508387), (2135465388), (2052805244), (-2066000113)") + tk.MustQuery("SELECT ( select (ref_4.c_pv <= ref_3.c_k) as c0 from t1 as ref_4 order by c0 asc limit 1) as p2 FROM t0 as ref_3 order by p2;").Check(testkit.Rows("0", "0", "0", "0", "0", "0", "1", "1", "1")) +} + +func TestIssue52978(t *testing.T) { + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + + tk.MustExec("use test") + tk.MustExec("drop table if exists t") + tk.MustExec("create table t (a int)") + tk.MustExec("insert into t values (-1790816583),(2049821819), (-1366665321), (536581933), (-1613686445)") + tk.MustQuery("select min(truncate(cast(-26340 as double), ref_11.a)) as c3 from t as ref_11;").Check(testkit.Rows("-26340")) + tk.MustExec("drop table if exists t") +} + +func TestIssue53221(t *testing.T) { + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + + tk.MustExec("use test") + tk.MustExec("drop table if exists t") + tk.MustExec("create table t (a varchar(20))") + tk.MustExec("insert into t values ('')") + tk.MustExec("insert into t values ('')") + err := tk.QueryToErr("select regexp_like('hello', t.a) from test.t") + require.ErrorContains(t, err, "Empty pattern is invalid") + + err = tk.QueryToErr("select regexp_instr('hello', t.a) from test.t") + require.ErrorContains(t, err, "Empty pattern is invalid") + + err = tk.QueryToErr("select regexp_substr('hello', t.a) from test.t") + require.ErrorContains(t, err, "Empty pattern is invalid") + + err = tk.QueryToErr("select regexp_replace('hello', t.a, 'd') from test.t") + require.ErrorContains(t, err, "Empty pattern is invalid") + + tk.MustExec("drop table if exists t") +} diff --git a/pkg/executor/test/jointest/hashjoin/hash_join_test.go b/pkg/executor/test/jointest/hashjoin/hash_join_test.go index 6de6676196eb4..73c8fb72c6d54 100644 --- a/pkg/executor/test/jointest/hashjoin/hash_join_test.go +++ b/pkg/executor/test/jointest/hashjoin/hash_join_test.go @@ -299,9 +299,9 @@ func TestIssue18572_1(t *testing.T) { tk.MustExec("insert into t1 values(1, 1);") tk.MustExec("insert into t1 select * from t1;") - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinInnerWorkerErr", "return")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinInnerWorkerErr", "return")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinInnerWorkerErr")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinInnerWorkerErr")) }() rs, err := tk.Exec("select /*+ inl_hash_join(t1) */ * from t1 right join t1 t2 on t1.b=t2.b;") @@ -320,9 +320,9 @@ func TestIssue18572_2(t *testing.T) { tk.MustExec("insert into t1 values(1, 1);") tk.MustExec("insert into t1 select * from t1;") - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinOuterWorkerErr", "return")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinOuterWorkerErr", "return")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinOuterWorkerErr")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinOuterWorkerErr")) }() rs, err := tk.Exec("select /*+ inl_hash_join(t1) */ * from t1 right join t1 t2 on t1.b=t2.b;") @@ -341,9 +341,9 @@ func TestIssue18572_3(t *testing.T) { tk.MustExec("insert into t1 values(1, 1);") tk.MustExec("insert into t1 select * from t1;") - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinBuildErr", "return")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinBuildErr", "return")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinBuildErr")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinBuildErr")) }() rs, err := tk.Exec("select /*+ inl_hash_join(t1) */ * from t1 right join t1 t2 on t1.b=t2.b;") @@ -415,16 +415,16 @@ func TestIssue20270(t *testing.T) { tk.MustExec("create table t1(c1 int, c2 int)") tk.MustExec("insert into t values(1,1),(2,2)") tk.MustExec("insert into t1 values(2,3),(4,4)") - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/killedInJoin2Chunk", "return(true)")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/killedInJoin2Chunk", "return(true)")) err := tk.QueryToErr("select /*+ HASH_JOIN(t, t1) */ * from t left join t1 on t.c1 = t1.c1 where t.c1 = 1 or t1.c2 > 20") require.Equal(t, exeerrors.ErrQueryInterrupted, err) - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/killedInJoin2Chunk")) - err = failpoint.Enable("github.com/pingcap/tidb/pkg/executor/killedInJoin2ChunkForOuterHashJoin", "return(true)") + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/killedInJoin2Chunk")) + err = failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/killedInJoin2ChunkForOuterHashJoin", "return(true)") require.NoError(t, err) tk.MustExec("insert into t1 values(1,30),(2,40)") err = tk.QueryToErr("select /*+ HASH_JOIN_BUILD(t) */ * from t left outer join t1 on t.c1 = t1.c1 where t.c1 = 1 or t1.c2 > 20") require.Equal(t, exeerrors.ErrQueryInterrupted, err) - err = failpoint.Disable("github.com/pingcap/tidb/pkg/executor/killedInJoin2ChunkForOuterHashJoin") + err = failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/killedInJoin2ChunkForOuterHashJoin") require.NoError(t, err) } @@ -448,28 +448,28 @@ func TestIssue31129(t *testing.T) { tk.MustExec("analyze table s") // Test IndexNestedLoopHashJoin keepOrder. - fpName := "github.com/pingcap/tidb/pkg/executor/TestIssue31129" + fpName := "github.com/pingcap/tidb/pkg/executor/join/TestIssue31129" require.NoError(t, failpoint.Enable(fpName, "return")) err := tk.QueryToErr("select /*+ INL_HASH_JOIN(s) */ * from t left join s on t.a=s.a order by t.pk") require.True(t, strings.Contains(err.Error(), "TestIssue31129")) require.NoError(t, failpoint.Disable(fpName)) // Test IndexNestedLoopHashJoin build hash table panic. - fpName = "github.com/pingcap/tidb/pkg/executor/IndexHashJoinBuildHashTablePanic" + fpName = "github.com/pingcap/tidb/pkg/executor/join/IndexHashJoinBuildHashTablePanic" require.NoError(t, failpoint.Enable(fpName, `panic("IndexHashJoinBuildHashTablePanic")`)) err = tk.QueryToErr("select /*+ INL_HASH_JOIN(s) */ * from t left join s on t.a=s.a order by t.pk") require.True(t, strings.Contains(err.Error(), "IndexHashJoinBuildHashTablePanic")) require.NoError(t, failpoint.Disable(fpName)) // Test IndexNestedLoopHashJoin fetch inner fail. - fpName = "github.com/pingcap/tidb/pkg/executor/IndexHashJoinFetchInnerResultsErr" + fpName = "github.com/pingcap/tidb/pkg/executor/join/IndexHashJoinFetchInnerResultsErr" require.NoError(t, failpoint.Enable(fpName, "return")) err = tk.QueryToErr("select /*+ INL_HASH_JOIN(s) */ * from t left join s on t.a=s.a order by t.pk") require.True(t, strings.Contains(err.Error(), "IndexHashJoinFetchInnerResultsErr")) require.NoError(t, failpoint.Disable(fpName)) // Test IndexNestedLoopHashJoin build hash table panic and IndexNestedLoopHashJoin fetch inner fail at the same time. - fpName1, fpName2 := "github.com/pingcap/tidb/pkg/executor/IndexHashJoinBuildHashTablePanic", "github.com/pingcap/tidb/pkg/executor/IndexHashJoinFetchInnerResultsErr" + fpName1, fpName2 := "github.com/pingcap/tidb/pkg/executor/join/IndexHashJoinBuildHashTablePanic", "github.com/pingcap/tidb/pkg/executor/join/IndexHashJoinFetchInnerResultsErr" require.NoError(t, failpoint.Enable(fpName1, `panic("IndexHashJoinBuildHashTablePanic")`)) require.NoError(t, failpoint.Enable(fpName2, "return")) err = tk.QueryToErr("select /*+ INL_HASH_JOIN(s) */ * from t left join s on t.a=s.a order by t.pk") diff --git a/pkg/executor/test/jointest/join_test.go b/pkg/executor/test/jointest/join_test.go index de519cc21f421..0bf6c611854a7 100644 --- a/pkg/executor/test/jointest/join_test.go +++ b/pkg/executor/test/jointest/join_test.go @@ -720,7 +720,7 @@ func TestIssue18070(t *testing.T) { err := tk.ExecToErr("select /*+ inl_hash_join(t1)*/ * from t1 join t2 on t1.a = t2.a;") require.True(t, exeerrors.ErrMemoryExceedForQuery.Equal(err)) - fpName := "github.com/pingcap/tidb/pkg/executor/mockIndexMergeJoinOOMPanic" + fpName := "github.com/pingcap/tidb/pkg/executor/join/mockIndexMergeJoinOOMPanic" require.NoError(t, failpoint.Enable(fpName, `panic("ERROR 1105 (HY000): Out Of Memory Quota![conn=1]")`)) defer func() { require.NoError(t, failpoint.Disable(fpName)) @@ -738,9 +738,9 @@ func TestIssue20779(t *testing.T) { tk.MustExec("insert into t1 values(1, 1);") tk.MustExec("insert into t1 select * from t1;") - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testIssue20779", "return")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testIssue20779", "return")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testIssue20779")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testIssue20779")) }() rs, err := tk.Exec("select /*+ inl_hash_join(t2) */ t1.b from t1 left join t1 t2 on t1.b=t2.b order by t1.b;") @@ -758,7 +758,7 @@ func TestIssue30211(t *testing.T) { tk.MustExec("create table t1(a int, index(a));") tk.MustExec("create table t2(a int, index(a));") func() { - fpName := "github.com/pingcap/tidb/pkg/executor/TestIssue30211" + fpName := "github.com/pingcap/tidb/pkg/executor/join/TestIssue30211" require.NoError(t, failpoint.Enable(fpName, `panic("TestIssue30211 IndexJoinPanic")`)) defer func() { require.NoError(t, failpoint.Disable(fpName)) diff --git a/pkg/executor/test/seqtest/seq_executor_test.go b/pkg/executor/test/seqtest/seq_executor_test.go index 366d49b485e6e..545dd21ffff92 100644 --- a/pkg/executor/test/seqtest/seq_executor_test.go +++ b/pkg/executor/test/seqtest/seq_executor_test.go @@ -1296,7 +1296,7 @@ func TestOOMPanicInHashJoinWhenFetchBuildRows(t *testing.T) { tk.MustExec("drop table if exists t") tk.MustExec("create table t(c1 int, c2 int)") tk.MustExec("insert into t values(1,1),(2,2)") - fpName := "github.com/pingcap/tidb/pkg/executor/errorFetchBuildSideRowsMockOOMPanic" + fpName := "github.com/pingcap/tidb/pkg/executor/join/errorFetchBuildSideRowsMockOOMPanic" require.NoError(t, failpoint.Enable(fpName, `panic("ERROR 1105 (HY000): Out Of Memory Quota![conn=1]")`)) defer func() { require.NoError(t, failpoint.Disable(fpName)) @@ -1346,9 +1346,9 @@ func TestIssue18744(t *testing.T) { tk.MustExec(`insert into t values(1 , NULL , NULL , NULL , NULL , NULL , NULL);`) tk.MustExec(`insert into t values(2 , 2012 , "2012-01-01 01:01:00" , "2012-01-01 01:01:00" , 2012 , 2012 , 2012.000000);`) tk.MustExec(`set tidb_index_lookup_join_concurrency=1`) - require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinOuterWorkerErr", "return")) + require.NoError(t, failpoint.Enable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinOuterWorkerErr", "return")) defer func() { - require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/testIndexHashJoinOuterWorkerErr")) + require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/join/testIndexHashJoinOuterWorkerErr")) }() err := tk.QueryToErr(`select /*+ inl_hash_join(t2) */ t1.id, t2.id from t1 join t t2 on t1.a = t2.a order by t1.a ASC limit 1;`) require.EqualError(t, err, "mockIndexHashJoinOuterWorkerErr") diff --git a/pkg/executor/union_scan.go b/pkg/executor/union_scan.go index a23450764fd4a..c1d6a7cc0c9ef 100644 --- a/pkg/executor/union_scan.go +++ b/pkg/executor/union_scan.go @@ -24,7 +24,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" - plannercore "github.com/pingcap/tidb/pkg/planner/core" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/table" "github.com/pingcap/tidb/pkg/tablecodec" @@ -64,6 +64,9 @@ type UnionScanExec struct { // < 0 if not used. physTblIDIdx int + // partitionIDMap are only required by union scan with global index. + partitionIDMap map[int64]struct{} + keepOrder bool compareExec } @@ -291,7 +294,7 @@ type compareExec struct { usedIndex []int desc bool // handleCols is the handle's position of the below scan plan. - handleCols plannercore.HandleCols + handleCols plannerutil.HandleCols } func (ce compareExec) compare(sctx *stmtctx.StatementContext, a, b []types.Datum) (ret int, err error) { diff --git a/pkg/executor/unionexec/BUILD.bazel b/pkg/executor/unionexec/BUILD.bazel new file mode 100644 index 0000000000000..8dc0faf12ae50 --- /dev/null +++ b/pkg/executor/unionexec/BUILD.bazel @@ -0,0 +1,19 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library") + +go_library( + name = "unionexec", + srcs = ["union.go"], + importpath = "github.com/pingcap/tidb/pkg/executor/unionexec", + visibility = ["//visibility:public"], + deps = [ + "//pkg/executor/internal/exec", + "//pkg/util", + "//pkg/util/channel", + "//pkg/util/chunk", + "//pkg/util/logutil", + "//pkg/util/syncutil", + "@com_github_pingcap_errors//:errors", + "@com_github_pingcap_failpoint//:failpoint", + "@org_uber_go_zap//:zap", + ], +) diff --git a/pkg/executor/unionexec/union.go b/pkg/executor/unionexec/union.go new file mode 100644 index 0000000000000..0b6326dc0261a --- /dev/null +++ b/pkg/executor/unionexec/union.go @@ -0,0 +1,232 @@ +// Copyright 2015 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package unionexec + +import ( + "context" + "sync" + "sync/atomic" + + "github.com/pingcap/errors" + "github.com/pingcap/failpoint" + "github.com/pingcap/tidb/pkg/executor/internal/exec" + "github.com/pingcap/tidb/pkg/util" + "github.com/pingcap/tidb/pkg/util/channel" + "github.com/pingcap/tidb/pkg/util/chunk" + "github.com/pingcap/tidb/pkg/util/logutil" + "github.com/pingcap/tidb/pkg/util/syncutil" + "go.uber.org/zap" +) + +var ( + _ exec.Executor = &UnionExec{} +) + +// UnionExec pulls all it's children's result and returns to its parent directly. +// A "resultPuller" is started for every child to pull result from that child and push it to the "resultPool", the used +// "Chunk" is obtained from the corresponding "resourcePool". All resultPullers are running concurrently. +// +// +----------------+ +// +---> resourcePool 1 ---> | resultPuller 1 |-----+ +// | +----------------+ | +// | | +// | +----------------+ v +// +---> resourcePool 2 ---> | resultPuller 2 |-----> resultPool ---+ +// | +----------------+ ^ | +// | ...... | | +// | +----------------+ | | +// +---> resourcePool n ---> | resultPuller n |-----+ | +// | +----------------+ | +// | | +// | +-------------+ | +// |--------------------------| main thread | <---------------------+ +// +-------------+ +type UnionExec struct { + exec.BaseExecutor + Concurrency int + childIDChan chan int + + stopFetchData atomic.Value + + finished chan struct{} + resourcePools []chan *chunk.Chunk + resultPool chan *unionWorkerResult + + results []*chunk.Chunk + wg sync.WaitGroup + initialized bool + mu struct { + *syncutil.Mutex + maxOpenedChildID int + } + + childInFlightForTest int32 +} + +// unionWorkerResult stores the result for a union worker. +// A "resultPuller" is started for every child to pull result from that child, unionWorkerResult is used to store that pulled result. +// "src" is used for Chunk reuse: after pulling result from "resultPool", main-thread must push a valid unused Chunk to "src" to +// enable the corresponding "resultPuller" continue to work. +type unionWorkerResult struct { + chk *chunk.Chunk + err error + src chan<- *chunk.Chunk +} + +func (e *UnionExec) waitAllFinished() { + e.wg.Wait() + close(e.resultPool) +} + +// Open implements the Executor Open interface. +func (e *UnionExec) Open(context.Context) error { + e.stopFetchData.Store(false) + e.initialized = false + e.finished = make(chan struct{}) + e.mu.Mutex = &syncutil.Mutex{} + e.mu.maxOpenedChildID = -1 + return nil +} + +func (e *UnionExec) initialize(ctx context.Context) { + if e.Concurrency > e.ChildrenLen() { + e.Concurrency = e.ChildrenLen() + } + for i := 0; i < e.Concurrency; i++ { + e.results = append(e.results, exec.NewFirstChunk(e.Children(0))) + } + e.resultPool = make(chan *unionWorkerResult, e.Concurrency) + e.resourcePools = make([]chan *chunk.Chunk, e.Concurrency) + e.childIDChan = make(chan int, e.ChildrenLen()) + for i := 0; i < e.Concurrency; i++ { + e.resourcePools[i] = make(chan *chunk.Chunk, 1) + e.resourcePools[i] <- e.results[i] + e.wg.Add(1) + go e.resultPuller(ctx, i) + } + for i := 0; i < e.ChildrenLen(); i++ { + e.childIDChan <- i + } + close(e.childIDChan) + go e.waitAllFinished() +} + +func (e *UnionExec) resultPuller(ctx context.Context, workerID int) { + result := &unionWorkerResult{ + err: nil, + chk: nil, + src: e.resourcePools[workerID], + } + defer func() { + if r := recover(); r != nil { + logutil.Logger(ctx).Error("resultPuller panicked", zap.Any("recover", r), zap.Stack("stack")) + result.err = util.GetRecoverError(r) + e.resultPool <- result + e.stopFetchData.Store(true) + } + e.wg.Done() + }() + for childID := range e.childIDChan { + e.mu.Lock() + if childID > e.mu.maxOpenedChildID { + e.mu.maxOpenedChildID = childID + } + e.mu.Unlock() + if err := exec.Open(ctx, e.Children(childID)); err != nil { + result.err = err + e.stopFetchData.Store(true) + e.resultPool <- result + } + failpoint.Inject("issue21441", func() { + atomic.AddInt32(&e.childInFlightForTest, 1) + }) + for { + if e.stopFetchData.Load().(bool) { + return + } + select { + case <-e.finished: + return + case result.chk = <-e.resourcePools[workerID]: + } + result.err = exec.Next(ctx, e.Children(childID), result.chk) + if result.err == nil && result.chk.NumRows() == 0 { + e.resourcePools[workerID] <- result.chk + break + } + failpoint.Inject("issue21441", func() { + if int(atomic.LoadInt32(&e.childInFlightForTest)) > e.Concurrency { + panic("the count of child in flight is larger than e.concurrency unexpectedly") + } + }) + e.resultPool <- result + if result.err != nil { + e.stopFetchData.Store(true) + return + } + } + failpoint.Inject("issue21441", func() { + atomic.AddInt32(&e.childInFlightForTest, -1) + }) + } +} + +// Next implements the Executor Next interface. +func (e *UnionExec) Next(ctx context.Context, req *chunk.Chunk) error { + req.GrowAndReset(e.MaxChunkSize()) + if !e.initialized { + e.initialize(ctx) + e.initialized = true + } + result, ok := <-e.resultPool + if !ok { + return nil + } + if result.err != nil { + return errors.Trace(result.err) + } + + if result.chk.NumCols() != req.NumCols() { + return errors.Errorf("Internal error: UnionExec chunk column count mismatch, req: %d, result: %d", + req.NumCols(), result.chk.NumCols()) + } + req.SwapColumns(result.chk) + result.src <- result.chk + return nil +} + +// Close implements the Executor Close interface. +func (e *UnionExec) Close() error { + if e.finished != nil { + close(e.finished) + } + e.results = nil + if e.resultPool != nil { + channel.Clear(e.resultPool) + } + e.resourcePools = nil + if e.childIDChan != nil { + channel.Clear(e.childIDChan) + } + // We do not need to acquire the e.mu.Lock since all the resultPuller can be + // promised to exit when reaching here (e.childIDChan been closed). + var firstErr error + for i := 0; i <= e.mu.maxOpenedChildID; i++ { + if err := exec.Close(e.Children(i)); err != nil && firstErr == nil { + firstErr = err + } + } + return firstErr +} diff --git a/pkg/expression/BUILD.bazel b/pkg/expression/BUILD.bazel index 464415390e620..dc65c2f34d7c1 100644 --- a/pkg/expression/BUILD.bazel +++ b/pkg/expression/BUILD.bazel @@ -124,7 +124,6 @@ go_library( "@com_github_pingcap_failpoint//:failpoint", "@com_github_pingcap_tipb//go-tipb", "@com_github_tikv_client_go_v2//oracle", - "@org_golang_x_tools//container/intsets", "@org_uber_go_atomic//:atomic", "@org_uber_go_zap//:zap", ], diff --git a/pkg/expression/builtin.go b/pkg/expression/builtin.go index d4f1e2c71f169..5db08b06cb151 100644 --- a/pkg/expression/builtin.go +++ b/pkg/expression/builtin.go @@ -193,7 +193,7 @@ func newBaseBuiltinFuncWithTp(ctx BuildContext, funcName string, args []Expressi args[i] = WrapWithCastAsDecimal(ctx, args[i]) case types.ETString: args[i] = WrapWithCastAsString(ctx, args[i]) - args[i] = HandleBinaryLiteral(ctx, args[i], ec, funcName) + args[i] = HandleBinaryLiteral(ctx, args[i], ec, funcName, false) case types.ETDatetime: args[i] = WrapWithCastAsTime(ctx, args[i], types.NewFieldType(mysql.TypeDatetime)) case types.ETTimestamp: @@ -253,7 +253,7 @@ func newBaseBuiltinFuncWithFieldTypes(ctx BuildContext, funcName string, args [] args[i] = WrapWithCastAsReal(ctx, args[i]) case types.ETString: args[i] = WrapWithCastAsString(ctx, args[i]) - args[i] = HandleBinaryLiteral(ctx, args[i], ec, funcName) + args[i] = HandleBinaryLiteral(ctx, args[i], ec, funcName, false) case types.ETJson: args[i] = WrapWithCastAsJSON(ctx, args[i]) // https://github.com/pingcap/tidb/issues/44196 diff --git a/pkg/expression/builtin_cast.go b/pkg/expression/builtin_cast.go index f04e5b096b9a6..134b6b88ce0a5 100644 --- a/pkg/expression/builtin_cast.go +++ b/pkg/expression/builtin_cast.go @@ -328,7 +328,7 @@ func (c *castAsStringFunctionClass) getFunction(ctx BuildContext, args []Express case types.ETString: // When cast from binary to some other charsets, we should check if the binary is valid or not. // so we build a from_binary function to do this check. - bf.args[0] = HandleBinaryLiteral(ctx, args[0], &ExprCollation{Charset: c.tp.GetCharset(), Collation: c.tp.GetCollate()}, c.funcName) + bf.args[0] = HandleBinaryLiteral(ctx, args[0], &ExprCollation{Charset: c.tp.GetCharset(), Collation: c.tp.GetCollate()}, c.funcName, true) sig = &builtinCastStringAsStringSig{bf} sig.setPbCode(tipb.ScalarFuncSig_CastStringAsString) default: @@ -454,7 +454,7 @@ func (c *castAsArrayFunctionClass) getFunction(ctx BuildContext, args []Expressi return nil, ErrNotSupportedYet.GenWithStackByArgs("specifying charset for multi-valued index") } if arrayType.EvalType() == types.ETString && arrayType.GetFlen() == types.UnspecifiedLength { - return nil, ErrNotSupportedYet.GenWithStackByArgs("CAST-ing data to array of char/binary BLOBs") + return nil, ErrNotSupportedYet.GenWithStackByArgs("CAST-ing data to array of char/binary BLOBs with unspecified length") } bf, err := newBaseBuiltinFunc(ctx, c.funcName, args, c.tp) diff --git a/pkg/expression/builtin_cast_test.go b/pkg/expression/builtin_cast_test.go index 97746afa52b07..4f106a5837961 100644 --- a/pkg/expression/builtin_cast_test.go +++ b/pkg/expression/builtin_cast_test.go @@ -1393,7 +1393,7 @@ func TestWrapWithCastAsString(t *testing.T) { cases := []struct { expr Expression - err bool + warn bool ret string }{ { @@ -1432,11 +1432,14 @@ func TestWrapWithCastAsString(t *testing.T) { "-127", }, } + lastWarningLen := 0 for _, c := range cases { expr := BuildCastFunction(ctx, c.expr, types.NewFieldType(mysql.TypeVarString)) - res, _, err := expr.EvalString(ctx, chunk.Row{}) - if c.err { - require.Error(t, err) + res, _, _ := expr.EvalString(ctx, chunk.Row{}) + if c.warn { + warns := ctx.GetSessionVars().StmtCtx.GetWarnings() + require.Greater(t, len(warns), lastWarningLen) + lastWarningLen = len(warns) } else { require.Equal(t, c.ret, res) } diff --git a/pkg/expression/builtin_convert_charset.go b/pkg/expression/builtin_convert_charset.go index 234dbb3674358..9ef377216712f 100644 --- a/pkg/expression/builtin_convert_charset.go +++ b/pkg/expression/builtin_convert_charset.go @@ -134,7 +134,8 @@ func (b *builtinInternalToBinarySig) vecEvalString(ctx EvalContext, input *chunk type tidbFromBinaryFunctionClass struct { baseFunctionClass - tp *types.FieldType + tp *types.FieldType + cannotConvertStringAsWarning bool } func (c *tidbFromBinaryFunctionClass) getFunction(ctx BuildContext, args []Expression) (builtinFunc, error) { @@ -150,7 +151,7 @@ func (c *tidbFromBinaryFunctionClass) getFunction(ctx BuildContext, args []Expre return nil, err } bf.tp = c.tp - sig = &builtinInternalFromBinarySig{bf} + sig = &builtinInternalFromBinarySig{bf, c.cannotConvertStringAsWarning} sig.setPbCode(tipb.ScalarFuncSig_FromBinary) default: return nil, fmt.Errorf("unexpected argTp: %d", argTp) @@ -160,6 +161,9 @@ func (c *tidbFromBinaryFunctionClass) getFunction(ctx BuildContext, args []Expre type builtinInternalFromBinarySig struct { baseBuiltinFunc + + // TODO: also pass this field when pushing down this function. The behavior of TiDB and TiKV is different on this function now. + cannotConvertStringAsWarning bool } func (b *builtinInternalFromBinarySig) Clone() builtinFunc { @@ -179,8 +183,20 @@ func (b *builtinInternalFromBinarySig) evalString(ctx EvalContext, row chunk.Row if err != nil { strHex := formatInvalidChars(valBytes) err = errCannotConvertString.GenWithStackByArgs(strHex, charset.CharsetBin, b.tp.GetCharset()) + + if b.cannotConvertStringAsWarning { + tc := typeCtx(ctx) + tc.AppendWarning(err) + if sqlMode(ctx).HasStrictMode() { + return "", true, nil + } + + return string(ret), false, nil + } + + return "", false, err } - return string(ret), false, err + return string(ret), false, nil } func (b *builtinInternalFromBinarySig) vectorized() bool { @@ -209,7 +225,21 @@ func (b *builtinInternalFromBinarySig) vecEvalString(ctx EvalContext, input *chu val, err := enc.Transform(encodedBuf, str, charset.OpDecode) if err != nil { strHex := formatInvalidChars(str) - return errCannotConvertString.GenWithStackByArgs(strHex, charset.CharsetBin, b.tp.GetCharset()) + err = errCannotConvertString.GenWithStackByArgs(strHex, charset.CharsetBin, b.tp.GetCharset()) + + if b.cannotConvertStringAsWarning { + tc := typeCtx(ctx) + tc.AppendWarning(err) + if sqlMode(ctx).HasStrictMode() { + result.AppendNull() + continue + } + + result.AppendBytes(str) + continue + } + + return err } result.AppendBytes(val) } @@ -232,8 +262,8 @@ func BuildToBinaryFunction(ctx BuildContext, expr Expression) (res Expression) { } // BuildFromBinaryFunction builds from_binary function. -func BuildFromBinaryFunction(ctx BuildContext, expr Expression, tp *types.FieldType) (res Expression) { - fc := &tidbFromBinaryFunctionClass{baseFunctionClass{InternalFuncFromBinary, 1, 1}, tp} +func BuildFromBinaryFunction(ctx BuildContext, expr Expression, tp *types.FieldType, cannotConvertStringAsWarning bool) (res Expression) { + fc := &tidbFromBinaryFunctionClass{baseFunctionClass{InternalFuncFromBinary, 1, 1}, tp, cannotConvertStringAsWarning} f, err := fc.getFunction(ctx, []Expression{expr}) if err != nil { return expr @@ -305,7 +335,7 @@ func init() { } // HandleBinaryLiteral wraps `expr` with to_binary or from_binary sig. -func HandleBinaryLiteral(ctx BuildContext, expr Expression, ec *ExprCollation, funcName string) Expression { +func HandleBinaryLiteral(ctx BuildContext, expr Expression, ec *ExprCollation, funcName string, explicitCast bool) Expression { argChs, dstChs := expr.GetType().GetCharset(), ec.Charset switch convertFuncsMap[funcName] { case funcPropNone: @@ -326,7 +356,7 @@ func HandleBinaryLiteral(ctx BuildContext, expr Expression, ec *ExprCollation, f ft := expr.GetType().Clone() ft.SetCharset(ec.Charset) ft.SetCollate(ec.Collation) - return BuildFromBinaryFunction(ctx, expr, ft) + return BuildFromBinaryFunction(ctx, expr, ft, explicitCast) } } return expr diff --git a/pkg/expression/builtin_encryption.go b/pkg/expression/builtin_encryption.go index 9666eee891ed3..75b6edfd916d8 100644 --- a/pkg/expression/builtin_encryption.go +++ b/pkg/expression/builtin_encryption.go @@ -24,6 +24,7 @@ import ( "crypto/sha256" "crypto/sha512" "encoding/binary" + "encoding/hex" "fmt" "hash" "io" @@ -543,7 +544,7 @@ func (b *builtinPasswordSig) evalString(ctx EvalContext, row chunk.Row) (val str // We should append a warning here because function "PASSWORD" is deprecated since MySQL 5.7.6. // See https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_password tc := typeCtx(ctx) - tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("PASSWORD")) + tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("PASSWORD", "")) return auth.EncodePassword(pass), false, nil } @@ -635,7 +636,8 @@ func (b *builtinMD5Sig) evalString(ctx EvalContext, row chunk.Row) (string, bool return "", isNull, err } sum := md5.Sum([]byte(arg)) // #nosec G401 - hexStr := fmt.Sprintf("%x", sum) + hexStr := hex.EncodeToString(sum[:]) + return hexStr, false, nil } diff --git a/pkg/expression/builtin_encryption_test.go b/pkg/expression/builtin_encryption_test.go index e9628ba5532ee..54d7ffd612c14 100644 --- a/pkg/expression/builtin_encryption_test.go +++ b/pkg/expression/builtin_encryption_test.go @@ -16,6 +16,7 @@ package expression import ( "context" + "crypto/md5" "encoding/hex" "fmt" "strings" @@ -498,6 +499,25 @@ func TestMD5Hash(t *testing.T) { require.NoError(t, err) } +func MD5HashOld(arg string) string { + sum := md5.Sum([]byte(arg)) + return fmt.Sprintf("%x", sum) +} + +func MD5HashNew(arg string) string { + sum := md5.Sum([]byte(arg)) + return hex.EncodeToString(sum[:]) +} + +func BenchmarkMD5Hash(b *testing.B) { + b.ResetTimer() + b.ReportAllocs() + for i := 0; i < b.N; i++ { + MD5HashOld("abc") + //MD5HashNew("abc") + } +} + func TestRandomBytes(t *testing.T) { ctx := createContext(t) diff --git a/pkg/expression/builtin_encryption_vec.go b/pkg/expression/builtin_encryption_vec.go index c127eaff908e6..cb23047dd2c92 100644 --- a/pkg/expression/builtin_encryption_vec.go +++ b/pkg/expression/builtin_encryption_vec.go @@ -737,7 +737,7 @@ func (b *builtinPasswordSig) vecEvalString(ctx EvalContext, input *chunk.Chunk, // We should append a warning here because function "PASSWORD" is deprecated since MySQL 5.7.6. // See https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_password tc := typeCtx(ctx) - tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("PASSWORD")) + tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("PASSWORD", "")) result.AppendString(auth.EncodePasswordBytes(passBytes)) } diff --git a/pkg/expression/builtin_ilike.go b/pkg/expression/builtin_ilike.go index 1251bb5376c60..d664f459ac6d3 100644 --- a/pkg/expression/builtin_ilike.go +++ b/pkg/expression/builtin_ilike.go @@ -96,7 +96,7 @@ func (b *builtinIlikeSig) evalInt(ctx EvalContext, row chunk.Row) (int64, bool, var pattern collate.WildcardPattern if b.args[1].ConstLevel() >= ConstOnlyInContext && b.args[2].ConstLevel() >= ConstOnlyInContext { pattern, err = b.patternCache.getOrInitCache(ctx, func() (collate.WildcardPattern, error) { - ret := collate.ConvertAndGetBinCollation(b.collation).Pattern() + ret := collate.ConvertAndGetBinCollator(b.collation).Pattern() ret.Compile(patternStr, byte(escape)) return ret, nil }) @@ -106,7 +106,7 @@ func (b *builtinIlikeSig) evalInt(ctx EvalContext, row chunk.Row) (int64, bool, return 0, true, err } } else { - pattern = collate.ConvertAndGetBinCollation(b.collation).Pattern() + pattern = collate.ConvertAndGetBinCollator(b.collation).Pattern() pattern.Compile(patternStr, byte(escape)) } return boolToInt64(pattern.DoMatch(valStr)), false, nil diff --git a/pkg/expression/builtin_ilike_vec.go b/pkg/expression/builtin_ilike_vec.go index 23ebeaa7e22bb..ae61897e86cb2 100644 --- a/pkg/expression/builtin_ilike_vec.go +++ b/pkg/expression/builtin_ilike_vec.go @@ -59,7 +59,7 @@ func (b *builtinIlikeSig) tryToVecMemorize(ctx EvalContext, param *funcParam, es } pattern, err := b.patternCache.getOrInitCache(ctx, func() (collate.WildcardPattern, error) { - pattern := collate.ConvertAndGetBinCollation(b.collation).Pattern() + pattern := collate.ConvertAndGetBinCollator(b.collation).Pattern() pattern.Compile(param.getStringVal(0), byte(escape)) return pattern, nil }) @@ -201,7 +201,7 @@ func (b *builtinIlikeSig) vecEvalInt(ctx EvalContext, input *chunk.Chunk, result pattern, ok := b.tryToVecMemorize(ctx, params[1], escape) if !ok { - pattern = collate.ConvertAndGetBinCollation(b.collation).Pattern() + pattern = collate.ConvertAndGetBinCollator(b.collation).Pattern() return b.ilikeWithoutMemorization(pattern, params, rowNum, escape, result) } diff --git a/pkg/expression/builtin_json.go b/pkg/expression/builtin_json.go index 44c752dd31766..e5140830a75f9 100644 --- a/pkg/expression/builtin_json.go +++ b/pkg/expression/builtin_json.go @@ -494,7 +494,7 @@ func (b *builtinJSONMergeSig) evalJSON(ctx EvalContext, row chunk.Row) (res type // See https://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html#function_json-merge if b.pbCode == tipb.ScalarFuncSig_JsonMergeSig { tc := typeCtx(ctx) - tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("JSON_MERGE")) + tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("JSON_MERGE", "")) } return res, false, nil } diff --git a/pkg/expression/builtin_json_vec.go b/pkg/expression/builtin_json_vec.go index dbb4d443d26b4..b174bdc2df2e3 100644 --- a/pkg/expression/builtin_json_vec.go +++ b/pkg/expression/builtin_json_vec.go @@ -1095,7 +1095,7 @@ func (b *builtinJSONMergeSig) vecEvalJSON(ctx EvalContext, input *chunk.Chunk, r continue } tc := typeCtx(ctx) - tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("JSON_MERGE")) + tc.AppendWarning(errDeprecatedSyntaxNoReplacement.FastGenByArgs("JSON_MERGE", "")) } } diff --git a/pkg/expression/builtin_regexp.go b/pkg/expression/builtin_regexp.go index e0d66e01dfa09..31769bbbbbb64 100644 --- a/pkg/expression/builtin_regexp.go +++ b/pkg/expression/builtin_regexp.go @@ -96,6 +96,10 @@ func (re *regexpBaseFuncSig) canMemorizeRegexp(matchTypeIdx int) bool { // buildRegexp builds a new `*regexp.Regexp` from the pattern and matchType func (re *regexpBaseFuncSig) buildRegexp(pattern string, matchType string) (reg *regexp.Regexp, err error) { + if len(pattern) == 0 { + return nil, ErrRegexp.GenWithStackByArgs(emptyPatternErr) + } + matchType, err = getRegexpMatchType(matchType, re.collation) if err != nil { return nil, err @@ -314,7 +318,8 @@ func (re *builtinRegexpLikeFuncSig) vecEvalInt(ctx EvalContext, input *chunk.Chu if !memorized { matchType := params[2].getStringVal(i) - reg, err = re.buildRegexp(params[1].getStringVal(i), matchType) + pattern := params[1].getStringVal(i) + reg, err = re.buildRegexp(pattern, matchType) if err != nil { return err } @@ -583,8 +588,8 @@ func (re *builtinRegexpSubstrFuncSig) vecEvalString(ctx EvalContext, input *chun if !memorized { // Get pattern and match type and then generate regexp - pattern := params[1].getStringVal(i) matchType := params[4].getStringVal(i) + pattern := params[1].getStringVal(i) if reg, err = re.buildRegexp(pattern, matchType); err != nil { return err } @@ -915,7 +920,8 @@ func (re *builtinRegexpInStrFuncSig) vecEvalInt(ctx EvalContext, input *chunk.Ch // Get match type and generate regexp if !memorized { matchType := params[5].getStringVal(i) - reg, err = re.buildRegexp(params[1].getStringVal(i), matchType) + pattern := params[1].getStringVal(i) + reg, err = re.buildRegexp(pattern, matchType) if err != nil { return err } @@ -1401,7 +1407,8 @@ func (re *builtinRegexpReplaceFuncSig) vecEvalString(ctx EvalContext, input *chu // Get match type and generate regexp if !memorized { matchType := params[5].getStringVal(i) - reg, err = re.buildRegexp(params[1].getStringVal(i), matchType) + pattern := params[1].getStringVal(i) + reg, err = re.buildRegexp(pattern, matchType) if err != nil { return err } diff --git a/pkg/expression/builtin_time.go b/pkg/expression/builtin_time.go index 62b7cfba02285..7b1d0d6527e3f 100644 --- a/pkg/expression/builtin_time.go +++ b/pkg/expression/builtin_time.go @@ -6232,6 +6232,13 @@ func addUnitToTime(unit string, t time.Time, v float64) (time.Time, bool, error) return tb, true, nil } tb = t.AddDate(0, int(v), 0) + + // For corner case: timestampadd(month,1,date '2024-01-31') = "2024-02-29", timestampadd(month,1,date '2024-01-30') = "2024-02-29" + // `tb.Month()` refers to the actual result, `t.Month()+v` refers to the expect result. + // Actual result may be greater than expect result, we need to judge and modify it. + for int(tb.Month())%12 != (int(t.Month())+int(v))%12 { + tb = tb.AddDate(0, 0, -1) + } case "QUARTER": if !validAddMonth(v*3, t.Year(), int(t.Month())) { return tb, true, nil diff --git a/pkg/expression/builtin_time_test.go b/pkg/expression/builtin_time_test.go index 93e2f8918a641..f251301e3504a 100644 --- a/pkg/expression/builtin_time_test.go +++ b/pkg/expression/builtin_time_test.go @@ -2580,6 +2580,18 @@ func TestTimestampAdd(t *testing.T) { {"MINUTE", 1.5, "1995-05-01 00:00:00", "1995-05-01 00:02:00"}, {"MINUTE", 1.5, "1995-05-01 00:00:00.000000", "1995-05-01 00:02:00"}, {"MICROSECOND", -100, "1995-05-01 00:00:00.0001", "1995-05-01 00:00:00"}, + + // issue41052 + {"MONTH", 1, "2024-01-31", "2024-02-29 00:00:00"}, + {"MONTH", 1, "2024-01-30", "2024-02-29 00:00:00"}, + {"MONTH", 1, "2024-01-29", "2024-02-29 00:00:00"}, + {"MONTH", 1, "2024-01-28", "2024-02-28 00:00:00"}, + {"MONTH", 1, "2024-10-31", "2024-11-30 00:00:00"}, + {"MONTH", 3, "2024-01-31", "2024-04-30 00:00:00"}, + {"MONTH", 15, "2024-01-31", "2025-04-30 00:00:00"}, + {"MONTH", 10, "2024-10-31", "2025-08-31 00:00:00"}, + {"MONTH", 1, "2024-11-30", "2024-12-30 00:00:00"}, + {"MONTH", 13, "2024-11-30", "2025-12-30 00:00:00"}, } fc := funcs[ast.TimestampAdd] diff --git a/pkg/expression/collation.go b/pkg/expression/collation.go index b9a02e7223adb..bd96f34bd41d6 100644 --- a/pkg/expression/collation.go +++ b/pkg/expression/collation.go @@ -321,7 +321,45 @@ func CheckAndDeriveCollationFromExprs(ctx BuildContext, funcName string, evalTyp return nil, illegalMixCollationErr(funcName, args) } - return ec, nil + return fixStringTypeForMaxLength(funcName, args, ec), nil +} + +// fixStringTypeForMaxLength changes the type of string from `VARCHAR` to `MEDIUM BLOB` or `LONG BLOB` according to the max length of +// the argument. However, as TiDB doesn't have `MaxLength` for `FieldType`, this function handles the logic manually for different types. Now it only +// handles the `JSON` type, because in MySQL, `JSON` type has a big max length and will lead to `LONG BLOB` in many situations. +// To learn more about this case, read the discussion under https://github.com/pingcap/tidb/issues/52833 +// +// TODO: also consider types other than `JSON`. And also think about when it'll become `MEDIUM BLOB`. This function only handles the collation, but +// not change the type and binary flag. +// TODO: some function will generate big values, like `repeat` and `space`. They should be handled according to the argument if it's a constant. +func fixStringTypeForMaxLength(funcName string, args []Expression, ec *ExprCollation) *ExprCollation { + // Be careful that the `args` is not all arguments of the `funcName`. You should check `deriveCollation` function to see which arguments are passed + // to the `CheckAndDeriveCollationFromExprs` function, and then passed here. + shouldChangeToBin := false + + switch funcName { + case ast.Reverse, ast.Lower, ast.Upper, ast.SubstringIndex, ast.Trim, ast.Quote, ast.InsertFunc, ast.Substr, ast.Repeat, ast.Replace: + shouldChangeToBin = args[0].GetType().EvalType() == types.ETJson + case ast.Concat, ast.ConcatWS, ast.Elt, ast.MakeSet: + for _, arg := range args { + if arg.GetType().EvalType() == types.ETJson { + shouldChangeToBin = true + break + } + } + case ast.ExportSet: + if len(args) >= 2 { + shouldChangeToBin = args[0].GetType().EvalType() == types.ETJson || args[1].GetType().EvalType() == types.ETJson + } + if len(args) >= 3 { + shouldChangeToBin = shouldChangeToBin || args[2].GetType().EvalType() == types.ETJson + } + } + + if shouldChangeToBin { + ec.Collation = collate.ConvertAndGetBinCollation(ec.Collation) + } + return ec } func safeConvert(ctx BuildContext, ec *ExprCollation, args ...Expression) bool { diff --git a/pkg/expression/context/context.go b/pkg/expression/context/context.go index 218d37cc76ef9..4a3a3475f178b 100644 --- a/pkg/expression/context/context.go +++ b/pkg/expression/context/context.go @@ -15,6 +15,7 @@ package context import ( + "sync/atomic" "time" "github.com/pingcap/tidb/pkg/errctx" @@ -26,6 +27,29 @@ import ( "github.com/pingcap/tidb/pkg/util/mathutil" ) +// PlanColumnIDAllocator allocates column id for plan. +type PlanColumnIDAllocator interface { + // AllocPlanColumnID allocates column id for plan. + AllocPlanColumnID() int64 +} + +// SimplePlanColumnIDAllocator implements PlanColumnIDAllocator +type SimplePlanColumnIDAllocator struct { + id atomic.Int64 +} + +// NewSimplePlanColumnIDAllocator creates a new SimplePlanColumnIDAllocator. +func NewSimplePlanColumnIDAllocator(offset int64) *SimplePlanColumnIDAllocator { + alloc := &SimplePlanColumnIDAllocator{} + alloc.id.Store(offset) + return alloc +} + +// AllocPlanColumnID allocates column id for plan. +func (a *SimplePlanColumnIDAllocator) AllocPlanColumnID() int64 { + return a.id.Add(1) +} + // EvalContext is used to evaluate an expression type EvalContext interface { contextutil.WarnHandler diff --git a/pkg/expression/contextsession/sessionctx.go b/pkg/expression/contextsession/sessionctx.go index e60c96a0cc2cc..2119919b6bbdf 100644 --- a/pkg/expression/contextsession/sessionctx.go +++ b/pkg/expression/contextsession/sessionctx.go @@ -39,100 +39,95 @@ import ( "go.uber.org/zap" ) -// sessionctx.Context + *ExprCtxExtendedImpl should implement -// `expression.BuildContext` and `expression.AggFuncBuildContext` -// Only used to assert `ExprCtxExtendedImpl` should implement all methods not in `sessionctx.Context` -var _ exprctx.ExprContext = struct { - sessionctx.Context - *ExprCtxExtendedImpl -}{} - -// ExprCtxExtendedImpl extends the sessionctx.Context to implement `expression.BuildContext` -type ExprCtxExtendedImpl struct { +// SessionExprContext should implement the `ExprContext` interface. +var _ exprctx.ExprContext = &SessionExprContext{} + +// SessionExprContext implements `ExprContext` +type SessionExprContext struct { sctx sessionctx.Context *SessionEvalContext } -// NewExprExtendedImpl creates a new ExprCtxExtendedImpl. -func NewExprExtendedImpl(sctx sessionctx.Context) *ExprCtxExtendedImpl { - return &ExprCtxExtendedImpl{ +// NewSessionExprContext creates a new SessionExprContext. +func NewSessionExprContext(sctx sessionctx.Context) *SessionExprContext { + return &SessionExprContext{ sctx: sctx, SessionEvalContext: NewSessionEvalContext(sctx), } } // GetEvalCtx returns the EvalContext. -func (ctx *ExprCtxExtendedImpl) GetEvalCtx() exprctx.EvalContext { +func (ctx *SessionExprContext) GetEvalCtx() exprctx.EvalContext { return ctx.SessionEvalContext } // GetCharsetInfo gets charset and collation for current context. -func (ctx *ExprCtxExtendedImpl) GetCharsetInfo() (string, string) { +func (ctx *SessionExprContext) GetCharsetInfo() (string, string) { return ctx.sctx.GetSessionVars().GetCharsetInfo() } // GetDefaultCollationForUTF8MB4 returns the default collation of UTF8MB4. -func (ctx *ExprCtxExtendedImpl) GetDefaultCollationForUTF8MB4() string { +func (ctx *SessionExprContext) GetDefaultCollationForUTF8MB4() string { return ctx.sctx.GetSessionVars().DefaultCollationForUTF8MB4 } // GetBlockEncryptionMode returns the variable block_encryption_mode -func (ctx *ExprCtxExtendedImpl) GetBlockEncryptionMode() string { +func (ctx *SessionExprContext) GetBlockEncryptionMode() string { blockMode, _ := ctx.sctx.GetSessionVars().GetSystemVar(variable.BlockEncryptionMode) return blockMode } // GetSysdateIsNow returns a bool to determine whether Sysdate is an alias of Now function. // It is the value of variable `tidb_sysdate_is_now`. -func (ctx *ExprCtxExtendedImpl) GetSysdateIsNow() bool { +func (ctx *SessionExprContext) GetSysdateIsNow() bool { return ctx.sctx.GetSessionVars().SysdateIsNow } // GetNoopFuncsMode returns the noop function mode: OFF/ON/WARN values as 0/1/2. -func (ctx *ExprCtxExtendedImpl) GetNoopFuncsMode() int { +func (ctx *SessionExprContext) GetNoopFuncsMode() int { return ctx.sctx.GetSessionVars().NoopFuncsMode } // Rng is used to generate random values. -func (ctx *ExprCtxExtendedImpl) Rng() *mathutil.MysqlRng { +func (ctx *SessionExprContext) Rng() *mathutil.MysqlRng { return ctx.sctx.GetSessionVars().Rng } // IsUseCache indicates whether to cache the build expression in plan cache. // If SetSkipPlanCache is invoked, it should return false. -func (ctx *ExprCtxExtendedImpl) IsUseCache() bool { +func (ctx *SessionExprContext) IsUseCache() bool { return ctx.sctx.GetSessionVars().StmtCtx.UseCache() } // SetSkipPlanCache sets to skip the plan cache and records the reason. -func (ctx *ExprCtxExtendedImpl) SetSkipPlanCache(reason string) { +func (ctx *SessionExprContext) SetSkipPlanCache(reason string) { ctx.sctx.GetSessionVars().StmtCtx.SetSkipPlanCache(reason) } // AllocPlanColumnID allocates column id for plan. -func (ctx *ExprCtxExtendedImpl) AllocPlanColumnID() int64 { +func (ctx *SessionExprContext) AllocPlanColumnID() int64 { return ctx.sctx.GetSessionVars().AllocPlanColumnID() } // IsInNullRejectCheck returns whether the expression is in null reject check. -func (ctx *ExprCtxExtendedImpl) IsInNullRejectCheck() bool { +func (ctx *SessionExprContext) IsInNullRejectCheck() bool { return false } // GetWindowingUseHighPrecision determines whether to compute window operations without loss of precision. // see https://dev.mysql.com/doc/refman/8.0/en/window-function-optimization.html for more details. -func (ctx *ExprCtxExtendedImpl) GetWindowingUseHighPrecision() bool { +func (ctx *SessionExprContext) GetWindowingUseHighPrecision() bool { return ctx.sctx.GetSessionVars().WindowingUseHighPrecision } // GetGroupConcatMaxLen returns the value of the 'group_concat_max_len' system variable. -func (ctx *ExprCtxExtendedImpl) GetGroupConcatMaxLen() uint64 { +func (ctx *SessionExprContext) GetGroupConcatMaxLen() uint64 { return ctx.sctx.GetSessionVars().GroupConcatMaxLen } // ConnectionID indicates the connection ID of the current session. // If the context is not in a session, it should return 0. -func (ctx *ExprCtxExtendedImpl) ConnectionID() uint64 { +func (ctx *SessionExprContext) ConnectionID() uint64 { return ctx.sctx.GetSessionVars().ConnectionID } diff --git a/pkg/expression/contextsession/sessionctx_test.go b/pkg/expression/contextsession/sessionctx_test.go index 323d327d56257..2df39b4690c0b 100644 --- a/pkg/expression/contextsession/sessionctx_test.go +++ b/pkg/expression/contextsession/sessionctx_test.go @@ -265,7 +265,7 @@ func TestSessionEvalContextOptProps(t *testing.T) { func TestSessionBuildContext(t *testing.T) { ctx := mock.NewContext() - impl := contextsession.NewExprExtendedImpl(ctx) + impl := contextsession.NewSessionExprContext(ctx) evalCtx, ok := impl.GetEvalCtx().(*contextsession.SessionEvalContext) require.True(t, ok) require.Same(t, evalCtx, impl.SessionEvalContext) diff --git a/pkg/expression/contextstatic/BUILD.bazel b/pkg/expression/contextstatic/BUILD.bazel index 5044b5eadbfeb..b8060900ffe09 100644 --- a/pkg/expression/contextstatic/BUILD.bazel +++ b/pkg/expression/contextstatic/BUILD.bazel @@ -2,38 +2,48 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( name = "contextstatic", - srcs = ["evalctx.go"], + srcs = [ + "evalctx.go", + "exprctx.go", + ], importpath = "github.com/pingcap/tidb/pkg/expression/contextstatic", visibility = ["//visibility:public"], deps = [ "//pkg/errctx", "//pkg/expression/context", "//pkg/expression/contextopt", + "//pkg/parser/charset", "//pkg/parser/mysql", "//pkg/sessionctx/variable", "//pkg/types", "//pkg/util/context", "//pkg/util/intest", + "//pkg/util/mathutil", ], ) go_test( name = "contextstatic_test", timeout = "short", - srcs = ["evalctx_test.go"], + srcs = [ + "evalctx_test.go", + "exprctx_test.go", + ], embed = [":contextstatic"], flaky = True, - shard_count = 6, + shard_count = 9, deps = [ "//pkg/errctx", "//pkg/expression/context", "//pkg/expression/contextopt", "//pkg/infoschema/context", "//pkg/parser/auth", + "//pkg/parser/charset", "//pkg/parser/mysql", "//pkg/sessionctx/variable", "//pkg/types", "//pkg/util/context", + "//pkg/util/mathutil", "@com_github_pingcap_errors//:errors", "@com_github_stretchr_testify//require", ], diff --git a/pkg/expression/contextstatic/evalctx_test.go b/pkg/expression/contextstatic/evalctx_test.go index 509be691a7fe9..8b190bb9600f5 100644 --- a/pkg/expression/contextstatic/evalctx_test.go +++ b/pkg/expression/contextstatic/evalctx_test.go @@ -32,11 +32,19 @@ import ( "github.com/stretchr/testify/require" ) -func TestNewDefaultStaticEvalCtx(t *testing.T) { +func TestNewStaticEvalCtx(t *testing.T) { + // default context prevID := contextutil.GenContextID() ctx := NewStaticEvalContext() require.Equal(t, prevID+1, ctx.CtxID()) checkDefaultStaticEvalCtx(t, ctx) + + // with options + prevID = ctx.CtxID() + options, stateForTest := getEvalCtxOptionsForTest(t) + ctx = NewStaticEvalContext(options...) + require.Equal(t, prevID+1, ctx.CtxID()) + checkOptionsStaticEvalCtx(t, ctx, stateForTest) } func checkDefaultStaticEvalCtx(t *testing.T, ctx *StaticEvalContext) { @@ -69,14 +77,6 @@ func checkDefaultStaticEvalCtx(t *testing.T, ctx *StaticEvalContext) { require.Equal(t, 0, warnHandler.WarningCount()) } -func TestStaticEvalCtxOptions(t *testing.T) { - prevID := contextutil.GenContextID() - options, stateForTest := getEvalCtxOptionsForTest(t) - ctx := NewStaticEvalContext(options...) - require.Equal(t, prevID+1, ctx.CtxID()) - checkOptionsStaticEvalCtx(t, ctx, stateForTest) -} - type evalCtxOptionsTestState struct { now time.Time loc *time.Location diff --git a/pkg/expression/contextstatic/exprctx.go b/pkg/expression/contextstatic/exprctx.go new file mode 100644 index 0000000000000..af6d903b2232e --- /dev/null +++ b/pkg/expression/contextstatic/exprctx.go @@ -0,0 +1,284 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package contextstatic + +import ( + "sync/atomic" + + exprctx "github.com/pingcap/tidb/pkg/expression/context" + "github.com/pingcap/tidb/pkg/parser/charset" + "github.com/pingcap/tidb/pkg/parser/mysql" + "github.com/pingcap/tidb/pkg/sessionctx/variable" + "github.com/pingcap/tidb/pkg/util/intest" + "github.com/pingcap/tidb/pkg/util/mathutil" +) + +// StaticExprContext implements the `exprctx.ExprContext` interface. +var _ exprctx.ExprContext = &StaticExprContext{} + +// staticExprCtxState is the internal state for `StaticExprContext`. +// We make it as a standalone private struct here to make sure `StaticExprCtxOption` can only be called in constructor. +type staticExprCtxState struct { + evalCtx *StaticEvalContext + charset string + collation string + defaultCollationForUTF8MB4 string + blockEncryptionMode string + sysDateIsNow bool + noopFuncsMode int + rng *mathutil.MysqlRng + canUseCache *atomic.Bool + skipCacheHandleFunc func(useCache *atomic.Bool, skipReason string) + columnIDAllocator exprctx.PlanColumnIDAllocator + connectionID uint64 + windowingUseHighPrecision bool + groupConcatMaxLen uint64 +} + +// StaticExprCtxOption is the option to create or update the `StaticExprContext` +type StaticExprCtxOption func(*staticExprCtxState) + +// WithEvalCtx sets the `StaticEvalContext` for `StaticExprContext`. +func WithEvalCtx(ctx *StaticEvalContext) StaticExprCtxOption { + intest.AssertNotNil(ctx) + return func(s *staticExprCtxState) { + s.evalCtx = ctx + } +} + +// WithCharset sets the charset and collation for `StaticExprContext`. +func WithCharset(charset, collation string) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.charset = charset + s.collation = collation + } +} + +// WithDefaultCollationForUTF8MB4 sets the default collation for utf8mb4 for `StaticExprContext`. +func WithDefaultCollationForUTF8MB4(collation string) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.defaultCollationForUTF8MB4 = collation + } +} + +// WithBlockEncryptionMode sets the block encryption mode for `StaticExprContext`. +func WithBlockEncryptionMode(mode string) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.blockEncryptionMode = mode + } +} + +// WithSysDateIsNow sets the sysdate is now for `StaticExprContext`. +func WithSysDateIsNow(now bool) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.sysDateIsNow = now + } +} + +// WithNoopFuncsMode sets the noop funcs mode for `StaticExprContext`. +func WithNoopFuncsMode(mode int) StaticExprCtxOption { + intest.Assert(mode == variable.OnInt || mode == variable.OffInt || mode == variable.WarnInt) + return func(s *staticExprCtxState) { + s.noopFuncsMode = mode + } +} + +// WithRng sets the rng for `StaticExprContext`. +func WithRng(rng *mathutil.MysqlRng) StaticExprCtxOption { + intest.AssertNotNil(rng) + return func(s *staticExprCtxState) { + s.rng = rng + } +} + +// WithUseCache sets the return value of `IsUseCache` for `StaticExprContext`. +func WithUseCache(useCache bool) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.canUseCache.Store(useCache) + } +} + +// WithSkipCacheHandleFunc sets inner skip plan cache function for StaticExprContext +func WithSkipCacheHandleFunc(fn func(useCache *atomic.Bool, skipReason string)) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.skipCacheHandleFunc = fn + } +} + +// WithColumnIDAllocator sets the column id allocator for `StaticExprContext`. +func WithColumnIDAllocator(allocator exprctx.PlanColumnIDAllocator) StaticExprCtxOption { + intest.AssertNotNil(allocator) + return func(s *staticExprCtxState) { + s.columnIDAllocator = allocator + } +} + +// WithConnectionID sets the connection id for `StaticExprContext`. +func WithConnectionID(id uint64) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.connectionID = id + } +} + +// WithWindowingUseHighPrecision sets the windowing use high precision for `StaticExprContext`. +func WithWindowingUseHighPrecision(useHighPrecision bool) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.windowingUseHighPrecision = useHighPrecision + } +} + +// WithGroupConcatMaxLen sets the group concat max len for `StaticExprContext`. +func WithGroupConcatMaxLen(maxLen uint64) StaticExprCtxOption { + return func(s *staticExprCtxState) { + s.groupConcatMaxLen = maxLen + } +} + +// StaticExprContext implements the `exprctx.ExprContext` interface. +// The "static" means comparing with `SessionExprContext`, its internal state does not relay on the session or other +// complex contexts that keeps immutable for most fields. +type StaticExprContext struct { + staticExprCtxState +} + +// NewStaticExprContext creates a new StaticExprContext +func NewStaticExprContext(opts ...StaticExprCtxOption) *StaticExprContext { + cs, err := charset.GetCharsetInfo(mysql.DefaultCharset) + intest.AssertNoError(err) + + ctx := &StaticExprContext{ + staticExprCtxState: staticExprCtxState{ + charset: cs.Name, + collation: cs.DefaultCollation, + defaultCollationForUTF8MB4: variable.DefaultCollationForUTF8MB4, + blockEncryptionMode: variable.DefBlockEncryptionMode, + sysDateIsNow: variable.DefSysdateIsNow, + noopFuncsMode: variable.TiDBOptOnOffWarn(variable.DefTiDBEnableNoopFuncs), + windowingUseHighPrecision: true, + groupConcatMaxLen: variable.DefGroupConcatMaxLen, + }, + } + + ctx.canUseCache = &atomic.Bool{} + ctx.canUseCache.Store(true) + + for _, opt := range opts { + opt(&ctx.staticExprCtxState) + } + + if ctx.evalCtx == nil { + ctx.evalCtx = NewStaticEvalContext() + } + + if ctx.rng == nil { + ctx.rng = mathutil.NewWithTime() + } + + if ctx.columnIDAllocator == nil { + ctx.columnIDAllocator = exprctx.NewSimplePlanColumnIDAllocator(0) + } + + return ctx +} + +// Apply returns a new `StaticExprContext` with the fields updated according to the given options. +func (ctx *StaticExprContext) Apply(opts ...StaticExprCtxOption) *StaticExprContext { + newCtx := &StaticExprContext{ + staticExprCtxState: ctx.staticExprCtxState, + } + + newCtx.canUseCache = &atomic.Bool{} + newCtx.canUseCache.Store(ctx.canUseCache.Load()) + + for _, opt := range opts { + opt(&newCtx.staticExprCtxState) + } + + return newCtx +} + +// GetEvalCtx implements the `ExprContext.GetEvalCtx`. +func (ctx *StaticExprContext) GetEvalCtx() exprctx.EvalContext { + return ctx.evalCtx +} + +// GetCharsetInfo implements the `ExprContext.GetCharsetInfo`. +func (ctx *StaticExprContext) GetCharsetInfo() (string, string) { + return ctx.charset, ctx.collation +} + +// GetDefaultCollationForUTF8MB4 implements the `ExprContext.GetDefaultCollationForUTF8MB4`. +func (ctx *StaticExprContext) GetDefaultCollationForUTF8MB4() string { + return ctx.defaultCollationForUTF8MB4 +} + +// GetBlockEncryptionMode implements the `ExprContext.GetBlockEncryptionMode`. +func (ctx *StaticExprContext) GetBlockEncryptionMode() string { + return ctx.blockEncryptionMode +} + +// GetSysdateIsNow implements the `ExprContext.GetSysdateIsNow`. +func (ctx *StaticExprContext) GetSysdateIsNow() bool { + return ctx.sysDateIsNow +} + +// GetNoopFuncsMode implements the `ExprContext.GetNoopFuncsMode`. +func (ctx *StaticExprContext) GetNoopFuncsMode() int { + return ctx.noopFuncsMode +} + +// Rng implements the `ExprContext.Rng`. +func (ctx *StaticExprContext) Rng() *mathutil.MysqlRng { + return ctx.rng +} + +// IsUseCache implements the `ExprContext.IsUseCache`. +func (ctx *StaticExprContext) IsUseCache() bool { + return ctx.canUseCache.Load() +} + +// SetSkipPlanCache implements the `ExprContext.SetSkipPlanCache`. +func (ctx *StaticExprContext) SetSkipPlanCache(reason string) { + if fn := ctx.skipCacheHandleFunc; fn != nil { + fn(ctx.canUseCache, reason) + return + } + ctx.canUseCache.Store(false) +} + +// AllocPlanColumnID implements the `ExprContext.AllocPlanColumnID`. +func (ctx *StaticExprContext) AllocPlanColumnID() int64 { + return ctx.columnIDAllocator.AllocPlanColumnID() +} + +// IsInNullRejectCheck implements the `ExprContext.IsInNullRejectCheck` and should always return false. +func (ctx *StaticExprContext) IsInNullRejectCheck() bool { + return false +} + +// ConnectionID implements the `ExprContext.ConnectionID`. +func (ctx *StaticExprContext) ConnectionID() uint64 { + return ctx.connectionID +} + +// GetWindowingUseHighPrecision implements the `ExprContext.GetWindowingUseHighPrecision`. +func (ctx *StaticExprContext) GetWindowingUseHighPrecision() bool { + return ctx.windowingUseHighPrecision +} + +// GetGroupConcatMaxLen implements the `ExprContext.GetGroupConcatMaxLen`. +func (ctx *StaticExprContext) GetGroupConcatMaxLen() uint64 { + return ctx.groupConcatMaxLen +} diff --git a/pkg/expression/contextstatic/exprctx_test.go b/pkg/expression/contextstatic/exprctx_test.go new file mode 100644 index 0000000000000..0924ef73a4f1a --- /dev/null +++ b/pkg/expression/contextstatic/exprctx_test.go @@ -0,0 +1,247 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package contextstatic + +import ( + "sync/atomic" + "testing" + "time" + + "github.com/pingcap/tidb/pkg/expression/context" + "github.com/pingcap/tidb/pkg/parser/charset" + "github.com/pingcap/tidb/pkg/parser/mysql" + "github.com/pingcap/tidb/pkg/sessionctx/variable" + contextutil "github.com/pingcap/tidb/pkg/util/context" + "github.com/pingcap/tidb/pkg/util/mathutil" + "github.com/stretchr/testify/require" +) + +func TestNewStaticExprCtx(t *testing.T) { + prevID := contextutil.GenContextID() + ctx := NewStaticExprContext() + require.Equal(t, ctx.GetEvalCtx().CtxID(), prevID+1) + checkDefaultStaticExprCtx(t, ctx) + + opts, s := getExprCtxOptionsForTest() + ctx = NewStaticExprContext(opts...) + checkOptionsStaticExprCtx(t, ctx, s) +} + +func TestStaticExprCtxApplyOptions(t *testing.T) { + ctx := NewStaticExprContext() + oldCanUseCache := ctx.canUseCache + oldEvalCtx := ctx.evalCtx + oldColumnIDAllocator := ctx.columnIDAllocator + + // apply with options + opts, s := getExprCtxOptionsForTest() + ctx2 := ctx.Apply(opts...) + require.NotSame(t, oldCanUseCache, ctx2.canUseCache) + require.Equal(t, oldEvalCtx, ctx.evalCtx) + require.Same(t, oldCanUseCache, ctx.canUseCache) + require.Same(t, oldColumnIDAllocator, ctx.columnIDAllocator) + checkDefaultStaticExprCtx(t, ctx) + checkOptionsStaticExprCtx(t, ctx2, s) + + // apply with empty options + ctx3 := ctx2.Apply() + s.skipCacheArgs = nil + checkOptionsStaticExprCtx(t, ctx3, s) + require.NotSame(t, ctx2.canUseCache, ctx3.canUseCache) +} + +func checkDefaultStaticExprCtx(t *testing.T, ctx *StaticExprContext) { + checkDefaultStaticEvalCtx(t, ctx.GetEvalCtx().(*StaticEvalContext)) + charsetName, collation := ctx.GetCharsetInfo() + require.Equal(t, mysql.DefaultCharset, charsetName) + cs, err := charset.GetCharsetInfo(charsetName) + require.NoError(t, err) + require.Equal(t, charsetName, cs.Name) + require.Equal(t, cs.DefaultCollation, collation) + require.Equal(t, variable.DefaultCollationForUTF8MB4, ctx.GetDefaultCollationForUTF8MB4()) + require.Equal(t, variable.DefBlockEncryptionMode, ctx.GetBlockEncryptionMode()) + require.Equal(t, variable.DefSysdateIsNow, ctx.GetSysdateIsNow()) + require.Equal(t, variable.TiDBOptOnOffWarn(variable.DefTiDBEnableNoopFuncs), ctx.GetNoopFuncsMode()) + require.NotNil(t, ctx.Rng()) + require.True(t, ctx.IsUseCache()) + require.Nil(t, ctx.skipCacheHandleFunc) + require.NotNil(t, ctx.columnIDAllocator) + _, ok := ctx.columnIDAllocator.(*context.SimplePlanColumnIDAllocator) + require.True(t, ok) + require.Equal(t, uint64(0), ctx.ConnectionID()) + require.Equal(t, true, ctx.GetWindowingUseHighPrecision()) + require.Equal(t, variable.DefGroupConcatMaxLen, ctx.GetGroupConcatMaxLen()) +} + +type exprCtxOptionsTestState struct { + evalCtx *StaticEvalContext + colIDAlloc context.PlanColumnIDAllocator + rng *mathutil.MysqlRng + skipCacheArgs []any +} + +func getExprCtxOptionsForTest() ([]StaticExprCtxOption, *exprCtxOptionsTestState) { + s := &exprCtxOptionsTestState{ + evalCtx: NewStaticEvalContext(WithLocation(time.FixedZone("UTC+11", 11*3600))), + colIDAlloc: context.NewSimplePlanColumnIDAllocator(1024), + rng: mathutil.NewWithSeed(12345678), + } + + return []StaticExprCtxOption{ + WithEvalCtx(s.evalCtx), + WithCharset("gbk", "gbk_bin"), + WithDefaultCollationForUTF8MB4("utf8mb4_0900_ai_ci"), + WithBlockEncryptionMode("aes-256-cbc"), + WithSysDateIsNow(true), + WithNoopFuncsMode(variable.WarnInt), + WithRng(s.rng), + WithUseCache(false), + WithSkipCacheHandleFunc(func(useCache *atomic.Bool, skipReason string) { + s.skipCacheArgs = []any{useCache, skipReason} + }), + WithColumnIDAllocator(s.colIDAlloc), + WithConnectionID(778899), + WithWindowingUseHighPrecision(false), + WithGroupConcatMaxLen(2233445566), + }, s +} + +func checkOptionsStaticExprCtx(t *testing.T, ctx *StaticExprContext, s *exprCtxOptionsTestState) { + require.Same(t, s.evalCtx, ctx.GetEvalCtx()) + cs, collation := ctx.GetCharsetInfo() + require.Equal(t, "gbk", cs) + require.Equal(t, "gbk_bin", collation) + require.Equal(t, "utf8mb4_0900_ai_ci", ctx.GetDefaultCollationForUTF8MB4()) + require.Equal(t, "aes-256-cbc", ctx.GetBlockEncryptionMode()) + require.Equal(t, true, ctx.GetSysdateIsNow()) + require.Equal(t, variable.WarnInt, ctx.GetNoopFuncsMode()) + require.Same(t, s.rng, ctx.Rng()) + require.False(t, ctx.IsUseCache()) + require.Nil(t, s.skipCacheArgs) + ctx.SetSkipPlanCache("reason") + require.Equal(t, []any{ctx.canUseCache, "reason"}, s.skipCacheArgs) + require.Same(t, s.colIDAlloc, ctx.columnIDAllocator) + require.Equal(t, uint64(778899), ctx.ConnectionID()) + require.False(t, ctx.GetWindowingUseHighPrecision()) + require.Equal(t, uint64(2233445566), ctx.GetGroupConcatMaxLen()) +} + +func TestStaticExprCtxUseCache(t *testing.T) { + // default implement + ctx := NewStaticExprContext() + require.True(t, ctx.IsUseCache()) + require.Nil(t, ctx.skipCacheHandleFunc) + ctx.SetSkipPlanCache("reason") + require.False(t, ctx.IsUseCache()) + require.Empty(t, ctx.GetEvalCtx().TruncateWarnings(0)) + + ctx = NewStaticExprContext(WithUseCache(false)) + require.False(t, ctx.IsUseCache()) + require.Nil(t, ctx.skipCacheHandleFunc) + ctx.SetSkipPlanCache("reason") + require.False(t, ctx.IsUseCache()) + require.Empty(t, ctx.GetEvalCtx().TruncateWarnings(0)) + + ctx = NewStaticExprContext(WithUseCache(true)) + require.True(t, ctx.IsUseCache()) + require.Nil(t, ctx.skipCacheHandleFunc) + ctx.SetSkipPlanCache("reason") + require.False(t, ctx.IsUseCache()) + require.Empty(t, ctx.GetEvalCtx().TruncateWarnings(0)) + + // custom skip func + var args []any + calls := 0 + ctx = NewStaticExprContext(WithSkipCacheHandleFunc(func(useCache *atomic.Bool, skipReason string) { + args = []any{useCache, skipReason} + calls++ + if calls > 1 { + useCache.Store(false) + } + })) + ctx.SetSkipPlanCache("reason1") + // If we use `WithSkipCacheHandleFunc`, useCache will be set in function + require.Equal(t, 1, calls) + require.True(t, ctx.IsUseCache()) + require.Equal(t, []any{ctx.canUseCache, "reason1"}, args) + + args = nil + ctx.SetSkipPlanCache("reason2") + require.Equal(t, 2, calls) + require.False(t, ctx.IsUseCache()) + require.Equal(t, []any{ctx.canUseCache, "reason2"}, args) + + // apply + ctx = NewStaticExprContext() + require.True(t, ctx.IsUseCache()) + ctx2 := ctx.Apply(WithUseCache(false)) + require.False(t, ctx2.IsUseCache()) + require.True(t, ctx.IsUseCache()) + require.NotSame(t, ctx.canUseCache, ctx2.canUseCache) + require.Nil(t, ctx.skipCacheHandleFunc) + require.Nil(t, ctx2.skipCacheHandleFunc) + + var args2 []any + fn1 := func(useCache *atomic.Bool, skipReason string) { args = []any{useCache, skipReason} } + fn2 := func(useCache *atomic.Bool, skipReason string) { args2 = []any{useCache, skipReason} } + ctx = NewStaticExprContext(WithUseCache(false), WithSkipCacheHandleFunc(fn1)) + require.False(t, ctx.IsUseCache()) + ctx2 = ctx.Apply(WithUseCache(true), WithSkipCacheHandleFunc(fn2)) + require.NotSame(t, ctx.canUseCache, ctx2.canUseCache) + require.False(t, ctx.IsUseCache()) + require.True(t, ctx2.IsUseCache()) + + args = nil + args2 = nil + ctx.SetSkipPlanCache("reasonA") + require.Equal(t, []any{ctx.canUseCache, "reasonA"}, args) + require.Nil(t, args2) + + args = nil + args2 = nil + ctx2.SetSkipPlanCache("reasonB") + require.Nil(t, args) + require.Equal(t, []any{ctx2.canUseCache, "reasonB"}, args2) +} + +func TestExprCtxColumnIDAllocator(t *testing.T) { + // default + ctx := NewStaticExprContext() + alloc := ctx.columnIDAllocator + require.NotNil(t, alloc) + _, ok := ctx.columnIDAllocator.(*context.SimplePlanColumnIDAllocator) + require.True(t, ok) + require.Equal(t, int64(1), ctx.AllocPlanColumnID()) + + // Apply without an allocator + ctx2 := ctx.Apply() + require.Same(t, ctx2.columnIDAllocator, ctx.columnIDAllocator) + require.Equal(t, int64(2), ctx2.AllocPlanColumnID()) + require.Equal(t, int64(3), ctx.AllocPlanColumnID()) + + // Apply with new allocator + alloc = context.NewSimplePlanColumnIDAllocator(1024) + ctx3 := ctx.Apply(WithColumnIDAllocator(alloc)) + require.Same(t, alloc, ctx3.columnIDAllocator) + require.NotSame(t, ctx.columnIDAllocator, ctx3.columnIDAllocator) + require.Equal(t, int64(1025), ctx3.AllocPlanColumnID()) + require.Equal(t, int64(4), ctx.AllocPlanColumnID()) + + // New context with allocator + alloc = context.NewSimplePlanColumnIDAllocator(2048) + ctx4 := NewStaticExprContext(WithColumnIDAllocator(alloc)) + require.Same(t, alloc, ctx4.columnIDAllocator) + require.Equal(t, int64(2049), ctx4.AllocPlanColumnID()) +} diff --git a/pkg/expression/distsql_builtin.go b/pkg/expression/distsql_builtin.go index cdb9d382607a5..0012410a60c80 100644 --- a/pkg/expression/distsql_builtin.go +++ b/pkg/expression/distsql_builtin.go @@ -1074,7 +1074,8 @@ func getSignatureByPB(ctx BuildContext, sigCode tipb.ScalarFuncSig, tp *tipb.Fie case tipb.ScalarFuncSig_ToBinary: f = &builtinInternalToBinarySig{base} case tipb.ScalarFuncSig_FromBinary: - f = &builtinInternalFromBinarySig{base} + // TODO: set the `cannotConvertStringAsWarning` accordingly + f = &builtinInternalFromBinarySig{base, false} default: e = ErrFunctionNotExists.GenWithStackByArgs("FUNCTION", sigCode) diff --git a/pkg/expression/explain.go b/pkg/expression/explain.go index 3813915c20ad7..0df45007d1346 100644 --- a/pkg/expression/explain.go +++ b/pkg/expression/explain.go @@ -21,6 +21,7 @@ import ( "strings" "github.com/pingcap/tidb/pkg/parser/ast" + "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/chunk" "github.com/pingcap/tidb/pkg/util/intest" @@ -36,6 +37,14 @@ func (expr *ScalarFunction) explainInfo(ctx EvalContext, normalized bool) string intest.Assert(normalized || ctx != nil) var buffer bytes.Buffer fmt.Fprintf(&buffer, "%s(", expr.FuncName.L) + // convert `in(_tidb_pid, -1)` to `in(_tidb_pid, dual)` whether normalized equals to true or false. + if expr.FuncName.L == ast.In { + args := expr.GetArgs() + if len(args) == 2 && args[0].ExplainNormalizedInfo() == model.ExtraPartitionIdName.L && args[1].(*Constant).Value.GetInt64() == -1 { + buffer.WriteString(model.ExtraPartitionIdName.L + ", dual)") + return buffer.String() + } + } switch expr.FuncName.L { case ast.Cast: for _, arg := range expr.GetArgs() { diff --git a/pkg/expression/expression.go b/pkg/expression/expression.go index a5f24d6f6150e..d6b6ba9a6da6a 100644 --- a/pkg/expression/expression.go +++ b/pkg/expression/expression.go @@ -28,6 +28,7 @@ import ( "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/chunk" "github.com/pingcap/tidb/pkg/util/generatedexpr" + "github.com/pingcap/tidb/pkg/util/mathutil" "github.com/pingcap/tidb/pkg/util/size" "github.com/pingcap/tidb/pkg/util/zeropool" ) @@ -1214,6 +1215,21 @@ func PropagateType(evalType types.EvalType, args ...Expression) { if newDecimal > mysql.MaxDecimalScale { newDecimal = mysql.MaxDecimalScale } + if oldFlen-oldDecimal > newFlen-newDecimal { + // the input data should never be overflow under the new type + if newDecimal > oldDecimal { + // if the target decimal part is larger than the original decimal part, we try to extend + // the decimal part as much as possible while keeping the integer part big enough to hold + // the original data. For example, original type is Decimal(50, 0), new type is Decimal(48,30), then + // incDecimal = min(30-0, mysql.MaxDecimalWidth-50) = 15 + // the new target Decimal will be Decimal(50+15, 0+15) = Decimal(65, 15) + incDecimal := mathutil.Min(newDecimal-oldDecimal, mysql.MaxDecimalWidth-oldFlen) + newFlen = oldFlen + incDecimal + newDecimal = oldDecimal + incDecimal + } else { + newFlen, newDecimal = oldFlen, oldDecimal + } + } } args[0].GetType().SetFlenUnderLimit(newFlen) args[0].GetType().SetDecimalUnderLimit(newDecimal) diff --git a/pkg/expression/integration_test/BUILD.bazel b/pkg/expression/integration_test/BUILD.bazel index e962b644be90c..8d15c35a41453 100644 --- a/pkg/expression/integration_test/BUILD.bazel +++ b/pkg/expression/integration_test/BUILD.bazel @@ -8,7 +8,7 @@ go_test( "main_test.go", ], flaky = True, - shard_count = 25, + shard_count = 27, deps = [ "//pkg/config", "//pkg/domain", diff --git a/pkg/expression/integration_test/integration_test.go b/pkg/expression/integration_test/integration_test.go index e11bd29fddb9f..e109be83acc50 100644 --- a/pkg/expression/integration_test/integration_test.go +++ b/pkg/expression/integration_test/integration_test.go @@ -2963,48 +2963,106 @@ PARTITION BY RANGE (c) ( tk.MustExec("set global tidb_enable_local_txn = off;") } -func TestTiDBRowChecksumBuiltin(t *testing.T) { - store := testkit.CreateMockStore(t) - - checksum := func(cols ...any) uint32 { - buf := make([]byte, 0, 64) - for _, col := range cols { - switch x := col.(type) { - case int: - buf = binary.LittleEndian.AppendUint64(buf, uint64(x)) - case string: - buf = binary.LittleEndian.AppendUint32(buf, uint32(len(x))) - buf = append(buf, []byte(x)...) - } +func calculateChecksum(cols ...any) string { + buf := make([]byte, 0, 64) + for _, col := range cols { + switch x := col.(type) { + case int: + buf = binary.LittleEndian.AppendUint64(buf, uint64(x)) + case string: + buf = binary.LittleEndian.AppendUint32(buf, uint32(len(x))) + buf = append(buf, []byte(x)...) } - return crc32.ChecksumIEEE(buf) } + checksum := crc32.ChecksumIEEE(buf) + return fmt.Sprintf("%d", checksum) +} + +func TestTiDBRowChecksumBuiltinAfterDropColumn(t *testing.T) { + store := testkit.CreateMockStore(t) + + tk := testkit.NewTestKit(t, store) + tk.MustExec("set global tidb_enable_row_level_checksum = 1") + tk.MustExec("use test") + + tk.MustExec("create table t(a int primary key, b int, c int)") + tk.MustExec("insert into t values(1, 1, 1)") + + oldChecksum := tk.MustQuery("select tidb_row_checksum() from t where a = 1").Rows()[0][0].(string) + + tk.MustExec("alter table t drop column b") + newChecksum := tk.MustQuery("select tidb_row_checksum() from t where a = 1").Rows()[0][0].(string) + + require.NotEqual(t, oldChecksum, newChecksum) +} + +func TestTiDBRowChecksumBuiltinAfterAddColumn(t *testing.T) { + store := testkit.CreateMockStore(t) + + tk := testkit.NewTestKit(t, store) + tk.MustExec("set global tidb_enable_row_level_checksum = 1") + tk.MustExec("use test") + + tk.MustExec("create table t(a int primary key, b int)") + tk.MustExec("insert into t values(1, 1)") + + oldChecksum := tk.MustQuery("select tidb_row_checksum() from t where a = 1").Rows()[0][0].(string) + expected := calculateChecksum(1, 1) + require.Equal(t, expected, oldChecksum) + + tk.MustExec("alter table t add column c int default 1") + newChecksum := tk.MustQuery("select tidb_row_checksum() from t where a = 1").Rows()[0][0].(string) + expected = calculateChecksum(1, 1, 1) + require.Equal(t, expected, newChecksum) + + require.NotEqual(t, oldChecksum, newChecksum) +} + +func TestTiDBRowChecksumBuiltin(t *testing.T) { + store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) tk.MustExec("set global tidb_enable_row_level_checksum = 1") tk.MustExec("use test") tk.MustExec("create table t (id int primary key, c int)") - // row with 2 checksums + // row with 1 checksum tk.MustExec("insert into t values (1, 10)") tk.MustExec("alter table t change column c c varchar(10)") - checksum1 := fmt.Sprintf("%d,%d", checksum(1, 10), checksum(1, "10")) - // row with 1 checksum + checksum1 := calculateChecksum(1, "10") + checksum11 := fmt.Sprintf("%d %v %v", 1, "10", checksum1) + tk.Session().GetSessionVars().EnableRowLevelChecksum = true tk.MustExec("insert into t values (2, '20')") - checksum2 := fmt.Sprintf("%d", checksum(2, "20")) + checksum2 := calculateChecksum(2, "20") + checksum22 := fmt.Sprintf("%d %v %v", 2, checksum2, "20") + // row without checksum tk.Session().GetSessionVars().EnableRowLevelChecksum = false tk.MustExec("insert into t values (3, '30')") - checksum3 := "" + checksum3 := calculateChecksum(3, "30") + checksum33 := fmt.Sprintf("%v %d %v", checksum3, 3, "30") // fast point-get tk.MustQuery("select tidb_row_checksum() from t where id = 1").Check(testkit.Rows(checksum1)) + tk.MustQuery("select id, c, tidb_row_checksum() from t where id = 1").Check(testkit.Rows(checksum11)) + tk.MustQuery("select tidb_row_checksum() from t where id = 2").Check(testkit.Rows(checksum2)) + tk.MustQuery("select id, tidb_row_checksum(), c from t where id = 2").Check(testkit.Rows(checksum22)) + tk.MustQuery("select tidb_row_checksum() from t where id = 3").Check(testkit.Rows(checksum3)) + tk.MustQuery("select tidb_row_checksum(), id, c from t where id = 3").Check(testkit.Rows(checksum33)) + // fast batch-point-get tk.MustQuery("select tidb_row_checksum() from t where id in (1, 2, 3)").Check(testkit.Rows(checksum1, checksum2, checksum3)) + tk.MustQuery("select id, c, tidb_row_checksum() from t where id in (1, 2, 3)"). + Check(testkit.Rows( + checksum11, + fmt.Sprintf("%d %v %v", 2, "20", checksum2), + fmt.Sprintf("%d %v %v", 3, "30", checksum3), + )) + // non-fast point-get tk.MustGetDBError("select length(tidb_row_checksum()) from t where id = 1", expression.ErrNotSupportedYet) tk.MustGetDBError("select c from t where id = 1 and tidb_row_checksum() is not null", expression.ErrNotSupportedYet) diff --git a/pkg/expression/scalar_function.go b/pkg/expression/scalar_function.go index fcef118dc5002..a325842dd4993 100644 --- a/pkg/expression/scalar_function.go +++ b/pkg/expression/scalar_function.go @@ -201,7 +201,7 @@ func newFunctionImpl(ctx BuildContext, fold int, funcName string, retType *types case ast.GetVar: return BuildGetVarFunction(ctx, args[0], retType) case InternalFuncFromBinary: - return BuildFromBinaryFunction(ctx, args[0], retType), nil + return BuildFromBinaryFunction(ctx, args[0], retType, false), nil case InternalFuncToBinary: return BuildToBinaryFunction(ctx, args[0]), nil case ast.Sysdate: diff --git a/pkg/expression/util.go b/pkg/expression/util.go index 08751ec3a57a6..129ef2418f74a 100644 --- a/pkg/expression/util.go +++ b/pkg/expression/util.go @@ -36,9 +36,9 @@ import ( driver "github.com/pingcap/tidb/pkg/types/parser_driver" "github.com/pingcap/tidb/pkg/util/chunk" "github.com/pingcap/tidb/pkg/util/collate" + "github.com/pingcap/tidb/pkg/util/intset" "github.com/pingcap/tidb/pkg/util/logutil" "go.uber.org/zap" - "golang.org/x/tools/container/intsets" ) // cowExprRef is a copy-on-write slice ref util using in `ColumnSubstitute` @@ -372,15 +372,15 @@ func ExtractColumnsAndCorColumnsFromExpressions(result []*Column, list []Express } // ExtractColumnSet extracts the different values of `UniqueId` for columns in expressions. -func ExtractColumnSet(exprs ...Expression) *intsets.Sparse { - set := &intsets.Sparse{} +func ExtractColumnSet(exprs ...Expression) intset.FastIntSet { + set := intset.NewFastIntSet() for _, expr := range exprs { - extractColumnSet(expr, set) + extractColumnSet(expr, &set) } return set } -func extractColumnSet(expr Expression, set *intsets.Sparse) { +func extractColumnSet(expr Expression, set *intset.FastIntSet) { switch v := expr.(type) { case *Column: set.Insert(int(v.UniqueID)) @@ -1166,11 +1166,10 @@ func DatumToConstant(d types.Datum, tp byte, flag uint) *Constant { // ParamMarkerExpression generate a getparam function expression. func ParamMarkerExpression(ctx variable.SessionVarsProvider, v *driver.ParamMarkerExpr, needParam bool) (*Constant, error) { useCache := ctx.GetSessionVars().StmtCtx.UseCache() - isPointExec := ctx.GetSessionVars().StmtCtx.PointExec tp := types.NewFieldType(mysql.TypeUnspecified) types.InferParamTypeFromDatum(&v.Datum, tp) value := &Constant{Value: v.Datum, RetType: tp} - if useCache || isPointExec || needParam { + if useCache || needParam { value.ParamMarker = &ParamMarker{ order: v.Order, ctx: ctx, diff --git a/pkg/extension/event_listener_test.go b/pkg/extension/event_listener_test.go index 802d9e8b922f0..14f2ef461237a 100644 --- a/pkg/extension/event_listener_test.go +++ b/pkg/extension/event_listener_test.go @@ -332,12 +332,18 @@ func TestExtensionStmtEvents(t *testing.T) { dispatchData: append([]byte{mysql.ComInitDB}, []byte("db1")...), originalText: "use `db1`", redactText: "use `db1`", + tables: []stmtctx.TableEntry{ + {DB: "db1", Table: ""}, + }, }, { dispatchData: append([]byte{mysql.ComInitDB}, []byte("noexistdb")...), originalText: "use `noexistdb`", redactText: "use `noexistdb`", err: "[schema:1049]Unknown database 'noexistdb'", + tables: []stmtctx.TableEntry{ + {DB: "noexistdb", Table: ""}, + }, }, { sql: "set @@tidb_session_alias='alias123'", @@ -448,7 +454,8 @@ func TestExtensionStmtEvents(t *testing.T) { r := record.tables[j] return l.DB < r.DB || (l.DB == r.DB && l.Table < r.Table) }) - require.Equal(t, subCase.tables, record.tables) + require.Equal(t, subCase.tables, record.tables, + "sql: %s\noriginalText: %s\n", subCase.sql, subCase.originalText) require.Equal(t, len(subCase.executeParams), len(record.params)) for k, param := range subCase.executeParams { diff --git a/pkg/extension/session.go b/pkg/extension/session.go index e12a43bb66169..1e74ea70656f9 100644 --- a/pkg/extension/session.go +++ b/pkg/extension/session.go @@ -88,6 +88,8 @@ type StmtEventInfo interface { // AffectedRows will return the affected rows of the current statement AffectedRows() uint64 // RelatedTables will return the related tables of the current statement + // For statements succeeding to build logical plan, it uses the `visitinfo` to get the related tables + // For statements failing to build logical plan, it traverses the ast node to get the related tables RelatedTables() []stmtctx.TableEntry // GetError will return the error when the current statement is failed GetError() error diff --git a/pkg/infoschema/BUILD.bazel b/pkg/infoschema/BUILD.bazel index ff9d745eadc42..84aa4859643cb 100644 --- a/pkg/infoschema/BUILD.bazel +++ b/pkg/infoschema/BUILD.bazel @@ -77,6 +77,7 @@ go_test( timeout = "short", srcs = [ "bench_test.go", + "builder_test.go", "infoschema_test.go", "infoschema_v2_test.go", "main_test.go", @@ -85,7 +86,7 @@ go_test( ], embed = [":infoschema"], flaky = True, - shard_count = 19, + shard_count = 20, deps = [ "//pkg/ddl/placement", "//pkg/domain", diff --git a/pkg/infoschema/builder.go b/pkg/infoschema/builder.go index 7cf4f1e3029ea..c91e441f41b02 100644 --- a/pkg/infoschema/builder.go +++ b/pkg/infoschema/builder.go @@ -369,7 +369,7 @@ func (b *Builder) updateBundleForTableUpdate(diff *model.SchemaDiff, newTableID, func dropTableForUpdate(b *Builder, newTableID, oldTableID int64, dbInfo *model.DBInfo, diff *model.SchemaDiff) ([]int64, autoid.Allocators, error) { tblIDs := make([]int64, 0, 2) - var newAllocs autoid.Allocators + var keptAllocs autoid.Allocators // We try to reuse the old allocator, so the cached auto ID can be reused. if tableIDIsValid(oldTableID) { if oldTableID == newTableID && @@ -386,14 +386,14 @@ func dropTableForUpdate(b *Builder, newTableID, oldTableID int64, dbInfo *model. // which may have AutoID not connected to tableID // TODO: can there be _tidb_rowid AutoID per partition? oldAllocs, _ := allocByID(b, oldTableID) - newAllocs = filterAllocators(diff, oldAllocs) + keptAllocs = getKeptAllocators(diff, oldAllocs) } tmpIDs := tblIDs if (diff.Type == model.ActionRenameTable || diff.Type == model.ActionRenameTables) && diff.OldSchemaID != diff.SchemaID { oldDBInfo, ok := oldSchemaInfo(b, diff) if !ok { - return nil, newAllocs, ErrDatabaseNotExists.GenWithStackByArgs( + return nil, keptAllocs, ErrDatabaseNotExists.GenWithStackByArgs( fmt.Sprintf("(Schema ID %d)", diff.OldSchemaID), ) } @@ -407,7 +407,7 @@ func dropTableForUpdate(b *Builder, newTableID, oldTableID int64, dbInfo *model. tblIDs = tmpIDs } } - return tblIDs, newAllocs, nil + return tblIDs, keptAllocs, nil } func (b *Builder) applyTableUpdate(m *meta.Meta, diff *model.SchemaDiff) ([]int64, error) { @@ -438,16 +438,33 @@ func (b *Builder) applyTableUpdate(m *meta.Meta, diff *model.SchemaDiff) ([]int6 return tblIDs, nil } -func filterAllocators(diff *model.SchemaDiff, oldAllocs autoid.Allocators) autoid.Allocators { - var newAllocs autoid.Allocators +// getKeptAllocators get allocators that is not changed by the DDL. +func getKeptAllocators(diff *model.SchemaDiff, oldAllocs autoid.Allocators) autoid.Allocators { + var autoIDChanged, autoRandomChanged bool switch diff.Type { case model.ActionRebaseAutoID, model.ActionModifyTableAutoIdCache: + autoIDChanged = true + case model.ActionRebaseAutoRandomBase: + autoRandomChanged = true + case model.ActionMultiSchemaChange: + for _, t := range diff.SubActionTypes { + switch t { + case model.ActionRebaseAutoID, model.ActionModifyTableAutoIdCache: + autoIDChanged = true + case model.ActionRebaseAutoRandomBase: + autoRandomChanged = true + } + } + } + var newAllocs autoid.Allocators + switch { + case autoIDChanged: // Only drop auto-increment allocator. newAllocs = oldAllocs.Filter(func(a autoid.Allocator) bool { tp := a.GetType() return tp != autoid.RowIDAllocType && tp != autoid.AutoIncrementType }) - case model.ActionRebaseAutoRandomBase: + case autoRandomChanged: // Only drop auto-random allocator. newAllocs = oldAllocs.Filter(func(a autoid.Allocator) bool { tp := a.GetType() @@ -777,7 +794,8 @@ func (b *Builder) Build(schemaTS uint64) InfoSchema { func (b *Builder) InitWithOldInfoSchema(oldSchema InfoSchema) (*Builder, error) { // Do not mix infoschema v1 and infoschema v2 building, this can simplify the logic. // If we want to build infoschema v2, but the old infoschema is v1, just return error to trigger a full load. - if b.enableV2 != IsV2(oldSchema) { + isV2, _ := IsV2(oldSchema) + if b.enableV2 != isV2 { return nil, errors.Errorf("builder's (v2=%v) infoschema mismatch, return error to trigger full reload", b.enableV2) } diff --git a/pkg/infoschema/builder_test.go b/pkg/infoschema/builder_test.go new file mode 100644 index 0000000000000..cd9d34c45bcfd --- /dev/null +++ b/pkg/infoschema/builder_test.go @@ -0,0 +1,94 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package infoschema + +import ( + "fmt" + "testing" + + "github.com/pingcap/tidb/pkg/meta/autoid" + "github.com/pingcap/tidb/pkg/parser/model" + "github.com/stretchr/testify/require" +) + +type mockAlloc struct { + autoid.Allocator + tp autoid.AllocatorType +} + +func (m *mockAlloc) GetType() autoid.AllocatorType { + return m.tp +} + +func TestGetKeptAllocators(t *testing.T) { + checkAllocators := func(allocators autoid.Allocators, expected []autoid.AllocatorType) { + require.Len(t, allocators.Allocs, len(expected)) + for i, tp := range expected { + require.Equal(t, tp, allocators.Allocs[i].GetType()) + } + } + allocators := autoid.Allocators{Allocs: []autoid.Allocator{ + &mockAlloc{tp: autoid.RowIDAllocType}, + &mockAlloc{tp: autoid.AutoIncrementType}, + &mockAlloc{tp: autoid.AutoRandomType}, + }} + cases := []struct { + diff *model.SchemaDiff + expected []autoid.AllocatorType + }{ + { + diff: &model.SchemaDiff{Type: model.ActionTruncateTable}, + expected: []autoid.AllocatorType{autoid.RowIDAllocType, autoid.AutoIncrementType, autoid.AutoRandomType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionRebaseAutoID}, + expected: []autoid.AllocatorType{autoid.AutoRandomType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionModifyTableAutoIdCache}, + expected: []autoid.AllocatorType{autoid.AutoRandomType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionRebaseAutoRandomBase}, + expected: []autoid.AllocatorType{autoid.RowIDAllocType, autoid.AutoIncrementType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionMultiSchemaChange, + SubActionTypes: []model.ActionType{model.ActionAddColumn, model.ActionRebaseAutoID}}, + expected: []autoid.AllocatorType{autoid.AutoRandomType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionMultiSchemaChange, + SubActionTypes: []model.ActionType{model.ActionModifyTableAutoIdCache}}, + expected: []autoid.AllocatorType{autoid.AutoRandomType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionMultiSchemaChange, + SubActionTypes: []model.ActionType{model.ActionRebaseAutoRandomBase}}, + expected: []autoid.AllocatorType{autoid.RowIDAllocType, autoid.AutoIncrementType}, + }, + { + diff: &model.SchemaDiff{Type: model.ActionMultiSchemaChange, + SubActionTypes: []model.ActionType{model.ActionAddColumn}}, + expected: []autoid.AllocatorType{autoid.RowIDAllocType, autoid.AutoIncrementType, autoid.AutoRandomType}, + }, + } + for i, c := range cases { + t.Run(fmt.Sprintf("case %d", i), func(t *testing.T) { + res := getKeptAllocators(c.diff, allocators) + checkAllocators(res, c.expected) + }) + } +} diff --git a/pkg/infoschema/cache.go b/pkg/infoschema/cache.go index 32740250b1b0d..77608efcdd1d8 100644 --- a/pkg/infoschema/cache.go +++ b/pkg/infoschema/cache.go @@ -89,7 +89,8 @@ func (h *InfoCache) GetLatest() InfoSchema { infoschema_metrics.GetLatestCounter.Inc() if len(h.cache) > 0 { infoschema_metrics.HitLatestCounter.Inc() - return h.cache[0].infoschema + ret := h.cache[0].infoschema + return ret } return nil } @@ -203,13 +204,19 @@ func (h *InfoCache) Insert(is InfoSchema, schemaTS uint64) bool { }) // cached entry - if i < len(h.cache) && h.cache[i].infoschema.SchemaMetaVersion() == version && - IsV2(h.cache[i].infoschema) == IsV2(is) { - // update timestamp if it is not 0 and cached one is 0 - if schemaTS > 0 && h.cache[i].timestamp == 0 { - h.cache[i].timestamp = int64(schemaTS) + if i < len(h.cache) && h.cache[i].infoschema.SchemaMetaVersion() == version { + xisV2, _ := IsV2(h.cache[i].infoschema) + yisV2, _ := IsV2(is) + if xisV2 == yisV2 { + // update timestamp if it is not 0 and cached one is 0 + if schemaTS > 0 && h.cache[i].timestamp == 0 { + h.cache[i].timestamp = int64(schemaTS) + } else if xisV2 { + // update infoschema if it's infoschema v2 + h.cache[i].infoschema = is + } + return true } - return true } if len(h.cache) < cap(h.cache) { diff --git a/pkg/infoschema/infoschema_test.go b/pkg/infoschema/infoschema_test.go index 82db0f61798a7..f539b92fe793a 100644 --- a/pkg/infoschema/infoschema_test.go +++ b/pkg/infoschema/infoschema_test.go @@ -966,7 +966,8 @@ func TestEnableInfoSchemaV2(t *testing.T) { // Check the InfoSchema used is V2. is := domain.GetDomain(tk.Session()).InfoSchema() - require.True(t, infoschema.IsV2(is)) + isV2, _ := infoschema.IsV2(is) + require.True(t, isV2) // Execute some basic operations under infoschema v2. tk.MustQuery("show tables").Check(testkit.Rows("v2")) @@ -985,7 +986,8 @@ func TestEnableInfoSchemaV2(t *testing.T) { tk.MustExec("drop table v1") is = domain.GetDomain(tk.Session()).InfoSchema() - require.False(t, infoschema.IsV2(is)) + isV2, _ = infoschema.IsV2(is) + require.False(t, isV2) } type infoschemaTestContext struct { diff --git a/pkg/infoschema/infoschema_v2.go b/pkg/infoschema/infoschema_v2.go index c433dce3772f1..41eaea160d65b 100644 --- a/pkg/infoschema/infoschema_v2.go +++ b/pkg/infoschema/infoschema_v2.go @@ -17,7 +17,9 @@ package infoschema import ( "fmt" "math" + "strings" "sync" + "time" "github.com/pingcap/errors" "github.com/pingcap/tidb/pkg/ddl/placement" @@ -176,6 +178,7 @@ func (isd *Data) addSpecialDB(di *model.DBInfo, tables *schemaTables) { } func (isd *Data) addDB(schemaVersion int64, dbInfo *model.DBInfo) { + dbInfo.Tables = nil isd.schemaMap.Set(schemaItem{schemaVersion: schemaVersion, dbInfo: dbInfo}) } @@ -302,7 +305,17 @@ func (is *infoschemaV2) base() *infoSchema { return is.infoSchema } +func (is *infoschemaV2) CloneAndUpdateTS(startTS uint64) *infoschemaV2 { + tmp := *is + tmp.ts = startTS + return &tmp +} + func (is *infoschemaV2) TableByID(id int64) (val table.Table, ok bool) { + return is.tableByID(id, false) +} + +func (is *infoschemaV2) tableByID(id int64, noRefill bool) (val table.Table, ok bool) { if !tableIDIsValid(id) { return } @@ -332,7 +345,9 @@ func (is *infoschemaV2) TableByID(id int64) (val table.Table, ok bool) { oldKey := tableCacheKey{itm.tableID, itm.schemaVersion} tbl, found = is.tableCache.Get(oldKey) if found && tbl != nil { - is.tableCache.Set(key, tbl) + if !noRefill { + is.tableCache.Set(key, tbl) + } return tbl, true } @@ -342,7 +357,9 @@ func (is *infoschemaV2) TableByID(id int64) (val table.Table, ok bool) { return nil, false } - is.tableCache.Set(key, ret) + if !noRefill { + is.tableCache.Set(key, ret) + } return ret, true } @@ -407,7 +424,33 @@ func (is *infoschemaV2) TableInfoByID(id int64) (*model.TableInfo, bool) { // SchemaTableInfos implements InfoSchema.FindTableInfoByPartitionID func (is *infoschemaV2) SchemaTableInfos(schema model.CIStr) []*model.TableInfo { - return getTableInfoList(is.SchemaTables(schema)) + if isSpecialDB(schema.L) { + schTbls := is.Data.specials[schema.L] + tables := make([]table.Table, 0, len(schTbls.tables)) + for _, tbl := range schTbls.tables { + tables = append(tables, tbl) + } + return getTableInfoList(tables) + } + + dbInfo, ok := is.SchemaByName(schema) + if !ok { + return nil + } + snapshot := is.r.Store().GetSnapshot(kv.NewVersion(is.ts)) + // Using the KV timeout read feature to address the issue of potential DDL lease expiration when + // the meta region leader is slow. + snapshot.SetOption(kv.TiKVClientReadTimeout, uint64(3000)) // 3000ms. + m := meta.NewSnapshotMeta(snapshot) + tblInfos, err := m.ListTables(dbInfo.ID) + if err != nil { + if meta.ErrDBNotExists.Equal(err) { + return nil + } + // TODO: error could happen, so do not panic! + panic(err) + } + return tblInfos } // FindTableInfoByPartitionID implements InfoSchema.FindTableInfoByPartitionID @@ -576,6 +619,7 @@ func (is *infoschemaV2) SchemaTables(schema model.CIStr) (tables []table.Table) return tables } +retry: dbInfo, ok := is.SchemaByName(schema) if !ok { return @@ -590,12 +634,19 @@ func (is *infoschemaV2) SchemaTables(schema model.CIStr) (tables []table.Table) if meta.ErrDBNotExists.Equal(err) { return nil } + // Flashback statement could cause such kind of error. + // In theory that error should be handled in the lower layer, like client-go. + // But it's not done, so we retry here. + if strings.Contains(err.Error(), "in flashback progress") { + time.Sleep(200 * time.Millisecond) + goto retry + } // TODO: error could happen, so do not panic! panic(err) } tables = make([]table.Table, 0, len(tblInfos)) for _, tblInfo := range tblInfos { - tbl, ok := is.TableByID(tblInfo.ID) + tbl, ok := is.tableByID(tblInfo.ID, true) if !ok { // what happen? continue @@ -662,9 +713,9 @@ func isTableVirtual(id int64) bool { } // IsV2 tells whether an InfoSchema is v2 or not. -func IsV2(is InfoSchema) bool { - _, ok := is.(*infoschemaV2) - return ok +func IsV2(is InfoSchema) (bool, *infoschemaV2) { + ret, ok := is.(*infoschemaV2) + return ok, ret } func applyTableUpdate(b *Builder, m *meta.Meta, diff *model.SchemaDiff) ([]int64, error) { @@ -896,8 +947,8 @@ func (b *bundleInfoBuilder) updateInfoSchemaBundlesV2(is *infoschemaV2) { // TODO: This is quite inefficient! we need some better way or avoid this API. is.ruleBundleMap = make(map[int64]*placement.Bundle) for _, dbInfo := range is.AllSchemas() { - for _, tbl := range is.SchemaTables(dbInfo.Name) { - b.updateTableBundles(is, tbl.Meta().ID) + for _, tbl := range is.SchemaTableInfos(dbInfo.Name) { + b.updateTableBundles(is, tbl.ID) } } } diff --git a/pkg/infoschema/infoschema_v2_test.go b/pkg/infoschema/infoschema_v2_test.go index 31a412ffcf748..f9a7146e11095 100644 --- a/pkg/infoschema/infoschema_v2_test.go +++ b/pkg/infoschema/infoschema_v2_test.go @@ -39,6 +39,7 @@ func TestV2Basic(t *testing.T) { is.Data.addDB(1, dbInfo) internal.AddDB(t, r.Store(), dbInfo) tblInfo := internal.MockTableInfo(t, r.Store(), tableName.O) + tblInfo.DBID = dbInfo.ID is.Data.add(tableItem{schemaName.L, dbInfo.ID, tableName.L, tblInfo.ID, 2, false}, internal.MockTable(t, r.Store(), tblInfo)) internal.AddTable(t, r.Store(), dbInfo, tblInfo) is.base().schemaMetaVersion = 1 @@ -102,7 +103,7 @@ func TestV2Basic(t *testing.T) { tblInfos := is.SchemaTableInfos(schemaName) require.Equal(t, 1, len(tblInfos)) - require.Same(t, tables[0].Meta(), tblInfos[0]) + require.Equal(t, tables[0].Meta(), tblInfos[0]) tables = is.SchemaTables(model.NewCIStr("notexist")) require.Equal(t, 0, len(tables)) diff --git a/pkg/infoschema/tables.go b/pkg/infoschema/tables.go index ea41b291dea2a..07660793c10e4 100644 --- a/pkg/infoschema/tables.go +++ b/pkg/infoschema/tables.go @@ -1263,9 +1263,9 @@ var tableDDLJobsCols = []columnInfo{ {name: "SCHEMA_ID", tp: mysql.TypeLonglong, size: 21}, {name: "TABLE_ID", tp: mysql.TypeLonglong, size: 21}, {name: "ROW_COUNT", tp: mysql.TypeLonglong, size: 21}, - {name: "CREATE_TIME", tp: mysql.TypeDatetime, size: 19}, - {name: "START_TIME", tp: mysql.TypeDatetime, size: 19}, - {name: "END_TIME", tp: mysql.TypeDatetime, size: 19}, + {name: "CREATE_TIME", tp: mysql.TypeDatetime, size: 26}, + {name: "START_TIME", tp: mysql.TypeDatetime, size: 26}, + {name: "END_TIME", tp: mysql.TypeDatetime, size: 26}, {name: "STATE", tp: mysql.TypeVarchar, size: 64}, {name: "QUERY", tp: mysql.TypeBlob, size: types.UnspecifiedLength}, } @@ -1407,7 +1407,7 @@ var tableTableTiFlashTablesCols = []columnInfo{ {name: "TABLE", tp: mysql.TypeVarchar, size: 64}, {name: "TIDB_DATABASE", tp: mysql.TypeVarchar, size: 64}, {name: "TIDB_TABLE", tp: mysql.TypeVarchar, size: 64}, - {name: "TABLE_ID", tp: mysql.TypeLonglong, size: 64}, + {name: "TABLE_ID", tp: mysql.TypeLonglong, size: 21}, {name: "IS_TOMBSTONE", tp: mysql.TypeLonglong, size: 64}, {name: "SEGMENT_COUNT", tp: mysql.TypeLonglong, size: 64}, {name: "TOTAL_ROWS", tp: mysql.TypeLonglong, size: 64}, @@ -1464,7 +1464,7 @@ var tableTableTiFlashSegmentsCols = []columnInfo{ {name: "TABLE", tp: mysql.TypeVarchar, size: 64}, {name: "TIDB_DATABASE", tp: mysql.TypeVarchar, size: 64}, {name: "TIDB_TABLE", tp: mysql.TypeVarchar, size: 64}, - {name: "TABLE_ID", tp: mysql.TypeLonglong, size: 64}, + {name: "TABLE_ID", tp: mysql.TypeLonglong, size: 21}, {name: "IS_TOMBSTONE", tp: mysql.TypeLonglong, size: 64}, {name: "SEGMENT_ID", tp: mysql.TypeLonglong, size: 64}, {name: "RANGE", tp: mysql.TypeVarchar, size: 64}, @@ -1988,15 +1988,15 @@ func getMicroServiceServerInfo(ctx sessionctx.Context, serviceName string) ([]Se } req.Header.Add("PD-Allow-follower-handle", "true") resp, err := util.InternalHTTPClient().Do(req) - if resp == nil || resp.StatusCode != http.StatusOK { - terror.Log(resp.Body.Close()) - return servers, nil - } if err != nil { ctx.GetSessionVars().StmtCtx.AppendWarning(err) logutil.BgLogger().Warn("request microservice server info error", zap.String("service", serviceName), zap.String("url", url), zap.Error(err)) continue } + if resp.StatusCode != http.StatusOK { + terror.Log(resp.Body.Close()) + continue + } var content = []struct { ServiceAddr string `json:"service-addr"` Version string `json:"version"` diff --git a/pkg/infoschema/test/clustertablestest/cluster_tables_test.go b/pkg/infoschema/test/clustertablestest/cluster_tables_test.go index 17d884bbcc5b4..b571f805fd6c2 100644 --- a/pkg/infoschema/test/clustertablestest/cluster_tables_test.go +++ b/pkg/infoschema/test/clustertablestest/cluster_tables_test.go @@ -40,6 +40,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser" "github.com/pingcap/tidb/pkg/parser/auth" + "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/privilege/privileges" "github.com/pingcap/tidb/pkg/server" @@ -1694,3 +1695,91 @@ func TestUnusedIndexView(t *testing.T) { return result.Equal(expectedResult) }, 5*time.Second, 100*time.Millisecond) } + +func TestMDLViewIDConflict(t *testing.T) { + save := privileges.SkipWithGrant + privileges.SkipWithGrant = true + defer func() { + privileges.SkipWithGrant = save + }() + + s := new(clusterTablesSuite) + s.store, s.dom = testkit.CreateMockStoreAndDomain(t) + s.httpServer, s.mockAddr = s.setUpMockPDHTTPServer() + s.startTime = time.Now() + defer s.httpServer.Close() + tk := s.newTestKitWithRoot(t) + + tk.MustExec("use test") + tk.MustExec("create table t(a int);") + tbl, err := s.dom.InfoSchema().TableByName(model.NewCIStr("test"), model.NewCIStr("t")) + require.NoError(t, err) + tk.MustExec("insert into t values (1)") + + bigID := tbl.Meta().ID * 10 + bigTableName := "" + // set a hard limitation on 10000 to avoid using too much resource + for i := 0; i < 10000; i++ { + bigTableName = fmt.Sprintf("t%d", i) + tk.MustExec(fmt.Sprintf("create table %s(a int);", bigTableName)) + + tbl, err := s.dom.InfoSchema().TableByName(model.NewCIStr("test"), model.NewCIStr(bigTableName)) + require.NoError(t, err) + + require.LessOrEqual(t, tbl.Meta().ID, bigID) + if tbl.Meta().ID == bigID { + break + } + } + tk.MustExec("insert into t1 values (1)") + tk.MustExec(fmt.Sprintf("insert into %s values (1)", bigTableName)) + + // Now we have two table: t and `bigTableName`. The later one's ID is 10 times the former one. + // Then create two session to run TXNs on these two tables + txnTK1 := s.newTestKitWithRoot(t) + txnTK2 := s.newTestKitWithRoot(t) + txnTK1.MustExec("use test") + txnTK1.MustExec("BEGIN") + // this transaction will query `t` and one another table. Then the `related_table_ids` is `smallID|anotherID` + txnTK1.MustQuery("SELECT * FROM t").Check(testkit.Rows("1")) + txnTK1.MustQuery("SELECT * FROM t1").Check(testkit.Rows("1")) + txnTK2.MustExec("use test") + txnTK2.MustExec("BEGIN") + txnTK2.MustQuery("SELECT * FROM " + bigTableName).Check(testkit.Rows("1")) + + testTK := s.newTestKitWithRoot(t) + s.rpcserver, s.listenAddr = s.setUpRPCService(t, "127.0.0.1:0", testTK.Session().GetSessionManager()) + defer s.rpcserver.Stop() + testTK.MustQuery("select table_name from mysql.tidb_mdl_view").Check(testkit.Rows()) + + // run a DDL on the table with smallID + ddlTK1 := s.newTestKitWithRoot(t) + ddlTK1.MustExec("use test") + wg := &sync.WaitGroup{} + wg.Add(1) + go func() { + ddlTK1.MustExec("ALTER TABLE t ADD COLUMN b INT;") + wg.Done() + }() + ddlTK2 := s.newTestKitWithRoot(t) + ddlTK2.MustExec("use test") + wg.Add(1) + go func() { + ddlTK2.MustExec(fmt.Sprintf("ALTER TABLE %s ADD COLUMN b INT;", bigTableName)) + wg.Done() + }() + + require.Eventually(t, func() bool { + rows := testTK.MustQuery("select table_ids from mysql.tidb_mdl_info").Rows() + return len(rows) == 2 + }, time.Second*10, time.Second) + + // it only contains the table with smallID + require.Eventually(t, func() bool { + rows := testTK.MustQuery("select table_name, query, start_time from mysql.tidb_mdl_view order by table_name").Rows() + return len(rows) == 2 + }, time.Second*10, time.Second) + txnTK1.MustExec("COMMIT") + txnTK2.MustExec("COMMIT") + wg.Wait() +} diff --git a/pkg/infoschema/test/infoschemav2test/v2_test.go b/pkg/infoschema/test/infoschemav2test/v2_test.go index 936f948cc29e0..f040b5a6a482d 100644 --- a/pkg/infoschema/test/infoschemav2test/v2_test.go +++ b/pkg/infoschema/test/infoschemav2test/v2_test.go @@ -36,7 +36,8 @@ func TestSpecialSchemas(t *testing.T) { tk.MustQuery("select @@global.tidb_schema_cache_size;").Check(testkit.Rows("1024")) tk.MustExec("create table t (id int);") is := domain.GetDomain(tk.Session()).InfoSchema() - require.True(t, infoschema.IsV2(is)) + isV2, _ := infoschema.IsV2(is) + require.True(t, isV2) tk.MustQuery("show databases;").Check(testkit.Rows( "INFORMATION_SCHEMA", "METRICS_SCHEMA", "PERFORMANCE_SCHEMA", "mysql", "sys", "test")) diff --git a/pkg/kv/key.go b/pkg/kv/key.go index 9b3479462a57c..d1ec7087d08af 100644 --- a/pkg/kv/key.go +++ b/pkg/kv/key.go @@ -553,9 +553,9 @@ func (m *HandleMap) Range(fn func(h Handle, val any) bool) { return } } - for _, v := range m.partitionInts { + for pid, v := range m.partitionInts { for h, val := range v { - if !fn(IntHandle(h), val) { + if !fn(NewPartitionHandle(pid, IntHandle(h)), val) { return } } diff --git a/pkg/lightning/backend/backend.go b/pkg/lightning/backend/backend.go index c596dd76a792e..d72e92e20b316 100644 --- a/pkg/lightning/backend/backend.go +++ b/pkg/lightning/backend/backend.go @@ -89,6 +89,9 @@ type EngineConfig struct { // KeepSortDir indicates whether to keep the temporary sort directory // when opening the engine, instead of removing it. KeepSortDir bool + // TS is the preset timestamp of data in the engine. When it's 0, the used TS + // will be set lazily. + TS uint64 } // LocalEngineConfig is the configuration used for local backend in OpenEngine. @@ -236,8 +239,12 @@ func MakeEngineManager(ab Backend) EngineManager { } // OpenEngine opens an engine with the given table name and engine ID. -func (be EngineManager) OpenEngine(ctx context.Context, config *EngineConfig, - tableName string, engineID int32) (*OpenedEngine, error) { +func (be EngineManager) OpenEngine( + ctx context.Context, + config *EngineConfig, + tableName string, + engineID int32, +) (*OpenedEngine, error) { tag, engineUUID := MakeUUID(tableName, int64(engineID)) logger := makeLogger(log.FromContext(ctx), tag, engineUUID) @@ -300,6 +307,13 @@ func (engine *OpenedEngine) LocalWriter(ctx context.Context, cfg *LocalWriterCon return engine.backend.LocalWriter(ctx, cfg, engine.uuid) } +// SetTS sets the TS of the engine. In most cases if the caller wants to specify +// TS it should use the TS field in EngineConfig. This method is only used after +// a ResetEngine. +func (engine *OpenedEngine) SetTS(ts uint64) { + engine.config.TS = ts +} + // UnsafeCloseEngine closes the engine without first opening it. // This method is "unsafe" as it does not follow the normal operation sequence // (Open -> Write -> Close -> Import). This method should only be used when one diff --git a/pkg/lightning/backend/external/writer.go b/pkg/lightning/backend/external/writer.go index 5c6b57efc71bf..7798553348ae6 100644 --- a/pkg/lightning/backend/external/writer.go +++ b/pkg/lightning/backend/external/writer.go @@ -357,15 +357,15 @@ type Writer struct { } // WriteRow implements ingest.Writer. -func (w *Writer) WriteRow(ctx context.Context, idxKey, idxVal []byte, handle tidbkv.Handle) error { +func (w *Writer) WriteRow(ctx context.Context, key, val []byte, handle tidbkv.Handle) error { keyAdapter := w.keyAdapter var rowID []byte if handle != nil { rowID = handle.Encoded() } - encodedKeyLen := keyAdapter.EncodedLen(idxKey, rowID) - length := encodedKeyLen + len(idxVal) + lengthBytes*2 + encodedKeyLen := keyAdapter.EncodedLen(key, rowID) + length := encodedKeyLen + len(val) + lengthBytes*2 dataBuf, loc := w.kvBuffer.AllocBytesWithSliceLocation(length) if dataBuf == nil { if err := w.flushKVs(ctx, false); err != nil { @@ -378,12 +378,12 @@ func (w *Writer) WriteRow(ctx context.Context, idxKey, idxVal []byte, handle tid } } binary.BigEndian.AppendUint64(dataBuf[:0], uint64(encodedKeyLen)) - binary.BigEndian.AppendUint64(dataBuf[:lengthBytes], uint64(len(idxVal))) - keyAdapter.Encode(dataBuf[2*lengthBytes:2*lengthBytes:2*lengthBytes+encodedKeyLen], idxKey, rowID) - copy(dataBuf[2*lengthBytes+encodedKeyLen:], idxVal) + binary.BigEndian.AppendUint64(dataBuf[:lengthBytes], uint64(len(val))) + keyAdapter.Encode(dataBuf[2*lengthBytes:2*lengthBytes:2*lengthBytes+encodedKeyLen], key, rowID) + copy(dataBuf[2*lengthBytes+encodedKeyLen:], val) w.kvLocations = append(w.kvLocations, loc) - w.kvSize += int64(encodedKeyLen + len(idxVal)) + w.kvSize += int64(encodedKeyLen + len(val)) w.batchSize += uint64(length) w.totalCnt += 1 return nil @@ -510,7 +510,6 @@ func (w *Writer) flushKVs(ctx context.Context, fromClose bool) (err error) { w.kvLocations = w.kvLocations[:0] w.kvSize = 0 w.kvBuffer.Reset() - w.rc.reset() w.batchSize = 0 w.currentSeq++ return nil @@ -536,6 +535,7 @@ func (w *Writer) flushSortedKVs(ctx context.Context) (string, string, error) { _ = statWriter.Close(ctx) } }() + w.rc.reset() kvStore, err := NewKeyValueStore(ctx, dataWriter, w.rc) if err != nil { return "", "", err diff --git a/pkg/lightning/backend/external/writer_test.go b/pkg/lightning/backend/external/writer_test.go index 73cfba7accf6c..85c61ef56e8b6 100644 --- a/pkg/lightning/backend/external/writer_test.go +++ b/pkg/lightning/backend/external/writer_test.go @@ -519,15 +519,81 @@ func TestWriterSort(t *testing.T) { } return false }) - println("thread quick sort", time.Since(ts).String()) + t.Log("thread quick sort", time.Since(ts).String()) ts = time.Now() slices.SortFunc(kvs2, func(i, j common.KvPair) int { return bytes.Compare(i.Key, j.Key) }) - println("quick sort", time.Since(ts).String()) + t.Log("quick sort", time.Since(ts).String()) for i := 0; i < 1000000; i++ { require.True(t, bytes.Compare(kvs[i].Key, kvs2[i].Key) == 0) } } + +type writerFirstCloseFailStorage struct { + storage.ExternalStorage + shouldFail bool +} + +func (s *writerFirstCloseFailStorage) Create( + ctx context.Context, + path string, + option *storage.WriterOption, +) (storage.ExternalFileWriter, error) { + w, err := s.ExternalStorage.Create(ctx, path, option) + if err != nil { + return nil, err + } + if strings.Contains(path, statSuffix) { + return &firstCloseFailWriter{ExternalFileWriter: w, shouldFail: &s.shouldFail}, nil + } + return w, nil +} + +type firstCloseFailWriter struct { + storage.ExternalFileWriter + shouldFail *bool +} + +func (w *firstCloseFailWriter) Close(ctx context.Context) error { + if *w.shouldFail { + *w.shouldFail = false + return fmt.Errorf("first close fail") + } + return w.ExternalFileWriter.Close(ctx) +} + +func TestFlushKVsRetry(t *testing.T) { + ctx := context.Background() + store := &writerFirstCloseFailStorage{ExternalStorage: storage.NewMemStorage(), shouldFail: true} + + writer := NewWriterBuilder(). + SetPropKeysDistance(4). + SetMemorySizeLimit(100). + SetBlockSize(100). // 2 KV pair will trigger flush + Build(store, "/test", "0") + err := writer.WriteRow(ctx, []byte("key1"), []byte("val1"), nil) + require.NoError(t, err) + err = writer.WriteRow(ctx, []byte("key3"), []byte("val3"), nil) + require.NoError(t, err) + err = writer.WriteRow(ctx, []byte("key2"), []byte("val2"), nil) + require.NoError(t, err) + // manually test flushKVs + err = writer.flushKVs(ctx, false) + require.NoError(t, err) + + require.False(t, store.shouldFail) + + r, err := newStatsReader(ctx, store, "/test/0_stat/0", 100) + require.NoError(t, err) + p, err := r.nextProp() + lastKey := []byte{} + for err != io.EOF { + require.NoError(t, err) + require.True(t, bytes.Compare(lastKey, p.firstKey) < 0) + lastKey = append(lastKey[:0], p.firstKey...) + p, err = r.nextProp() + } +} diff --git a/pkg/lightning/backend/kv/session.go b/pkg/lightning/backend/kv/session.go index 76aee9112f262..c0e6333c7a5aa 100644 --- a/pkg/lightning/backend/kv/session.go +++ b/pkg/lightning/backend/kv/session.go @@ -287,11 +287,6 @@ type planCtxImpl struct { *planctximpl.PlanCtxExtendedImpl } -type exprCtxImpl struct { - *Session - *exprctximpl.ExprCtxExtendedImpl -} - // Session is a trimmed down Session type which only wraps our own trimmed-down // transaction type and provides the session variables to the TiDB library // optimized for Lightning. @@ -300,7 +295,7 @@ type Session struct { planctx.EmptyPlanContextExtended txn transaction Vars *variable.SessionVars - exprCtx *exprCtxImpl + exprCtx *exprctximpl.SessionExprContext planctx *planCtxImpl tblctx *tbctximpl.TableContextImpl // currently, we only set `CommonAddRecordCtx` @@ -363,10 +358,7 @@ func NewSession(options *encode.SessionOptions, logger log.Logger) *Session { } vars.TxnCtx = nil s.Vars = vars - s.exprCtx = &exprCtxImpl{ - Session: s, - ExprCtxExtendedImpl: exprctximpl.NewExprExtendedImpl(s), - } + s.exprCtx = exprctximpl.NewSessionExprContext(s) s.planctx = &planCtxImpl{ Session: s, PlanCtxExtendedImpl: planctximpl.NewPlanCtxExtendedImpl(s), diff --git a/pkg/lightning/backend/local/duplicate.go b/pkg/lightning/backend/local/duplicate.go index 2e93a25abe513..f099cbc7b3135 100644 --- a/pkg/lightning/backend/local/duplicate.go +++ b/pkg/lightning/backend/local/duplicate.go @@ -1138,8 +1138,8 @@ func (local *DupeController) ResolveDuplicateRows(ctx context.Context, tbl table } return value, nil }, - func(ctx context.Context, key []byte) error { - err := local.deleteDuplicateRow(ctx, logger, key) + func(ctx context.Context, keys [][]byte) error { + err := local.deleteDuplicateRows(ctx, logger, keys) if err != nil { logger.Warn("delete duplicate rows encounter error", log.ShortError(err)) return common.ErrResolveDuplicateRows.Wrap(errors.Trace(err)).GenWithStackByArgs(tableName) @@ -1168,10 +1168,10 @@ func (local *DupeController) getLatestValue( return value, nil } -func (local *DupeController) deleteDuplicateRow( +func (local *DupeController) deleteDuplicateRows( ctx context.Context, logger *log.Task, - key []byte, + keys [][]byte, ) (err error) { // Starts a Delete transaction. txn, err := local.tikvCli.Begin() @@ -1188,10 +1188,15 @@ func (local *DupeController) deleteDuplicateRow( } }() - logger.Debug("deleteDuplicateRow will delete key", - zap.String("category", "resolve-dupe"), - logutil.Key("key", key)) - err = txn.Delete(key) + for _, key := range keys { + logger.Debug("deleteDuplicateRows will delete key", + zap.String("category", "resolve-dupe"), + logutil.Key("key", key)) + if err := txn.Delete(key); err != nil { + return errors.Trace(err) + } + } - return errors.Trace(err) + logger.Debug("number of KV pairs deleted", zap.String("category", "resolve-dupe"), zap.Int("count", txn.Len())) + return nil } diff --git a/pkg/lightning/backend/local/engine_mgr.go b/pkg/lightning/backend/local/engine_mgr.go index acf4b3f97125c..dfaaa62feaa7e 100644 --- a/pkg/lightning/backend/local/engine_mgr.go +++ b/pkg/lightning/backend/local/engine_mgr.go @@ -42,7 +42,6 @@ import ( "go.uber.org/atomic" "go.uber.org/zap" "golang.org/x/sync/errgroup" - "google.golang.org/grpc/status" ) var ( @@ -266,6 +265,11 @@ func (em *engineManager) openEngine(ctx context.Context, cfg *backend.EngineConf if err = engine.loadEngineMeta(); err != nil { return errors.Trace(err) } + if engine.TS == 0 && cfg.TS > 0 { + engine.TS = cfg.TS + // we don't saveEngineMeta here, we can rely on the caller use the same TS to + // open the engine again. + } if err = em.allocateTSIfNotExists(ctx, engine); err != nil { return errors.Trace(err) } @@ -294,11 +298,14 @@ func (em *engineManager) closeEngine( store.Close() } }() - physical, logical, err := em.GetTS(ctx) - if err != nil { - return err + ts := cfg.TS + if ts == 0 { + physical, logical, err := em.GetTS(ctx) + if err != nil { + return err + } + ts = oracle.ComposeTS(physical, logical) } - ts := oracle.ComposeTS(physical, logical) externalEngine := external.NewExternalEngine( store, externalCfg.DataFiles, @@ -343,7 +350,7 @@ func (em *engineManager) closeEngine( engine.db.Store(db) engine.sstIngester = dbSSTIngester{e: engine} if err = engine.loadEngineMeta(); err != nil { - return err + return errors.Trace(err) } em.engines.Store(engineUUID, engine) return nil @@ -395,7 +402,11 @@ func (em *engineManager) getExternalEngineKVStatistics(engineUUID uuid.UUID) ( } // resetEngine reset the engine and reclaim the space. -func (em *engineManager) resetEngine(ctx context.Context, engineUUID uuid.UUID) error { +func (em *engineManager) resetEngine( + ctx context.Context, + engineUUID uuid.UUID, + skipAllocTS bool, +) error { // the only way to reset the engine + reclaim the space is to delete and reopen it 🤷 localEngine := em.lockEngine(engineUUID, importMutexStateClose) if localEngine == nil { @@ -423,15 +434,11 @@ func (em *engineManager) resetEngine(ctx context.Context, engineUUID uuid.UUID) return errors.Trace(err) } } - if err = em.allocateTSIfNotExists(ctx, localEngine); err != nil { - return errors.Trace(err) + if !skipAllocTS { + if err = em.allocateTSIfNotExists(ctx, localEngine); err != nil { + return errors.Trace(err) + } } - failpoint.Inject("mockAllocateTSErr", func() { - // mock generate timestamp error when reset engine. - localEngine.TS = 0 - mockGRPCErr, _ := status.FromError(errors.Errorf("mock generate timestamp error")) - failpoint.Return(errors.Trace(mockGRPCErr.Err())) - }) } localEngine.pendingFileSize.Store(0) diff --git a/pkg/lightning/backend/local/engine_mgr_test.go b/pkg/lightning/backend/local/engine_mgr_test.go index d594fdc00a7db..7950ce1d48f39 100644 --- a/pkg/lightning/backend/local/engine_mgr_test.go +++ b/pkg/lightning/backend/local/engine_mgr_test.go @@ -89,9 +89,9 @@ func TestEngineManager(t *testing.T) { require.ErrorContains(t, em.closeEngine(ctx, &backend.EngineConfig{}, uuid.New()), "does not exist") // reset non-existent engine should work - require.NoError(t, em.resetEngine(ctx, uuid.New())) + require.NoError(t, em.resetEngine(ctx, uuid.New(), false)) storeHelper.EXPECT().GetTS(gomock.Any()).Return(int64(0), int64(0), nil) - require.NoError(t, em.resetEngine(ctx, engine1ID)) + require.NoError(t, em.resetEngine(ctx, engine1ID, false)) require.Equal(t, 1, syncMapLen(&em.engines)) _, ok = em.engines.Load(engine1ID) require.True(t, ok) diff --git a/pkg/lightning/backend/local/local.go b/pkg/lightning/backend/local/local.go index 77467a6743b79..941e0893d2238 100644 --- a/pkg/lightning/backend/local/local.go +++ b/pkg/lightning/backend/local/local.go @@ -1478,7 +1478,14 @@ func (local *Backend) GetExternalEngineKVStatistics(engineUUID uuid.UUID) ( // ResetEngine reset the engine and reclaim the space. func (local *Backend) ResetEngine(ctx context.Context, engineUUID uuid.UUID) error { - return local.engineMgr.resetEngine(ctx, engineUUID) + return local.engineMgr.resetEngine(ctx, engineUUID, false) +} + +// ResetEngineSkipAllocTS is like ResetEngine but the inner TS of the engine is +// invalid. Caller must use OpenedEngine.SetTS to set a valid TS before import +// the engine. +func (local *Backend) ResetEngineSkipAllocTS(ctx context.Context, engineUUID uuid.UUID) error { + return local.engineMgr.resetEngine(ctx, engineUUID, true) } // CleanupEngine cleanup the engine and reclaim the space. @@ -1517,7 +1524,7 @@ func (local *Backend) UnsafeImportAndReset(ctx context.Context, engineUUID uuid. if err := closedEngine.Import(ctx, regionSplitSize, regionSplitKeys); err != nil { return err } - return local.engineMgr.resetEngine(ctx, engineUUID) + return local.engineMgr.resetEngine(ctx, engineUUID, false) } func engineSSTDir(storeDir string, engineUUID uuid.UUID) string { diff --git a/pkg/lightning/common/util.go b/pkg/lightning/common/util.go index 6361ce45189d0..7bd32ffbbe2d9 100644 --- a/pkg/lightning/common/util.go +++ b/pkg/lightning/common/util.go @@ -522,7 +522,7 @@ loop: continue } // Skip index that contains auto-increment column. - // Because auto colum must be defined as a key. + // Because auto column must be defined as a key. for _, idxCol := range idxInfo.Columns { flag := cols[idxCol.Offset].GetFlag() if tmysql.HasAutoIncrementFlag(flag) { diff --git a/pkg/lightning/config/config.go b/pkg/lightning/config/config.go index 509541a552b7e..3e52545ea6e05 100644 --- a/pkg/lightning/config/config.go +++ b/pkg/lightning/config/config.go @@ -179,7 +179,10 @@ func (d *DBStore) adjust( } switch d.TLS { - case "skip-verify", "preferred": + case "preferred": + d.Security.AllowFallbackToPlaintext = true + fallthrough + case "skip-verify": if d.Security.TLSConfig == nil { /* #nosec G402 */ d.Security.TLSConfig = &tls.Config{ @@ -187,14 +190,22 @@ func (d *DBStore) adjust( InsecureSkipVerify: true, NextProtos: []string{"h2", "http/1.1"}, // specify `h2` to let Go use HTTP/2. } - d.Security.AllowFallbackToPlaintext = true + } else { + d.Security.TLSConfig.InsecureSkipVerify = true } case "cluster": if len(s.CAPath) == 0 { return common.ErrInvalidConfig.GenWithStack("cannot set `tidb.tls` to 'cluster' without a [security] section") } - case "", "false": - d.TLS = "false" + case "": + case "false": + d.Security.TLSConfig = nil + d.Security.CAPath = "" + d.Security.CertPath = "" + d.Security.KeyPath = "" + d.Security.CABytes = nil + d.Security.CertBytes = nil + d.Security.KeyBytes = nil default: return common.ErrInvalidConfig.GenWithStack("unsupported `tidb.tls` config %s", d.TLS) } @@ -595,7 +606,7 @@ const ( // ReplaceOnDup indicates using REPLACE INTO to insert data for TiDB backend. // ReplaceOnDup records all duplicate records, remove some rows with conflict // and reserve other rows that can be kept and not cause conflict anymore for local backend. - // Users need to analyze the lightning_task_info.conflict_error_v2 table to check whether the reserved data + // Users need to analyze the lightning_task_info.conflict_error_v3 table to check whether the reserved data // cater to their need and check whether they need to add back the correct rows. ReplaceOnDup // IgnoreOnDup indicates using INSERT IGNORE INTO to insert data for TiDB backend. diff --git a/pkg/lightning/config/config_test.go b/pkg/lightning/config/config_test.go index d9d063aab3bb3..165a3b5023bff 100644 --- a/pkg/lightning/config/config_test.go +++ b/pkg/lightning/config/config_test.go @@ -385,6 +385,17 @@ func TestAdjustSecuritySection(t *testing.T) { `, expectedCA: "", hasTLS: true, + fallback2NoTLS: false, + }, + { + input: ` + [security] + [tidb] + tls = "preferred" + [tidb.security] + `, + expectedCA: "", + hasTLS: true, fallback2NoTLS: true, }, { @@ -398,6 +409,18 @@ func TestAdjustSecuritySection(t *testing.T) { hasTLS: false, fallback2NoTLS: false, }, + { + input: ` + [security] + [tidb] + tls = "false" + [tidb.security] + ca-path = "/path/to/ca2.pem" + `, + expectedCA: "", + hasTLS: false, + fallback2NoTLS: false, + }, } for _, tc := range testCases { diff --git a/pkg/lightning/errormanager/errormanager.go b/pkg/lightning/errormanager/errormanager.go index bb86304dc2f49..d62d8792fa8eb 100644 --- a/pkg/lightning/errormanager/errormanager.go +++ b/pkg/lightning/errormanager/errormanager.go @@ -19,7 +19,9 @@ import ( "context" "database/sql" "fmt" + "math" "strings" + "sync" "github.com/jedib0t/go-pretty/v6/table" "github.com/jedib0t/go-pretty/v6/text" @@ -53,7 +55,7 @@ const ( syntaxErrorTableName = "syntax_error_v1" typeErrorTableName = "type_error_v1" // ConflictErrorTableName is the table name for duplicate detection. - ConflictErrorTableName = "conflict_error_v2" + ConflictErrorTableName = "conflict_error_v3" // DupRecordTableName is the table name to record duplicate data that displayed to user. DupRecordTableName = "conflict_records" // ConflictViewName is the view name for presenting the union information of ConflictErrorTable and DupRecordTable. @@ -95,10 +97,11 @@ const ( raw_value mediumblob NOT NULL COMMENT 'the value of the conflicted key', raw_handle mediumblob NOT NULL COMMENT 'the data handle derived from the conflicted key or value', raw_row mediumblob NOT NULL COMMENT 'the data retrieved from the handle', - is_data_kv tinyint(1) NOT NULL, + kv_type tinyint(1) NOT NULL COMMENT '0 for index kv, 1 for data kv, 2 for additionally inserted data kv', INDEX (task_id, table_name), INDEX (index_name), - INDEX (table_name, index_name) + INDEX (table_name, index_name), + INDEX (kv_type) ); ` @@ -119,10 +122,10 @@ const ( createConflictView = ` CREATE OR REPLACE VIEW %s.` + ConflictViewName + ` AS SELECT 0 AS is_precheck_conflict, task_id, create_time, table_name, index_name, key_data, row_data, - raw_key, raw_value, raw_handle, raw_row, is_data_kv, NULL AS path, NULL AS offset, NULL AS error, NULL AS row_id + raw_key, raw_value, raw_handle, raw_row, kv_type, NULL AS path, NULL AS offset, NULL AS error, NULL AS row_id FROM %s.` + ConflictErrorTableName + ` UNION ALL SELECT 1 AS is_precheck_conflict, task_id, create_time, table_name, NULL AS index_name, NULL AS key_data, - row_data, NULL AS raw_key, NULL AS raw_value, NULL AS raw_handle, NULL AS raw_row, NULL AS is_data_kv, path, + row_data, NULL AS raw_key, NULL AS raw_value, NULL AS raw_handle, NULL AS raw_row, NULL AS kv_type, path, offset, error, row_id FROM %s.` + DupRecordTableName + `; ` @@ -134,7 +137,7 @@ const ( insertIntoConflictErrorData = ` INSERT INTO %s.` + ConflictErrorTableName + ` - (task_id, table_name, index_name, key_data, row_data, raw_key, raw_value, raw_handle, raw_row, is_data_kv) + (task_id, table_name, index_name, key_data, row_data, raw_key, raw_value, raw_handle, raw_row, kv_type) VALUES ` @@ -142,29 +145,30 @@ const ( insertIntoConflictErrorIndex = ` INSERT INTO %s.` + ConflictErrorTableName + ` - (task_id, table_name, index_name, key_data, row_data, raw_key, raw_value, raw_handle, raw_row, is_data_kv) + (task_id, table_name, index_name, key_data, row_data, raw_key, raw_value, raw_handle, raw_row, kv_type) VALUES ` sqlValuesConflictErrorIndex = "(?,?,?,?,?,?,?,?,?,?)" selectIndexConflictKeysReplace = ` - SELECT raw_key, index_name, raw_value, raw_handle + SELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM %s.` + ConflictErrorTableName + ` - WHERE table_name = ? AND is_data_kv = 0 - ORDER BY raw_key; + WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? + ORDER BY _tidb_rowid LIMIT ?; ` selectDataConflictKeysReplace = ` - SELECT raw_key, raw_value + SELECT _tidb_rowid, raw_key, raw_value FROM %s.` + ConflictErrorTableName + ` - WHERE table_name = ? AND is_data_kv = 1 - ORDER BY raw_key; + WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? + ORDER BY _tidb_rowid LIMIT ?; ` deleteNullDataRow = ` DELETE FROM %s.` + ConflictErrorTableName + ` - WHERE key_data = '' and row_data = ''; + WHERE kv_type = 2 + LIMIT ?; ` insertIntoDupRecord = ` @@ -484,197 +488,317 @@ func (em *ErrorManager) ReplaceConflictKeys( tableName string, pool *util.WorkerPool, fnGetLatest func(ctx context.Context, key []byte) ([]byte, error), - fnDeleteKey func(ctx context.Context, key []byte) error, + fnDeleteKeys func(ctx context.Context, key [][]byte) error, ) error { if em.db == nil { return nil } - sessionOpts := encode.SessionOptions{ - // TODO: need to find the correct value for SQLMode - SQLMode: mysql.ModeStrictAllTables, - } - encoder, err := kv.NewBaseKVEncoder(&encode.EncodingConfig{ - Table: tbl, - SessionOptions: sessionOpts, - Logger: em.logger, - }) - if err != nil { - return errors.Trace(err) - } - - g, gCtx := errgroup.WithContext(ctx) - exec := common.SQLWithRetry{ DB: em.db, Logger: em.logger, HideQueryLog: redact.NeedRedact(), } - pool.ApplyOnErrorGroup(g, func() error { - // TODO: provide a detailed document to explain the algorithm and link it here - // demo for "replace" algorithm: https://github.com/lyzx2001/tidb-conflict-replace - // check index KV - indexKvRows, err := em.db.QueryContext( - gCtx, common.SprintfWithIdentifiers(selectIndexConflictKeysReplace, em.schema), - tableName) - if err != nil { - return errors.Trace(err) - } - defer indexKvRows.Close() - for indexKvRows.Next() { - var rawKey, rawValue, rawHandle []byte - var indexName string - if err := indexKvRows.Scan(&rawKey, &indexName, &rawValue, &rawHandle); err != nil { - return errors.Trace(err) - } - em.logger.Debug("got raw_key, index_name, raw_value, raw_handle from table", - zap.Binary("raw_key", rawKey), - zap.String("index_name", indexName), - zap.Binary("raw_value", rawValue), - zap.Binary("raw_handle", rawHandle)) - - // get the latest value of rawKey from downstream TiDB - latestValue, err := fnGetLatest(gCtx, rawKey) - if tikverr.IsErrNotFound(err) { - continue + const rowLimit = 1000 + indexTaskCh := make(chan [2]int64) + indexTaskWg := &sync.WaitGroup{} + indexG, indexGCtx := errgroup.WithContext(ctx) + + go func() { + //nolint:staticcheck + //lint:ignore SA2000 + indexTaskWg.Add(1) + indexTaskCh <- [2]int64{0, math.MaxInt64} + indexTaskWg.Wait() + close(indexTaskCh) + }() + + // TODO: provide a detailed document to explain the algorithm and link it here + // demo for "replace" algorithm: https://github.com/lyzx2001/tidb-conflict-replace + // check index KV + for t := range indexTaskCh { + start, end := t[0], t[1] + pool.ApplyOnErrorGroup(indexG, func() error { + defer indexTaskWg.Done() + + sessionOpts := encode.SessionOptions{ + // TODO: need to find the correct value for SQLMode + SQLMode: mysql.ModeStrictAllTables, } + encoder, err := kv.NewBaseKVEncoder(&encode.EncodingConfig{ + Table: tbl, + SessionOptions: sessionOpts, + Logger: em.logger, + }) if err != nil { return errors.Trace(err) } - // if the latest value of rawKey equals to rawValue, that means this index KV is maintained in downstream TiDB - // if not, that means this index KV has been overwritten, and its corresponding data KV needs to be deleted - if bytes.Equal(rawValue, latestValue) { - continue - } + var handleKeys [][]byte + var insertRows [][2][]byte + for start < end { + indexKvRows, err := em.db.QueryContext( + indexGCtx, common.SprintfWithIdentifiers(selectIndexConflictKeysReplace, em.schema), + tableName, start, end, rowLimit) + if err != nil { + return errors.Trace(err) + } - // rawHandle is the row key of the data KV that needs to be deleted - // get the latest value of the row key of the data KV that needs to be deleted - overwritten, err := fnGetLatest(gCtx, rawHandle) - // if the latest value cannot be found, that means the data KV has been deleted - if tikverr.IsErrNotFound(err) { - continue - } - if err != nil { - return errors.Trace(err) - } + var lastRowID int64 + for indexKvRows.Next() { + var rawKey, rawValue, rawHandle []byte + var indexName string + if err := indexKvRows.Scan(&lastRowID, &rawKey, &indexName, &rawValue, &rawHandle); err != nil { + return errors.Trace(err) + } + em.logger.Debug("got raw_key, index_name, raw_value, raw_handle from table", + zap.Binary("raw_key", rawKey), + zap.String("index_name", indexName), + zap.Binary("raw_value", rawValue), + zap.Binary("raw_handle", rawHandle)) + + // get the latest value of rawKey from downstream TiDB + latestValue, err := fnGetLatest(indexGCtx, rawKey) + if tikverr.IsErrNotFound(err) { + continue + } + if err != nil { + return errors.Trace(err) + } - overwrittenHandle, err := tablecodec.DecodeRowKey(rawHandle) - if err != nil { - return errors.Trace(err) - } - decodedData, _, err := tables.DecodeRawRowData(encoder.SessionCtx, - tbl.Meta(), overwrittenHandle, tbl.Cols(), overwritten) - if err != nil { - return errors.Trace(err) - } - if !tbl.Meta().HasClusteredIndex() { - // for nonclustered PK, need to append handle to decodedData for AddRecord - decodedData = append(decodedData, types.NewIntDatum(overwrittenHandle.IntValue())) - } - _, err = encoder.Table.AddRecord(encoder.SessionCtx.GetTableCtx(), decodedData) - if err != nil { - return errors.Trace(err) - } + // if the latest value of rawKey equals to rawValue, that means this index KV is maintained in downstream TiDB + // if not, that means this index KV has been overwritten, and its corresponding data KV needs to be deleted + if bytes.Equal(rawValue, latestValue) { + continue + } - // find out all the KV pairs that are contained in the data KV - kvPairs := encoder.SessionCtx.TakeKvPairs() - - for _, kvPair := range kvPairs.Pairs { - em.logger.Debug("got encoded KV", - logutil.Key("key", kvPair.Key), - zap.Binary("value", kvPair.Val), - logutil.Key("rawKey", rawKey), - zap.Binary("rawValue", rawValue)) - - // If rawKey equals to KV pair's key and rawValue equals to KV pair's value, - // this latest data KV of the index KV needs to be deleted; - // if not, this latest data KV of the index KV was inserted by other rows, - // so it is unrelated to the index KV that needs to be deleted, we cannot delete it. - - // An example is: - // (pk, uk) - // (1, a) - // (1, b) - // (2, a) - - // (1, a) is overwritten by (2, a). We found a->1 is an overwritten index KV, - // and we are considering if its data KV with key "1" can be deleted. - // We got the latest value of key "1" which is (1, b), - // and encode it to get all KV pairs which is [1->b, b->1]. - // Only if there is a->1 we dare to delete data KV with key "1". - - if bytes.Equal(kvPair.Key, rawKey) && bytes.Equal(kvPair.Val, rawValue) { - if err := exec.Transact(ctx, "insert data conflict error record for conflict detection 'replace' mode", - func(c context.Context, txn *sql.Tx) error { - sb := &strings.Builder{} - _, err2 := common.FprintfWithIdentifiers(sb, insertIntoConflictErrorData, em.schema) - if err2 != nil { - return errors.Trace(err2) + // rawHandle is the row key of the data KV that needs to be deleted + // get the latest value of the row key of the data KV that needs to be deleted + overwritten, err := fnGetLatest(indexGCtx, rawHandle) + // if the latest value cannot be found, that means the data KV has been deleted + if tikverr.IsErrNotFound(err) { + continue + } + if err != nil { + return errors.Trace(err) + } + + overwrittenHandle, err := tablecodec.DecodeRowKey(rawHandle) + if err != nil { + return errors.Trace(err) + } + decodedData, _, err := tables.DecodeRawRowData(encoder.SessionCtx, + tbl.Meta(), overwrittenHandle, tbl.Cols(), overwritten) + if err != nil { + return errors.Trace(err) + } + if !tbl.Meta().HasClusteredIndex() { + // for nonclustered PK, need to append handle to decodedData for AddRecord + decodedData = append(decodedData, types.NewIntDatum(overwrittenHandle.IntValue())) + } + _, err = encoder.Table.AddRecord(encoder.SessionCtx.GetTableCtx(), decodedData) + if err != nil { + return errors.Trace(err) + } + + // find out all the KV pairs that are contained in the data KV + kvPairs := encoder.SessionCtx.TakeKvPairs() + + for _, kvPair := range kvPairs.Pairs { + em.logger.Debug("got encoded KV", + logutil.Key("key", kvPair.Key), + zap.Binary("value", kvPair.Val), + logutil.Key("rawKey", rawKey), + zap.Binary("rawValue", rawValue)) + + // If rawKey equals to KV pair's key and rawValue equals to KV pair's value, + // this latest data KV of the index KV needs to be deleted; + // if not, this latest data KV of the index KV was inserted by other rows, + // so it is unrelated to the index KV that needs to be deleted, we cannot delete it. + + // An example is: + // (pk, uk) + // (1, a) + // (1, b) + // (2, a) + + // (1, a) is overwritten by (2, a). We found a->1 is an overwritten index KV, + // and we are considering if its data KV with key "1" can be deleted. + // We got the latest value of key "1" which is (1, b), + // and encode it to get all KV pairs which is [1->b, b->1]. + // Only if there is a->1 we dare to delete data KV with key "1". + + if bytes.Equal(kvPair.Key, rawKey) && bytes.Equal(kvPair.Val, rawValue) { + handleKeys = append(handleKeys, rawHandle) + var insertRow [2][]byte + insertRow[0] = rawHandle + insertRow[1] = overwritten + insertRows = append(insertRows, insertRow) + break + } + } + } + if err := indexKvRows.Err(); err != nil { + _ = indexKvRows.Close() + return errors.Trace(err) + } + if err := indexKvRows.Close(); err != nil { + return errors.Trace(err) + } + if len(handleKeys) == 0 { + break + } + if err := fnDeleteKeys(indexGCtx, handleKeys); err != nil { + return errors.Trace(err) + } + if err := exec.Transact(ctx, "insert data conflict record for conflict detection 'replace' mode", + func(c context.Context, txn *sql.Tx) error { + sb := &strings.Builder{} + _, err2 := common.FprintfWithIdentifiers(sb, insertIntoConflictErrorData, em.schema) + if err2 != nil { + return errors.Trace(err2) + } + var sqlArgs []any + for i, insertRow := range insertRows { + if i > 0 { + sb.WriteByte(',') } - var sqlArgs []any sb.WriteString(sqlValuesConflictErrorData) sqlArgs = append(sqlArgs, em.taskID, tableName, nil, nil, - rawHandle, - overwritten, - 1, + insertRow[0], + insertRow[1], + 2, ) - _, err := txn.ExecContext(c, sb.String(), sqlArgs...) - return errors.Trace(err) - }); err != nil { - return errors.Trace(err) - } - if err := fnDeleteKey(gCtx, rawHandle); err != nil { + } + _, err := txn.ExecContext(c, sb.String(), sqlArgs...) return errors.Trace(err) + }); err != nil { + return errors.Trace(err) + } + start = lastRowID + 1 + // If the remaining tasks cannot be processed at once, split the task + // into two subtasks and send one of them to the other idle worker if possible. + if end-start > rowLimit { + mid := start + (end-start)/2 + indexTaskWg.Add(1) + select { + case indexTaskCh <- [2]int64{mid, end}: + end = mid + default: + indexTaskWg.Done() } - break } + handleKeys = handleKeys[:0] } - } - if err := indexKvRows.Err(); err != nil { - return errors.Trace(err) - } - - // check data KV - dataKvRows, err := em.db.QueryContext( - gCtx, common.SprintfWithIdentifiers(selectDataConflictKeysReplace, em.schema), - tableName) - if err != nil { - return errors.Trace(err) - } - defer dataKvRows.Close() - - var previousRawKey, latestValue []byte - var mustKeepKvPairs *kv.Pairs + return nil + }) + } + if err := indexG.Wait(); err != nil { + return errors.Trace(err) + } - for dataKvRows.Next() { - var rawKey, rawValue []byte - if err := dataKvRows.Scan(&rawKey, &rawValue); err != nil { + dataTaskCh := make(chan [2]int64) + dataTaskWg := &sync.WaitGroup{} + dataG, dataGCtx := errgroup.WithContext(ctx) + + go func() { + //nolint:staticcheck + //lint:ignore SA2000 + dataTaskWg.Add(1) + dataTaskCh <- [2]int64{0, math.MaxInt64} + dataTaskWg.Wait() + close(dataTaskCh) + }() + + // check data KV + for t := range dataTaskCh { + start, end := t[0], t[1] + pool.ApplyOnErrorGroup(dataG, func() error { + defer dataTaskWg.Done() + + sessionOpts := encode.SessionOptions{ + // TODO: need to find the correct value for SQLMode + SQLMode: mysql.ModeStrictAllTables, + } + encoder, err := kv.NewBaseKVEncoder(&encode.EncodingConfig{ + Table: tbl, + SessionOptions: sessionOpts, + Logger: em.logger, + }) + if err != nil { return errors.Trace(err) } - em.logger.Debug("got group raw_key, raw_value from table", - logutil.Key("raw_key", rawKey), - zap.Binary("raw_value", rawValue)) - - if !bytes.Equal(rawKey, previousRawKey) { - previousRawKey = rawKey - // get the latest value of rawKey from downstream TiDB - latestValue, err = fnGetLatest(gCtx, rawKey) - if err != nil && !tikverr.IsErrNotFound(err) { + + var handleKeys [][]byte + for start < end { + dataKvRows, err := em.db.QueryContext( + dataGCtx, common.SprintfWithIdentifiers(selectDataConflictKeysReplace, em.schema), + tableName, start, end, rowLimit) + if err != nil { return errors.Trace(err) } - if latestValue != nil { + + var lastRowID int64 + var previousRawKey, latestValue []byte + var mustKeepKvPairs *kv.Pairs + + for dataKvRows.Next() { + var rawKey, rawValue []byte + if err := dataKvRows.Scan(&lastRowID, &rawKey, &rawValue); err != nil { + return errors.Trace(err) + } + em.logger.Debug("got group raw_key, raw_value from table", + logutil.Key("raw_key", rawKey), + zap.Binary("raw_value", rawValue)) + + if !bytes.Equal(rawKey, previousRawKey) { + previousRawKey = rawKey + // get the latest value of rawKey from downstream TiDB + latestValue, err = fnGetLatest(dataGCtx, rawKey) + if err != nil && !tikverr.IsErrNotFound(err) { + return errors.Trace(err) + } + if latestValue != nil { + handle, err := tablecodec.DecodeRowKey(rawKey) + if err != nil { + return errors.Trace(err) + } + decodedData, _, err := tables.DecodeRawRowData(encoder.SessionCtx, + tbl.Meta(), handle, tbl.Cols(), latestValue) + if err != nil { + return errors.Trace(err) + } + if !tbl.Meta().HasClusteredIndex() { + // for nonclustered PK, need to append handle to decodedData for AddRecord + decodedData = append(decodedData, types.NewIntDatum(handle.IntValue())) + } + _, err = encoder.Table.AddRecord(encoder.SessionCtx.GetTableCtx(), decodedData) + if err != nil { + return errors.Trace(err) + } + // calculate the new mustKeepKvPairs corresponding to the new rawKey + // find out all the KV pairs that are contained in the data KV + mustKeepKvPairs = encoder.SessionCtx.TakeKvPairs() + } + } + + // if the latest value of rawKey equals to rawValue, that means this data KV is maintained in downstream TiDB + // if not, that means this data KV has been deleted due to overwritten index KV + if bytes.Equal(rawValue, latestValue) { + continue + } + handle, err := tablecodec.DecodeRowKey(rawKey) if err != nil { return errors.Trace(err) } decodedData, _, err := tables.DecodeRawRowData(encoder.SessionCtx, - tbl.Meta(), handle, tbl.Cols(), latestValue) + tbl.Meta(), handle, tbl.Cols(), rawValue) if err != nil { return errors.Trace(err) } @@ -686,76 +810,78 @@ func (em *ErrorManager) ReplaceConflictKeys( if err != nil { return errors.Trace(err) } - // calculate the new mustKeepKvPairs corresponding to the new rawKey - // find out all the KV pairs that are contained in the data KV - mustKeepKvPairs = encoder.SessionCtx.TakeKvPairs() - } - } - - // if the latest value of rawKey equals to rawValue, that means this data KV is maintained in downstream TiDB - // if not, that means this data KV has been deleted due to overwritten index KV - if bytes.Equal(rawValue, latestValue) { - continue - } - handle, err := tablecodec.DecodeRowKey(rawKey) - if err != nil { - return errors.Trace(err) - } - decodedData, _, err := tables.DecodeRawRowData(encoder.SessionCtx, - tbl.Meta(), handle, tbl.Cols(), rawValue) - if err != nil { - return errors.Trace(err) - } - if !tbl.Meta().HasClusteredIndex() { - // for nonclustered PK, need to append handle to decodedData for AddRecord - decodedData = append(decodedData, types.NewIntDatum(handle.IntValue())) - } - _, err = encoder.Table.AddRecord(encoder.SessionCtx.GetTableCtx(), decodedData) - if err != nil { - return errors.Trace(err) - } + // find out all the KV pairs that are contained in the data KV + kvPairs := encoder.SessionCtx.TakeKvPairs() + for _, kvPair := range kvPairs.Pairs { + em.logger.Debug("got encoded KV", + logutil.Key("key", kvPair.Key), + zap.Binary("value", kvPair.Val)) + kvLatestValue, err := fnGetLatest(dataGCtx, kvPair.Key) + if tikverr.IsErrNotFound(err) { + continue + } + if err != nil { + return errors.Trace(err) + } + + // if the value of the KV pair is not equal to the latest value of the key of the KV pair + // that means the value of the KV pair has been overwritten, so it needs no extra operation + if !bytes.Equal(kvLatestValue, kvPair.Val) { + continue + } + + // if the KV pair is contained in mustKeepKvPairs, we cannot delete it + // if not, delete the KV pair + if mustKeepKvPairs != nil { + isContained := slices.ContainsFunc(mustKeepKvPairs.Pairs, func(mustKeepKvPair common.KvPair) bool { + return bytes.Equal(mustKeepKvPair.Key, kvPair.Key) && bytes.Equal(mustKeepKvPair.Val, kvPair.Val) + }) + if isContained { + continue + } + } - // find out all the KV pairs that are contained in the data KV - kvPairs := encoder.SessionCtx.TakeKvPairs() - for _, kvPair := range kvPairs.Pairs { - em.logger.Debug("got encoded KV", - logutil.Key("key", kvPair.Key), - zap.Binary("value", kvPair.Val)) - kvLatestValue, err := fnGetLatest(gCtx, kvPair.Key) - if tikverr.IsErrNotFound(err) { - continue + handleKeys = append(handleKeys, kvPair.Key) + } } - if err != nil { + if err := dataKvRows.Err(); err != nil { + _ = dataKvRows.Close() return errors.Trace(err) } - - // if the value of the KV pair is not equal to the latest value of the key of the KV pair - // that means the value of the KV pair has been overwritten, so it needs no extra operation - if !bytes.Equal(kvLatestValue, kvPair.Val) { - continue + if err := dataKvRows.Close(); err != nil { + return errors.Trace(err) } - - // if the KV pair is contained in mustKeepKvPairs, we cannot delete it - // if not, delete the KV pair - if mustKeepKvPairs != nil { - isContained := slices.ContainsFunc(mustKeepKvPairs.Pairs, func(mustKeepKvPair common.KvPair) bool { - return bytes.Equal(mustKeepKvPair.Key, kvPair.Key) && bytes.Equal(mustKeepKvPair.Val, kvPair.Val) - }) - if isContained { - continue - } + if len(handleKeys) == 0 { + break } - - if err := fnDeleteKey(gCtx, kvPair.Key); err != nil { + if err := fnDeleteKeys(dataGCtx, handleKeys); err != nil { return errors.Trace(err) } + start = lastRowID + 1 + // If the remaining tasks cannot be processed at once, split the task + // into two subtasks and send one of them to the other idle worker if possible. + if end-start > rowLimit { + mid := start + (end-start)/2 + dataTaskWg.Add(1) + select { + case dataTaskCh <- [2]int64{mid, end}: + end = mid + default: + dataTaskWg.Done() + } + } + handleKeys = handleKeys[:0] } - } - if err := dataKvRows.Err(); err != nil { - return errors.Trace(err) - } + return nil + }) + } + if err := dataG.Wait(); err != nil { + return errors.Trace(err) + } + hasRow := true + for { // delete the additionally inserted rows for nonclustered PK if err := exec.Transact(ctx, "delete additionally inserted rows for conflict detection 'replace' mode", func(c context.Context, txn *sql.Tx) error { @@ -764,16 +890,27 @@ func (em *ErrorManager) ReplaceConflictKeys( if err2 != nil { return errors.Trace(err2) } - _, err := txn.ExecContext(c, sb.String()) - return errors.Trace(err) + result, err := txn.ExecContext(c, sb.String(), rowLimit) + if err != nil { + return errors.Trace(err) + } + affected, err := result.RowsAffected() + if err != nil { + return errors.Trace(err) + } + if affected == 0 { + hasRow = false + } + return nil }); err != nil { return errors.Trace(err) } + if !hasRow { + break + } + } - return nil - }) - - return errors.Trace(g.Wait()) + return nil } // RecordDuplicateCount reduce the counter of "duplicate entry" errors. diff --git a/pkg/lightning/errormanager/errormanager_test.go b/pkg/lightning/errormanager/errormanager_test.go index 2b79b4eb54531..0008ea32a037a 100644 --- a/pkg/lightning/errormanager/errormanager_test.go +++ b/pkg/lightning/errormanager/errormanager_test.go @@ -65,7 +65,7 @@ func TestInit(t *testing.T) { em.conflictV1Enabled = true mock.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_errors`;"). WillReturnResult(sqlmock.NewResult(1, 1)) - mock.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_errors`\\.conflict_error_v2.*"). + mock.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_errors`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) err = em.Init(ctx) require.NoError(t, err) @@ -77,7 +77,7 @@ func TestInit(t *testing.T) { WillReturnResult(sqlmock.NewResult(5, 1)) mock.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_errors`\\.type_error_v1.*"). WillReturnResult(sqlmock.NewResult(6, 1)) - mock.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_errors`\\.conflict_error_v2.*"). + mock.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_errors`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(7, 1)) mock.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_errors`\\.conflict_records.*"). WillReturnResult(sqlmock.NewResult(7, 1)) @@ -286,17 +286,21 @@ func TestReplaceConflictOneKey(t *testing.T) { mockDB.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_task_info`"). WillReturnResult(sqlmock.NewResult(1, 1)) - mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v2.*"). + mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) - mockDB.ExpectQuery("\\QSELECT raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 0 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "index_name", "raw_value", "raw_handle"})) - mockDB.ExpectQuery("\\QSELECT raw_key, raw_value FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 1 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "raw_value"}). - AddRow(data1RowKey, data1RowValue). - AddRow(data1RowKey, data2RowValue)) + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"})) + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"}). + AddRow(1, data1RowKey, data1RowValue). + AddRow(2, data1RowKey, data2RowValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"})) + } mockDB.ExpectBegin() - mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v2.*"). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 0)) mockDB.ExpectCommit() cfg := config.NewConfig() @@ -323,10 +327,12 @@ func TestReplaceConflictOneKey(t *testing.T) { return nil, fmt.Errorf("key %v is not expected", key) } }, - func(ctx context.Context, key []byte) error { - fnDeleteKeyCount.Add(1) - if !bytes.Equal(key, data1IndexKey) { - return fmt.Errorf("key %v is not expected", key) + func(ctx context.Context, keys [][]byte) error { + fnDeleteKeyCount.Add(int32(len(keys))) + for _, key := range keys { + if !bytes.Equal(key, data1IndexKey) { + return fmt.Errorf("key %v is not expected", key) + } } return nil }, @@ -477,31 +483,39 @@ func TestReplaceConflictOneUniqueKey(t *testing.T) { mockDB.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_task_info`"). WillReturnResult(sqlmock.NewResult(1, 1)) - mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v2.*"). + mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) - mockDB.ExpectQuery("\\QSELECT raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 0 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "index_name", "raw_value", "raw_handle"}). - AddRow(data1IndexKey, "uni_b", data1IndexValue, data1RowKey). - AddRow(data1IndexKey, "uni_b", data2IndexValue, data2RowKey). - AddRow(data3IndexKey, "uni_b", data3IndexValue, data3RowKey). - AddRow(data3IndexKey, "uni_b", data4IndexValue, data4RowKey)) + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"}). + AddRow(1, data1IndexKey, "uni_b", data1IndexValue, data1RowKey). + AddRow(2, data1IndexKey, "uni_b", data2IndexValue, data2RowKey). + AddRow(3, data3IndexKey, "uni_b", data3IndexValue, data3RowKey). + AddRow(4, data3IndexKey, "uni_b", data4IndexValue, data4RowKey)) mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "test", nil, nil, data2RowKey, data2RowValue, 1). + mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v3.*"). + WithArgs(0, "test", nil, nil, data2RowKey, data2RowValue, 2, + 0, "test", nil, nil, data4RowKey, data4RowValue, 2). WillReturnResult(driver.ResultNoRows) mockDB.ExpectCommit() + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"})) + } + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"}). + AddRow(1, data1RowKey, data1RowValue). + AddRow(2, data1RowKey, data3RowValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"})) + } mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "test", nil, nil, data4RowKey, data4RowValue, 1). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 2)) mockDB.ExpectCommit() - mockDB.ExpectQuery("\\QSELECT raw_key, raw_value FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 1 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "raw_value"}). - AddRow(data1RowKey, data1RowValue). - AddRow(data1RowKey, data3RowValue)) mockDB.ExpectBegin() - mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v2.*"). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 0)) mockDB.ExpectCommit() cfg := config.NewConfig() @@ -534,10 +548,12 @@ func TestReplaceConflictOneUniqueKey(t *testing.T) { return nil, fmt.Errorf("key %v is not expected", key) } }, - func(ctx context.Context, key []byte) error { - fnDeleteKeyCount.Add(1) - if !bytes.Equal(key, data1IndexKey) && !bytes.Equal(key, data2RowKey) && !bytes.Equal(key, data4RowKey) { - return fmt.Errorf("key %v is not expected", key) + func(ctx context.Context, keys [][]byte) error { + fnDeleteKeyCount.Add(int32(len(keys))) + for _, key := range keys { + if !bytes.Equal(key, data1IndexKey) && !bytes.Equal(key, data2RowKey) && !bytes.Equal(key, data4RowKey) { + return fmt.Errorf("key %v is not expected", key) + } } return nil }, @@ -653,7 +669,7 @@ func TestErrorMgrErrorOutput(t *testing.T) { "|\x1b[31m 1 \x1b[0m|\x1b[31m Data Type \x1b[0m|\x1b[31m 100 \x1b[0m|\x1b[31m `error_info`.`type_error_v1` \x1b[0m|\n" + "|\x1b[31m 2 \x1b[0m|\x1b[31m Data Syntax \x1b[0m|\x1b[31m 100 \x1b[0m|\x1b[31m `error_info`.`syntax_error_v1` \x1b[0m|\n" + "|\x1b[31m 3 \x1b[0m|\x1b[31m Charset Error \x1b[0m|\x1b[31m 100 \x1b[0m|\x1b[31m \x1b[0m|\n" + - "|\x1b[31m 4 \x1b[0m|\x1b[31m Unique Key Conflict \x1b[0m|\x1b[31m 100 \x1b[0m|\x1b[31m `error_info`.`conflict_error_v2` \x1b[0m|\n" + + "|\x1b[31m 4 \x1b[0m|\x1b[31m Unique Key Conflict \x1b[0m|\x1b[31m 100 \x1b[0m|\x1b[31m `error_info`.`conflict_error_v3` \x1b[0m|\n" + "+---+---------------------+-------------+----------------------------------+\n" require.Equal(t, expected, output) diff --git a/pkg/lightning/errormanager/resolveconflict_test.go b/pkg/lightning/errormanager/resolveconflict_test.go index 4d09217f3f3b0..11020f005f0e9 100644 --- a/pkg/lightning/errormanager/resolveconflict_test.go +++ b/pkg/lightning/errormanager/resolveconflict_test.go @@ -168,31 +168,39 @@ func TestReplaceConflictMultipleKeysNonclusteredPk(t *testing.T) { mockDB.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_task_info`"). WillReturnResult(sqlmock.NewResult(1, 1)) - mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v2.*"). + mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) - mockDB.ExpectQuery("\\QSELECT raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 0 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "index_name", "raw_value", "raw_handle"}). - AddRow(data2RowKey, "PRIMARY", data2RowValue, data1RowKey). - AddRow(data2RowKey, "PRIMARY", data3NonclusteredValue, data2NonclusteredKey). - AddRow(data6RowKey, "PRIMARY", data6RowValue, data5RowKey). - AddRow(data6RowKey, "PRIMARY", data7NonclusteredValue, data6NonclusteredKey)) + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"}). + AddRow(1, data2RowKey, "PRIMARY", data2RowValue, data1RowKey). + AddRow(2, data2RowKey, "PRIMARY", data3NonclusteredValue, data2NonclusteredKey). + AddRow(3, data6RowKey, "PRIMARY", data6RowValue, data5RowKey). + AddRow(4, data6RowKey, "PRIMARY", data7NonclusteredValue, data6NonclusteredKey)) mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data2NonclusteredKey, data2NonclusteredValue, 1). + mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v3.*"). + WithArgs(0, "a", nil, nil, data2NonclusteredKey, data2NonclusteredValue, 2, + 0, "a", nil, nil, data6NonclusteredKey, data6NonclusteredValue, 2). WillReturnResult(driver.ResultNoRows) mockDB.ExpectCommit() + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"})) + } + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"}). + AddRow(1, data2NonclusteredKey, data2NonclusteredValue). + AddRow(2, data6NonclusteredKey, data6NonclusteredValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"})) + } mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data6NonclusteredKey, data6NonclusteredValue, 1). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 2)) mockDB.ExpectCommit() - mockDB.ExpectQuery("\\QSELECT raw_key, raw_value FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 1 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "raw_value"}). - AddRow(data2NonclusteredKey, data2NonclusteredValue). - AddRow(data6NonclusteredKey, data6NonclusteredValue)) mockDB.ExpectBegin() - mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v2.*"). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 0)) mockDB.ExpectCommit() cfg := config.NewConfig() @@ -237,10 +245,12 @@ func TestReplaceConflictMultipleKeysNonclusteredPk(t *testing.T) { return nil, fmt.Errorf("key %v is not expected", key) } }, - func(ctx context.Context, key []byte) error { - fnDeleteKeyCount.Add(1) - if !bytes.Equal(key, data2NonclusteredKey) && !bytes.Equal(key, data6NonclusteredKey) && !bytes.Equal(key, data2IndexKey) && !bytes.Equal(key, data3RowKey) && !bytes.Equal(key, data6IndexKey) && !bytes.Equal(key, data7RowKey) { - return fmt.Errorf("key %v is not expected", key) + func(ctx context.Context, keys [][]byte) error { + fnDeleteKeyCount.Add(int32(len(keys))) + for _, key := range keys { + if !bytes.Equal(key, data2NonclusteredKey) && !bytes.Equal(key, data6NonclusteredKey) && !bytes.Equal(key, data2IndexKey) && !bytes.Equal(key, data3RowKey) && !bytes.Equal(key, data6IndexKey) && !bytes.Equal(key, data7RowKey) { + return fmt.Errorf("key %v is not expected", key) + } } return nil }, @@ -342,23 +352,35 @@ func TestReplaceConflictOneKeyNonclusteredPk(t *testing.T) { mockDB.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_task_info`"). WillReturnResult(sqlmock.NewResult(1, 1)) - mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v2.*"). + mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) - mockDB.ExpectQuery("\\QSELECT raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 0 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "index_name", "raw_value", "raw_handle"}). - AddRow(data3IndexKey, "PRIMARY", data3IndexValue, data3RowKey). - AddRow(data3IndexKey, "PRIMARY", data4IndexValue, data4RowKey)) + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"}). + AddRow(1, data3IndexKey, "PRIMARY", data3IndexValue, data3RowKey). + AddRow(2, data3IndexKey, "PRIMARY", data4IndexValue, data4RowKey)) mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data4RowKey, data4RowValue, 1). + mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v3.*"). + WithArgs(0, "a", nil, nil, data4RowKey, data4RowValue, 2). WillReturnResult(driver.ResultNoRows) mockDB.ExpectCommit() - mockDB.ExpectQuery("\\QSELECT raw_key, raw_value FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 1 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "raw_value"}). - AddRow(data4RowKey, data4RowValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"})) + } + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"}). + AddRow(1, data4RowKey, data4RowValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"})) + } + mockDB.ExpectBegin() + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 1)) + mockDB.ExpectCommit() mockDB.ExpectBegin() - mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v2.*"). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 0)) mockDB.ExpectCommit() cfg := config.NewConfig() @@ -390,10 +412,12 @@ func TestReplaceConflictOneKeyNonclusteredPk(t *testing.T) { return nil, fmt.Errorf("key %v is not expected", key) } }, - func(ctx context.Context, key []byte) error { - fnDeleteKeyCount.Add(1) - if !bytes.Equal(key, data4RowKey) && !bytes.Equal(key, data4NonclusteredKey) { - return fmt.Errorf("key %v is not expected", key) + func(ctx context.Context, keys [][]byte) error { + fnDeleteKeyCount.Add(int32(len(keys))) + for _, key := range keys { + if !bytes.Equal(key, data4RowKey) && !bytes.Equal(key, data4NonclusteredKey) { + return fmt.Errorf("key %v is not expected", key) + } } return nil }, @@ -509,39 +533,43 @@ func TestReplaceConflictOneUniqueKeyNonclusteredPk(t *testing.T) { mockDB.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_task_info`"). WillReturnResult(sqlmock.NewResult(1, 1)) - mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v2.*"). + mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) - mockDB.ExpectQuery("\\QSELECT raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 0 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "index_name", "raw_value", "raw_handle"}). - AddRow(data4NonclusteredKey, "uni_b", data4NonclusteredValue, data4RowKey). - AddRow(data4NonclusteredKey, "uni_b", data5NonclusteredValue, data5RowKey). - AddRow(data1NonclusteredKey, "uni_b", data1NonclusteredValue, data1RowKey). - AddRow(data1NonclusteredKey, "uni_b", data2NonclusteredValue, data2RowKey). - AddRow(data3IndexKey, "PRIMARY", data3IndexValue, data3RowKey). - AddRow(data3IndexKey, "PRIMARY", data4NonclusteredValue, data4RowKey)) - mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data5RowKey, data5RowValue, 1). - WillReturnResult(driver.ResultNoRows) - mockDB.ExpectCommit() + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"}). + AddRow(1, data4NonclusteredKey, "uni_b", data4NonclusteredValue, data4RowKey). + AddRow(2, data4NonclusteredKey, "uni_b", data5NonclusteredValue, data5RowKey). + AddRow(3, data1NonclusteredKey, "uni_b", data1NonclusteredValue, data1RowKey). + AddRow(4, data1NonclusteredKey, "uni_b", data2NonclusteredValue, data2RowKey). + AddRow(5, data3IndexKey, "PRIMARY", data3IndexValue, data3RowKey). + AddRow(6, data3IndexKey, "PRIMARY", data4NonclusteredValue, data4RowKey)) mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data2RowKey, data2RowValue, 1). + mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v3.*"). + WithArgs(0, "a", nil, nil, data5RowKey, data5RowValue, 2, + 0, "a", nil, nil, data2RowKey, data2RowValue, 2, + 0, "a", nil, nil, data4RowKey, data4RowValue, 2). WillReturnResult(driver.ResultNoRows) mockDB.ExpectCommit() + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"})) + } + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"}). + AddRow(1, data5RowKey, data5RowValue). + AddRow(2, data2RowKey, data2RowValue). + AddRow(3, data4RowKey, data4RowValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"})) + } mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data4RowKey, data4RowValue, 1). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 3)) mockDB.ExpectCommit() - mockDB.ExpectQuery("\\QSELECT raw_key, raw_value FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 1 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "raw_value"}). - AddRow(data5RowKey, data5RowValue). - AddRow(data2RowKey, data2RowValue). - AddRow(data4RowKey, data4RowValue)) mockDB.ExpectBegin() - mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v2.*"). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 0)) mockDB.ExpectCommit() cfg := config.NewConfig() @@ -589,10 +617,12 @@ func TestReplaceConflictOneUniqueKeyNonclusteredPk(t *testing.T) { return nil, fmt.Errorf("key %x is not expected", key) } }, - func(ctx context.Context, key []byte) error { - fnDeleteKeyCount.Add(1) - if !bytes.Equal(key, data5RowKey) && !bytes.Equal(key, data2RowKey) && !bytes.Equal(key, data4RowKey) && !bytes.Equal(key, data2IndexKey) && !bytes.Equal(key, data4NonclusteredKey) && !bytes.Equal(key, data5IndexKey) { - return fmt.Errorf("key %v is not expected", key) + func(ctx context.Context, keys [][]byte) error { + fnDeleteKeyCount.Add(int32(len(keys))) + for _, key := range keys { + if !bytes.Equal(key, data5RowKey) && !bytes.Equal(key, data2RowKey) && !bytes.Equal(key, data4RowKey) && !bytes.Equal(key, data2IndexKey) && !bytes.Equal(key, data4NonclusteredKey) && !bytes.Equal(key, data5IndexKey) { + return fmt.Errorf("key %v is not expected", key) + } } return nil }, @@ -709,39 +739,43 @@ func TestReplaceConflictOneUniqueKeyNonclusteredVarcharPk(t *testing.T) { mockDB.ExpectExec("CREATE SCHEMA IF NOT EXISTS `lightning_task_info`"). WillReturnResult(sqlmock.NewResult(1, 1)) - mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v2.*"). + mockDB.ExpectExec("CREATE TABLE IF NOT EXISTS `lightning_task_info`\\.conflict_error_v3.*"). WillReturnResult(sqlmock.NewResult(2, 1)) - mockDB.ExpectQuery("\\QSELECT raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 0 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "index_name", "raw_value", "raw_handle"}). - AddRow(data4NonclusteredKey, "uni_b", data4NonclusteredValue, data4RowKey). - AddRow(data4NonclusteredKey, "uni_b", data5NonclusteredValue, data5RowKey). - AddRow(data1NonclusteredKey, "uni_b", data1NonclusteredValue, data1RowKey). - AddRow(data1NonclusteredKey, "uni_b", data2NonclusteredValue, data2RowKey). - AddRow(data3IndexKey, "PRIMARY", data3IndexValue, data3RowKey). - AddRow(data3IndexKey, "PRIMARY", data4IndexValue, data4RowKey)) + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"}). + AddRow(1, data4NonclusteredKey, "uni_b", data4NonclusteredValue, data4RowKey). + AddRow(2, data4NonclusteredKey, "uni_b", data5NonclusteredValue, data5RowKey). + AddRow(3, data1NonclusteredKey, "uni_b", data1NonclusteredValue, data1RowKey). + AddRow(4, data1NonclusteredKey, "uni_b", data2NonclusteredValue, data2RowKey). + AddRow(5, data3IndexKey, "PRIMARY", data3IndexValue, data3RowKey). + AddRow(6, data3IndexKey, "PRIMARY", data4IndexValue, data4RowKey)) mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data5RowKey, data5RowValue, 1). - WillReturnResult(driver.ResultNoRows) - mockDB.ExpectCommit() - mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data2RowKey, data2RowValue, 1). + mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v3.*"). + WithArgs(0, "a", nil, nil, data5RowKey, data5RowValue, 2, + 0, "a", nil, nil, data2RowKey, data2RowValue, 2, + 0, "a", nil, nil, data4RowKey, data4RowValue, 2). WillReturnResult(driver.ResultNoRows) mockDB.ExpectCommit() + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, index_name, raw_value, raw_handle FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type = 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "index_name", "raw_value", "raw_handle"})) + } + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"}). + AddRow(1, data5RowKey, data5RowValue). + AddRow(2, data2RowKey, data2RowValue). + AddRow(3, data4RowKey, data4RowValue)) + for i := 0; i < 2; i++ { + mockDB.ExpectQuery("\\QSELECT _tidb_rowid, raw_key, raw_value FROM `lightning_task_info`.conflict_error_v3 WHERE table_name = ? AND kv_type <> 0 AND _tidb_rowid >= ? and _tidb_rowid < ? ORDER BY _tidb_rowid LIMIT ?\\E"). + WillReturnRows(sqlmock.NewRows([]string{"_tidb_rowid", "raw_key", "raw_value"})) + } mockDB.ExpectBegin() - mockDB.ExpectExec("INSERT INTO `lightning_task_info`\\.conflict_error_v2.*"). - WithArgs(0, "a", nil, nil, data4RowKey, data4RowValue, 1). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 3)) mockDB.ExpectCommit() - mockDB.ExpectQuery("\\QSELECT raw_key, raw_value FROM `lightning_task_info`.conflict_error_v2 WHERE table_name = ? AND is_data_kv = 1 ORDER BY raw_key\\E"). - WillReturnRows(sqlmock.NewRows([]string{"raw_key", "raw_value"}). - AddRow(data5RowKey, data5RowValue). - AddRow(data2RowKey, data2RowValue). - AddRow(data4RowKey, data4RowValue)) mockDB.ExpectBegin() - mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v2.*"). - WillReturnResult(driver.ResultNoRows) + mockDB.ExpectExec("DELETE FROM `lightning_task_info`\\.conflict_error_v3.*"). + WillReturnResult(sqlmock.NewResult(0, 0)) mockDB.ExpectCommit() cfg := config.NewConfig() @@ -792,10 +826,12 @@ func TestReplaceConflictOneUniqueKeyNonclusteredVarcharPk(t *testing.T) { return nil, fmt.Errorf("key %x is not expected", key) } }, - func(ctx context.Context, key []byte) error { - fnDeleteKeyCount.Add(1) - if !bytes.Equal(key, data5RowKey) && !bytes.Equal(key, data2RowKey) && !bytes.Equal(key, data4RowKey) && !bytes.Equal(key, data2IndexKey) && !bytes.Equal(key, data4NonclusteredKey) && !bytes.Equal(key, data5IndexKey) { - return fmt.Errorf("key %v is not expected", key) + func(ctx context.Context, keys [][]byte) error { + fnDeleteKeyCount.Add(int32(len(keys))) + for _, key := range keys { + if !bytes.Equal(key, data5RowKey) && !bytes.Equal(key, data2RowKey) && !bytes.Equal(key, data4RowKey) && !bytes.Equal(key, data2IndexKey) && !bytes.Equal(key, data4NonclusteredKey) && !bytes.Equal(key, data5IndexKey) { + return fmt.Errorf("key %v is not expected", key) + } } return nil }, diff --git a/pkg/meta/meta.go b/pkg/meta/meta.go index 5b31b9a2f2392..75d4bf1e1158f 100644 --- a/pkg/meta/meta.go +++ b/pkg/meta/meta.go @@ -951,6 +951,8 @@ func (m *Meta) UpdateTable(dbID int64, tableInfo *model.TableInfo) error { return errors.Trace(err) } + tableInfo.Revision++ + data, err := json.Marshal(tableInfo) if err != nil { return errors.Trace(err) diff --git a/pkg/parser/ast/ddl.go b/pkg/parser/ast/ddl.go index 3fd598e22e575..5fad2e0e79c02 100644 --- a/pkg/parser/ast/ddl.go +++ b/pkg/parser/ast/ddl.go @@ -579,9 +579,21 @@ func (n *ColumnOption) Restore(ctx *format.RestoreCtx) error { ctx.WriteKeyWord("AUTO_INCREMENT") case ColumnOptionDefaultValue: ctx.WriteKeyWord("DEFAULT ") + printOuterParentheses := false + if funcCallExpr, ok := n.Expr.(*FuncCallExpr); ok { + if name := funcCallExpr.FnName.L; name != CurrentTimestamp { + printOuterParentheses = true + } + } + if printOuterParentheses { + ctx.WritePlain("(") + } if err := n.Expr.Restore(ctx); err != nil { return errors.Annotate(err, "An error occurred while splicing ColumnOption DefaultValue Expr") } + if printOuterParentheses { + ctx.WritePlain(")") + } case ColumnOptionUniqKey: ctx.WriteKeyWord("UNIQUE KEY") case ColumnOptionNull: diff --git a/pkg/parser/ast/misc.go b/pkg/parser/ast/misc.go index 64185cf855d0d..2d97d2546c147 100644 --- a/pkg/parser/ast/misc.go +++ b/pkg/parser/ast/misc.go @@ -975,6 +975,13 @@ func (n *FlushStmt) Accept(v Visitor) (Node, bool) { return v.Leave(newNode) } n = newNode.(*FlushStmt) + for i, t := range n.Tables { + node, ok := t.Accept(v) + if !ok { + return n, false + } + n.Tables[i] = node.(*TableName) + } return v.Leave(n) } diff --git a/pkg/parser/model/ddl.go b/pkg/parser/model/ddl.go index 5862949eae183..333ed062e6c00 100644 --- a/pkg/parser/model/ddl.go +++ b/pkg/parser/model/ddl.go @@ -1138,6 +1138,12 @@ type SchemaDiff struct { SchemaID int64 `json:"schema_id"` TableID int64 `json:"table_id"` + // SubActionTypes is the list of action types done together within a multiple schema + // change job. As the job might contain multiple steps that changes schema version, + // if some step only contains one action, Type will be that action, and SubActionTypes + // will be empty. + // for other types of job, it will always be empty. + SubActionTypes []ActionType `json:"sub_action_types,omitempty"` // OldTableID is the table ID before truncate, only used by truncate table DDL. OldTableID int64 `json:"old_table_id"` // OldSchemaID is the schema ID before rename table, only used by rename table DDL. diff --git a/pkg/parser/model/model.go b/pkg/parser/model/model.go index 88056ae9a40ae..2fe93a94945e5 100644 --- a/pkg/parser/model/model.go +++ b/pkg/parser/model/model.go @@ -542,6 +542,9 @@ type TableInfo struct { TTLInfo *TTLInfo `json:"ttl_info"` + // Revision is per table schema's version, it will be increased when the schema changed. + Revision uint64 `json:"revision"` + DBID int64 `json:"-"` } diff --git a/pkg/parser/parser.go b/pkg/parser/parser.go index 55b4c1e8331d7..46df333f39e14 100644 --- a/pkg/parser/parser.go +++ b/pkg/parser/parser.go @@ -912,26 +912,26 @@ const ( zerofill = 57595 yyMaxDepth = 200 - yyTabOfs = -2875 + yyTabOfs = -2877 ) var ( yyXLAT = map[int]int{ - 59: 0, // ';' (2522x) - 57344: 1, // $end (2509x) - 57842: 2, // remove (2001x) - 58139: 3, // split (2001x) - 57771: 4, // merge (2000x) - 57843: 5, // reorganize (1999x) - 57650: 6, // comment (1992x) - 57913: 7, // storage (1904x) - 57609: 8, // autoIncrement (1893x) - 44: 9, // ',' (1864x) - 57713: 10, // first (1792x) - 57599: 11, // after (1786x) - 57876: 12, // serial (1782x) - 57610: 13, // autoRandom (1781x) - 57649: 14, // columnFormat (1781x) + 59: 0, // ';' (2524x) + 57344: 1, // $end (2511x) + 57842: 2, // remove (2003x) + 58139: 3, // split (2003x) + 57771: 4, // merge (2002x) + 57843: 5, // reorganize (2001x) + 57650: 6, // comment (1994x) + 57913: 7, // storage (1906x) + 57609: 8, // autoIncrement (1895x) + 44: 9, // ',' (1866x) + 57713: 10, // first (1794x) + 57599: 11, // after (1788x) + 57876: 12, // serial (1784x) + 57610: 13, // autoRandom (1783x) + 57649: 14, // columnFormat (1783x) 57812: 15, // password (1752x) 57636: 16, // charsetKwd (1744x) 57638: 17, // checksum (1734x) @@ -974,7 +974,7 @@ var ( 57709: 54, // failedLoginAttempts (1637x) 57813: 55, // passwordLockTime (1637x) 57346: 56, // identifier (1636x) - 41: 57, // ')' (1629x) + 41: 57, // ')' (1632x) 57855: 58, // resume (1624x) 57884: 59, // signed (1624x) 57890: 60, // snapshot (1622x) @@ -1154,35 +1154,35 @@ var ( 57750: 234, // last (1578x) 57762: 235, // max_idxnum (1578x) 57770: 236, // memory (1578x) - 57796: 237, // off (1578x) - 57805: 238, // optional (1578x) - 57816: 239, // per_db (1578x) - 57826: 240, // privileges (1578x) - 57849: 241, // required (1578x) - 57864: 242, // rtree (1578x) - 58136: 243, // sampleRate (1578x) - 57875: 244, // sequence (1578x) - 57878: 245, // session (1578x) - 57889: 246, // slow (1578x) - 57953: 247, // validation (1578x) - 57955: 248, // variables (1578x) - 57607: 249, // attributes (1577x) - 58114: 250, // cancel (1577x) - 57653: 251, // compact (1577x) - 58119: 252, // ddl (1577x) - 57682: 253, // disable (1577x) - 57686: 254, // do (1577x) - 57688: 255, // dynamic (1577x) - 57689: 256, // enable (1577x) - 57697: 257, // errorKwd (1577x) - 57990: 258, // exact (1577x) - 57715: 259, // flush (1577x) - 57719: 260, // full (1577x) - 57724: 261, // handler (1577x) - 57728: 262, // history (1577x) - 57768: 263, // mb (1577x) - 57776: 264, // mode (1577x) - 57783: 265, // next (1577x) + 57783: 237, // next (1578x) + 57796: 238, // off (1578x) + 57805: 239, // optional (1578x) + 57816: 240, // per_db (1578x) + 57826: 241, // privileges (1578x) + 57849: 242, // required (1578x) + 57864: 243, // rtree (1578x) + 58136: 244, // sampleRate (1578x) + 57875: 245, // sequence (1578x) + 57878: 246, // session (1578x) + 57889: 247, // slow (1578x) + 57953: 248, // validation (1578x) + 57955: 249, // variables (1578x) + 57607: 250, // attributes (1577x) + 58114: 251, // cancel (1577x) + 57653: 252, // compact (1577x) + 58119: 253, // ddl (1577x) + 57682: 254, // disable (1577x) + 57686: 255, // do (1577x) + 57688: 256, // dynamic (1577x) + 57689: 257, // enable (1577x) + 57697: 258, // errorKwd (1577x) + 57990: 259, // exact (1577x) + 57715: 260, // flush (1577x) + 57719: 261, // full (1577x) + 57724: 262, // handler (1577x) + 57728: 263, // history (1577x) + 57768: 264, // mb (1577x) + 57776: 265, // mode (1577x) 57814: 266, // pause (1577x) 57819: 267, // plugins (1577x) 57828: 268, // processlist (1577x) @@ -1244,91 +1244,91 @@ var ( 58018: 324, // medium (1576x) 58019: 325, // metadata (1576x) 57777: 326, // modify (1576x) - 58127: 327, // nodeID (1576x) - 58128: 328, // nodeState (1576x) - 57794: 329, // nulls (1576x) - 57807: 330, // pageSym (1576x) - 58131: 331, // pump (1576x) - 57832: 332, // purge (1576x) - 57838: 333, // rebuild (1576x) - 57840: 334, // redundant (1576x) - 57841: 335, // reload (1576x) - 57853: 336, // restore (1576x) - 57861: 337, // routine (1576x) - 58037: 338, // s3 (1576x) - 58137: 339, // samples (1576x) - 57870: 340, // secondaryLoad (1576x) - 57871: 341, // secondaryUnload (1576x) - 57881: 342, // share (1576x) - 57883: 343, // shutdown (1576x) - 57888: 344, // slave (1576x) - 57892: 345, // source (1576x) - 57908: 346, // statsOptions (1576x) - 58047: 347, // stop (1576x) - 57919: 348, // swaps (1576x) - 58056: 349, // tidbJson (1576x) - 58061: 350, // tokudbDefault (1576x) - 58062: 351, // tokudbFast (1576x) - 58063: 352, // tokudbLzma (1576x) - 58064: 353, // tokudbQuickLZ (1576x) - 58065: 354, // tokudbSmall (1576x) - 58066: 355, // tokudbSnappy (1576x) - 58067: 356, // tokudbUncompressed (1576x) - 58068: 357, // tokudbZlib (1576x) - 58069: 358, // tokudbZstd (1576x) - 58150: 359, // topn (1576x) - 57936: 360, // trace (1576x) - 57937: 361, // traditional (1576x) - 58072: 362, // trueCardCost (1576x) - 58073: 363, // unlimited (1576x) - 58078: 364, // verboseType (1576x) - 57959: 365, // warnings (1576x) - 57598: 366, // advise (1575x) - 57600: 367, // against (1575x) - 57601: 368, // ago (1575x) - 57603: 369, // always (1575x) - 57616: 370, // backups (1575x) - 57619: 371, // bernoulli (1575x) - 57622: 372, // bindingCache (1575x) - 58103: 373, // builtins (1575x) - 57633: 374, // cascaded (1575x) - 57634: 375, // causal (1575x) - 57640: 376, // cleanup (1575x) - 57641: 377, // client (1575x) - 57644: 378, // cluster (1575x) - 57647: 379, // collation (1575x) - 58117: 380, // columnStatsUsage (1575x) - 57652: 381, // committed (1575x) - 57657: 382, // config (1575x) - 57659: 383, // consistency (1575x) - 57660: 384, // consistent (1575x) - 58121: 385, // depth (1575x) - 57683: 386, // disabled (1575x) - 57988: 387, // dump (1575x) - 57690: 388, // enabled (1575x) - 57695: 389, // engines (1575x) - 57701: 390, // events (1575x) - 57702: 391, // evolve (1575x) - 57707: 392, // expire (1575x) - 57992: 393, // exprPushdownBlacklist (1575x) - 57708: 394, // extended (1575x) - 57710: 395, // faultsSym (1575x) - 57718: 396, // found (1575x) - 57720: 397, // function (1575x) - 57723: 398, // grants (1575x) - 58124: 399, // histogramsInFlight (1575x) - 57737: 400, // indexes (1575x) - 58005: 401, // internal (1575x) - 57741: 402, // invoker (1575x) - 57742: 403, // io (1575x) - 57749: 404, // language (1575x) - 57754: 405, // level (1575x) - 57755: 406, // list (1575x) - 58015: 407, // log (1575x) - 57760: 408, // master (1575x) - 57763: 409, // max_minutes (1575x) - 57782: 410, // never (1575x) - 57784: 411, // nextval (1575x) + 57784: 327, // nextval (1576x) + 58127: 328, // nodeID (1576x) + 58128: 329, // nodeState (1576x) + 57794: 330, // nulls (1576x) + 57807: 331, // pageSym (1576x) + 58131: 332, // pump (1576x) + 57832: 333, // purge (1576x) + 57838: 334, // rebuild (1576x) + 57840: 335, // redundant (1576x) + 57841: 336, // reload (1576x) + 57853: 337, // restore (1576x) + 57861: 338, // routine (1576x) + 58037: 339, // s3 (1576x) + 58137: 340, // samples (1576x) + 57870: 341, // secondaryLoad (1576x) + 57871: 342, // secondaryUnload (1576x) + 57881: 343, // share (1576x) + 57883: 344, // shutdown (1576x) + 57888: 345, // slave (1576x) + 57892: 346, // source (1576x) + 57908: 347, // statsOptions (1576x) + 58047: 348, // stop (1576x) + 57919: 349, // swaps (1576x) + 58056: 350, // tidbJson (1576x) + 58061: 351, // tokudbDefault (1576x) + 58062: 352, // tokudbFast (1576x) + 58063: 353, // tokudbLzma (1576x) + 58064: 354, // tokudbQuickLZ (1576x) + 58065: 355, // tokudbSmall (1576x) + 58066: 356, // tokudbSnappy (1576x) + 58067: 357, // tokudbUncompressed (1576x) + 58068: 358, // tokudbZlib (1576x) + 58069: 359, // tokudbZstd (1576x) + 58150: 360, // topn (1576x) + 57936: 361, // trace (1576x) + 57937: 362, // traditional (1576x) + 58072: 363, // trueCardCost (1576x) + 58073: 364, // unlimited (1576x) + 58078: 365, // verboseType (1576x) + 57959: 366, // warnings (1576x) + 57598: 367, // advise (1575x) + 57600: 368, // against (1575x) + 57601: 369, // ago (1575x) + 57603: 370, // always (1575x) + 57616: 371, // backups (1575x) + 57619: 372, // bernoulli (1575x) + 57622: 373, // bindingCache (1575x) + 58103: 374, // builtins (1575x) + 57633: 375, // cascaded (1575x) + 57634: 376, // causal (1575x) + 57640: 377, // cleanup (1575x) + 57641: 378, // client (1575x) + 57644: 379, // cluster (1575x) + 57647: 380, // collation (1575x) + 58117: 381, // columnStatsUsage (1575x) + 57652: 382, // committed (1575x) + 57657: 383, // config (1575x) + 57659: 384, // consistency (1575x) + 57660: 385, // consistent (1575x) + 58121: 386, // depth (1575x) + 57683: 387, // disabled (1575x) + 57988: 388, // dump (1575x) + 57690: 389, // enabled (1575x) + 57695: 390, // engines (1575x) + 57701: 391, // events (1575x) + 57702: 392, // evolve (1575x) + 57707: 393, // expire (1575x) + 57992: 394, // exprPushdownBlacklist (1575x) + 57708: 395, // extended (1575x) + 57710: 396, // faultsSym (1575x) + 57718: 397, // found (1575x) + 57720: 398, // function (1575x) + 57723: 399, // grants (1575x) + 58124: 400, // histogramsInFlight (1575x) + 57737: 401, // indexes (1575x) + 58005: 402, // internal (1575x) + 57741: 403, // invoker (1575x) + 57742: 404, // io (1575x) + 57749: 405, // language (1575x) + 57754: 406, // level (1575x) + 57755: 407, // list (1575x) + 58015: 408, // log (1575x) + 57760: 409, // master (1575x) + 57763: 410, // max_minutes (1575x) + 57782: 411, // never (1575x) 57792: 412, // none (1575x) 57798: 413, // oltpReadOnly (1575x) 57799: 414, // oltpReadWrite (1575x) @@ -1450,15 +1450,15 @@ var ( 58077: 530, // varSamp (1574x) 58081: 531, // voter (1574x) 57961: 532, // weightString (1574x) - 57505: 533, // on (1480x) + 57505: 533, // on (1482x) 40: 534, // '(' (1478x) 57591: 535, // with (1352x) 57353: 536, // stringLit (1333x) - 58170: 537, // not2 (1285x) - 57405: 538, // defaultKwd (1236x) - 57498: 539, // not (1216x) - 57369: 540, // as (1182x) - 57384: 541, // collate (1150x) + 58170: 537, // not2 (1287x) + 57405: 538, // defaultKwd (1238x) + 57498: 539, // not (1218x) + 57369: 540, // as (1184x) + 57384: 541, // collate (1152x) 57569: 542, // union (1141x) 57475: 543, // left (1137x) 57534: 544, // right (1137x) @@ -1466,9 +1466,9 @@ var ( 43: 546, // '+' (1113x) 45: 547, // '-' (1111x) 57496: 548, // mod (1091x) - 57515: 549, // partition (1067x) + 57515: 549, // partition (1069x) 57581: 550, // values (1048x) - 57502: 551, // null (1045x) + 57502: 551, // null (1047x) 57446: 552, // ignore (1034x) 57421: 553, // except (1030x) 57461: 554, // intersect (1029x) @@ -1621,14 +1621,14 @@ var ( 57578: 701, // utcDate (793x) 57579: 702, // utcTime (793x) 57580: 703, // utcTimestamp (793x) - 57467: 704, // key (788x) - 57518: 705, // primary (779x) - 57383: 706, // check (778x) + 57467: 704, // key (790x) + 57518: 705, // primary (781x) + 57383: 706, // check (780x) 57359: 707, // pipes (778x) - 57570: 708, // unique (771x) - 57386: 709, // constraint (768x) - 57525: 710, // references (766x) - 57436: 711, // generated (762x) + 57570: 708, // unique (773x) + 57386: 709, // constraint (770x) + 57525: 710, // references (768x) + 57436: 711, // generated (764x) 57382: 712, // character (757x) 57449: 713, // index (741x) 57488: 714, // match (728x) @@ -1693,15 +1693,15 @@ var ( 57592: 773, // write (539x) 57363: 774, // add (538x) 58443: 775, // Identifier (537x) - 58526: 776, // NotKeywordToken (537x) - 58804: 777, // TiDBKeyword (537x) - 58814: 778, // UnReservedKeyword (537x) - 58769: 779, // SubSelect (262x) - 58824: 780, // UserVariable (201x) + 58527: 776, // NotKeywordToken (537x) + 58805: 777, // TiDBKeyword (537x) + 58815: 778, // UnReservedKeyword (537x) + 58770: 779, // SubSelect (262x) + 58825: 780, // UserVariable (201x) 58496: 781, // Literal (199x) - 58740: 782, // SimpleIdent (199x) - 58759: 783, // StringLiteral (199x) - 58523: 784, // NextValueForSequence (196x) + 58741: 782, // SimpleIdent (199x) + 58760: 783, // StringLiteral (199x) + 58523: 784, // NextValueForSequence (197x) 58420: 785, // FunctionCallGeneric (195x) 58421: 786, // FunctionCallKeyword (195x) 58422: 787, // FunctionCallNonKeyword (195x) @@ -1711,50 +1711,50 @@ var ( 58426: 791, // FunctionNameDatetimePrecision (195x) 58427: 792, // FunctionNameOptionalBraces (195x) 58428: 793, // FunctionNameSequence (195x) - 58739: 794, // SimpleExpr (195x) - 58770: 795, // SumExpr (195x) - 58772: 796, // SystemVariable (195x) - 58835: 797, // Variable (195x) - 58859: 798, // WindowFuncCall (195x) + 58740: 794, // SimpleExpr (195x) + 58771: 795, // SumExpr (195x) + 58773: 796, // SystemVariable (195x) + 58836: 797, // Variable (195x) + 58860: 798, // WindowFuncCall (195x) 58252: 799, // BitExpr (177x) - 58601: 800, // PredicateExpr (145x) + 58602: 800, // PredicateExpr (145x) 58255: 801, // BoolPri (142x) 58383: 802, // Expression (142x) 58521: 803, // NUM (122x) - 58875: 804, // logAnd (107x) - 58876: 805, // logOr (107x) + 58876: 804, // logAnd (107x) + 58877: 805, // logOr (107x) 58374: 806, // EqOpt (98x) 57407: 807, // deleteKwd (87x) - 58782: 808, // TableName (82x) - 58760: 809, // StringName (56x) - 58694: 810, // SelectStmt (54x) - 58695: 811, // SelectStmtBasic (54x) - 58697: 812, // SelectStmtFromDualTable (54x) - 58698: 813, // SelectStmtFromTable (54x) - 58715: 814, // SetOprClause (54x) - 58716: 815, // SetOprClauseList (53x) - 58719: 816, // SetOprStmtWithLimitOrderBy (53x) - 58720: 817, // SetOprStmtWoutLimitOrderBy (53x) + 58783: 808, // TableName (82x) + 58761: 809, // StringName (56x) + 58695: 810, // SelectStmt (54x) + 58696: 811, // SelectStmtBasic (54x) + 58698: 812, // SelectStmtFromDualTable (54x) + 58699: 813, // SelectStmtFromTable (54x) + 58716: 814, // SetOprClause (54x) + 58717: 815, // SetOprClauseList (53x) + 58720: 816, // SetOprStmtWithLimitOrderBy (53x) + 58721: 817, // SetOprStmtWoutLimitOrderBy (53x) 58487: 818, // LengthNum (51x) - 58865: 819, // WithClause (51x) - 58707: 820, // SelectStmtWithClause (50x) - 58718: 821, // SetOprStmt (50x) + 58866: 819, // WithClause (51x) + 58708: 820, // SelectStmtWithClause (50x) + 58719: 821, // SetOprStmt (50x) 57572: 822, // unsigned (50x) 57595: 823, // zerofill (48x) 57514: 824, // over (45x) - 58818: 825, // UpdateStmtNoWith (42x) + 58819: 825, // UpdateStmtNoWith (42x) 58281: 826, // ColumnName (41x) 58341: 827, // DeleteWithoutUsingStmt (41x) 58472: 828, // InsertIntoStmt (39x) - 58658: 829, // ReplaceIntoStmt (39x) - 58817: 830, // UpdateStmt (39x) + 58659: 829, // ReplaceIntoStmt (39x) + 58818: 830, // UpdateStmt (39x) 57410: 831, // describe (36x) 57411: 832, // distinct (36x) 57412: 833, // distinctRow (36x) 57589: 834, // while (36x) 58475: 835, // Int64Num (35x) 57487: 836, // lowPriority (35x) - 58864: 837, // WindowingClause (35x) + 58865: 837, // WindowingClause (35x) 57406: 838, // delayed (34x) 58340: 839, // DeleteWithUsingStmt (34x) 57441: 840, // highPriority (34x) @@ -1762,67 +1762,67 @@ var ( 57474: 842, // leave (34x) 58339: 843, // DeleteFromStmt (32x) 57357: 844, // hintComment (28x) - 58572: 845, // OrderBy (26x) - 58701: 846, // SelectStmtLimit (26x) + 58573: 845, // OrderBy (26x) + 58702: 846, // SelectStmtLimit (26x) 58394: 847, // FieldLen (25x) - 58565: 848, // OptWindowingClause (24x) + 58566: 848, // OptWindowingClause (24x) 58224: 849, // AnalyzeTableStmt (23x) 58295: 850, // CommitStmt (23x) - 58685: 851, // RollbackStmt (23x) - 58723: 852, // SetStmt (23x) + 58686: 851, // RollbackStmt (23x) + 58724: 852, // SetStmt (23x) 57549: 853, // sqlBigResult (23x) 57550: 854, // sqlCalcFoundRows (23x) 57551: 855, // sqlSmallResult (23x) 57559: 856, // terminated (21x) 58270: 857, // CharsetKw (20x) 58444: 858, // IfExists (20x) - 58826: 859, // Username (20x) + 58827: 859, // Username (20x) 57419: 860, // enclosed (19x) 58379: 861, // ExplainStmt (19x) 58380: 862, // ExplainSym (19x) 58384: 863, // ExpressionList (19x) - 58584: 864, // PartitionNameList (19x) - 58812: 865, // TruncateTableStmt (19x) - 58819: 866, // UseStmt (19x) + 58585: 864, // PartitionNameList (19x) + 58813: 865, // TruncateTableStmt (19x) + 58820: 866, // UseStmt (19x) 57420: 867, // escaped (18x) 57351: 868, // optionallyEnclosedBy (18x) - 58595: 869, // PlacementPolicyOption (18x) - 58612: 870, // ProcedureBlockContent (18x) - 58641: 871, // ProcedureUnlabelLoopStmt (18x) - 58614: 872, // ProcedureCaseStmt (17x) - 58615: 873, // ProcedureCloseCur (17x) - 58621: 874, // ProcedureFetchInto (17x) - 58627: 875, // ProcedureIfstmt (17x) - 58628: 876, // ProcedureIterate (17x) - 58629: 877, // ProcedureLabeledBlock (17x) - 58643: 878, // ProcedurelabeledLoopStmt (17x) - 58630: 879, // ProcedureLeave (17x) - 58631: 880, // ProcedureOpenCur (17x) - 58634: 881, // ProcedureProcStmt (17x) - 58637: 882, // ProcedureSearchedCase (17x) - 58638: 883, // ProcedureSimpleCase (17x) - 58639: 884, // ProcedureStatementStmt (17x) - 58642: 885, // ProcedureUnlabeledBlock (17x) - 58640: 886, // ProcedureUnlabelLoopBlock (17x) - 58783: 887, // TableNameList (17x) + 58596: 869, // PlacementPolicyOption (18x) + 58613: 870, // ProcedureBlockContent (18x) + 58642: 871, // ProcedureUnlabelLoopStmt (18x) + 58615: 872, // ProcedureCaseStmt (17x) + 58616: 873, // ProcedureCloseCur (17x) + 58622: 874, // ProcedureFetchInto (17x) + 58628: 875, // ProcedureIfstmt (17x) + 58629: 876, // ProcedureIterate (17x) + 58630: 877, // ProcedureLabeledBlock (17x) + 58644: 878, // ProcedurelabeledLoopStmt (17x) + 58631: 879, // ProcedureLeave (17x) + 58632: 880, // ProcedureOpenCur (17x) + 58635: 881, // ProcedureProcStmt (17x) + 58638: 882, // ProcedureSearchedCase (17x) + 58639: 883, // ProcedureSimpleCase (17x) + 58640: 884, // ProcedureStatementStmt (17x) + 58643: 885, // ProcedureUnlabeledBlock (17x) + 58641: 886, // ProcedureUnlabelLoopBlock (17x) + 58784: 887, // TableNameList (17x) 58445: 888, // IfNotExists (16x) 58346: 889, // DistinctKwd (15x) - 58806: 890, // TimestampUnit (15x) + 58807: 890, // TimestampUnit (15x) 58347: 891, // DistinctOpt (14x) - 58549: 892, // OptFieldLen (14x) - 58849: 893, // WhereClause (14x) - 58850: 894, // WhereClauseOptional (14x) + 58550: 892, // OptFieldLen (14x) + 58850: 893, // WhereClause (14x) + 58851: 894, // WhereClauseOptional (14x) 58334: 895, // DefaultKwdOpt (13x) 58375: 896, // EqOrAssignmentEq (13x) 58382: 897, // ExprOrDefault (13x) 58481: 898, // JoinTable (12x) 57499: 899, // noWriteToBinLog (12x) - 58544: 900, // OptBinary (12x) + 58545: 900, // OptBinary (12x) 57527: 901, // release (12x) - 58682: 902, // RolenameComposed (12x) - 58779: 903, // TableFactor (12x) - 58792: 904, // TableRef (12x) - 58805: 905, // TimeUnit (12x) + 58683: 902, // RolenameComposed (12x) + 58780: 903, // TableFactor (12x) + 58793: 904, // TableRef (12x) + 58806: 905, // TimeUnit (12x) 58223: 906, // AnalyzeOptionListOpt (11x) 58415: 907, // FromOrIn (11x) 58219: 908, // AlterTableStmt (10x) @@ -1831,24 +1831,24 @@ var ( 58324: 911, // DBName (10x) 58450: 912, // ImportIntoStmt (10x) 57480: 913, // load (10x) - 58524: 914, // NoWriteToBinLogAliasOpt (10x) - 58573: 915, // OrderByOptional (10x) - 58575: 916, // PartDefOption (10x) - 58738: 917, // SignedNum (10x) + 58525: 914, // NoWriteToBinLogAliasOpt (10x) + 58574: 915, // OrderByOptional (10x) + 58576: 916, // PartDefOption (10x) + 58739: 917, // SignedNum (10x) 58258: 918, // BuggyDefaultFalseDistinctOpt (9x) 58333: 919, // DefaultFalseDistinctOpt (9x) 58482: 920, // JoinType (9x) - 58527: 921, // NotSym (9x) - 58534: 922, // NumLiteral (9x) - 58681: 923, // Rolename (9x) - 58676: 924, // RoleNameString (9x) + 58528: 921, // NotSym (9x) + 58535: 922, // NumLiteral (9x) + 58682: 923, // Rolename (9x) + 58677: 924, // RoleNameString (9x) 58322: 925, // CrossOpt (8x) 58381: 926, // ExplainableStmt (8x) 58385: 927, // ExpressionListOpt (8x) 58466: 928, // IndexPartSpecification (8x) 58483: 929, // KeyOrIndex (8x) - 58702: 930, // SelectStmtLimitOpt (8x) - 58838: 931, // VariableName (8x) + 58703: 930, // SelectStmtLimitOpt (8x) + 58839: 931, // VariableName (8x) 58204: 932, // AllOrPartitionNameList (7x) 58249: 933, // BindableStmt (7x) 58305: 934, // ConstraintKeywordOpt (7x) @@ -1858,15 +1858,15 @@ var ( 58467: 938, // IndexPartSpecificationList (7x) 57450: 939, // infile (7x) 57469: 940, // kill (7x) - 58605: 941, // Priority (7x) - 58635: 942, // ProcedureProcStmt1s (7x) - 58665: 943, // ResourceGroupName (7x) - 58686: 944, // RowFormat (7x) - 58689: 945, // RowValue (7x) - 58713: 946, // SetExpr (7x) - 58725: 947, // ShowDatabaseNameOpt (7x) - 58787: 948, // TableOptimizerHints (7x) - 58789: 949, // TableOption (7x) + 58606: 941, // Priority (7x) + 58636: 942, // ProcedureProcStmt1s (7x) + 58666: 943, // ResourceGroupName (7x) + 58687: 944, // RowFormat (7x) + 58690: 945, // RowValue (7x) + 58714: 946, // SetExpr (7x) + 58726: 947, // ShowDatabaseNameOpt (7x) + 58788: 948, // TableOptimizerHints (7x) + 58790: 949, // TableOption (7x) 57585: 950, // varying (7x) 58247: 951, // BeginTransactionStmt (6x) 58239: 952, // BRIEBooleanOptionName (6x) @@ -1887,14 +1887,14 @@ var ( 58463: 967, // IndexNameList (6x) 58469: 968, // IndexType (6x) 58503: 969, // LoadDataStmt (6x) - 58585: 970, // PartitionNameListOpt (6x) + 58586: 970, // PartitionNameListOpt (6x) 57519: 971, // procedure (6x) - 58653: 972, // ReleaseSavepointStmt (6x) - 58683: 973, // RolenameList (6x) - 58690: 974, // SavepointStmt (6x) + 58654: 972, // ReleaseSavepointStmt (6x) + 58684: 973, // RolenameList (6x) + 58691: 974, // SavepointStmt (6x) 57542: 975, // show (6x) - 58827: 976, // UsernameList (6x) - 58866: 977, // WithClustered (6x) + 58828: 976, // UsernameList (6x) + 58867: 977, // WithClustered (6x) 58202: 978, // AlgorithmClause (5x) 58260: 979, // ByItem (5x) 58275: 980, // CollationName (5x) @@ -1909,15 +1909,15 @@ var ( 58465: 989, // IndexOptionList (5x) 58492: 990, // LimitOption (5x) 58507: 991, // LockClause (5x) - 58546: 992, // OptCharsetWithOptBinary (5x) - 58556: 993, // OptNullTreatment (5x) - 58599: 994, // PolicyName (5x) - 58606: 995, // PriorityOpt (5x) - 58693: 996, // SelectLockOpt (5x) - 58700: 997, // SelectStmtIntoOption (5x) - 58788: 998, // TableOptimizerHintsOpt (5x) - 58793: 999, // TableRefs (5x) - 58820: 1000, // UserSpec (5x) + 58547: 992, // OptCharsetWithOptBinary (5x) + 58557: 993, // OptNullTreatment (5x) + 58600: 994, // PolicyName (5x) + 58607: 995, // PriorityOpt (5x) + 58694: 996, // SelectLockOpt (5x) + 58701: 997, // SelectStmtIntoOption (5x) + 58789: 998, // TableOptimizerHintsOpt (5x) + 58794: 999, // TableRefs (5x) + 58821: 1000, // UserSpec (5x) 58227: 1001, // AsOfClause (4x) 58230: 1002, // Assignment (4x) 58236: 1003, // AuthString (4x) @@ -1928,27 +1928,27 @@ var ( 58303: 1008, // Constraint (4x) 58408: 1009, // FloatOpt (4x) 58470: 1010, // IndexTypeName (4x) - 58533: 1011, // NumList (4x) + 58534: 1011, // NumList (4x) 57507: 1012, // option (4x) 57508: 1013, // optionally (4x) - 58562: 1014, // OptWild (4x) + 58563: 1014, // OptWild (4x) 57512: 1015, // outer (4x) - 58600: 1016, // Precision (4x) - 58649: 1017, // ReferDef (4x) - 58673: 1018, // RestrictOrCascadeOpt (4x) - 58688: 1019, // RowStmt (4x) - 58708: 1020, // SequenceOption (4x) + 58601: 1016, // Precision (4x) + 58650: 1017, // ReferDef (4x) + 58674: 1018, // RestrictOrCascadeOpt (4x) + 58689: 1019, // RowStmt (4x) + 58709: 1020, // SequenceOption (4x) 57554: 1021, // statsExtended (4x) - 58774: 1022, // TableAsName (4x) - 58775: 1023, // TableAsNameOpt (4x) - 58786: 1024, // TableNameOptWild (4x) - 58790: 1025, // TableOptionList (4x) - 58801: 1026, // TextString (4x) - 58808: 1027, // TraceableStmt (4x) - 58809: 1028, // TransactionChar (4x) - 58821: 1029, // UserSpecList (4x) - 58834: 1030, // Varchar (4x) - 58860: 1031, // WindowName (4x) + 58775: 1022, // TableAsName (4x) + 58776: 1023, // TableAsNameOpt (4x) + 58787: 1024, // TableNameOptWild (4x) + 58791: 1025, // TableOptionList (4x) + 58802: 1026, // TextString (4x) + 58809: 1027, // TraceableStmt (4x) + 58810: 1028, // TransactionChar (4x) + 58822: 1029, // UserSpecList (4x) + 58835: 1030, // Varchar (4x) + 58861: 1031, // WindowName (4x) 58231: 1032, // AssignmentList (3x) 58233: 1033, // AttributesOpt (3x) 58253: 1034, // BitValueType (3x) @@ -1982,47 +1982,47 @@ var ( 58499: 1062, // LoadDataOptionListOpt (3x) 58506: 1063, // LocationLabelList (3x) 58520: 1064, // NChar (3x) - 58528: 1065, // NowSym (3x) - 58529: 1066, // NowSymFunc (3x) - 58530: 1067, // NowSymOptionFraction (3x) - 58535: 1068, // NumericType (3x) + 58529: 1065, // NowSym (3x) + 58530: 1066, // NowSymFunc (3x) + 58531: 1067, // NowSymOptionFraction (3x) + 58536: 1068, // NumericType (3x) 58522: 1069, // NVarchar (3x) - 58557: 1070, // OptOrder (3x) - 58561: 1071, // OptTemporary (3x) - 58576: 1072, // PartDefOptionList (3x) - 58578: 1073, // PartitionDefinition (3x) - 58589: 1074, // PasswordOrLockOption (3x) - 58598: 1075, // PluginNameList (3x) - 58604: 1076, // PrimaryOpt (3x) - 58607: 1077, // PrivElem (3x) - 58609: 1078, // PrivType (3x) - 58644: 1079, // QueryWatchOption (3x) - 58646: 1080, // QueryWatchTextOption (3x) - 58660: 1081, // RequireClause (3x) - 58661: 1082, // RequireClauseOpt (3x) - 58663: 1083, // RequireListElement (3x) - 58684: 1084, // RolenameWithoutIdent (3x) - 58677: 1085, // RoleOrPrivElem (3x) - 58699: 1086, // SelectStmtGroup (3x) - 58717: 1087, // SetOprOpt (3x) - 58737: 1088, // SignedLiteral (3x) - 58762: 1089, // StringType (3x) - 58773: 1090, // TableAliasRefList (3x) - 58776: 1091, // TableElement (3x) - 58791: 1092, // TableOrTables (3x) - 58803: 1093, // TextType (3x) - 58810: 1094, // TransactionChars (3x) + 58558: 1070, // OptOrder (3x) + 58562: 1071, // OptTemporary (3x) + 58577: 1072, // PartDefOptionList (3x) + 58579: 1073, // PartitionDefinition (3x) + 58590: 1074, // PasswordOrLockOption (3x) + 58599: 1075, // PluginNameList (3x) + 58605: 1076, // PrimaryOpt (3x) + 58608: 1077, // PrivElem (3x) + 58610: 1078, // PrivType (3x) + 58645: 1079, // QueryWatchOption (3x) + 58647: 1080, // QueryWatchTextOption (3x) + 58661: 1081, // RequireClause (3x) + 58662: 1082, // RequireClauseOpt (3x) + 58664: 1083, // RequireListElement (3x) + 58685: 1084, // RolenameWithoutIdent (3x) + 58678: 1085, // RoleOrPrivElem (3x) + 58700: 1086, // SelectStmtGroup (3x) + 58718: 1087, // SetOprOpt (3x) + 58738: 1088, // SignedLiteral (3x) + 58763: 1089, // StringType (3x) + 58774: 1090, // TableAliasRefList (3x) + 58777: 1091, // TableElement (3x) + 58792: 1092, // TableOrTables (3x) + 58804: 1093, // TextType (3x) + 58811: 1094, // TransactionChars (3x) 57566: 1095, // trigger (3x) - 58813: 1096, // Type (3x) + 58814: 1096, // Type (3x) 57571: 1097, // unlock (3x) 57573: 1098, // until (3x) 57575: 1099, // usage (3x) - 58831: 1100, // ValuesList (3x) - 58833: 1101, // ValuesStmtList (3x) - 58829: 1102, // ValueSym (3x) - 58836: 1103, // VariableAssignment (3x) - 58857: 1104, // WindowFrameStart (3x) - 58874: 1105, // Year (3x) + 58832: 1100, // ValuesList (3x) + 58834: 1101, // ValuesStmtList (3x) + 58830: 1102, // ValueSym (3x) + 58837: 1103, // VariableAssignment (3x) + 58858: 1104, // WindowFrameStart (3x) + 58875: 1105, // Year (3x) 58198: 1106, // AddQueryWatchStmt (2x) 58200: 1107, // AdminStmt (2x) 58203: 1108, // AllColumnsOrPredicateColumnsOpt (2x) @@ -2134,345 +2134,346 @@ var ( 58508: 1214, // LockStatsStmt (2x) 58509: 1215, // LockTablesStmt (2x) 58518: 1216, // MaxValueOrExpression (2x) - 58525: 1217, // NonTransactionalDMLStmt (2x) - 58531: 1218, // NowSymOptionFractionParentheses (2x) - 58536: 1219, // ObjectType (2x) - 57504: 1220, // of (2x) - 58537: 1221, // OfTablesOpt (2x) - 58538: 1222, // OnCommitOpt (2x) - 58539: 1223, // OnDelete (2x) - 58542: 1224, // OnUpdate (2x) - 58547: 1225, // OptCollate (2x) - 58551: 1226, // OptFull (2x) - 58566: 1227, // OptimizeTableStmt (2x) - 58553: 1228, // OptInteger (2x) - 58568: 1229, // OptionalBraces (2x) - 58567: 1230, // OptionLevel (2x) - 58555: 1231, // OptLeadLagInfo (2x) - 58554: 1232, // OptLLDefault (2x) - 57511: 1233, // out (2x) - 58574: 1234, // OuterOpt (2x) - 58579: 1235, // PartitionDefinitionList (2x) - 58580: 1236, // PartitionDefinitionListOpt (2x) - 58581: 1237, // PartitionIntervalOpt (2x) - 58587: 1238, // PartitionOpt (2x) - 58588: 1239, // PasswordOpt (2x) - 58590: 1240, // PasswordOrLockOptionList (2x) - 58591: 1241, // PasswordOrLockOptions (2x) - 58594: 1242, // PlacementOptionList (2x) - 58597: 1243, // PlanReplayerStmt (2x) - 58603: 1244, // PreparedStmt (2x) - 58608: 1245, // PrivLevel (2x) - 58610: 1246, // ProcedurceCond (2x) - 58611: 1247, // ProcedurceLabelOpt (2x) - 58617: 1248, // ProcedureDecl (2x) - 58624: 1249, // ProcedureHcond (2x) - 58626: 1250, // ProcedureIf (2x) - 58647: 1251, // QuickOptional (2x) - 58648: 1252, // RecoverTableStmt (2x) - 58650: 1253, // ReferOpt (2x) - 58652: 1254, // RegexpSym (2x) - 58654: 1255, // RenameTableStmt (2x) - 58655: 1256, // RenameUserStmt (2x) - 58657: 1257, // RepeatableOpt (2x) - 58666: 1258, // ResourceGroupNameOption (2x) - 58667: 1259, // ResourceGroupOptionList (2x) - 58669: 1260, // ResourceGroupRunawayActionOption (2x) - 58671: 1261, // ResourceGroupRunawayWatchOption (2x) - 58672: 1262, // RestartStmt (2x) - 57533: 1263, // revoke (2x) - 58674: 1264, // RevokeRoleStmt (2x) - 58675: 1265, // RevokeStmt (2x) - 58678: 1266, // RoleOrPrivElemList (2x) - 58679: 1267, // RoleSpec (2x) - 58691: 1268, // SearchWhenThen (2x) - 58703: 1269, // SelectStmtOpt (2x) - 58706: 1270, // SelectStmtSQLCache (2x) - 58710: 1271, // SetBindingStmt (2x) - 58711: 1272, // SetDefaultRoleOpt (2x) - 58712: 1273, // SetDefaultRoleStmt (2x) - 58722: 1274, // SetRoleStmt (2x) - 58730: 1275, // ShowProfileType (2x) - 58733: 1276, // ShowStmt (2x) - 58734: 1277, // ShowTableAliasOpt (2x) - 58736: 1278, // ShutdownStmt (2x) - 58741: 1279, // SimpleWhenThen (2x) - 58746: 1280, // SplitOption (2x) - 58747: 1281, // SplitRegionStmt (2x) - 58743: 1282, // SpOptInout (2x) - 58744: 1283, // SpPdparam (2x) - 57546: 1284, // sqlexception (2x) - 57547: 1285, // sqlstate (2x) - 57548: 1286, // sqlwarning (2x) - 58751: 1287, // Statement (2x) - 58754: 1288, // StatsOptionsOpt (2x) - 58755: 1289, // StatsPersistentVal (2x) - 58756: 1290, // StatsType (2x) - 58763: 1291, // SubPartDefinition (2x) - 58766: 1292, // SubPartitionMethod (2x) - 58771: 1293, // Symbol (2x) - 58777: 1294, // TableElementList (2x) - 58780: 1295, // TableLock (2x) - 58784: 1296, // TableNameListOpt (2x) - 58800: 1297, // TablesTerminalSym (2x) - 58798: 1298, // TableToTable (2x) - 58802: 1299, // TextStringList (2x) - 58807: 1300, // TraceStmt (2x) - 58815: 1301, // UnlockStatsStmt (2x) - 58816: 1302, // UnlockTablesStmt (2x) - 58822: 1303, // UserToUser (2x) - 58837: 1304, // VariableAssignmentList (2x) - 58847: 1305, // WhenClause (2x) - 58852: 1306, // WindowDefinition (2x) - 58855: 1307, // WindowFrameBound (2x) - 58862: 1308, // WindowSpec (2x) - 58867: 1309, // WithGrantOptionOpt (2x) - 58868: 1310, // WithList (2x) - 58873: 1311, // Writeable (2x) - 58: 1312, // ':' (1x) - 58199: 1313, // AdminShowSlow (1x) - 58201: 1314, // AdminStmtLimitOpt (1x) - 58208: 1315, // AlterOrderList (1x) - 58213: 1316, // AlterSequenceOptionList (1x) - 58216: 1317, // AlterTableSpecList (1x) - 58217: 1318, // AlterTableSpecListOpt (1x) - 58218: 1319, // AlterTableSpecSingleOpt (1x) - 58222: 1320, // AnalyzeOptionList (1x) - 58225: 1321, // AnyOrAll (1x) - 58226: 1322, // ArrayKwdOpt (1x) - 58228: 1323, // AsOfClauseOpt (1x) - 58229: 1324, // AsOpt (1x) - 58234: 1325, // AuthOption (1x) - 58235: 1326, // AuthPlugin (1x) - 58237: 1327, // AutoRandomOpt (1x) - 58238: 1328, // BDRRole (1x) - 58248: 1329, // BetweenOrNotOp (1x) - 58250: 1330, // BindingStatusType (1x) - 57375: 1331, // both (1x) - 58262: 1332, // CalibrateOption (1x) - 58264: 1333, // CalibrateResourceWorkloadOption (1x) - 58272: 1334, // CharsetNameOrDefault (1x) - 58273: 1335, // CharsetOpt (1x) - 58278: 1336, // ColumnFormat (1x) - 58280: 1337, // ColumnList (1x) - 58287: 1338, // ColumnNameOrUserVariableList (1x) - 58284: 1339, // ColumnNameOrUserVarListOpt (1x) - 58292: 1340, // ColumnSetValueList (1x) - 58297: 1341, // CompareOp (1x) - 58301: 1342, // ConnectionOptionList (1x) - 58304: 1343, // ConstraintElem (1x) - 57387: 1344, // continueKwd (1x) - 58313: 1345, // CreateSequenceOptionListOpt (1x) - 58317: 1346, // CreateTableSelectOpt (1x) - 58320: 1347, // CreateViewSelectOpt (1x) - 57397: 1348, // cursor (1x) - 58328: 1349, // DatabaseOptionListOpt (1x) - 58325: 1350, // DBNameList (1x) - 58336: 1351, // DefaultOrExpressionList (1x) - 58338: 1352, // DefaultValueExpr (1x) - 58363: 1353, // DryRunOptions (1x) - 57416: 1354, // dual (1x) - 58365: 1355, // DynamicCalibrateOptionList (1x) - 58368: 1356, // ElseOpt (1x) - 58373: 1357, // EnforcedOrNotOrNotNullOpt (1x) - 57423: 1358, // exit (1x) - 58386: 1359, // ExpressionOpt (1x) - 58388: 1360, // FetchFirstOpt (1x) - 58390: 1361, // FieldAsName (1x) - 58391: 1362, // FieldAsNameOpt (1x) - 58393: 1363, // FieldItemList (1x) - 58395: 1364, // FieldList (1x) - 58401: 1365, // FirstAndLastPartOpt (1x) - 58402: 1366, // FirstOrNext (1x) - 58410: 1367, // FlushOption (1x) - 58414: 1368, // FromDual (1x) - 58416: 1369, // FulltextSearchModifierOpt (1x) - 58417: 1370, // FuncDatetimePrec (1x) - 58430: 1371, // GetFormatSelector (1x) - 58437: 1372, // HandleRangeList (1x) - 58442: 1373, // IdentListWithParenOpt (1x) - 58446: 1374, // IgnoreLines (1x) - 58448: 1375, // IlikeOrNotOp (1x) - 58449: 1376, // ImportFromSelectStmt (1x) - 58456: 1377, // IndexHintScope (1x) - 58459: 1378, // IndexKeyTypeOpt (1x) - 58468: 1379, // IndexPartSpecificationListOpt (1x) - 58471: 1380, // IndexTypeOpt (1x) - 58451: 1381, // InOrNotOp (1x) - 58474: 1382, // InstanceOption (1x) - 58477: 1383, // IntervalExpr (1x) - 58480: 1384, // IsolationLevel (1x) - 58479: 1385, // IsOrNotOp (1x) - 57473: 1386, // leading (1x) - 58489: 1387, // LikeOrNotOp (1x) - 58490: 1388, // LikeTableWithOrWithoutParen (1x) - 58495: 1389, // LinesTerminated (1x) - 58498: 1390, // LoadDataOptionList (1x) - 58501: 1391, // LoadDataSetList (1x) - 58510: 1392, // LockType (1x) - 58511: 1393, // LogTypeOpt (1x) - 58512: 1394, // LowPriorityOpt (1x) - 58513: 1395, // Match (1x) - 58514: 1396, // MatchOpt (1x) - 58515: 1397, // MaxIndexNumOpt (1x) - 58516: 1398, // MaxMinutesOpt (1x) - 58517: 1399, // MaxValPartOpt (1x) - 58519: 1400, // MaxValueOrExpressionList (1x) - 58532: 1401, // NullPartOpt (1x) - 58540: 1402, // OnDeleteUpdateOpt (1x) - 58541: 1403, // OnDuplicateKeyUpdate (1x) - 58543: 1404, // OptBinMod (1x) - 58545: 1405, // OptCharset (1x) - 58548: 1406, // OptExistingWindowName (1x) - 58550: 1407, // OptFromFirstLast (1x) - 58552: 1408, // OptGConcatSeparator (1x) - 58569: 1409, // OptionalShardColumn (1x) - 58558: 1410, // OptPartitionClause (1x) - 58559: 1411, // OptSpPdparams (1x) - 58560: 1412, // OptTable (1x) - 58877: 1413, // optValue (1x) - 58563: 1414, // OptWindowFrameClause (1x) - 58564: 1415, // OptWindowOrderByClause (1x) - 58571: 1416, // Order (1x) - 58570: 1417, // OrReplace (1x) - 57513: 1418, // outfile (1x) - 58577: 1419, // PartDefValuesOpt (1x) - 58582: 1420, // PartitionKeyAlgorithmOpt (1x) - 58583: 1421, // PartitionMethod (1x) - 58586: 1422, // PartitionNumOpt (1x) - 58592: 1423, // PerDB (1x) - 58593: 1424, // PerTable (1x) - 58596: 1425, // PlanReplayerDumpOpt (1x) - 57517: 1426, // precisionType (1x) - 58602: 1427, // PrepareSQL (1x) - 58878: 1428, // procedurceElseIfs (1x) - 58613: 1429, // ProcedureCall (1x) - 58616: 1430, // ProcedureCursorSelectStmt (1x) - 58618: 1431, // ProcedureDeclIdents (1x) - 58619: 1432, // ProcedureDecls (1x) - 58620: 1433, // ProcedureDeclsOpt (1x) - 58622: 1434, // ProcedureFetchList (1x) - 58623: 1435, // ProcedureHandlerType (1x) - 58625: 1436, // ProcedureHcondList (1x) - 58632: 1437, // ProcedureOptDefault (1x) - 58633: 1438, // ProcedureOptFetchNo (1x) - 58636: 1439, // ProcedureProcStmts (1x) - 58645: 1440, // QueryWatchOptionList (1x) - 57524: 1441, // recursive (1x) - 58651: 1442, // RegexpOrNotOp (1x) - 58656: 1443, // ReorganizePartitionRuleOpt (1x) - 58659: 1444, // Replica (1x) - 58662: 1445, // RequireList (1x) - 58664: 1446, // ResourceGroupBackgroundOptionList (1x) - 58668: 1447, // ResourceGroupPriorityOption (1x) - 58670: 1448, // ResourceGroupRunawayOptionList (1x) - 58680: 1449, // RoleSpecList (1x) - 58687: 1450, // RowOrRows (1x) - 58692: 1451, // SearchedWhenThenList (1x) - 58696: 1452, // SelectStmtFieldList (1x) - 58704: 1453, // SelectStmtOpts (1x) - 58705: 1454, // SelectStmtOptsList (1x) - 58709: 1455, // SequenceOptionList (1x) - 58714: 1456, // SetOpr (1x) - 58721: 1457, // SetRoleOpt (1x) - 58724: 1458, // ShardableStmt (1x) - 58726: 1459, // ShowIndexKwd (1x) - 58727: 1460, // ShowLikeOrWhereOpt (1x) - 58728: 1461, // ShowPlacementTarget (1x) - 58729: 1462, // ShowProfileArgsOpt (1x) - 58731: 1463, // ShowProfileTypes (1x) - 58732: 1464, // ShowProfileTypesOpt (1x) - 58735: 1465, // ShowTargetFilterable (1x) - 58742: 1466, // SimpleWhenThenList (1x) - 57544: 1467, // spatial (1x) - 58748: 1468, // SplitSyntaxOption (1x) - 58745: 1469, // SpPdparams (1x) - 57552: 1470, // ssl (1x) - 58749: 1471, // Start (1x) - 58750: 1472, // Starting (1x) - 57553: 1473, // starting (1x) - 58752: 1474, // StatementList (1x) - 58753: 1475, // StatementScope (1x) - 58757: 1476, // StorageMedia (1x) - 57555: 1477, // stored (1x) - 58758: 1478, // StringList (1x) - 58761: 1479, // StringNameOrBRIEOptionKeyword (1x) - 58764: 1480, // SubPartDefinitionList (1x) - 58765: 1481, // SubPartDefinitionListOpt (1x) - 58767: 1482, // SubPartitionNumOpt (1x) - 58768: 1483, // SubPartitionOpt (1x) - 58778: 1484, // TableElementListOpt (1x) - 58781: 1485, // TableLockList (1x) - 58794: 1486, // TableRefsClause (1x) - 58795: 1487, // TableSampleMethodOpt (1x) - 58796: 1488, // TableSampleOpt (1x) - 58797: 1489, // TableSampleUnitOpt (1x) - 58799: 1490, // TableToTableList (1x) - 57565: 1491, // trailing (1x) - 58811: 1492, // TrimDirection (1x) - 58823: 1493, // UserToUserList (1x) - 58825: 1494, // UserVariableList (1x) - 58828: 1495, // UsingRoles (1x) - 58830: 1496, // Values (1x) - 58832: 1497, // ValuesOpt (1x) - 58839: 1498, // ViewAlgorithm (1x) - 58840: 1499, // ViewCheckOption (1x) - 58841: 1500, // ViewDefiner (1x) - 58842: 1501, // ViewFieldList (1x) - 58843: 1502, // ViewName (1x) - 58844: 1503, // ViewSQLSecurity (1x) - 57586: 1504, // virtual (1x) - 58845: 1505, // VirtualOrStored (1x) - 58846: 1506, // WatchDurationOption (1x) - 58848: 1507, // WhenClauseList (1x) - 58851: 1508, // WindowClauseOptional (1x) - 58853: 1509, // WindowDefinitionList (1x) - 58854: 1510, // WindowFrameBetween (1x) - 58856: 1511, // WindowFrameExtent (1x) - 58858: 1512, // WindowFrameUnits (1x) - 58861: 1513, // WindowNameOrSpec (1x) - 58863: 1514, // WindowSpecDetails (1x) - 58869: 1515, // WithReadLockOpt (1x) - 58870: 1516, // WithRollupClause (1x) - 58871: 1517, // WithValidation (1x) - 58872: 1518, // WithValidationOpt (1x) - 58197: 1519, // $default (0x) - 58157: 1520, // andnot (0x) - 58232: 1521, // AssignmentListOpt (0x) - 58277: 1522, // ColumnDefList (0x) - 58293: 1523, // CommaOpt (0x) - 58181: 1524, // createTableSelect (0x) - 58171: 1525, // empty (0x) - 57345: 1526, // error (0x) - 58196: 1527, // higherThanComma (0x) - 58190: 1528, // higherThanParenthese (0x) - 58179: 1529, // insertValues (0x) - 57356: 1530, // invalid (0x) - 58182: 1531, // lowerThanCharsetKwd (0x) - 58195: 1532, // lowerThanComma (0x) - 58180: 1533, // lowerThanCreateTableSelect (0x) - 58192: 1534, // lowerThanEq (0x) - 58187: 1535, // lowerThanFunction (0x) - 58178: 1536, // lowerThanInsertValues (0x) - 58183: 1537, // lowerThanKey (0x) - 58184: 1538, // lowerThanLocal (0x) - 58194: 1539, // lowerThanNot (0x) - 58191: 1540, // lowerThanOn (0x) - 58189: 1541, // lowerThanParenthese (0x) - 58185: 1542, // lowerThanRemove (0x) - 58172: 1543, // lowerThanSelectOpt (0x) - 58177: 1544, // lowerThanSelectStmt (0x) - 58176: 1545, // lowerThanSetKeyword (0x) - 58175: 1546, // lowerThanStringLitToken (0x) - 58173: 1547, // lowerThanValueKeyword (0x) - 58174: 1548, // lowerThanWith (0x) - 58186: 1549, // lowerThenOrder (0x) - 58193: 1550, // neg (0x) - 57360: 1551, // odbcDateType (0x) - 57362: 1552, // odbcTimestampType (0x) - 57361: 1553, // odbcTimeType (0x) - 58785: 1554, // TableNameListOpt2 (0x) - 58188: 1555, // tableRefPriority (0x) + 58524: 1217, // NextValueForSequenceParentheses (2x) + 58526: 1218, // NonTransactionalDMLStmt (2x) + 58532: 1219, // NowSymOptionFractionParentheses (2x) + 58537: 1220, // ObjectType (2x) + 57504: 1221, // of (2x) + 58538: 1222, // OfTablesOpt (2x) + 58539: 1223, // OnCommitOpt (2x) + 58540: 1224, // OnDelete (2x) + 58543: 1225, // OnUpdate (2x) + 58548: 1226, // OptCollate (2x) + 58552: 1227, // OptFull (2x) + 58567: 1228, // OptimizeTableStmt (2x) + 58554: 1229, // OptInteger (2x) + 58569: 1230, // OptionalBraces (2x) + 58568: 1231, // OptionLevel (2x) + 58556: 1232, // OptLeadLagInfo (2x) + 58555: 1233, // OptLLDefault (2x) + 57511: 1234, // out (2x) + 58575: 1235, // OuterOpt (2x) + 58580: 1236, // PartitionDefinitionList (2x) + 58581: 1237, // PartitionDefinitionListOpt (2x) + 58582: 1238, // PartitionIntervalOpt (2x) + 58588: 1239, // PartitionOpt (2x) + 58589: 1240, // PasswordOpt (2x) + 58591: 1241, // PasswordOrLockOptionList (2x) + 58592: 1242, // PasswordOrLockOptions (2x) + 58595: 1243, // PlacementOptionList (2x) + 58598: 1244, // PlanReplayerStmt (2x) + 58604: 1245, // PreparedStmt (2x) + 58609: 1246, // PrivLevel (2x) + 58611: 1247, // ProcedurceCond (2x) + 58612: 1248, // ProcedurceLabelOpt (2x) + 58618: 1249, // ProcedureDecl (2x) + 58625: 1250, // ProcedureHcond (2x) + 58627: 1251, // ProcedureIf (2x) + 58648: 1252, // QuickOptional (2x) + 58649: 1253, // RecoverTableStmt (2x) + 58651: 1254, // ReferOpt (2x) + 58653: 1255, // RegexpSym (2x) + 58655: 1256, // RenameTableStmt (2x) + 58656: 1257, // RenameUserStmt (2x) + 58658: 1258, // RepeatableOpt (2x) + 58667: 1259, // ResourceGroupNameOption (2x) + 58668: 1260, // ResourceGroupOptionList (2x) + 58670: 1261, // ResourceGroupRunawayActionOption (2x) + 58672: 1262, // ResourceGroupRunawayWatchOption (2x) + 58673: 1263, // RestartStmt (2x) + 57533: 1264, // revoke (2x) + 58675: 1265, // RevokeRoleStmt (2x) + 58676: 1266, // RevokeStmt (2x) + 58679: 1267, // RoleOrPrivElemList (2x) + 58680: 1268, // RoleSpec (2x) + 58692: 1269, // SearchWhenThen (2x) + 58704: 1270, // SelectStmtOpt (2x) + 58707: 1271, // SelectStmtSQLCache (2x) + 58711: 1272, // SetBindingStmt (2x) + 58712: 1273, // SetDefaultRoleOpt (2x) + 58713: 1274, // SetDefaultRoleStmt (2x) + 58723: 1275, // SetRoleStmt (2x) + 58731: 1276, // ShowProfileType (2x) + 58734: 1277, // ShowStmt (2x) + 58735: 1278, // ShowTableAliasOpt (2x) + 58737: 1279, // ShutdownStmt (2x) + 58742: 1280, // SimpleWhenThen (2x) + 58747: 1281, // SplitOption (2x) + 58748: 1282, // SplitRegionStmt (2x) + 58744: 1283, // SpOptInout (2x) + 58745: 1284, // SpPdparam (2x) + 57546: 1285, // sqlexception (2x) + 57547: 1286, // sqlstate (2x) + 57548: 1287, // sqlwarning (2x) + 58752: 1288, // Statement (2x) + 58755: 1289, // StatsOptionsOpt (2x) + 58756: 1290, // StatsPersistentVal (2x) + 58757: 1291, // StatsType (2x) + 58764: 1292, // SubPartDefinition (2x) + 58767: 1293, // SubPartitionMethod (2x) + 58772: 1294, // Symbol (2x) + 58778: 1295, // TableElementList (2x) + 58781: 1296, // TableLock (2x) + 58785: 1297, // TableNameListOpt (2x) + 58801: 1298, // TablesTerminalSym (2x) + 58799: 1299, // TableToTable (2x) + 58803: 1300, // TextStringList (2x) + 58808: 1301, // TraceStmt (2x) + 58816: 1302, // UnlockStatsStmt (2x) + 58817: 1303, // UnlockTablesStmt (2x) + 58823: 1304, // UserToUser (2x) + 58838: 1305, // VariableAssignmentList (2x) + 58848: 1306, // WhenClause (2x) + 58853: 1307, // WindowDefinition (2x) + 58856: 1308, // WindowFrameBound (2x) + 58863: 1309, // WindowSpec (2x) + 58868: 1310, // WithGrantOptionOpt (2x) + 58869: 1311, // WithList (2x) + 58874: 1312, // Writeable (2x) + 58: 1313, // ':' (1x) + 58199: 1314, // AdminShowSlow (1x) + 58201: 1315, // AdminStmtLimitOpt (1x) + 58208: 1316, // AlterOrderList (1x) + 58213: 1317, // AlterSequenceOptionList (1x) + 58216: 1318, // AlterTableSpecList (1x) + 58217: 1319, // AlterTableSpecListOpt (1x) + 58218: 1320, // AlterTableSpecSingleOpt (1x) + 58222: 1321, // AnalyzeOptionList (1x) + 58225: 1322, // AnyOrAll (1x) + 58226: 1323, // ArrayKwdOpt (1x) + 58228: 1324, // AsOfClauseOpt (1x) + 58229: 1325, // AsOpt (1x) + 58234: 1326, // AuthOption (1x) + 58235: 1327, // AuthPlugin (1x) + 58237: 1328, // AutoRandomOpt (1x) + 58238: 1329, // BDRRole (1x) + 58248: 1330, // BetweenOrNotOp (1x) + 58250: 1331, // BindingStatusType (1x) + 57375: 1332, // both (1x) + 58262: 1333, // CalibrateOption (1x) + 58264: 1334, // CalibrateResourceWorkloadOption (1x) + 58272: 1335, // CharsetNameOrDefault (1x) + 58273: 1336, // CharsetOpt (1x) + 58278: 1337, // ColumnFormat (1x) + 58280: 1338, // ColumnList (1x) + 58287: 1339, // ColumnNameOrUserVariableList (1x) + 58284: 1340, // ColumnNameOrUserVarListOpt (1x) + 58292: 1341, // ColumnSetValueList (1x) + 58297: 1342, // CompareOp (1x) + 58301: 1343, // ConnectionOptionList (1x) + 58304: 1344, // ConstraintElem (1x) + 57387: 1345, // continueKwd (1x) + 58313: 1346, // CreateSequenceOptionListOpt (1x) + 58317: 1347, // CreateTableSelectOpt (1x) + 58320: 1348, // CreateViewSelectOpt (1x) + 57397: 1349, // cursor (1x) + 58328: 1350, // DatabaseOptionListOpt (1x) + 58325: 1351, // DBNameList (1x) + 58336: 1352, // DefaultOrExpressionList (1x) + 58338: 1353, // DefaultValueExpr (1x) + 58363: 1354, // DryRunOptions (1x) + 57416: 1355, // dual (1x) + 58365: 1356, // DynamicCalibrateOptionList (1x) + 58368: 1357, // ElseOpt (1x) + 58373: 1358, // EnforcedOrNotOrNotNullOpt (1x) + 57423: 1359, // exit (1x) + 58386: 1360, // ExpressionOpt (1x) + 58388: 1361, // FetchFirstOpt (1x) + 58390: 1362, // FieldAsName (1x) + 58391: 1363, // FieldAsNameOpt (1x) + 58393: 1364, // FieldItemList (1x) + 58395: 1365, // FieldList (1x) + 58401: 1366, // FirstAndLastPartOpt (1x) + 58402: 1367, // FirstOrNext (1x) + 58410: 1368, // FlushOption (1x) + 58414: 1369, // FromDual (1x) + 58416: 1370, // FulltextSearchModifierOpt (1x) + 58417: 1371, // FuncDatetimePrec (1x) + 58430: 1372, // GetFormatSelector (1x) + 58437: 1373, // HandleRangeList (1x) + 58442: 1374, // IdentListWithParenOpt (1x) + 58446: 1375, // IgnoreLines (1x) + 58448: 1376, // IlikeOrNotOp (1x) + 58449: 1377, // ImportFromSelectStmt (1x) + 58456: 1378, // IndexHintScope (1x) + 58459: 1379, // IndexKeyTypeOpt (1x) + 58468: 1380, // IndexPartSpecificationListOpt (1x) + 58471: 1381, // IndexTypeOpt (1x) + 58451: 1382, // InOrNotOp (1x) + 58474: 1383, // InstanceOption (1x) + 58477: 1384, // IntervalExpr (1x) + 58480: 1385, // IsolationLevel (1x) + 58479: 1386, // IsOrNotOp (1x) + 57473: 1387, // leading (1x) + 58489: 1388, // LikeOrNotOp (1x) + 58490: 1389, // LikeTableWithOrWithoutParen (1x) + 58495: 1390, // LinesTerminated (1x) + 58498: 1391, // LoadDataOptionList (1x) + 58501: 1392, // LoadDataSetList (1x) + 58510: 1393, // LockType (1x) + 58511: 1394, // LogTypeOpt (1x) + 58512: 1395, // LowPriorityOpt (1x) + 58513: 1396, // Match (1x) + 58514: 1397, // MatchOpt (1x) + 58515: 1398, // MaxIndexNumOpt (1x) + 58516: 1399, // MaxMinutesOpt (1x) + 58517: 1400, // MaxValPartOpt (1x) + 58519: 1401, // MaxValueOrExpressionList (1x) + 58533: 1402, // NullPartOpt (1x) + 58541: 1403, // OnDeleteUpdateOpt (1x) + 58542: 1404, // OnDuplicateKeyUpdate (1x) + 58544: 1405, // OptBinMod (1x) + 58546: 1406, // OptCharset (1x) + 58549: 1407, // OptExistingWindowName (1x) + 58551: 1408, // OptFromFirstLast (1x) + 58553: 1409, // OptGConcatSeparator (1x) + 58570: 1410, // OptionalShardColumn (1x) + 58559: 1411, // OptPartitionClause (1x) + 58560: 1412, // OptSpPdparams (1x) + 58561: 1413, // OptTable (1x) + 58878: 1414, // optValue (1x) + 58564: 1415, // OptWindowFrameClause (1x) + 58565: 1416, // OptWindowOrderByClause (1x) + 58572: 1417, // Order (1x) + 58571: 1418, // OrReplace (1x) + 57513: 1419, // outfile (1x) + 58578: 1420, // PartDefValuesOpt (1x) + 58583: 1421, // PartitionKeyAlgorithmOpt (1x) + 58584: 1422, // PartitionMethod (1x) + 58587: 1423, // PartitionNumOpt (1x) + 58593: 1424, // PerDB (1x) + 58594: 1425, // PerTable (1x) + 58597: 1426, // PlanReplayerDumpOpt (1x) + 57517: 1427, // precisionType (1x) + 58603: 1428, // PrepareSQL (1x) + 58879: 1429, // procedurceElseIfs (1x) + 58614: 1430, // ProcedureCall (1x) + 58617: 1431, // ProcedureCursorSelectStmt (1x) + 58619: 1432, // ProcedureDeclIdents (1x) + 58620: 1433, // ProcedureDecls (1x) + 58621: 1434, // ProcedureDeclsOpt (1x) + 58623: 1435, // ProcedureFetchList (1x) + 58624: 1436, // ProcedureHandlerType (1x) + 58626: 1437, // ProcedureHcondList (1x) + 58633: 1438, // ProcedureOptDefault (1x) + 58634: 1439, // ProcedureOptFetchNo (1x) + 58637: 1440, // ProcedureProcStmts (1x) + 58646: 1441, // QueryWatchOptionList (1x) + 57524: 1442, // recursive (1x) + 58652: 1443, // RegexpOrNotOp (1x) + 58657: 1444, // ReorganizePartitionRuleOpt (1x) + 58660: 1445, // Replica (1x) + 58663: 1446, // RequireList (1x) + 58665: 1447, // ResourceGroupBackgroundOptionList (1x) + 58669: 1448, // ResourceGroupPriorityOption (1x) + 58671: 1449, // ResourceGroupRunawayOptionList (1x) + 58681: 1450, // RoleSpecList (1x) + 58688: 1451, // RowOrRows (1x) + 58693: 1452, // SearchedWhenThenList (1x) + 58697: 1453, // SelectStmtFieldList (1x) + 58705: 1454, // SelectStmtOpts (1x) + 58706: 1455, // SelectStmtOptsList (1x) + 58710: 1456, // SequenceOptionList (1x) + 58715: 1457, // SetOpr (1x) + 58722: 1458, // SetRoleOpt (1x) + 58725: 1459, // ShardableStmt (1x) + 58727: 1460, // ShowIndexKwd (1x) + 58728: 1461, // ShowLikeOrWhereOpt (1x) + 58729: 1462, // ShowPlacementTarget (1x) + 58730: 1463, // ShowProfileArgsOpt (1x) + 58732: 1464, // ShowProfileTypes (1x) + 58733: 1465, // ShowProfileTypesOpt (1x) + 58736: 1466, // ShowTargetFilterable (1x) + 58743: 1467, // SimpleWhenThenList (1x) + 57544: 1468, // spatial (1x) + 58749: 1469, // SplitSyntaxOption (1x) + 58746: 1470, // SpPdparams (1x) + 57552: 1471, // ssl (1x) + 58750: 1472, // Start (1x) + 58751: 1473, // Starting (1x) + 57553: 1474, // starting (1x) + 58753: 1475, // StatementList (1x) + 58754: 1476, // StatementScope (1x) + 58758: 1477, // StorageMedia (1x) + 57555: 1478, // stored (1x) + 58759: 1479, // StringList (1x) + 58762: 1480, // StringNameOrBRIEOptionKeyword (1x) + 58765: 1481, // SubPartDefinitionList (1x) + 58766: 1482, // SubPartDefinitionListOpt (1x) + 58768: 1483, // SubPartitionNumOpt (1x) + 58769: 1484, // SubPartitionOpt (1x) + 58779: 1485, // TableElementListOpt (1x) + 58782: 1486, // TableLockList (1x) + 58795: 1487, // TableRefsClause (1x) + 58796: 1488, // TableSampleMethodOpt (1x) + 58797: 1489, // TableSampleOpt (1x) + 58798: 1490, // TableSampleUnitOpt (1x) + 58800: 1491, // TableToTableList (1x) + 57565: 1492, // trailing (1x) + 58812: 1493, // TrimDirection (1x) + 58824: 1494, // UserToUserList (1x) + 58826: 1495, // UserVariableList (1x) + 58829: 1496, // UsingRoles (1x) + 58831: 1497, // Values (1x) + 58833: 1498, // ValuesOpt (1x) + 58840: 1499, // ViewAlgorithm (1x) + 58841: 1500, // ViewCheckOption (1x) + 58842: 1501, // ViewDefiner (1x) + 58843: 1502, // ViewFieldList (1x) + 58844: 1503, // ViewName (1x) + 58845: 1504, // ViewSQLSecurity (1x) + 57586: 1505, // virtual (1x) + 58846: 1506, // VirtualOrStored (1x) + 58847: 1507, // WatchDurationOption (1x) + 58849: 1508, // WhenClauseList (1x) + 58852: 1509, // WindowClauseOptional (1x) + 58854: 1510, // WindowDefinitionList (1x) + 58855: 1511, // WindowFrameBetween (1x) + 58857: 1512, // WindowFrameExtent (1x) + 58859: 1513, // WindowFrameUnits (1x) + 58862: 1514, // WindowNameOrSpec (1x) + 58864: 1515, // WindowSpecDetails (1x) + 58870: 1516, // WithReadLockOpt (1x) + 58871: 1517, // WithRollupClause (1x) + 58872: 1518, // WithValidation (1x) + 58873: 1519, // WithValidationOpt (1x) + 58197: 1520, // $default (0x) + 58157: 1521, // andnot (0x) + 58232: 1522, // AssignmentListOpt (0x) + 58277: 1523, // ColumnDefList (0x) + 58293: 1524, // CommaOpt (0x) + 58181: 1525, // createTableSelect (0x) + 58171: 1526, // empty (0x) + 57345: 1527, // error (0x) + 58196: 1528, // higherThanComma (0x) + 58190: 1529, // higherThanParenthese (0x) + 58179: 1530, // insertValues (0x) + 57356: 1531, // invalid (0x) + 58182: 1532, // lowerThanCharsetKwd (0x) + 58195: 1533, // lowerThanComma (0x) + 58180: 1534, // lowerThanCreateTableSelect (0x) + 58192: 1535, // lowerThanEq (0x) + 58187: 1536, // lowerThanFunction (0x) + 58178: 1537, // lowerThanInsertValues (0x) + 58183: 1538, // lowerThanKey (0x) + 58184: 1539, // lowerThanLocal (0x) + 58194: 1540, // lowerThanNot (0x) + 58191: 1541, // lowerThanOn (0x) + 58189: 1542, // lowerThanParenthese (0x) + 58185: 1543, // lowerThanRemove (0x) + 58172: 1544, // lowerThanSelectOpt (0x) + 58177: 1545, // lowerThanSelectStmt (0x) + 58176: 1546, // lowerThanSetKeyword (0x) + 58175: 1547, // lowerThanStringLitToken (0x) + 58173: 1548, // lowerThanValueKeyword (0x) + 58174: 1549, // lowerThanWith (0x) + 58186: 1550, // lowerThenOrder (0x) + 58193: 1551, // neg (0x) + 57360: 1552, // odbcDateType (0x) + 57362: 1553, // odbcTimestampType (0x) + 57361: 1554, // odbcTimeType (0x) + 58786: 1555, // TableNameListOpt2 (0x) + 58188: 1556, // tableRefPriority (0x) } yySymNames = []string{ @@ -2713,6 +2714,7 @@ var ( "last", "max_idxnum", "memory", + "next", "off", "optional", "per_db", @@ -2741,7 +2743,6 @@ var ( "history", "mb", "mode", - "next", "pause", "plugins", "processlist", @@ -2803,6 +2804,7 @@ var ( "medium", "metadata", "modify", + "nextval", "nodeID", "nodeState", "nulls", @@ -2887,7 +2889,6 @@ var ( "master", "max_minutes", "never", - "nextval", "none", "oltpReadOnly", "oltpReadWrite", @@ -3693,6 +3694,7 @@ var ( "LockStatsStmt", "LockTablesStmt", "MaxValueOrExpression", + "NextValueForSequenceParentheses", "NonTransactionalDMLStmt", "NowSymOptionFractionParentheses", "ObjectType", @@ -4036,7 +4038,7 @@ var ( yyReductions = []struct{ xsym, components int }{ {0, 1}, - {1471, 1}, + {1472, 1}, {908, 6}, {908, 8}, {908, 10}, @@ -4044,27 +4046,27 @@ var ( {908, 7}, {908, 7}, {908, 9}, - {1259, 1}, - {1259, 2}, - {1259, 3}, - {1447, 1}, - {1447, 1}, - {1447, 1}, + {1260, 1}, + {1260, 2}, + {1260, 3}, + {1448, 1}, {1448, 1}, - {1448, 2}, - {1448, 3}, + {1448, 1}, + {1449, 1}, + {1449, 2}, + {1449, 3}, + {1262, 1}, + {1262, 1}, + {1262, 1}, {1261, 1}, {1261, 1}, {1261, 1}, - {1260, 1}, - {1260, 1}, - {1260, 1}, {1046, 3}, {1046, 3}, {1046, 4}, - {1506, 0}, - {1506, 3}, - {1506, 3}, + {1507, 0}, + {1507, 3}, + {1507, 3}, {983, 3}, {983, 3}, {983, 1}, @@ -4075,13 +4077,13 @@ var ( {983, 5}, {983, 4}, {983, 3}, - {1446, 1}, - {1446, 2}, - {1446, 3}, + {1447, 1}, + {1447, 2}, + {1447, 3}, {1045, 3}, - {1242, 1}, - {1242, 2}, - {1242, 3}, + {1243, 1}, + {1243, 2}, + {1243, 3}, {982, 3}, {982, 3}, {982, 3}, @@ -4100,16 +4102,16 @@ var ( {869, 4}, {1033, 3}, {1033, 3}, - {1288, 3}, - {1288, 3}, - {1319, 1}, - {1319, 2}, - {1319, 4}, - {1319, 8}, - {1319, 8}, - {1319, 3}, - {1319, 3}, - {1319, 2}, + {1289, 3}, + {1289, 3}, + {1320, 1}, + {1320, 2}, + {1320, 4}, + {1320, 8}, + {1320, 8}, + {1320, 3}, + {1320, 3}, + {1320, 2}, {1063, 0}, {1063, 3}, {1117, 1}, @@ -4170,14 +4172,14 @@ var ( {1117, 4}, {1117, 1}, {1117, 1}, - {1443, 0}, - {1443, 5}, + {1444, 0}, + {1444, 5}, {932, 1}, {932, 1}, - {1518, 0}, - {1518, 1}, - {1517, 2}, - {1517, 2}, + {1519, 0}, + {1519, 1}, + {1518, 2}, + {1518, 2}, {977, 1}, {977, 1}, {978, 3}, @@ -4187,8 +4189,8 @@ var ( {978, 3}, {991, 3}, {991, 3}, - {1311, 2}, - {1311, 2}, + {1312, 2}, + {1312, 2}, {929, 1}, {929, 1}, {1202, 0}, @@ -4198,27 +4200,27 @@ var ( {1038, 0}, {1038, 1}, {1038, 2}, - {1318, 0}, + {1319, 0}, + {1319, 1}, {1318, 1}, - {1317, 1}, - {1317, 3}, + {1318, 3}, {864, 1}, {864, 3}, {934, 0}, {934, 1}, {934, 2}, - {1293, 1}, - {1255, 3}, - {1490, 1}, - {1490, 3}, - {1298, 3}, + {1294, 1}, {1256, 3}, - {1493, 1}, - {1493, 3}, - {1303, 3}, - {1252, 5}, - {1252, 3}, - {1252, 4}, + {1491, 1}, + {1491, 3}, + {1299, 3}, + {1257, 3}, + {1494, 1}, + {1494, 3}, + {1304, 3}, + {1253, 5}, + {1253, 3}, + {1253, 4}, {1183, 4}, {1183, 5}, {1183, 5}, @@ -4229,14 +4231,14 @@ var ( {1182, 0}, {1182, 2}, {1180, 4}, + {1282, 6}, + {1282, 8}, {1281, 6}, - {1281, 8}, - {1280, 6}, - {1280, 2}, - {1468, 0}, - {1468, 2}, - {1468, 1}, - {1468, 3}, + {1281, 2}, + {1469, 0}, + {1469, 2}, + {1469, 1}, + {1469, 3}, {849, 6}, {849, 7}, {849, 8}, @@ -4252,8 +4254,8 @@ var ( {1108, 2}, {906, 0}, {906, 2}, - {1320, 1}, - {1320, 3}, + {1321, 1}, + {1321, 3}, {1119, 2}, {1119, 2}, {1119, 3}, @@ -4263,8 +4265,8 @@ var ( {1002, 3}, {1032, 1}, {1032, 3}, - {1521, 0}, - {1521, 1}, + {1522, 0}, + {1522, 1}, {951, 1}, {951, 2}, {951, 2}, @@ -4275,8 +4277,8 @@ var ( {951, 4}, {951, 5}, {1120, 2}, - {1522, 1}, - {1522, 3}, + {1523, 1}, + {1523, 3}, {960, 3}, {960, 3}, {826, 1}, @@ -4286,14 +4288,14 @@ var ( {910, 3}, {1130, 0}, {1130, 1}, - {1373, 0}, - {1373, 3}, + {1374, 0}, + {1374, 3}, {986, 1}, {986, 3}, - {1339, 0}, + {1340, 0}, + {1340, 1}, {1339, 1}, - {1338, 1}, - {1338, 3}, + {1339, 3}, {1131, 1}, {1131, 1}, {1132, 0}, @@ -4308,8 +4310,8 @@ var ( {1049, 2}, {1174, 0}, {1174, 1}, - {1357, 2}, - {1357, 1}, + {1358, 2}, + {1358, 1}, {1037, 2}, {1037, 1}, {1037, 1}, @@ -4328,63 +4330,65 @@ var ( {1037, 2}, {1037, 2}, {1037, 2}, - {1327, 0}, - {1327, 3}, - {1327, 5}, - {1476, 1}, - {1476, 1}, - {1476, 1}, - {1336, 1}, - {1336, 1}, - {1336, 1}, + {1328, 0}, + {1328, 3}, + {1328, 5}, + {1477, 1}, + {1477, 1}, + {1477, 1}, + {1337, 1}, + {1337, 1}, + {1337, 1}, {1053, 0}, {1053, 2}, - {1505, 0}, - {1505, 1}, - {1505, 1}, + {1506, 0}, + {1506, 1}, + {1506, 1}, {1133, 1}, {1133, 2}, {1134, 0}, {1134, 1}, - {1343, 7}, - {1343, 7}, - {1343, 7}, - {1343, 7}, - {1343, 8}, - {1343, 5}, - {1395, 2}, - {1395, 2}, - {1395, 2}, - {1396, 0}, - {1396, 1}, + {1344, 7}, + {1344, 7}, + {1344, 7}, + {1344, 7}, + {1344, 8}, + {1344, 5}, + {1396, 2}, + {1396, 2}, + {1396, 2}, + {1397, 0}, + {1397, 1}, {1017, 5}, - {1223, 3}, {1224, 3}, - {1402, 0}, - {1402, 1}, - {1402, 1}, - {1402, 2}, - {1402, 2}, - {1253, 1}, - {1253, 1}, - {1253, 2}, - {1253, 2}, - {1253, 2}, - {1352, 1}, - {1352, 1}, - {1352, 1}, - {1352, 1}, + {1225, 3}, + {1403, 0}, + {1403, 1}, + {1403, 1}, + {1403, 2}, + {1403, 2}, + {1254, 1}, + {1254, 1}, + {1254, 2}, + {1254, 2}, + {1254, 2}, + {1353, 1}, + {1353, 1}, + {1353, 1}, + {1353, 1}, {1005, 3}, {1005, 3}, {1005, 4}, {1005, 4}, - {1218, 3}, - {1218, 1}, + {1219, 3}, + {1219, 1}, {1067, 1}, {1067, 3}, {1067, 4}, {1067, 3}, {1067, 1}, + {1217, 3}, + {1217, 1}, {784, 4}, {784, 4}, {1066, 1}, @@ -4402,16 +4406,16 @@ var ( {922, 1}, {922, 1}, {922, 1}, - {1290, 1}, - {1290, 1}, - {1290, 1}, - {1330, 1}, - {1330, 1}, + {1291, 1}, + {1291, 1}, + {1291, 1}, + {1331, 1}, + {1331, 1}, {1147, 12}, {1165, 3}, {1141, 13}, - {1379, 0}, - {1379, 3}, + {1380, 0}, + {1380, 3}, {938, 1}, {938, 3}, {928, 3}, @@ -4421,10 +4425,10 @@ var ( {1198, 1}, {1198, 2}, {1198, 2}, - {1378, 0}, - {1378, 1}, - {1378, 1}, - {1378, 1}, + {1379, 0}, + {1379, 1}, + {1379, 1}, + {1379, 1}, {1109, 4}, {1109, 3}, {1140, 5}, @@ -4438,59 +4442,59 @@ var ( {961, 2}, {961, 1}, {961, 5}, - {1349, 0}, - {1349, 1}, + {1350, 0}, + {1350, 1}, {1042, 1}, {1042, 2}, {1040, 12}, {1040, 7}, - {1222, 0}, - {1222, 4}, - {1222, 4}, + {1223, 0}, + {1223, 4}, + {1223, 4}, {895, 0}, {895, 1}, - {1238, 0}, - {1238, 6}, - {1292, 6}, - {1292, 5}, - {1420, 0}, - {1420, 3}, - {1421, 1}, - {1421, 5}, - {1421, 6}, - {1421, 4}, - {1421, 5}, - {1421, 4}, + {1239, 0}, + {1239, 6}, + {1293, 6}, + {1293, 5}, + {1421, 0}, {1421, 3}, - {1421, 1}, - {1237, 0}, - {1237, 7}, - {1383, 1}, - {1383, 2}, - {1401, 0}, - {1401, 2}, - {1399, 0}, - {1399, 2}, - {1365, 0}, - {1365, 14}, + {1422, 1}, + {1422, 5}, + {1422, 6}, + {1422, 4}, + {1422, 5}, + {1422, 4}, + {1422, 3}, + {1422, 1}, + {1238, 0}, + {1238, 7}, + {1384, 1}, + {1384, 2}, + {1402, 0}, + {1402, 2}, + {1400, 0}, + {1400, 2}, + {1366, 0}, + {1366, 14}, {1208, 0}, {1208, 1}, + {1484, 0}, + {1484, 4}, {1483, 0}, - {1483, 4}, - {1482, 0}, - {1482, 2}, - {1422, 0}, - {1422, 2}, - {1236, 0}, + {1483, 2}, + {1423, 0}, + {1423, 2}, + {1237, 0}, + {1237, 3}, + {1236, 1}, {1236, 3}, - {1235, 1}, - {1235, 3}, {1073, 5}, - {1481, 0}, + {1482, 0}, + {1482, 3}, + {1481, 1}, {1481, 3}, - {1480, 1}, - {1480, 3}, - {1291, 3}, + {1292, 3}, {1072, 0}, {1072, 2}, {916, 3}, @@ -4504,49 +4508,49 @@ var ( {916, 3}, {916, 3}, {916, 1}, - {1419, 0}, - {1419, 4}, - {1419, 6}, - {1419, 1}, - {1419, 5}, - {1419, 1}, - {1419, 1}, + {1420, 0}, + {1420, 4}, + {1420, 6}, + {1420, 1}, + {1420, 5}, + {1420, 1}, + {1420, 1}, {1170, 0}, {1170, 1}, {1170, 1}, - {1324, 0}, - {1324, 1}, - {1346, 0}, - {1346, 1}, - {1346, 1}, - {1346, 1}, - {1346, 1}, + {1325, 0}, + {1325, 1}, + {1347, 0}, {1347, 1}, {1347, 1}, {1347, 1}, {1347, 1}, - {1388, 2}, - {1388, 4}, + {1348, 1}, + {1348, 1}, + {1348, 1}, + {1348, 1}, + {1389, 2}, + {1389, 4}, {1150, 11}, - {1417, 0}, - {1417, 2}, - {1498, 0}, - {1498, 3}, - {1498, 3}, - {1498, 3}, - {1500, 0}, - {1500, 3}, - {1503, 0}, - {1503, 3}, - {1503, 3}, - {1502, 1}, + {1418, 0}, + {1418, 2}, + {1499, 0}, + {1499, 3}, + {1499, 3}, + {1499, 3}, {1501, 0}, {1501, 3}, - {1337, 1}, - {1337, 3}, - {1499, 0}, - {1499, 4}, - {1499, 4}, + {1504, 0}, + {1504, 3}, + {1504, 3}, + {1503, 1}, + {1502, 0}, + {1502, 3}, + {1338, 1}, + {1338, 3}, + {1500, 0}, + {1500, 4}, + {1500, 4}, {1155, 2}, {827, 13}, {827, 9}, @@ -4580,10 +4584,10 @@ var ( {806, 0}, {806, 1}, {1172, 0}, - {1300, 2}, - {1300, 5}, - {1300, 3}, - {1300, 6}, + {1301, 2}, + {1301, 5}, + {1301, 3}, + {1301, 6}, {862, 1}, {862, 1}, {862, 1}, @@ -4625,8 +4629,8 @@ var ( {1122, 2}, {1122, 2}, {1122, 2}, - {1350, 1}, - {1350, 3}, + {1351, 1}, + {1351, 3}, {956, 0}, {956, 2}, {953, 1}, @@ -4673,9 +4677,9 @@ var ( {1004, 1}, {1004, 1}, {1004, 1}, - {1230, 1}, - {1230, 1}, - {1230, 1}, + {1231, 1}, + {1231, 1}, + {1231, 1}, {1126, 4}, {802, 3}, {802, 3}, @@ -4691,21 +4695,21 @@ var ( {1154, 1}, {1216, 1}, {1216, 1}, - {1369, 0}, - {1369, 4}, - {1369, 7}, - {1369, 3}, - {1369, 3}, + {1370, 0}, + {1370, 4}, + {1370, 7}, + {1370, 3}, + {1370, 3}, {805, 1}, {805, 1}, {804, 1}, {804, 1}, {863, 1}, {863, 3}, - {1400, 1}, - {1400, 3}, - {1351, 1}, - {1351, 3}, + {1401, 1}, + {1401, 3}, + {1352, 1}, + {1352, 3}, {927, 0}, {927, 1}, {1187, 0}, @@ -4716,29 +4720,29 @@ var ( {801, 4}, {801, 5}, {801, 1}, - {1341, 1}, - {1341, 1}, - {1341, 1}, - {1341, 1}, - {1341, 1}, - {1341, 1}, - {1341, 1}, - {1341, 1}, - {1329, 1}, - {1329, 2}, - {1385, 1}, - {1385, 2}, - {1381, 1}, - {1381, 2}, - {1387, 1}, - {1387, 2}, - {1375, 1}, - {1375, 2}, - {1442, 1}, - {1442, 2}, - {1321, 1}, - {1321, 1}, - {1321, 1}, + {1342, 1}, + {1342, 1}, + {1342, 1}, + {1342, 1}, + {1342, 1}, + {1342, 1}, + {1342, 1}, + {1342, 1}, + {1330, 1}, + {1330, 2}, + {1386, 1}, + {1386, 2}, + {1382, 1}, + {1382, 2}, + {1388, 1}, + {1388, 2}, + {1376, 1}, + {1376, 2}, + {1443, 1}, + {1443, 2}, + {1322, 1}, + {1322, 1}, + {1322, 1}, {800, 5}, {800, 3}, {800, 5}, @@ -4747,29 +4751,29 @@ var ( {800, 3}, {800, 5}, {800, 1}, - {1254, 1}, - {1254, 1}, + {1255, 1}, + {1255, 1}, {1205, 0}, {1205, 2}, {1177, 1}, {1177, 3}, {1177, 5}, {1177, 2}, - {1362, 0}, + {1363, 0}, + {1363, 1}, {1362, 1}, - {1361, 1}, - {1361, 2}, - {1361, 1}, - {1361, 2}, - {1364, 1}, - {1364, 3}, - {1516, 0}, - {1516, 2}, + {1362, 2}, + {1362, 1}, + {1362, 2}, + {1365, 1}, + {1365, 3}, + {1517, 0}, + {1517, 2}, {1055, 4}, {1193, 0}, {1193, 2}, - {1323, 0}, - {1323, 1}, + {1324, 0}, + {1324, 1}, {1001, 3}, {858, 0}, {858, 2}, @@ -4790,8 +4794,8 @@ var ( {1058, 1}, {1058, 3}, {1058, 3}, - {1380, 0}, - {1380, 1}, + {1381, 0}, + {1381, 1}, {968, 2}, {968, 2}, {1010, 1}, @@ -5333,10 +5337,10 @@ var ( {776, 1}, {776, 1}, {1125, 2}, - {1429, 1}, - {1429, 3}, - {1429, 4}, - {1429, 6}, + {1430, 1}, + {1430, 3}, + {1430, 4}, + {1430, 6}, {828, 9}, {1201, 0}, {1201, 1}, @@ -5356,16 +5360,16 @@ var ( {1100, 1}, {1100, 3}, {945, 3}, - {1497, 0}, + {1498, 0}, + {1498, 1}, + {1497, 3}, {1497, 1}, - {1496, 3}, - {1496, 1}, {897, 1}, {897, 1}, - {1340, 3}, - {1340, 5}, - {1403, 0}, - {1403, 5}, + {1341, 3}, + {1341, 5}, + {1404, 0}, + {1404, 5}, {829, 7}, {781, 1}, {781, 1}, @@ -5381,16 +5385,16 @@ var ( {781, 2}, {783, 1}, {783, 2}, - {1315, 1}, - {1315, 3}, + {1316, 1}, + {1316, 3}, {1111, 2}, {845, 3}, {1006, 1}, {1006, 3}, {979, 1}, {979, 2}, - {1416, 1}, - {1416, 1}, + {1417, 1}, + {1417, 1}, {1070, 0}, {1070, 1}, {1070, 1}, @@ -5446,8 +5450,8 @@ var ( {794, 4}, {794, 3}, {794, 3}, - {1322, 0}, - {1322, 1}, + {1323, 0}, + {1323, 1}, {889, 1}, {889, 1}, {891, 1}, @@ -5489,8 +5493,8 @@ var ( {788, 1}, {788, 1}, {788, 1}, - {1229, 0}, - {1229, 2}, + {1230, 0}, + {1230, 2}, {792, 1}, {792, 1}, {792, 1}, @@ -5538,17 +5542,17 @@ var ( {787, 7}, {787, 1}, {787, 8}, - {1371, 1}, - {1371, 1}, - {1371, 1}, - {1371, 1}, + {1372, 1}, + {1372, 1}, + {1372, 1}, + {1372, 1}, {789, 1}, {789, 1}, {790, 1}, {790, 1}, - {1492, 1}, - {1492, 1}, - {1492, 1}, + {1493, 1}, + {1493, 1}, + {1493, 1}, {793, 4}, {793, 6}, {793, 1}, @@ -5579,13 +5583,13 @@ var ( {795, 8}, {795, 8}, {795, 9}, - {1408, 0}, - {1408, 2}, + {1409, 0}, + {1409, 2}, {785, 4}, {785, 6}, - {1370, 0}, - {1370, 2}, - {1370, 3}, + {1371, 0}, + {1371, 2}, + {1371, 3}, {905, 1}, {905, 1}, {905, 1}, @@ -5615,13 +5619,13 @@ var ( {890, 1}, {890, 1}, {890, 1}, - {1359, 0}, - {1359, 1}, - {1507, 1}, - {1507, 2}, - {1305, 4}, - {1356, 0}, - {1356, 2}, + {1360, 0}, + {1360, 1}, + {1508, 1}, + {1508, 2}, + {1306, 4}, + {1357, 0}, + {1357, 2}, {1127, 2}, {1127, 3}, {1127, 1}, @@ -5651,15 +5655,15 @@ var ( {1090, 3}, {1014, 0}, {1014, 2}, - {1251, 0}, - {1251, 1}, - {1244, 4}, - {1427, 1}, - {1427, 1}, + {1252, 0}, + {1252, 1}, + {1245, 4}, + {1428, 1}, + {1428, 1}, {1175, 2}, {1175, 4}, - {1494, 1}, - {1494, 3}, + {1495, 1}, + {1495, 3}, {1152, 3}, {1153, 1}, {1153, 1}, @@ -5674,24 +5678,24 @@ var ( {1136, 3}, {1136, 1}, {1136, 2}, - {1278, 1}, - {1262, 1}, + {1279, 1}, + {1263, 1}, {1194, 2}, {811, 4}, {812, 3}, {813, 7}, - {1488, 0}, - {1488, 7}, - {1488, 5}, - {1487, 0}, - {1487, 1}, - {1487, 1}, - {1487, 1}, {1489, 0}, - {1489, 1}, - {1489, 1}, - {1257, 0}, - {1257, 4}, + {1489, 7}, + {1489, 5}, + {1488, 0}, + {1488, 1}, + {1488, 1}, + {1488, 1}, + {1490, 0}, + {1490, 1}, + {1490, 1}, + {1258, 0}, + {1258, 4}, {810, 7}, {810, 6}, {810, 5}, @@ -5701,47 +5705,47 @@ var ( {820, 2}, {819, 2}, {819, 3}, - {1310, 3}, - {1310, 1}, + {1311, 3}, + {1311, 1}, {1039, 4}, - {1368, 2}, - {1508, 0}, - {1508, 2}, - {1509, 1}, - {1509, 3}, - {1306, 3}, + {1369, 2}, + {1509, 0}, + {1509, 2}, + {1510, 1}, + {1510, 3}, + {1307, 3}, {1031, 1}, - {1308, 3}, - {1514, 4}, - {1406, 0}, - {1406, 1}, - {1410, 0}, - {1410, 3}, + {1309, 3}, + {1515, 4}, + {1407, 0}, + {1407, 1}, + {1411, 0}, + {1411, 3}, + {1416, 0}, + {1416, 3}, {1415, 0}, - {1415, 3}, - {1414, 0}, - {1414, 2}, - {1512, 1}, + {1415, 2}, + {1513, 1}, + {1513, 1}, + {1513, 1}, {1512, 1}, {1512, 1}, - {1511, 1}, - {1511, 1}, {1104, 2}, {1104, 2}, {1104, 2}, {1104, 4}, {1104, 2}, - {1510, 4}, - {1307, 1}, - {1307, 2}, - {1307, 2}, - {1307, 2}, - {1307, 4}, + {1511, 4}, + {1308, 1}, + {1308, 2}, + {1308, 2}, + {1308, 2}, + {1308, 4}, {848, 0}, {848, 1}, {837, 2}, - {1513, 1}, - {1513, 1}, + {1514, 1}, + {1514, 1}, {798, 4}, {798, 4}, {798, 4}, @@ -5753,18 +5757,18 @@ var ( {798, 6}, {798, 6}, {798, 9}, - {1231, 0}, - {1231, 3}, - {1231, 3}, {1232, 0}, - {1232, 2}, + {1232, 3}, + {1232, 3}, + {1233, 0}, + {1233, 2}, {993, 0}, {993, 2}, {993, 2}, - {1407, 0}, - {1407, 2}, - {1407, 2}, - {1486, 1}, + {1408, 0}, + {1408, 2}, + {1408, 2}, + {1487, 1}, {999, 1}, {999, 3}, {962, 1}, @@ -5783,10 +5787,10 @@ var ( {1057, 2}, {1057, 2}, {1057, 2}, - {1377, 0}, - {1377, 2}, - {1377, 3}, - {1377, 3}, + {1378, 0}, + {1378, 2}, + {1378, 3}, + {1378, 3}, {1056, 5}, {967, 0}, {967, 1}, @@ -5808,8 +5812,8 @@ var ( {898, 5}, {920, 1}, {920, 1}, - {1234, 0}, - {1234, 1}, + {1235, 0}, + {1235, 1}, {925, 1}, {925, 2}, {925, 2}, @@ -5817,37 +5821,37 @@ var ( {1206, 2}, {990, 1}, {990, 1}, - {1450, 1}, - {1450, 1}, - {1366, 1}, - {1366, 1}, - {1360, 0}, - {1360, 1}, + {1451, 1}, + {1451, 1}, + {1367, 1}, + {1367, 1}, + {1361, 0}, + {1361, 1}, {846, 2}, {846, 4}, {846, 4}, {846, 5}, {930, 0}, {930, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1269, 1}, - {1453, 0}, - {1453, 1}, - {1454, 2}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1270, 1}, + {1454, 0}, {1454, 1}, + {1455, 2}, + {1455, 1}, {948, 1}, {998, 0}, {998, 1}, - {1270, 1}, - {1270, 1}, - {1452, 1}, + {1271, 1}, + {1271, 1}, + {1453, 1}, {1086, 0}, {1086, 1}, {997, 0}, @@ -5865,8 +5869,8 @@ var ( {996, 5}, {996, 5}, {996, 4}, - {1221, 0}, - {1221, 2}, + {1222, 0}, + {1222, 2}, {821, 1}, {821, 1}, {821, 2}, @@ -5883,9 +5887,9 @@ var ( {815, 3}, {814, 1}, {814, 1}, - {1456, 2}, - {1456, 2}, - {1456, 2}, + {1457, 2}, + {1457, 2}, + {1457, 2}, {1087, 1}, {1128, 9}, {1128, 9}, @@ -5899,24 +5903,24 @@ var ( {852, 6}, {852, 3}, {852, 4}, - {1274, 3}, - {1273, 6}, - {1272, 1}, - {1272, 1}, - {1272, 1}, - {1457, 3}, - {1457, 1}, - {1457, 1}, + {1275, 3}, + {1274, 6}, + {1273, 1}, + {1273, 1}, + {1273, 1}, + {1458, 3}, + {1458, 1}, + {1458, 1}, {1094, 1}, {1094, 3}, {1028, 3}, {1028, 2}, {1028, 2}, {1028, 3}, - {1384, 2}, - {1384, 2}, - {1384, 2}, - {1384, 1}, + {1385, 2}, + {1385, 2}, + {1385, 2}, + {1385, 1}, {946, 1}, {946, 1}, {946, 1}, @@ -5938,14 +5942,14 @@ var ( {1103, 4}, {1103, 2}, {1103, 2}, - {1334, 1}, - {1334, 1}, + {1335, 1}, + {1335, 1}, {909, 1}, {909, 1}, {980, 1}, {980, 1}, - {1304, 1}, - {1304, 3}, + {1305, 1}, + {1305, 3}, {797, 1}, {797, 1}, {796, 1}, @@ -5956,8 +5960,8 @@ var ( {859, 2}, {976, 1}, {976, 3}, - {1239, 1}, - {1239, 4}, + {1240, 1}, + {1240, 4}, {1003, 1}, {924, 1}, {924, 1}, @@ -5969,11 +5973,11 @@ var ( {923, 1}, {973, 1}, {973, 3}, - {1314, 2}, - {1314, 4}, - {1314, 4}, - {1328, 1}, - {1328, 1}, + {1315, 2}, + {1315, 4}, + {1315, 4}, + {1329, 1}, + {1329, 1}, {1107, 3}, {1107, 5}, {1107, 6}, @@ -6006,247 +6010,247 @@ var ( {1107, 5}, {1107, 4}, {1107, 4}, - {1313, 2}, - {1313, 2}, - {1313, 3}, - {1313, 3}, - {1372, 1}, - {1372, 3}, + {1314, 2}, + {1314, 2}, + {1314, 3}, + {1314, 3}, + {1373, 1}, + {1373, 3}, {1191, 5}, {1011, 1}, {1011, 3}, - {1276, 3}, - {1276, 4}, - {1276, 4}, - {1276, 5}, - {1276, 4}, - {1276, 5}, - {1276, 5}, - {1276, 4}, - {1276, 6}, - {1276, 4}, - {1276, 8}, - {1276, 2}, - {1276, 5}, - {1276, 3}, - {1276, 4}, - {1276, 3}, - {1276, 3}, + {1277, 3}, + {1277, 4}, + {1277, 4}, + {1277, 5}, + {1277, 4}, + {1277, 5}, + {1277, 5}, + {1277, 4}, + {1277, 6}, + {1277, 4}, + {1277, 8}, + {1277, 2}, + {1277, 5}, + {1277, 3}, + {1277, 4}, + {1277, 3}, + {1277, 3}, + {1277, 2}, + {1277, 5}, + {1277, 2}, + {1277, 2}, + {1277, 4}, + {1277, 4}, + {1277, 4}, + {1462, 2}, + {1462, 2}, + {1462, 4}, + {1465, 0}, + {1465, 1}, + {1464, 1}, + {1464, 3}, + {1276, 1}, + {1276, 1}, {1276, 2}, - {1276, 5}, {1276, 2}, {1276, 2}, - {1276, 4}, - {1276, 4}, - {1276, 4}, - {1461, 2}, - {1461, 2}, - {1461, 4}, - {1464, 0}, - {1464, 1}, - {1463, 1}, + {1276, 1}, + {1276, 1}, + {1276, 1}, + {1276, 1}, + {1463, 0}, {1463, 3}, - {1275, 1}, - {1275, 1}, - {1275, 2}, - {1275, 2}, - {1275, 2}, - {1275, 1}, - {1275, 1}, - {1275, 1}, - {1275, 1}, - {1462, 0}, - {1462, 3}, - {1495, 0}, - {1495, 2}, - {1459, 1}, - {1459, 1}, - {1459, 1}, + {1496, 0}, + {1496, 2}, + {1460, 1}, + {1460, 1}, + {1460, 1}, {907, 1}, {907, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 3}, - {1465, 3}, - {1465, 3}, - {1465, 3}, - {1465, 5}, - {1465, 4}, - {1465, 5}, - {1465, 5}, - {1465, 1}, - {1465, 5}, - {1465, 1}, - {1465, 2}, - {1465, 2}, - {1465, 2}, - {1465, 1}, - {1465, 2}, - {1465, 2}, - {1465, 2}, - {1465, 2}, - {1465, 2}, - {1465, 2}, - {1465, 2}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 2}, - {1465, 1}, - {1465, 1}, - {1465, 1}, - {1465, 2}, - {1465, 2}, - {1460, 0}, - {1460, 2}, - {1460, 2}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 3}, + {1466, 3}, + {1466, 3}, + {1466, 3}, + {1466, 5}, + {1466, 4}, + {1466, 5}, + {1466, 5}, + {1466, 1}, + {1466, 5}, + {1466, 1}, + {1466, 2}, + {1466, 2}, + {1466, 2}, + {1466, 1}, + {1466, 2}, + {1466, 2}, + {1466, 2}, + {1466, 2}, + {1466, 2}, + {1466, 2}, + {1466, 2}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 2}, + {1466, 1}, + {1466, 1}, + {1466, 1}, + {1466, 2}, + {1466, 2}, + {1461, 0}, + {1461, 2}, + {1461, 2}, {1054, 0}, {1054, 1}, {1054, 1}, - {1475, 0}, - {1475, 1}, - {1475, 1}, - {1475, 1}, - {1226, 0}, - {1226, 1}, + {1476, 0}, + {1476, 1}, + {1476, 1}, + {1476, 1}, + {1227, 0}, + {1227, 1}, {947, 0}, {947, 2}, - {1277, 2}, - {1444, 1}, - {1444, 1}, + {1278, 2}, + {1445, 1}, + {1445, 1}, {1184, 3}, {1075, 1}, {1075, 3}, - {1367, 1}, - {1367, 1}, - {1367, 3}, - {1367, 1}, - {1367, 2}, - {1367, 3}, - {1367, 1}, - {1393, 0}, - {1393, 1}, - {1393, 1}, - {1393, 1}, - {1393, 1}, - {1393, 1}, + {1368, 1}, + {1368, 1}, + {1368, 3}, + {1368, 1}, + {1368, 2}, + {1368, 3}, + {1368, 1}, + {1394, 0}, + {1394, 1}, + {1394, 1}, + {1394, 1}, + {1394, 1}, + {1394, 1}, {914, 0}, {914, 1}, {914, 1}, - {1296, 0}, - {1296, 1}, - {1554, 0}, - {1554, 2}, - {1515, 0}, - {1515, 3}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, - {1287, 1}, + {1297, 0}, + {1297, 1}, + {1555, 0}, + {1555, 2}, + {1516, 0}, + {1516, 3}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, + {1288, 1}, {1027, 1}, {1027, 1}, {1027, 1}, @@ -6273,17 +6277,17 @@ var ( {926, 1}, {926, 1}, {926, 1}, - {1474, 1}, - {1474, 3}, + {1475, 1}, + {1475, 3}, {1008, 2}, {1129, 1}, {1129, 1}, {1091, 1}, {1091, 1}, - {1294, 1}, - {1294, 3}, - {1484, 0}, - {1484, 3}, + {1295, 1}, + {1295, 3}, + {1485, 0}, + {1485, 3}, {949, 1}, {949, 4}, {949, 4}, @@ -6323,15 +6327,15 @@ var ( {949, 3}, {937, 0}, {937, 1}, - {1289, 1}, - {1289, 1}, + {1290, 1}, + {1290, 1}, {1148, 0}, {1148, 1}, {1025, 1}, {1025, 2}, {1025, 3}, - {1412, 0}, - {1412, 1}, + {1413, 0}, + {1413, 1}, {865, 3}, {944, 3}, {944, 3}, @@ -6370,9 +6374,9 @@ var ( {1059, 1}, {1036, 1}, {1036, 1}, - {1228, 0}, - {1228, 1}, - {1228, 1}, + {1229, 0}, + {1229, 1}, + {1229, 1}, {1051, 1}, {1051, 1}, {1051, 1}, @@ -6447,30 +6451,30 @@ var ( {1009, 1}, {1009, 1}, {1016, 5}, - {1404, 0}, - {1404, 1}, + {1405, 0}, + {1405, 1}, {900, 0}, {900, 2}, {900, 3}, - {1405, 0}, - {1405, 2}, + {1406, 0}, + {1406, 2}, {857, 2}, {857, 1}, {857, 2}, - {1225, 0}, - {1225, 2}, - {1478, 1}, - {1478, 3}, + {1226, 0}, + {1226, 2}, + {1479, 1}, + {1479, 3}, {1026, 1}, {1026, 1}, {1026, 1}, - {1299, 1}, - {1299, 3}, + {1300, 1}, + {1300, 3}, {809, 1}, {809, 1}, - {1479, 1}, - {1479, 1}, - {1479, 1}, + {1480, 1}, + {1480, 1}, + {1480, 1}, {830, 1}, {830, 2}, {825, 10}, @@ -6479,23 +6483,23 @@ var ( {893, 2}, {894, 0}, {894, 1}, - {1523, 0}, - {1523, 1}, + {1524, 0}, + {1524, 1}, {1149, 9}, {1145, 4}, {1118, 9}, {1118, 9}, {1110, 3}, {1113, 4}, - {1382, 2}, - {1382, 6}, + {1383, 2}, + {1383, 6}, {1000, 2}, {1029, 1}, {1029, 3}, {1138, 0}, {1138, 2}, - {1342, 1}, - {1342, 2}, + {1343, 1}, + {1343, 2}, {1137, 2}, {1137, 2}, {1137, 2}, @@ -6506,9 +6510,9 @@ var ( {1081, 2}, {1081, 2}, {1081, 2}, - {1445, 1}, - {1445, 3}, - {1445, 2}, + {1446, 1}, + {1446, 3}, + {1446, 2}, {1083, 2}, {1083, 2}, {1083, 2}, @@ -6517,12 +6521,12 @@ var ( {1135, 0}, {1135, 2}, {1135, 2}, - {1258, 0}, - {1258, 3}, - {1241, 0}, + {1259, 0}, + {1259, 3}, + {1242, 0}, + {1242, 1}, {1241, 1}, - {1240, 1}, - {1240, 2}, + {1241, 2}, {1074, 2}, {1074, 2}, {1074, 3}, @@ -6536,18 +6540,18 @@ var ( {1074, 2}, {1074, 2}, {1074, 2}, - {1325, 0}, - {1325, 3}, - {1325, 3}, - {1325, 5}, - {1325, 5}, - {1325, 4}, - {1326, 1}, + {1326, 0}, + {1326, 3}, + {1326, 3}, + {1326, 5}, + {1326, 5}, + {1326, 4}, + {1327, 1}, {1192, 1}, {1192, 1}, - {1267, 1}, - {1449, 1}, - {1449, 3}, + {1268, 1}, + {1450, 1}, + {1450, 3}, {933, 1}, {933, 1}, {933, 1}, @@ -6562,18 +6566,18 @@ var ( {1156, 5}, {1156, 7}, {1156, 7}, - {1271, 5}, - {1271, 7}, - {1271, 7}, + {1272, 5}, + {1272, 7}, + {1272, 7}, {1190, 9}, {1188, 7}, {1189, 4}, - {1309, 0}, - {1309, 3}, - {1309, 3}, - {1309, 3}, - {1309, 3}, - {1309, 3}, + {1310, 0}, + {1310, 3}, + {1310, 3}, + {1310, 3}, + {1310, 3}, + {1310, 3}, {1050, 1}, {1050, 2}, {1085, 1}, @@ -6581,8 +6585,8 @@ var ( {1085, 1}, {1085, 3}, {1085, 3}, - {1266, 1}, - {1266, 3}, + {1267, 1}, + {1267, 3}, {1077, 1}, {1077, 4}, {1078, 1}, @@ -6620,34 +6624,34 @@ var ( {1078, 2}, {1078, 1}, {1078, 1}, - {1219, 0}, - {1219, 1}, - {1219, 1}, - {1219, 1}, - {1245, 1}, - {1245, 3}, - {1245, 3}, - {1245, 3}, - {1245, 1}, - {1265, 7}, - {1264, 4}, + {1220, 0}, + {1220, 1}, + {1220, 1}, + {1220, 1}, + {1246, 1}, + {1246, 3}, + {1246, 3}, + {1246, 3}, + {1246, 1}, + {1266, 7}, + {1265, 4}, {969, 18}, - {1394, 0}, - {1394, 1}, + {1395, 0}, + {1395, 1}, {1185, 0}, {1185, 2}, - {1374, 0}, - {1374, 3}, - {1335, 0}, - {1335, 3}, + {1375, 0}, + {1375, 3}, + {1336, 0}, + {1336, 3}, {1213, 0}, {1213, 1}, {1179, 0}, {1179, 2}, {936, 1}, {936, 1}, - {1363, 2}, - {1363, 1}, + {1364, 2}, + {1364, 1}, {1178, 3}, {1178, 2}, {1178, 3}, @@ -6659,49 +6663,49 @@ var ( {963, 1}, {1061, 0}, {1061, 3}, - {1472, 0}, - {1472, 3}, - {1389, 0}, - {1389, 3}, + {1473, 0}, + {1473, 3}, + {1390, 0}, + {1390, 3}, {1211, 0}, {1211, 2}, - {1391, 3}, - {1391, 1}, + {1392, 3}, + {1392, 1}, {1210, 3}, {1062, 0}, {1062, 2}, - {1390, 1}, - {1390, 3}, + {1391, 1}, + {1391, 3}, {1209, 1}, {1209, 3}, {912, 9}, {912, 8}, - {1376, 1}, - {1376, 1}, - {1376, 1}, - {1376, 1}, - {1302, 2}, + {1377, 1}, + {1377, 1}, + {1377, 1}, + {1377, 1}, + {1303, 2}, {1215, 3}, - {1297, 1}, - {1297, 1}, - {1295, 2}, - {1392, 1}, - {1392, 2}, - {1392, 1}, - {1392, 2}, - {1485, 1}, - {1485, 3}, - {1217, 6}, - {1458, 1}, - {1458, 1}, - {1458, 1}, - {1458, 1}, - {1353, 0}, - {1353, 2}, - {1353, 3}, - {1409, 0}, - {1409, 2}, - {1227, 4}, + {1298, 1}, + {1298, 1}, + {1296, 2}, + {1393, 1}, + {1393, 2}, + {1393, 1}, + {1393, 2}, + {1486, 1}, + {1486, 3}, + {1218, 6}, + {1459, 1}, + {1459, 1}, + {1459, 1}, + {1459, 1}, + {1354, 0}, + {1354, 2}, + {1354, 3}, + {1410, 0}, + {1410, 2}, + {1228, 4}, {1204, 2}, {1204, 3}, {1204, 3}, @@ -6712,9 +6716,9 @@ var ( {1214, 3}, {1214, 5}, {1214, 7}, - {1301, 3}, - {1301, 5}, - {1301, 7}, + {1302, 3}, + {1302, 5}, + {1302, 7}, {1159, 5}, {1144, 6}, {1114, 6}, @@ -6722,10 +6726,10 @@ var ( {1142, 7}, {1112, 6}, {1146, 6}, - {1345, 0}, - {1345, 1}, - {1455, 1}, - {1455, 2}, + {1346, 0}, + {1346, 1}, + {1456, 1}, + {1456, 2}, {1020, 3}, {1020, 3}, {1020, 3}, @@ -6747,45 +6751,45 @@ var ( {917, 2}, {1164, 4}, {1116, 5}, - {1316, 1}, - {1316, 2}, + {1317, 1}, + {1317, 2}, {1115, 1}, {1115, 1}, {1115, 3}, {1115, 3}, {1195, 8}, + {1399, 0}, + {1399, 2}, {1398, 0}, - {1398, 2}, - {1397, 0}, - {1397, 3}, + {1398, 3}, + {1425, 0}, + {1425, 2}, {1424, 0}, {1424, 2}, - {1423, 0}, - {1423, 2}, {1173, 1}, {1101, 1}, {1101, 3}, {1019, 2}, - {1243, 6}, - {1243, 7}, - {1243, 10}, - {1243, 11}, - {1243, 6}, - {1243, 7}, - {1243, 4}, - {1243, 5}, - {1243, 6}, - {1425, 0}, - {1425, 3}, - {1411, 0}, - {1411, 1}, - {1469, 3}, - {1469, 1}, - {1283, 3}, - {1282, 0}, - {1282, 1}, - {1282, 1}, - {1282, 1}, + {1244, 6}, + {1244, 7}, + {1244, 10}, + {1244, 11}, + {1244, 6}, + {1244, 7}, + {1244, 4}, + {1244, 5}, + {1244, 6}, + {1426, 0}, + {1426, 3}, + {1412, 0}, + {1412, 1}, + {1470, 3}, + {1470, 1}, + {1284, 3}, + {1283, 0}, + {1283, 1}, + {1283, 1}, + {1283, 1}, {884, 1}, {884, 1}, {884, 1}, @@ -6801,60 +6805,60 @@ var ( {884, 1}, {884, 1}, {884, 1}, - {1430, 1}, - {1430, 1}, - {1430, 1}, - {1430, 1}, - {885, 1}, {1431, 1}, - {1431, 3}, - {1437, 0}, - {1437, 2}, - {1248, 4}, - {1248, 5}, - {1248, 6}, - {1435, 1}, - {1435, 1}, + {1431, 1}, + {1431, 1}, + {1431, 1}, + {885, 1}, + {1432, 1}, + {1432, 3}, + {1438, 0}, + {1438, 2}, + {1249, 4}, + {1249, 5}, + {1249, 6}, {1436, 1}, - {1436, 3}, - {1249, 1}, - {1249, 1}, - {1249, 2}, - {1249, 1}, - {1246, 1}, - {1246, 3}, - {1413, 0}, - {1413, 1}, + {1436, 1}, + {1437, 1}, + {1437, 3}, + {1250, 1}, + {1250, 1}, + {1250, 2}, + {1250, 1}, + {1247, 1}, + {1247, 3}, + {1414, 0}, + {1414, 1}, {880, 2}, {874, 5}, {873, 2}, - {1438, 0}, - {1438, 2}, - {1438, 1}, - {1434, 1}, - {1434, 3}, - {1433, 0}, - {1433, 1}, - {1432, 2}, - {1432, 3}, {1439, 0}, - {1439, 3}, + {1439, 2}, + {1439, 1}, + {1435, 1}, + {1435, 3}, + {1434, 0}, + {1434, 1}, + {1433, 2}, + {1433, 3}, + {1440, 0}, + {1440, 3}, {942, 2}, {942, 3}, {870, 4}, {875, 4}, - {1250, 4}, - {1428, 0}, - {1428, 2}, - {1428, 2}, + {1251, 4}, + {1429, 0}, + {1429, 2}, + {1429, 2}, {872, 1}, {872, 1}, - {1466, 1}, - {1466, 2}, - {1451, 1}, - {1451, 2}, - {1279, 4}, - {1268, 4}, + {1467, 1}, + {1467, 2}, + {1452, 1}, + {1452, 2}, + {1280, 4}, + {1269, 4}, {1171, 0}, {1171, 2}, {883, 6}, @@ -6863,8 +6867,8 @@ var ( {871, 6}, {871, 6}, {877, 4}, - {1247, 0}, - {1247, 1}, + {1248, 0}, + {1248, 1}, {878, 4}, {876, 2}, {879, 2}, @@ -6883,25 +6887,25 @@ var ( {1143, 8}, {1160, 4}, {1123, 3}, - {1332, 0}, - {1332, 1}, - {1332, 1}, - {1355, 1}, - {1355, 2}, - {1355, 3}, + {1333, 0}, + {1333, 1}, + {1333, 1}, + {1356, 1}, + {1356, 2}, + {1356, 3}, {1047, 3}, {1047, 3}, {1047, 3}, {1047, 5}, - {1333, 2}, - {1333, 2}, - {1333, 2}, - {1333, 2}, - {1333, 2}, + {1334, 2}, + {1334, 2}, + {1334, 2}, + {1334, 2}, + {1334, 2}, {1106, 4}, - {1440, 1}, - {1440, 2}, - {1440, 3}, + {1441, 1}, + {1441, 2}, + {1441, 3}, {1079, 3}, {1079, 3}, {1079, 3}, @@ -6914,84 +6918,84 @@ var ( yyXErrors = map[yyXError]string{} - yyParseTab = [4953][]uint16{ + yyParseTab = [4956][]uint16{ // 0 - {2331, 2331, 3: 2882, 58: 2905, 84: 2884, 2887, 87: 2917, 2885, 3036, 103: 2919, 117: 3051, 132: 3043, 161: 3053, 188: 2902, 196: 2900, 224: 2913, 250: 2908, 254: 2890, 259: 2938, 266: 2904, 269: 2880, 277: 2937, 3046, 280: 2886, 285: 3052, 297: 2916, 307: 2914, 309: 2881, 311: 2920, 332: 2906, 336: 2909, 343: 2918, 347: 2903, 360: 2895, 534: 2928, 2927, 550: 2926, 555: 2912, 559: 2936, 566: 3045, 579: 3039, 581: 2898, 586: 2896, 590: 2911, 611: 2925, 658: 2921, 713: 3050, 716: 2883, 3038, 727: 2878, 730: 2889, 743: 2888, 770: 2935, 3047, 2879, 779: 2932, 807: 2891, 810: 2934, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 3016, 3015, 825: 3037, 827: 2892, 2997, 3009, 3025, 2897, 839: 2893, 843: 2955, 849: 2949, 2953, 3006, 3017, 861: 2957, 2899, 865: 3024, 3026, 901: 2901, 908: 2942, 912: 2996, 3042, 940: 3049, 951: 2950, 964: 3040, 969: 3000, 972: 3011, 974: 3014, 2907, 1040: 2962, 1097: 3044, 1106: 2970, 2940, 1109: 2941, 2944, 1112: 2947, 2945, 2948, 1116: 2946, 1118: 2943, 1120: 2951, 2952, 1123: 2958, 2910, 2995, 3034, 1128: 2959, 1139: 2966, 2960, 2961, 2967, 2968, 2969, 2965, 2971, 2972, 1149: 2964, 2963, 1152: 2954, 2915, 1155: 2973, 2987, 2974, 2975, 2978, 2977, 2983, 2982, 2984, 2979, 2985, 2986, 2976, 2981, 2980, 1172: 2939, 1175: 2956, 1180: 2991, 2989, 1183: 2990, 2988, 1188: 2993, 2994, 2992, 1194: 3031, 2998, 1203: 3048, 2999, 1212: 3001, 1214: 3002, 3028, 1217: 3032, 1227: 3033, 1243: 3004, 3005, 1252: 3010, 1255: 3007, 3008, 1262: 3030, 3041, 3013, 3012, 1271: 3018, 1273: 3020, 3019, 1276: 3022, 1278: 3029, 1281: 3021, 1287: 3035, 1300: 3023, 3003, 3027, 1471: 2876, 1474: 2877}, - {1: 2875}, - {7826, 2874}, - {18: 7779, 51: 7778, 219: 7775, 244: 7780, 318: 7776, 552: 4703, 594: 7777, 611: 2135, 647: 6701, 935: 7774, 965: 4702}, - {219: 7759, 611: 7758}, + {2331, 2331, 3: 2884, 58: 2907, 84: 2886, 2889, 87: 2919, 2887, 3038, 103: 2921, 117: 3053, 132: 3045, 161: 3055, 188: 2904, 196: 2902, 224: 2915, 251: 2910, 255: 2892, 260: 2940, 266: 2906, 269: 2882, 277: 2939, 3048, 280: 2888, 285: 3054, 297: 2918, 307: 2916, 309: 2883, 311: 2922, 333: 2908, 337: 2911, 344: 2920, 348: 2905, 361: 2897, 534: 2930, 2929, 550: 2928, 555: 2914, 559: 2938, 566: 3047, 579: 3041, 581: 2900, 586: 2898, 590: 2913, 611: 2927, 658: 2923, 713: 3052, 716: 2885, 3040, 727: 2880, 730: 2891, 743: 2890, 770: 2937, 3049, 2881, 779: 2934, 807: 2893, 810: 2936, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 3018, 3017, 825: 3039, 827: 2894, 2999, 3011, 3027, 2899, 839: 2895, 843: 2957, 849: 2951, 2955, 3008, 3019, 861: 2959, 2901, 865: 3026, 3028, 901: 2903, 908: 2944, 912: 2998, 3044, 940: 3051, 951: 2952, 964: 3042, 969: 3002, 972: 3013, 974: 3016, 2909, 1040: 2964, 1097: 3046, 1106: 2972, 2942, 1109: 2943, 2946, 1112: 2949, 2947, 2950, 1116: 2948, 1118: 2945, 1120: 2953, 2954, 1123: 2960, 2912, 2997, 3036, 1128: 2961, 1139: 2968, 2962, 2963, 2969, 2970, 2971, 2967, 2973, 2974, 1149: 2966, 2965, 1152: 2956, 2917, 1155: 2975, 2989, 2976, 2977, 2980, 2979, 2985, 2984, 2986, 2981, 2987, 2988, 2978, 2983, 2982, 1172: 2941, 1175: 2958, 1180: 2993, 2991, 1183: 2992, 2990, 1188: 2995, 2996, 2994, 1194: 3033, 3000, 1203: 3050, 3001, 1212: 3003, 1214: 3004, 3030, 1218: 3034, 1228: 3035, 1244: 3006, 3007, 1253: 3012, 1256: 3009, 3010, 1263: 3032, 3043, 3015, 3014, 1272: 3020, 1274: 3022, 3021, 1277: 3024, 1279: 3031, 1282: 3023, 1288: 3037, 1301: 3025, 3005, 3029, 1472: 2878, 1475: 2879}, + {1: 2877}, + {7831, 2876}, + {18: 7784, 51: 7783, 219: 7780, 245: 7785, 318: 7781, 552: 4705, 594: 7782, 611: 2135, 647: 6706, 935: 7779, 965: 4704}, + {219: 7764, 611: 7763}, // 5 - {611: 7752}, - {378: 7730, 611: 7731, 647: 6701, 935: 7732}, - {430: 7711, 549: 7712, 611: 2677, 1468: 7710}, - {158: 5283, 316: 770, 611: 770, 899: 5282, 914: 7664}, - {2645, 2645, 416: 7663, 423: 7662}, + {611: 7757}, + {379: 7735, 611: 7736, 647: 6706, 935: 7737}, + {430: 7716, 549: 7717, 611: 2679, 1469: 7715}, + {158: 5288, 316: 770, 611: 770, 899: 5287, 914: 7669}, + {2647, 2647, 416: 7668, 423: 7667}, // 10 - {454: 7651}, - {536: 7650}, - {2612, 2612, 86: 6615, 570: 6613, 901: 6614, 1136: 7649}, - {18: 2382, 51: 7177, 102: 2382, 133: 2382, 181: 2382, 185: 7175, 203: 800, 207: 7098, 218: 6200, 7174, 244: 7178, 6860, 273: 7166, 571: 7173, 611: 2350, 647: 6701, 660: 2382, 708: 7168, 713: 2489, 750: 7170, 935: 7171, 971: 7179, 1054: 7176, 1071: 6199, 1378: 7167, 1417: 7172, 1467: 7169}, - {18: 7104, 51: 7105, 133: 7099, 155: 2350, 185: 7101, 203: 800, 207: 7098, 7096, 218: 6200, 7100, 224: 1248, 7102, 244: 7106, 6860, 273: 7093, 611: 2350, 647: 6701, 713: 7095, 935: 7094, 971: 7107, 1054: 7103, 1071: 7097}, + {454: 7656}, + {536: 7655}, + {2614, 2614, 86: 6620, 570: 6618, 901: 6619, 1136: 7654}, + {18: 2382, 51: 7182, 102: 2382, 133: 2382, 181: 2382, 185: 7180, 203: 800, 207: 7103, 218: 6205, 7179, 245: 7183, 6865, 273: 7171, 571: 7178, 611: 2350, 647: 6706, 660: 2382, 708: 7173, 713: 2489, 750: 7175, 935: 7176, 971: 7184, 1054: 7181, 1071: 6204, 1379: 7172, 1418: 7177, 1468: 7174}, + {18: 7109, 51: 7110, 133: 7104, 155: 2350, 185: 7106, 203: 800, 207: 7103, 7101, 218: 6205, 7105, 224: 1248, 7107, 245: 7111, 6865, 273: 7098, 611: 2350, 647: 6706, 713: 7100, 935: 7099, 971: 7112, 1054: 7108, 1071: 7102}, // 15 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 7092}, - {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 552: 1067, 565: 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6001, 948: 6002, 998: 7080}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 7097}, + {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 552: 1067, 565: 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6006, 948: 6007, 998: 7085}, {2359, 2359}, {2358, 2358}, - {534: 2928, 550: 2926, 611: 2925, 658: 2921, 717: 3038, 779: 3878, 807: 2891, 810: 3877, 2922, 2923, 2924, 2933, 2931, 3879, 3880, 825: 5742, 827: 5740, 839: 5741}, + {534: 2930, 550: 2928, 611: 2927, 658: 2923, 717: 3040, 779: 3880, 807: 2893, 810: 3879, 2924, 2925, 2926, 2935, 2933, 3881, 3882, 825: 5747, 827: 5745, 839: 5746}, // 20 - {84: 2884, 2887, 87: 2917, 2885, 117: 7053, 196: 2900, 232: 7052, 534: 2928, 2927, 550: 2926, 555: 2912, 559: 7056, 590: 2911, 611: 2925, 658: 2921, 716: 2883, 3038, 779: 7054, 807: 2891, 810: 7055, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7062, 7061, 825: 3037, 827: 2892, 7059, 7060, 7058, 839: 2893, 843: 7057, 849: 7070, 7065, 7068, 7069, 901: 2901, 913: 7071, 951: 7064, 969: 7063, 972: 7067, 974: 7066, 1027: 7051}, + {84: 2886, 2889, 87: 2919, 2887, 117: 7058, 196: 2902, 232: 7057, 534: 2930, 2929, 550: 2928, 555: 2914, 559: 7061, 590: 2913, 611: 2927, 658: 2923, 716: 2885, 3040, 779: 7059, 807: 2893, 810: 7060, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7067, 7066, 825: 3039, 827: 2894, 7064, 7065, 7063, 839: 2895, 843: 7062, 849: 7075, 7070, 7073, 7074, 901: 2903, 913: 7076, 951: 7069, 969: 7068, 972: 7072, 974: 7071, 1027: 7056}, {2: 2326, 2326, 2326, 2326, 2326, 2326, 2326, 10: 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 58: 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 534: 2326, 2326, 550: 2326, 555: 2326, 561: 2326, 563: 2326, 590: 2326, 611: 2326, 658: 2326, 716: 2326, 2326, 727: 2326, 807: 2326}, {2: 2325, 2325, 2325, 2325, 2325, 2325, 2325, 10: 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 58: 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 534: 2325, 2325, 550: 2325, 555: 2325, 561: 2325, 563: 2325, 590: 2325, 611: 2325, 658: 2325, 716: 2325, 2325, 727: 2325, 807: 2325}, {2: 2324, 2324, 2324, 2324, 2324, 2324, 2324, 10: 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 58: 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 534: 2324, 2324, 550: 2324, 555: 2324, 561: 2324, 563: 2324, 590: 2324, 611: 2324, 658: 2324, 716: 2324, 2324, 727: 2324, 807: 2324}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 7021, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 7019, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2928, 2927, 550: 2926, 555: 2912, 561: 7018, 563: 3952, 590: 2911, 611: 2925, 658: 2921, 716: 7020, 3038, 727: 4673, 775: 3951, 3071, 3072, 3070, 4674, 807: 2891, 7016, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 7017}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 7026, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 7024, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2930, 2929, 550: 2928, 555: 2914, 561: 7023, 563: 3954, 590: 2913, 611: 2927, 658: 2923, 716: 7025, 3040, 727: 4675, 775: 3953, 3073, 3074, 3072, 4676, 807: 2893, 7021, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 7022}, // 25 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7015, 3071, 3072, 3070}, - {196: 7013}, - {159: 7006, 611: 6705, 647: 6701, 935: 6704, 1122: 7005}, - {188: 7003}, - {188: 7000}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7020, 3073, 3074, 3072}, + {196: 7018}, + {159: 7011, 611: 6710, 647: 6706, 935: 6709, 1122: 7010}, + {188: 7008}, + {188: 7005}, // 30 + {188: 7003}, {188: 6998}, - {188: 6993}, - {16: 4445, 18: 6821, 30: 6851, 6850, 92: 6830, 131: 793, 6822, 139: 800, 155: 793, 157: 793, 180: 800, 188: 6807, 207: 6859, 217: 6862, 240: 6819, 245: 6860, 248: 800, 260: 6861, 267: 6845, 793, 282: 6808, 303: 6842, 315: 6835, 331: 6841, 344: 6863, 365: 6834, 370: 6857, 372: 6839, 6820, 379: 6837, 6855, 382: 6828, 389: 6826, 6844, 394: 6832, 397: 6843, 6812, 6854, 6824, 408: 6813, 426: 6818, 6817, 432: 6858, 439: 6846, 441: 6852, 6849, 6853, 6848, 455: 6838, 556: 4446, 589: 6814, 611: 6811, 659: 6833, 712: 4444, 6823, 716: 6856, 743: 6810, 857: 6829, 971: 6840, 1021: 6847, 1054: 6836, 1060: 6825, 1151: 6827, 1226: 6816, 1444: 6815, 1459: 6831, 1465: 6809}, - {132: 6802, 282: 6801}, - {424: 6703, 611: 6705, 647: 6701, 935: 6704, 1122: 6702}, + {16: 4447, 18: 6826, 30: 6856, 6855, 92: 6835, 131: 793, 6827, 139: 800, 155: 793, 157: 793, 180: 800, 188: 6812, 207: 6864, 217: 6867, 241: 6824, 246: 6865, 249: 800, 261: 6866, 267: 6850, 793, 282: 6813, 303: 6847, 315: 6840, 332: 6846, 345: 6868, 366: 6839, 371: 6862, 373: 6844, 6825, 380: 6842, 6860, 383: 6833, 390: 6831, 6849, 395: 6837, 398: 6848, 6817, 6859, 6829, 409: 6818, 426: 6823, 6822, 432: 6863, 439: 6851, 441: 6857, 6854, 6858, 6853, 455: 6843, 556: 4448, 589: 6819, 611: 6816, 659: 6838, 712: 4446, 6828, 716: 6861, 743: 6815, 857: 6834, 971: 6845, 1021: 6852, 1054: 6841, 1060: 6830, 1151: 6832, 1227: 6821, 1445: 6820, 1460: 6836, 1466: 6814}, + {132: 6807, 282: 6806}, + {424: 6708, 611: 6710, 647: 6706, 935: 6709, 1122: 6707}, // 35 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6690, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6692, 3071, 3072, 3070, 1429: 6691}, - {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 552: 1067, 562: 1067, 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6001, 948: 6002, 998: 6677}, - {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 562: 1067, 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6001, 948: 6002, 998: 6641}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6636, 3071, 3072, 3070}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6630, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6695, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6697, 3073, 3074, 3072, 1430: 6696}, + {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 552: 1067, 562: 1067, 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6006, 948: 6007, 998: 6682}, + {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 562: 1067, 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6006, 948: 6007, 998: 6646}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6641, 3073, 3074, 3072}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6635, 3073, 3074, 3072}, // 40 - {224: 6628}, + {224: 6633}, {224: 1249}, - {1247, 1247, 86: 6615, 570: 6613, 715: 6612, 901: 6614, 1136: 6611}, + {1247, 1247, 86: 6620, 570: 6618, 715: 6617, 901: 6619, 1136: 6616}, {1236, 1236}, {1235, 1235}, // 45 - {536: 6610}, - {2: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 10: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 58: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 6580, 6586, 6587, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 534: 1072, 536: 1072, 1072, 1072, 1072, 543: 1072, 1072, 546: 1072, 1072, 1072, 550: 1072, 1072, 555: 1072, 1072, 563: 1072, 1072, 577: 6583, 582: 1072, 589: 1072, 1072, 622: 1072, 629: 1072, 631: 1072, 1072, 1072, 1072, 639: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 659: 1072, 661: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 714: 1072, 719: 4201, 832: 4199, 4200, 836: 6004, 838: 6006, 840: 6005, 844: 6001, 853: 6579, 6582, 6578, 889: 6498, 891: 6576, 941: 6577, 948: 6575, 1269: 6585, 6581, 1453: 6574, 6584}, - {433, 433, 57: 433, 533: 433, 535: 433, 542: 433, 545: 433, 553: 433, 433, 557: 433, 433, 561: 433, 433, 565: 6549, 433, 4689, 433, 575: 433, 893: 4690, 6550, 1368: 6548}, - {1062, 1062, 57: 1062, 533: 1062, 535: 1062, 542: 1062, 545: 1062, 553: 1062, 1062, 557: 1062, 1062, 561: 1062, 1062, 566: 1062, 568: 1062, 575: 6536, 1055: 6538, 1086: 6537}, - {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3881, 845: 3935, 915: 6532}, + {536: 6615}, + {2: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 10: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 58: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 6585, 6591, 6592, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 534: 1072, 536: 1072, 1072, 1072, 1072, 543: 1072, 1072, 546: 1072, 1072, 1072, 550: 1072, 1072, 555: 1072, 1072, 563: 1072, 1072, 577: 6588, 582: 1072, 589: 1072, 1072, 622: 1072, 629: 1072, 631: 1072, 1072, 1072, 1072, 639: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 659: 1072, 661: 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 1072, 714: 1072, 719: 4203, 832: 4201, 4202, 836: 6009, 838: 6011, 840: 6010, 844: 6006, 853: 6584, 6587, 6583, 889: 6503, 891: 6581, 941: 6582, 948: 6580, 1270: 6590, 6586, 1454: 6579, 6589}, + {433, 433, 57: 433, 533: 433, 535: 433, 542: 433, 545: 433, 553: 433, 433, 557: 433, 433, 561: 433, 433, 565: 6554, 433, 4691, 433, 575: 433, 893: 4692, 6555, 1369: 6553}, + {1062, 1062, 57: 1062, 533: 1062, 535: 1062, 542: 1062, 545: 1062, 553: 1062, 1062, 557: 1062, 1062, 561: 1062, 1062, 566: 1062, 568: 1062, 575: 6541, 1055: 6543, 1086: 6542}, + {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3883, 845: 3937, 915: 6537}, // 50 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6527}, - {642: 3916, 1019: 3915, 1101: 3914}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6514, 3071, 3072, 3070, 1039: 6513, 1310: 6511, 1441: 6512}, - {534: 2928, 2927, 550: 2926, 611: 2925, 658: 2921, 779: 6510, 810: 3871, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 3873, 3872}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6532}, + {642: 3918, 1019: 3917, 1101: 3916}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6519, 3073, 3074, 3072, 1039: 6518, 1311: 6516, 1442: 6517}, + {534: 2930, 2929, 550: 2928, 611: 2927, 658: 2923, 779: 6515, 810: 3873, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 3875, 3874}, {1043, 1043, 57: 1043, 533: 1043, 535: 1043, 545: 1043}, // 55 {1042, 1042, 57: 1042, 533: 1042, 535: 1042, 545: 1042}, - {542: 6495, 553: 6496, 6497, 1456: 6494}, - {682, 682, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {542: 6500, 553: 6501, 6502, 1457: 6499}, + {682, 682, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, {542: 1031, 553: 1031, 1031}, {684, 684, 542: 1029, 553: 1029, 1029}, // 60 - {303: 6479, 331: 6478}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 6316, 6311, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 6317, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 6314, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 6318, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 6321, 3090, 3091, 3123, 6313, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 6319, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 6312, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 6322, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 6320, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 6315, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 6324, 556: 4446, 631: 6328, 655: 6327, 712: 4444, 775: 6325, 3071, 3072, 3070, 857: 6329, 931: 6326, 1103: 6330, 1304: 6323}, - {17: 6168, 58: 6171, 250: 6169, 259: 6175, 266: 6170, 6173, 269: 6166, 6174, 286: 6176, 335: 6172, 376: 6167, 391: 6177, 458: 6179, 559: 6178, 706: 6165, 975: 6164}, - {22: 770, 139: 770, 155: 770, 158: 5283, 770, 240: 770, 246: 770, 257: 770, 275: 770, 289: 770, 310: 770, 314: 770, 589: 770, 611: 770, 899: 5282, 914: 6139}, + {303: 6484, 332: 6483}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 6321, 6316, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 6322, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 6319, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 6323, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 6326, 3092, 3093, 3125, 6318, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 6324, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 6317, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 6327, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 6325, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 6320, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 6329, 556: 4448, 631: 6333, 655: 6332, 712: 4446, 775: 6330, 3073, 3074, 3072, 857: 6334, 931: 6331, 1103: 6335, 1305: 6328}, + {17: 6173, 58: 6176, 251: 6174, 260: 6180, 266: 6175, 6178, 269: 6171, 6179, 286: 6181, 336: 6177, 377: 6172, 392: 6182, 458: 6184, 559: 6183, 706: 6170, 975: 6169}, + {22: 770, 139: 770, 155: 770, 158: 5288, 770, 241: 770, 247: 770, 258: 770, 275: 770, 289: 770, 310: 770, 314: 770, 589: 770, 611: 770, 899: 5287, 914: 6144}, {761, 761}, // 65 {760, 760}, @@ -7109,46 +7113,46 @@ var ( {664, 664}, // 160 {637, 637}, - {2: 580, 580, 580, 580, 580, 580, 580, 10: 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 58: 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 563: 580, 611: 6136, 1412: 6137}, + {2: 580, 580, 580, 580, 580, 580, 580, 10: 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 58: 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 563: 580, 611: 6141, 1413: 6142}, {439, 439, 545: 439}, - {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 534: 1067, 552: 1067, 563: 1067, 646: 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6001, 948: 6002, 998: 6003}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 6000}, + {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 534: 1067, 552: 1067, 563: 1067, 646: 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6006, 948: 6007, 998: 6008}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 6005}, // 165 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 5842, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 5844, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 5850, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 5846, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 5843, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 5851, 3249, 3499, 5845, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 5848, 5952, 3156, 3403, 5849, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 5847, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 5853, 566: 5876, 590: 5870, 658: 5859, 710: 5874, 713: 5869, 717: 5872, 719: 5863, 727: 5864, 730: 5868, 743: 5865, 775: 3761, 3071, 3072, 3070, 807: 5867, 809: 5852, 902: 5854, 913: 5858, 964: 5873, 975: 5871, 1050: 5855, 1077: 5856, 5862, 1084: 5857, 5860, 1095: 5866, 1099: 5875, 1266: 5953}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 5842, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 5844, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 5850, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 5846, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 5843, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 5851, 3249, 3499, 5845, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 5848, 3155, 3156, 3403, 5849, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 5847, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 5853, 566: 5876, 590: 5870, 658: 5859, 710: 5874, 713: 5869, 717: 5872, 719: 5863, 727: 5864, 730: 5868, 743: 5865, 775: 3761, 3071, 3072, 3070, 807: 5867, 809: 5852, 902: 5854, 913: 5858, 964: 5873, 975: 5871, 1050: 5855, 1077: 5856, 5862, 1084: 5857, 5860, 1095: 5866, 1099: 5875, 1266: 5861}, - {23: 5814, 225: 5815}, - {562: 5773}, - {155: 5744, 225: 5765, 611: 5745, 1297: 5764}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 5847, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 5849, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 5855, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 5851, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 5848, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 5856, 3251, 3501, 5850, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 5853, 5957, 3158, 3405, 5854, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 5852, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 5858, 566: 5881, 590: 5875, 658: 5864, 710: 5879, 713: 5874, 717: 5877, 719: 5868, 727: 5869, 730: 5873, 743: 5870, 775: 3763, 3073, 3074, 3072, 807: 5872, 809: 5857, 902: 5859, 913: 5863, 964: 5878, 975: 5876, 1050: 5860, 1077: 5861, 5867, 1084: 5862, 5865, 1095: 5871, 1099: 5880, 1267: 5958}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 5847, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 5849, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 5855, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 5851, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 5848, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 5856, 3251, 3501, 5850, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 5853, 3157, 3158, 3405, 5854, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 5852, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 5858, 566: 5881, 590: 5875, 658: 5864, 710: 5879, 713: 5874, 717: 5877, 719: 5868, 727: 5869, 730: 5873, 743: 5870, 775: 3763, 3073, 3074, 3072, 807: 5872, 809: 5857, 902: 5859, 913: 5863, 964: 5878, 975: 5876, 1050: 5860, 1077: 5861, 5867, 1084: 5862, 5865, 1095: 5871, 1099: 5880, 1267: 5866}, + {23: 5819, 225: 5820}, + {562: 5778}, + {155: 5749, 225: 5770, 611: 5750, 1298: 5769}, // 170 - {155: 5744, 225: 5746, 611: 5745, 1297: 5743}, - {533: 5726, 558: 211, 1409: 5725}, - {155: 770, 158: 5283, 611: 770, 899: 5282, 914: 5720}, - {28: 5715, 56: 5238, 161: 5716, 534: 5713, 555: 5239, 564: 3057, 803: 5714, 1005: 5717}, - {28: 204, 56: 204, 161: 204, 275: 5712, 534: 204, 555: 204, 564: 204}, + {155: 5749, 225: 5751, 611: 5750, 1298: 5748}, + {533: 5731, 558: 211, 1410: 5730}, + {155: 770, 158: 5288, 611: 770, 899: 5287, 914: 5725}, + {28: 5720, 56: 5240, 161: 5721, 534: 5718, 555: 5241, 564: 3059, 803: 5719, 1005: 5722}, + {28: 204, 56: 204, 161: 204, 275: 5717, 534: 204, 555: 204, 564: 204}, // 175 - {366: 5695}, - {431: 4655}, - {51: 4629}, - {135: 3054}, - {2: 3056, 774: 3055}, + {367: 5700}, + {431: 4657}, + {51: 4631}, + {135: 3056}, + {2: 3058, 774: 3057}, // 180 - {51: 3061, 93: 3062, 117: 3065, 660: 3064, 1079: 3060, 3063, 1440: 3059}, - {564: 3057, 803: 3058}, - {2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 15: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 60: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 94: 2241, 2241, 2241, 98: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 118: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 134: 2241, 138: 2241, 140: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 165: 2241, 2241, 2241, 2241, 214: 2241, 222: 2241, 235: 2241, 239: 2241, 263: 2241, 304: 2241, 533: 2241, 2241, 2241, 538: 2241, 540: 2241, 2241, 2241, 545: 2241, 549: 2241, 2241, 552: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 561: 2241, 2241, 566: 2241, 2241, 569: 2241, 579: 2241, 581: 2241, 2241, 586: 2241, 590: 2241, 2241, 611: 2241, 622: 2241, 629: 2241, 642: 2241, 658: 2241, 712: 2241, 2241, 716: 2241, 2241, 723: 2241, 725: 2241, 807: 2241, 831: 2241, 834: 2241, 841: 2241, 2241}, + {51: 3063, 93: 3064, 117: 3067, 660: 3066, 1079: 3062, 3065, 1441: 3061}, + {564: 3059, 803: 3060}, + {2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 15: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 60: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 94: 2241, 2241, 2241, 98: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 118: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 134: 2241, 138: 2241, 140: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 165: 2241, 2241, 2241, 2241, 214: 2241, 222: 2241, 235: 2241, 240: 2241, 264: 2241, 304: 2241, 533: 2241, 2241, 2241, 538: 2241, 540: 2241, 2241, 2241, 545: 2241, 549: 2241, 2241, 552: 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 561: 2241, 2241, 566: 2241, 2241, 569: 2241, 579: 2241, 581: 2241, 2241, 586: 2241, 590: 2241, 2241, 611: 2241, 622: 2241, 629: 2241, 642: 2241, 658: 2241, 712: 2241, 2241, 716: 2241, 2241, 723: 2241, 725: 2241, 807: 2241, 831: 2241, 834: 2241, 841: 2241, 2241}, {1, 1}, - {12, 12, 9: 4627, 51: 3061, 93: 3062, 117: 3065, 660: 3064, 1079: 4626, 3063}, + {12, 12, 9: 4629, 51: 3063, 93: 3064, 117: 3067, 660: 3066, 1079: 4628, 3065}, // 185 {11, 11, 9: 11, 51: 11, 93: 11, 117: 11, 660: 11}, - {575: 4621}, - {229: 2333, 231: 2333, 560: 4615, 806: 4616, 940: 2333}, + {575: 4623}, + {229: 2333, 231: 2333, 560: 4617, 806: 4618, 940: 2333}, {5, 5, 9: 5, 51: 5, 93: 5, 117: 5, 660: 5}, - {199: 4607, 220: 4606}, + {199: 4609, 220: 4608}, // 190 - {220: 3066}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3615, 3620, 3702, 3619, 3616}, - {1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 4603, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 535: 1802, 1802, 1802, 539: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 552: 1802, 1802, 1802, 557: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 565: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 583: 1802, 1802, 1802, 1802, 1802, 1802, 591: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 612: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 623: 1802, 1802, 1802, 1802, 1802, 1802, 630: 1802, 635: 1802, 1802, 1802, 1802, 660: 1802, 707: 1802, 718: 1802, 721: 1802, 1802}, - {1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 4600, 1801, 1801, 1801, 539: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 552: 1801, 1801, 1801, 557: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 565: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 583: 1801, 1801, 1801, 1801, 1801, 1801, 591: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 612: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 623: 1801, 1801, 1801, 1801, 1801, 1801, 630: 1801, 635: 1801, 1801, 1801, 1801, 660: 1801, 707: 1801, 718: 1801, 721: 1801, 1801}, - {2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 4597, 2110, 2110, 2110, 539: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 552: 2110, 2110, 2110, 557: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 565: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 583: 2110, 2110, 2110, 2110, 2110, 2110, 591: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 612: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 623: 2110, 2110, 2110, 2110, 2110, 2110, 630: 2110, 635: 2110, 2110, 2110, 2110, 660: 2110, 707: 2110, 718: 2110, 721: 2110, 2110}, + {220: 3068}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3617, 3622, 3704, 3621, 3618}, + {1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 4605, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 535: 1802, 1802, 1802, 539: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 552: 1802, 1802, 1802, 557: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 565: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 583: 1802, 1802, 1802, 1802, 1802, 1802, 591: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 612: 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 623: 1802, 1802, 1802, 1802, 1802, 1802, 630: 1802, 635: 1802, 1802, 1802, 1802, 660: 1802, 707: 1802, 718: 1802, 721: 1802, 1802}, + {1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 4602, 1801, 1801, 1801, 539: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 552: 1801, 1801, 1801, 557: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 565: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 583: 1801, 1801, 1801, 1801, 1801, 1801, 591: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 612: 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 1801, 623: 1801, 1801, 1801, 1801, 1801, 1801, 630: 1801, 635: 1801, 1801, 1801, 1801, 660: 1801, 707: 1801, 718: 1801, 721: 1801, 1801}, + {2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 4599, 2110, 2110, 2110, 539: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 552: 2110, 2110, 2110, 557: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 565: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 583: 2110, 2110, 2110, 2110, 2110, 2110, 591: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 612: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 623: 2110, 2110, 2110, 2110, 2110, 2110, 630: 2110, 635: 2110, 2110, 2110, 2110, 660: 2110, 707: 2110, 718: 2110, 721: 2110, 2110}, // 195 {2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109}, {2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108}, @@ -7170,7 +7174,7 @@ var ( // 210 {2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2094}, {2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093}, - {2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 4592, 2092, 2092, 2092, 539: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 552: 2092, 2092, 2092, 557: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 565: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 583: 2092, 2092, 2092, 2092, 2092, 2092, 591: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 612: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 623: 2092, 2092, 2092, 2092, 2092, 2092, 630: 2092, 635: 2092, 2092, 2092, 2092, 660: 2092, 707: 2092, 718: 2092, 721: 2092, 2092}, + {2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 4594, 2092, 2092, 2092, 539: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 552: 2092, 2092, 2092, 557: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 565: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 583: 2092, 2092, 2092, 2092, 2092, 2092, 591: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 612: 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 623: 2092, 2092, 2092, 2092, 2092, 2092, 630: 2092, 635: 2092, 2092, 2092, 2092, 660: 2092, 707: 2092, 718: 2092, 721: 2092, 2092}, {2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2091}, {2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090}, // 215 @@ -7199,7 +7203,7 @@ var ( {2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2070}, // 235 {2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069}, - {2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 1448, 2068, 4591, 2068, 539: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 552: 2068, 2068, 2068, 557: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 565: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 583: 2068, 2068, 2068, 2068, 2068, 2068, 591: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 612: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 623: 2068, 2068, 2068, 2068, 2068, 2068, 630: 2068, 635: 2068, 2068, 2068, 2068, 660: 2068, 707: 2068, 718: 2068, 721: 2068, 2068}, + {2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 1448, 2068, 4593, 2068, 539: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 552: 2068, 2068, 2068, 557: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 565: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 583: 2068, 2068, 2068, 2068, 2068, 2068, 591: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 612: 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 623: 2068, 2068, 2068, 2068, 2068, 2068, 630: 2068, 635: 2068, 2068, 2068, 2068, 660: 2068, 707: 2068, 718: 2068, 721: 2068, 2068}, {2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067}, {2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 1446, 2066, 2066, 2066, 539: 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 552: 2066, 2066, 2066, 557: 2066, 2066, 2066, 2066, 2066, 2066, 2066, 565: 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 583: 2066, 2066, 2066, 2066, 2066, 2066, 591: 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 612: 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 623: 2066, 2066, 2066, 2066, 2066, 2066, 630: 2066, 635: 2066, 2066, 2066, 2066, 660: 2066, 707: 2066, 718: 2066, 721: 2066, 2066}, {2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065}, @@ -7248,7 +7252,7 @@ var ( // 275 {2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029}, {2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028}, - {2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 4588, 2027, 2027, 2027, 539: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 552: 2027, 2027, 2027, 557: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 565: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 583: 2027, 2027, 2027, 2027, 2027, 2027, 591: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 612: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 623: 2027, 2027, 2027, 2027, 2027, 2027, 630: 2027, 635: 2027, 2027, 2027, 2027, 660: 2027, 707: 2027, 718: 2027, 721: 2027, 2027}, + {2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 4590, 2027, 2027, 2027, 539: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 552: 2027, 2027, 2027, 557: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 565: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 583: 2027, 2027, 2027, 2027, 2027, 2027, 591: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 612: 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 623: 2027, 2027, 2027, 2027, 2027, 2027, 630: 2027, 635: 2027, 2027, 2027, 2027, 660: 2027, 707: 2027, 718: 2027, 721: 2027, 2027}, {2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026}, {2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025}, // 280 @@ -7282,8 +7286,8 @@ var ( {2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001}, {2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000}, // 305 - {1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1427, 1999, 4587, 1999, 539: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 552: 1999, 1999, 1999, 557: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 565: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 583: 1999, 1999, 1999, 1999, 1999, 1999, 591: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 612: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 623: 1999, 1999, 1999, 1999, 1999, 1999, 630: 1999, 635: 1999, 1999, 1999, 1999, 660: 1999, 707: 1999, 718: 1999, 721: 1999, 1999}, - {1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1426, 1998, 4586, 1998, 539: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 552: 1998, 1998, 1998, 557: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 565: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 583: 1998, 1998, 1998, 1998, 1998, 1998, 591: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 612: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 623: 1998, 1998, 1998, 1998, 1998, 1998, 630: 1998, 635: 1998, 1998, 1998, 1998, 660: 1998, 707: 1998, 718: 1998, 721: 1998, 1998}, + {1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1427, 1999, 4589, 1999, 539: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 552: 1999, 1999, 1999, 557: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 565: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 583: 1999, 1999, 1999, 1999, 1999, 1999, 591: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 612: 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 623: 1999, 1999, 1999, 1999, 1999, 1999, 630: 1999, 635: 1999, 1999, 1999, 1999, 660: 1999, 707: 1999, 718: 1999, 721: 1999, 1999}, + {1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1426, 1998, 4588, 1998, 539: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 552: 1998, 1998, 1998, 557: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 565: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 583: 1998, 1998, 1998, 1998, 1998, 1998, 591: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 612: 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 623: 1998, 1998, 1998, 1998, 1998, 1998, 630: 1998, 635: 1998, 1998, 1998, 1998, 660: 1998, 707: 1998, 718: 1998, 721: 1998, 1998}, {1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997}, {1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996}, {1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1425, 1995, 1995, 1995, 539: 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 552: 1995, 1995, 1995, 557: 1995, 1995, 1995, 1995, 1995, 1995, 1995, 565: 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 583: 1995, 1995, 1995, 1995, 1995, 1995, 591: 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 612: 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 623: 1995, 1995, 1995, 1995, 1995, 1995, 630: 1995, 635: 1995, 1995, 1995, 1995, 660: 1995, 707: 1995, 718: 1995, 721: 1995, 1995}, @@ -7298,7 +7302,7 @@ var ( {1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1422, 1988, 1988, 1988, 539: 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 552: 1988, 1988, 1988, 557: 1988, 1988, 1988, 1988, 1988, 1988, 1988, 565: 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 583: 1988, 1988, 1988, 1988, 1988, 1988, 591: 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 612: 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 623: 1988, 1988, 1988, 1988, 1988, 1988, 630: 1988, 635: 1988, 1988, 1988, 1988, 660: 1988, 707: 1988, 718: 1988, 721: 1988, 1988}, {1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987}, {1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1423, 1986, 1986, 1986, 539: 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 552: 1986, 1986, 1986, 557: 1986, 1986, 1986, 1986, 1986, 1986, 1986, 565: 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 583: 1986, 1986, 1986, 1986, 1986, 1986, 591: 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 612: 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 623: 1986, 1986, 1986, 1986, 1986, 1986, 630: 1986, 635: 1986, 1986, 1986, 1986, 660: 1986, 707: 1986, 718: 1986, 721: 1986, 1986}, - {1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 4576, 1985, 1985, 1985, 539: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 552: 1985, 1985, 1985, 557: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 565: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 583: 1985, 1985, 1985, 1985, 1985, 1985, 591: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 612: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 623: 1985, 1985, 1985, 1985, 1985, 1985, 630: 1985, 635: 1985, 1985, 1985, 1985, 660: 1985, 707: 1985, 718: 1985, 721: 1985, 1985}, + {1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 4578, 1985, 1985, 1985, 539: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 552: 1985, 1985, 1985, 557: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 565: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 583: 1985, 1985, 1985, 1985, 1985, 1985, 591: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 612: 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 623: 1985, 1985, 1985, 1985, 1985, 1985, 630: 1985, 635: 1985, 1985, 1985, 1985, 660: 1985, 707: 1985, 718: 1985, 721: 1985, 1985}, // 320 {1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984}, {1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983}, @@ -7518,8 +7522,8 @@ var ( // 500 {1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804}, {1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803}, - {1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 4573, 1800, 1800, 1800, 539: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 552: 1800, 1800, 1800, 557: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 565: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 583: 1800, 1800, 1800, 1800, 1800, 1800, 591: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 612: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 623: 1800, 1800, 1800, 1800, 1800, 1800, 630: 1800, 635: 1800, 1800, 1800, 1800, 660: 1800, 707: 1800, 718: 1800, 721: 1800, 1800}, - {1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 4562, 1799, 1799, 1799, 539: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 552: 1799, 1799, 1799, 557: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 565: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 583: 1799, 1799, 1799, 1799, 1799, 1799, 591: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 612: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 623: 1799, 1799, 1799, 1799, 1799, 1799, 630: 1799, 635: 1799, 1799, 1799, 1799, 660: 1799, 707: 1799, 718: 1799, 721: 1799, 1799}, + {1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 4575, 1800, 1800, 1800, 539: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 552: 1800, 1800, 1800, 557: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 565: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 583: 1800, 1800, 1800, 1800, 1800, 1800, 591: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 612: 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 623: 1800, 1800, 1800, 1800, 1800, 1800, 630: 1800, 635: 1800, 1800, 1800, 1800, 660: 1800, 707: 1800, 718: 1800, 721: 1800, 1800}, + {1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 4564, 1799, 1799, 1799, 539: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 552: 1799, 1799, 1799, 557: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 565: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 583: 1799, 1799, 1799, 1799, 1799, 1799, 591: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 612: 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 623: 1799, 1799, 1799, 1799, 1799, 1799, 630: 1799, 635: 1799, 1799, 1799, 1799, 660: 1799, 707: 1799, 718: 1799, 721: 1799, 1799}, {1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798, 1798}, // 505 {1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797}, @@ -7667,7 +7671,7 @@ var ( {1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678}, // 625 {1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677}, - {1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 4553, 1676, 1676, 1676, 539: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 552: 1676, 1676, 1676, 557: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 565: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 583: 1676, 1676, 1676, 1676, 1676, 1676, 591: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 612: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 623: 1676, 1676, 1676, 1676, 1676, 1676, 630: 1676, 635: 1676, 1676, 1676, 1676, 660: 1676, 707: 1676, 718: 1676, 721: 1676, 1676}, + {1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 4555, 1676, 1676, 1676, 539: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 552: 1676, 1676, 1676, 557: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 565: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 583: 1676, 1676, 1676, 1676, 1676, 1676, 591: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 612: 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 623: 1676, 1676, 1676, 1676, 1676, 1676, 630: 1676, 635: 1676, 1676, 1676, 1676, 660: 1676, 707: 1676, 718: 1676, 721: 1676, 1676}, {1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675, 1675}, {1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1674}, {1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1673}, @@ -7705,8 +7709,8 @@ var ( {1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647}, {1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646}, {1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645}, - {1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 4546, 1644, 1644, 1644, 539: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 552: 1644, 1644, 1644, 557: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 565: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 583: 1644, 1644, 1644, 1644, 1644, 1644, 591: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 612: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 623: 1644, 1644, 1644, 1644, 1644, 1644, 630: 1644, 635: 1644, 1644, 1644, 1644, 660: 1644, 707: 1644, 718: 1644, 721: 1644, 1644}, - {1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 4539, 1643, 1643, 1643, 539: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 552: 1643, 1643, 1643, 557: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 565: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 583: 1643, 1643, 1643, 1643, 1643, 1643, 591: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 612: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 623: 1643, 1643, 1643, 1643, 1643, 1643, 630: 1643, 635: 1643, 1643, 1643, 1643, 660: 1643, 707: 1643, 718: 1643, 721: 1643, 1643}, + {1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 4548, 1644, 1644, 1644, 539: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 552: 1644, 1644, 1644, 557: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 565: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 583: 1644, 1644, 1644, 1644, 1644, 1644, 591: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 612: 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 623: 1644, 1644, 1644, 1644, 1644, 1644, 630: 1644, 635: 1644, 1644, 1644, 1644, 660: 1644, 707: 1644, 718: 1644, 721: 1644, 1644}, + {1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 4541, 1643, 1643, 1643, 539: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 552: 1643, 1643, 1643, 557: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 565: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 583: 1643, 1643, 1643, 1643, 1643, 1643, 591: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 612: 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 623: 1643, 1643, 1643, 1643, 1643, 1643, 630: 1643, 635: 1643, 1643, 1643, 1643, 660: 1643, 707: 1643, 718: 1643, 721: 1643, 1643}, // 660 {1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642}, {1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1641}, @@ -7730,9 +7734,9 @@ var ( {1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1626}, {1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1625}, {1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624}, - {1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 4519, 1623, 1623, 1623, 539: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 552: 1623, 1623, 1623, 557: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 565: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 583: 1623, 1623, 1623, 1623, 1623, 1623, 591: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 612: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 623: 1623, 1623, 1623, 1623, 1623, 1623, 630: 1623, 635: 1623, 1623, 1623, 1623, 660: 1623, 707: 1623, 718: 1623, 721: 1623, 1623}, + {1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 4521, 1623, 1623, 1623, 539: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 552: 1623, 1623, 1623, 557: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 565: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 583: 1623, 1623, 1623, 1623, 1623, 1623, 591: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 612: 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 623: 1623, 1623, 1623, 1623, 1623, 1623, 630: 1623, 635: 1623, 1623, 1623, 1623, 660: 1623, 707: 1623, 718: 1623, 721: 1623, 1623}, // 680 - {1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 4511, 1622, 1622, 1622, 539: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 552: 1622, 1622, 1622, 557: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 565: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 583: 1622, 1622, 1622, 1622, 1622, 1622, 591: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 612: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 623: 1622, 1622, 1622, 1622, 1622, 1622, 630: 1622, 635: 1622, 1622, 1622, 1622, 660: 1622, 707: 1622, 718: 1622, 721: 1622, 1622}, + {1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 4513, 1622, 1622, 1622, 539: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 552: 1622, 1622, 1622, 557: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 565: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 583: 1622, 1622, 1622, 1622, 1622, 1622, 591: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 612: 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 623: 1622, 1622, 1622, 1622, 1622, 1622, 630: 1622, 635: 1622, 1622, 1622, 1622, 660: 1622, 707: 1622, 718: 1622, 721: 1622, 1622}, {1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621}, {1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620}, {1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1619}, @@ -7792,44 +7796,44 @@ var ( {1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 535: 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 551: 1539, 1539, 1539, 1539, 557: 1539, 1539, 1539, 1539, 1539, 1539, 1539, 565: 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 583: 1539, 1539, 1539, 1539, 1539, 1539, 591: 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 612: 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 623: 1539, 1539, 1539, 1539, 1539, 1539, 630: 1539, 635: 1539, 1539, 1539, 1539, 660: 1539, 704: 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539}, {1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 535: 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 551: 1538, 1538, 1538, 1538, 557: 1538, 1538, 1538, 1538, 1538, 1538, 1538, 565: 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 583: 1538, 1538, 1538, 1538, 1538, 1538, 591: 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 612: 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 623: 1538, 1538, 1538, 1538, 1538, 1538, 630: 1538, 635: 1538, 1538, 1538, 1538, 660: 1538, 704: 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1538}, // 730 - {1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 535: 1537, 4510, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 551: 1537, 1537, 1537, 1537, 557: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 565: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 583: 1537, 1537, 1537, 1537, 1537, 1537, 591: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 612: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 623: 1537, 1537, 1537, 1537, 1537, 1537, 630: 1537, 635: 1537, 1537, 1537, 1537, 660: 1537, 704: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537}, - {536: 4507, 641: 4508, 643: 4509}, + {1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 535: 1537, 4512, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 551: 1537, 1537, 1537, 1537, 557: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 565: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 583: 1537, 1537, 1537, 1537, 1537, 1537, 591: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 612: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 623: 1537, 1537, 1537, 1537, 1537, 1537, 630: 1537, 635: 1537, 1537, 1537, 1537, 660: 1537, 704: 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537}, + {536: 4509, 641: 4510, 643: 4511}, {1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 535: 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 551: 1535, 1535, 1535, 1535, 557: 1535, 1535, 1535, 1535, 1535, 1535, 1535, 565: 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 583: 1535, 1535, 1535, 1535, 1535, 1535, 591: 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 612: 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535, 623: 1535, 1535, 1535, 1535, 1535, 1535, 630: 1535, 635: 1535, 1535, 1535, 1535, 660: 1535, 704: 1535, 1535, 1535, 1535, 1535, 1535, 1535, 1535}, {1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 535: 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 551: 1534, 1534, 1534, 1534, 557: 1534, 1534, 1534, 1534, 1534, 1534, 1534, 565: 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 583: 1534, 1534, 1534, 1534, 1534, 1534, 591: 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 612: 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 623: 1534, 1534, 1534, 1534, 1534, 1534, 630: 1534, 635: 1534, 1534, 1534, 1534, 660: 1534, 704: 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534}, {1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 535: 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 551: 1531, 1531, 1531, 1531, 557: 1531, 1531, 1531, 1531, 1531, 1531, 1531, 565: 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 583: 1531, 1531, 1531, 1531, 1531, 1531, 591: 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 612: 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 623: 1531, 1531, 1531, 1531, 1531, 1531, 630: 1531, 635: 1531, 1531, 1531, 1531, 660: 1531, 704: 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531}, // 735 - {1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 535: 1498, 1498, 1498, 539: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 552: 1498, 1498, 1498, 557: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 565: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 583: 1498, 1498, 1498, 1498, 1498, 1498, 591: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 612: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 623: 1498, 1498, 1498, 1498, 1498, 1498, 630: 1498, 635: 1498, 1498, 1498, 1498, 660: 1498, 707: 1498, 718: 4502, 721: 1498, 1498}, - {1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 535: 1495, 1495, 1495, 539: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 552: 1495, 1495, 1495, 557: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 565: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 583: 1495, 1495, 1495, 1495, 1495, 1495, 591: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 612: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 623: 1495, 1495, 1495, 1495, 1495, 1495, 630: 1495, 635: 1495, 1495, 1495, 1495, 660: 1495, 707: 1495, 721: 4498, 4499}, + {1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 535: 1498, 1498, 1498, 539: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 552: 1498, 1498, 1498, 557: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 565: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 583: 1498, 1498, 1498, 1498, 1498, 1498, 591: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 612: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 623: 1498, 1498, 1498, 1498, 1498, 1498, 630: 1498, 635: 1498, 1498, 1498, 1498, 660: 1498, 707: 1498, 718: 4504, 721: 1498, 1498}, + {1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 535: 1495, 1495, 1495, 539: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 552: 1495, 1495, 1495, 557: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 565: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 583: 1495, 1495, 1495, 1495, 1495, 1495, 591: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 612: 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 623: 1495, 1495, 1495, 1495, 1495, 1495, 630: 1495, 635: 1495, 1495, 1495, 1495, 660: 1495, 707: 1495, 721: 4500, 4501}, {1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 535: 1494, 1494, 1494, 539: 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 552: 1494, 1494, 1494, 557: 1494, 1494, 1494, 1494, 1494, 1494, 1494, 565: 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 583: 1494, 1494, 1494, 1494, 1494, 1494, 591: 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 612: 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 623: 1494, 1494, 1494, 1494, 1494, 1494, 630: 1494, 635: 1494, 1494, 1494, 1494, 660: 1494, 707: 1494}, {1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 535: 1493, 1493, 1493, 539: 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 552: 1493, 1493, 1493, 557: 1493, 1493, 1493, 1493, 1493, 1493, 1493, 565: 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 583: 1493, 1493, 1493, 1493, 1493, 1493, 591: 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 612: 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 623: 1493, 1493, 1493, 1493, 1493, 1493, 630: 1493, 635: 1493, 1493, 1493, 1493, 660: 1493, 707: 1493}, {1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 535: 1492, 1492, 1492, 539: 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 552: 1492, 1492, 1492, 557: 1492, 1492, 1492, 1492, 1492, 1492, 1492, 565: 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 583: 1492, 1492, 1492, 1492, 1492, 1492, 591: 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 612: 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 623: 1492, 1492, 1492, 1492, 1492, 1492, 630: 1492, 635: 1492, 1492, 1492, 1492, 660: 1492, 707: 1492}, // 740 - {3, 3, 9: 3, 51: 3, 93: 3, 117: 3, 541: 3716, 660: 3, 707: 3717}, + {3, 3, 9: 3, 51: 3, 93: 3, 117: 3, 541: 3718, 660: 3, 707: 3719}, {1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 535: 1490, 1490, 1490, 539: 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 552: 1490, 1490, 1490, 557: 1490, 1490, 1490, 1490, 1490, 1490, 1490, 565: 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 583: 1490, 1490, 1490, 1490, 1490, 1490, 591: 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 612: 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 623: 1490, 1490, 1490, 1490, 1490, 1490, 630: 1490, 635: 1490, 1490, 1490, 1490, 660: 1490, 707: 1490}, {1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 535: 1489, 1489, 1489, 539: 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 552: 1489, 1489, 1489, 557: 1489, 1489, 1489, 1489, 1489, 1489, 1489, 565: 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 583: 1489, 1489, 1489, 1489, 1489, 1489, 591: 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 612: 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 623: 1489, 1489, 1489, 1489, 1489, 1489, 630: 1489, 635: 1489, 1489, 1489, 1489, 660: 1489, 707: 1489}, {1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 535: 1488, 1488, 1488, 539: 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 552: 1488, 1488, 1488, 557: 1488, 1488, 1488, 1488, 1488, 1488, 1488, 565: 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 583: 1488, 1488, 1488, 1488, 1488, 1488, 591: 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 612: 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 623: 1488, 1488, 1488, 1488, 1488, 1488, 630: 1488, 635: 1488, 1488, 1488, 1488, 660: 1488, 707: 1488}, {1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 535: 1487, 1487, 1487, 539: 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 552: 1487, 1487, 1487, 557: 1487, 1487, 1487, 1487, 1487, 1487, 1487, 565: 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 583: 1487, 1487, 1487, 1487, 1487, 1487, 591: 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 612: 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 623: 1487, 1487, 1487, 1487, 1487, 1487, 630: 1487, 635: 1487, 1487, 1487, 1487, 660: 1487, 707: 1487}, // 745 {1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 535: 1486, 1486, 1486, 539: 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 552: 1486, 1486, 1486, 557: 1486, 1486, 1486, 1486, 1486, 1486, 1486, 565: 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 583: 1486, 1486, 1486, 1486, 1486, 1486, 591: 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 612: 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 623: 1486, 1486, 1486, 1486, 1486, 1486, 630: 1486, 635: 1486, 1486, 1486, 1486, 660: 1486, 707: 1486}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4497, 3620, 3702, 3619, 3616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4496, 3620, 3702, 3619, 3616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4495, 3620, 3702, 3619, 3616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4494, 3620, 3702, 3619, 3616}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4499, 3622, 3704, 3621, 3618}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4498, 3622, 3704, 3621, 3618}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4497, 3622, 3704, 3621, 3618}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4496, 3622, 3704, 3621, 3618}, // 750 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4493, 3620, 3702, 3619, 3616}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4495, 3622, 3704, 3621, 3618}, {1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 535: 1479, 1479, 1479, 539: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 552: 1479, 1479, 1479, 557: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 565: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 583: 1479, 1479, 1479, 1479, 1479, 1479, 591: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 612: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 623: 1479, 1479, 1479, 1479, 1479, 1479, 630: 1479, 635: 1479, 1479, 1479, 1479, 660: 1479, 707: 1479}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 2927, 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3869, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 611: 2925, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 2921, 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3868, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4487, 810: 3871, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 3873, 3872, 863: 4488}, - {534: 4482}, - {534: 2928, 779: 4481}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 2929, 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3871, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 611: 2927, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 2923, 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3870, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4489, 810: 3873, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 3875, 3874, 863: 4490}, + {534: 4484}, + {534: 2930, 779: 4483}, // 755 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4478, 3071, 3072, 3070}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4477, 3620, 3702, 3619, 3616}, - {534: 4470}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 592: 1295, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4457, 1359: 4458}, - {534: 4399}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4480, 3073, 3074, 3072}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4479, 3622, 3704, 3621, 3618}, + {534: 4472}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 592: 1295, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4459, 1360: 4460}, + {534: 4401}, // 760 - {534: 3924}, - {534: 3913}, + {534: 3926}, + {534: 3915}, {534: 1447}, {534: 1444}, {534: 1443}, @@ -7853,81 +7857,81 @@ var ( {1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 539: 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 552: 1410, 1410, 1410, 557: 1410, 1410, 1410, 1410, 1410, 1410, 1410, 565: 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 583: 1410, 1410, 1410, 1410, 1410, 1410, 591: 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 612: 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 623: 1410, 1410, 1410, 1410, 1410, 1410, 630: 1410, 635: 1410, 1410, 1410, 1410, 660: 1410, 707: 1410}, // 780 {1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 539: 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 552: 1409, 1409, 1409, 557: 1409, 1409, 1409, 1409, 1409, 1409, 1409, 565: 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 583: 1409, 1409, 1409, 1409, 1409, 1409, 591: 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 612: 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 623: 1409, 1409, 1409, 1409, 1409, 1409, 630: 1409, 635: 1409, 1409, 1409, 1409, 660: 1409, 707: 1409}, - {534: 4396}, - {534: 4393}, - {1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 4390, 1421, 1421, 1421, 539: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 552: 1421, 1421, 1421, 557: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 565: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 583: 1421, 1421, 1421, 1421, 1421, 1421, 591: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 612: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 623: 1421, 1421, 1421, 1421, 1421, 1421, 630: 1421, 635: 1421, 1421, 1421, 1421, 660: 1421, 707: 1421, 1229: 4391}, - {534: 4388}, + {534: 4398}, + {534: 4395}, + {1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 4392, 1421, 1421, 1421, 539: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 552: 1421, 1421, 1421, 557: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 565: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 583: 1421, 1421, 1421, 1421, 1421, 1421, 591: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 612: 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 623: 1421, 1421, 1421, 1421, 1421, 1421, 630: 1421, 635: 1421, 1421, 1421, 1421, 660: 1421, 707: 1421, 1230: 4393}, + {534: 4390}, // 785 - {1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 4384, 1327, 1327, 1327, 539: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 552: 1327, 1327, 1327, 557: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 565: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 583: 1327, 1327, 1327, 1327, 1327, 1327, 591: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 612: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 623: 1327, 1327, 1327, 1327, 1327, 1327, 630: 1327, 635: 1327, 1327, 1327, 1327, 660: 1327, 707: 1327, 1370: 4383}, - {534: 4375}, - {534: 4371}, - {534: 4366}, - {534: 4363}, + {1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 4386, 1327, 1327, 1327, 539: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 552: 1327, 1327, 1327, 557: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 565: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 583: 1327, 1327, 1327, 1327, 1327, 1327, 591: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 612: 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 623: 1327, 1327, 1327, 1327, 1327, 1327, 630: 1327, 635: 1327, 1327, 1327, 1327, 660: 1327, 707: 1327, 1371: 4385}, + {534: 4377}, + {534: 4373}, + {534: 4368}, + {534: 4365}, // 790 - {534: 4358}, - {534: 4349}, - {534: 4342}, - {534: 4337}, - {534: 4332}, + {534: 4360}, + {534: 4351}, + {534: 4344}, + {534: 4339}, + {534: 4334}, // 795 - {534: 4318}, - {534: 4301}, + {534: 4320}, + {534: 4303}, {1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 535: 1374, 1374, 1374, 539: 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 552: 1374, 1374, 1374, 557: 1374, 1374, 1374, 1374, 1374, 1374, 1374, 565: 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 583: 1374, 1374, 1374, 1374, 1374, 1374, 591: 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 612: 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 623: 1374, 1374, 1374, 1374, 1374, 1374, 630: 1374, 635: 1374, 1374, 1374, 1374, 660: 1374, 707: 1374}, - {534: 4294}, + {534: 4296}, {534: 1368}, // 800 {534: 1367}, {1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 535: 1359, 1359, 1359, 539: 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 552: 1359, 1359, 1359, 557: 1359, 1359, 1359, 1359, 1359, 1359, 1359, 565: 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 583: 1359, 1359, 1359, 1359, 1359, 1359, 591: 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 612: 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 1359, 623: 1359, 1359, 1359, 1359, 1359, 1359, 630: 1359, 635: 1359, 1359, 1359, 1359, 660: 1359, 707: 1359}, - {534: 4291}, - {534: 4288}, - {534: 4280}, + {534: 4293}, + {534: 4290}, + {534: 4282}, // 805 - {534: 4272}, - {534: 4264}, - {534: 4250}, - {534: 4241}, - {534: 4236}, + {534: 4274}, + {534: 4266}, + {534: 4252}, + {534: 4243}, + {534: 4238}, // 810 - {534: 4231}, - {534: 4226}, - {534: 4221}, - {534: 4216}, - {534: 4211}, + {534: 4233}, + {534: 4228}, + {534: 4223}, + {534: 4218}, + {534: 4213}, // 815 - {534: 4198}, - {534: 4195}, - {534: 4192}, - {534: 4189}, - {534: 4186}, + {534: 4200}, + {534: 4197}, + {534: 4194}, + {534: 4191}, + {534: 4188}, // 820 - {534: 4183}, - {534: 4179}, - {534: 4173}, - {534: 4160}, - {534: 4155}, + {534: 4185}, + {534: 4181}, + {534: 4175}, + {534: 4162}, + {534: 4157}, // 825 - {534: 4150}, - {534: 3706}, + {534: 4152}, + {534: 3708}, {964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 535: 964, 964, 964, 539: 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 552: 964, 964, 964, 557: 964, 964, 964, 964, 964, 964, 964, 565: 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 583: 964, 964, 964, 964, 964, 964, 591: 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 612: 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 623: 964, 964, 964, 964, 964, 964, 630: 964, 635: 964, 964, 964, 964, 660: 964, 707: 964}, {963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 535: 963, 963, 963, 539: 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 552: 963, 963, 963, 557: 963, 963, 963, 963, 963, 963, 963, 565: 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 583: 963, 963, 963, 963, 963, 963, 591: 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 612: 963, 963, 963, 963, 963, 963, 963, 963, 963, 963, 623: 963, 963, 963, 963, 963, 963, 630: 963, 635: 963, 963, 963, 963, 660: 963, 707: 963}, {962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 535: 962, 962, 962, 539: 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 552: 962, 962, 962, 557: 962, 962, 962, 962, 962, 962, 962, 565: 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 583: 962, 962, 962, 962, 962, 962, 591: 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 612: 962, 962, 962, 962, 962, 962, 962, 962, 962, 962, 623: 962, 962, 962, 962, 962, 962, 630: 962, 635: 962, 962, 962, 962, 660: 962, 707: 962}, // 830 {961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 535: 961, 961, 961, 539: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 552: 961, 961, 961, 557: 961, 961, 961, 961, 961, 961, 961, 565: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 583: 961, 961, 961, 961, 961, 961, 591: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 612: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 623: 961, 961, 961, 961, 961, 961, 630: 961, 635: 961, 961, 961, 961, 660: 961, 707: 961}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3708}, - {961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 535: 961, 961, 961, 539: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 552: 961, 961, 961, 557: 961, 961, 961, 961, 961, 961, 961, 565: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 583: 961, 961, 961, 961, 961, 961, 591: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 612: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 623: 961, 961, 961, 961, 961, 961, 630: 961, 635: 961, 961, 961, 961, 707: 961, 720: 4148}, - {9: 4079, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4078}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3710}, + {961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 535: 961, 961, 961, 539: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 552: 961, 961, 961, 557: 961, 961, 961, 961, 961, 961, 961, 565: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 583: 961, 961, 961, 961, 961, 961, 591: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 612: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 623: 961, 961, 961, 961, 961, 961, 630: 961, 635: 961, 961, 961, 961, 707: 961, 720: 4150}, + {9: 4081, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4080}, // 835 - {534: 4050}, - {2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 535: 2224, 2224, 540: 2224, 542: 2224, 2224, 2224, 2224, 552: 2224, 2224, 2224, 557: 2224, 2224, 2224, 4033, 2224, 2224, 565: 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 584: 2224, 2224, 2224, 2224, 2224, 591: 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 610: 2224, 620: 4030, 4028, 623: 4027, 4035, 4029, 4031, 4032, 4034, 1341: 4026, 1385: 4025}, + {534: 4052}, + {2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 535: 2224, 2224, 540: 2224, 542: 2224, 2224, 2224, 2224, 552: 2224, 2224, 2224, 557: 2224, 2224, 2224, 4035, 2224, 2224, 565: 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 584: 2224, 2224, 2224, 2224, 2224, 591: 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 610: 2224, 620: 4032, 4030, 623: 4029, 4037, 4031, 4033, 4034, 4036, 1342: 4028, 1386: 4027}, {2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 535: 2195, 2195, 540: 2195, 542: 2195, 2195, 2195, 2195, 552: 2195, 2195, 2195, 557: 2195, 2195, 2195, 2195, 2195, 2195, 565: 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 584: 2195, 2195, 2195, 2195, 2195, 591: 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 610: 2195, 620: 2195, 2195, 623: 2195, 2195, 2195, 2195, 2195, 2195}, - {2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 535: 2164, 2164, 3836, 539: 3835, 2164, 542: 2164, 2164, 2164, 2164, 3806, 3807, 3812, 552: 2164, 2164, 2164, 557: 2164, 2164, 2164, 2164, 2164, 2164, 3808, 565: 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 583: 3840, 2164, 2164, 2164, 2164, 2164, 591: 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 3839, 2164, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805, 2164, 2164, 623: 2164, 2164, 2164, 2164, 2164, 2164, 630: 3837, 635: 3841, 3849, 3850, 3848, 921: 3838, 1254: 3842, 1329: 3844, 1375: 3846, 1381: 3843, 1387: 3845, 1442: 3847}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 1443, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3762}, + {2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 535: 2164, 2164, 3838, 539: 3837, 2164, 542: 2164, 2164, 2164, 2164, 3808, 3809, 3814, 552: 2164, 2164, 2164, 557: 2164, 2164, 2164, 2164, 2164, 2164, 3810, 565: 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 583: 3842, 2164, 2164, 2164, 2164, 2164, 591: 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 3841, 2164, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807, 2164, 2164, 623: 2164, 2164, 2164, 2164, 2164, 2164, 630: 3839, 635: 3843, 3851, 3852, 3850, 921: 3840, 1255: 3844, 1330: 3846, 1376: 3848, 1382: 3845, 1388: 3847, 1443: 3849}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 1443, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3764}, // 840 - {1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 535: 1499, 1499, 1499, 539: 1499, 1499, 3716, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 552: 1499, 1499, 1499, 557: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 565: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 583: 1499, 1499, 1499, 1499, 1499, 1499, 591: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 612: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 623: 1499, 1499, 1499, 1499, 1499, 1499, 630: 1499, 635: 1499, 1499, 1499, 1499, 707: 3717}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 3759, 775: 3761, 3071, 3072, 3070, 809: 3758, 980: 3757}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3718, 3620, 3702, 3619, 3616}, - {1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 535: 1481, 1481, 1481, 539: 1481, 1481, 3716, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 552: 1481, 1481, 1481, 557: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 565: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 583: 1481, 1481, 1481, 1481, 1481, 1481, 591: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 612: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 623: 1481, 1481, 1481, 1481, 1481, 1481, 630: 1481, 635: 1481, 1481, 1481, 1481, 660: 1481, 707: 1481}, + {1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 535: 1499, 1499, 1499, 539: 1499, 1499, 3718, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 552: 1499, 1499, 1499, 557: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 565: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 583: 1499, 1499, 1499, 1499, 1499, 1499, 591: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 612: 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 623: 1499, 1499, 1499, 1499, 1499, 1499, 630: 1499, 635: 1499, 1499, 1499, 1499, 707: 3719}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 3761, 775: 3763, 3073, 3074, 3072, 809: 3760, 980: 3759}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3720, 3622, 3704, 3621, 3618}, + {1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 535: 1481, 1481, 1481, 539: 1481, 1481, 3718, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 552: 1481, 1481, 1481, 557: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 565: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 583: 1481, 1481, 1481, 1481, 1481, 1481, 591: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 612: 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 623: 1481, 1481, 1481, 1481, 1481, 1481, 630: 1481, 635: 1481, 1481, 1481, 1481, 660: 1481, 707: 1481}, {2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110}, // 845 {2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104}, @@ -7980,17 +7984,17 @@ var ( // 885 {444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 565: 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 583: 444, 444, 444, 444, 444, 444, 444, 591: 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 623: 444, 444, 444, 444, 444, 444, 630: 444, 444, 635: 444, 444, 444, 444, 658: 444, 660: 444, 704: 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, 715: 444, 444, 720: 444, 724: 444, 444, 444, 728: 444, 444}, {443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 565: 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 583: 443, 443, 443, 443, 443, 443, 443, 591: 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 623: 443, 443, 443, 443, 443, 443, 630: 443, 443, 635: 443, 443, 443, 443, 658: 443, 660: 443, 704: 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 715: 443, 443, 720: 443, 724: 443, 443, 443, 728: 443, 443}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 3770}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3834}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3833}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 3772}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3836}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3835}, // 890 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3832}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3834}, {2: 2214, 2214, 2214, 2214, 2214, 2214, 2214, 10: 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 58: 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 534: 2214, 536: 2214, 2214, 2214, 2214, 543: 2214, 2214, 546: 2214, 2214, 2214, 550: 2214, 2214, 555: 2214, 2214, 564: 2214, 582: 2214, 589: 2214, 2214, 622: 2214, 629: 2214, 631: 2214, 2214, 2214, 2214, 639: 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 659: 2214, 661: 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 714: 2214}, {2: 2213, 2213, 2213, 2213, 2213, 2213, 2213, 10: 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 58: 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 534: 2213, 536: 2213, 2213, 2213, 2213, 543: 2213, 2213, 546: 2213, 2213, 2213, 550: 2213, 2213, 555: 2213, 2213, 564: 2213, 582: 2213, 589: 2213, 2213, 622: 2213, 629: 2213, 631: 2213, 2213, 2213, 2213, 639: 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 659: 2213, 661: 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 714: 2213}, {2: 2212, 2212, 2212, 2212, 2212, 2212, 2212, 10: 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 58: 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 534: 2212, 536: 2212, 2212, 2212, 2212, 543: 2212, 2212, 546: 2212, 2212, 2212, 550: 2212, 2212, 555: 2212, 2212, 564: 2212, 582: 2212, 589: 2212, 2212, 622: 2212, 629: 2212, 631: 2212, 2212, 2212, 2212, 639: 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 659: 2212, 661: 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 714: 2212}, {2: 2211, 2211, 2211, 2211, 2211, 2211, 2211, 10: 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 58: 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 534: 2211, 536: 2211, 2211, 2211, 2211, 543: 2211, 2211, 546: 2211, 2211, 2211, 550: 2211, 2211, 555: 2211, 2211, 564: 2211, 582: 2211, 589: 2211, 2211, 622: 2211, 629: 2211, 631: 2211, 2211, 2211, 2211, 639: 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 659: 2211, 661: 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 714: 2211}, // 895 - {546: 3800}, + {546: 3802}, {1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 552: 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 565: 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 583: 1324, 1324, 1324, 1324, 1324, 1324, 591: 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 623: 1324, 1324, 1324, 1324, 1324, 1324, 630: 1324, 635: 1324, 1324, 1324, 1324, 658: 1324, 712: 1324, 1324}, {1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 552: 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 565: 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 583: 1323, 1323, 1323, 1323, 1323, 1323, 591: 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 1323, 623: 1323, 1323, 1323, 1323, 1323, 1323, 630: 1323, 635: 1323, 1323, 1323, 1323, 658: 1323, 712: 1323, 1323}, {1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 552: 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 565: 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 583: 1322, 1322, 1322, 1322, 1322, 1322, 591: 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 623: 1322, 1322, 1322, 1322, 1322, 1322, 630: 1322, 635: 1322, 1322, 1322, 1322, 658: 1322, 712: 1322, 1322}, @@ -8026,269 +8030,269 @@ var ( {1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 552: 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 565: 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 583: 1297, 1297, 1297, 1297, 1297, 1297, 591: 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 623: 1297, 1297, 1297, 1297, 1297, 1297, 630: 1297, 635: 1297, 1297, 1297, 1297, 658: 1297, 712: 1297, 1297}, {1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 552: 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 565: 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 583: 1296, 1296, 1296, 1296, 1296, 1296, 591: 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 623: 1296, 1296, 1296, 1296, 1296, 1296, 630: 1296, 635: 1296, 1296, 1296, 1296, 658: 1296, 712: 1296, 1296}, // 925 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3801}, - {1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 535: 1506, 1506, 1506, 539: 1506, 1506, 542: 1506, 1506, 1506, 1506, 1506, 1506, 3812, 552: 1506, 1506, 1506, 557: 1506, 1506, 1506, 1506, 1506, 1506, 3808, 565: 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 583: 1506, 1506, 1506, 1506, 1506, 1506, 591: 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 612: 3809, 3810, 1506, 3813, 1506, 3811, 1506, 1506, 1506, 1506, 623: 1506, 1506, 1506, 1506, 1506, 1506, 630: 1506, 635: 1506, 1506, 1506, 1506}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3831}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3830}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3829}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3803}, + {1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 535: 1506, 1506, 1506, 539: 1506, 1506, 542: 1506, 1506, 1506, 1506, 1506, 1506, 3814, 552: 1506, 1506, 1506, 557: 1506, 1506, 1506, 1506, 1506, 1506, 3810, 565: 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 583: 1506, 1506, 1506, 1506, 1506, 1506, 591: 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 612: 3811, 3812, 1506, 3815, 1506, 3813, 1506, 1506, 1506, 1506, 623: 1506, 1506, 1506, 1506, 1506, 1506, 630: 1506, 635: 1506, 1506, 1506, 1506}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3833}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3832}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3831}, // 930 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3828}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3825, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3824}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3821, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3820}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3819}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3818}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3830}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3827, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3826}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3823, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3822}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3821}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3820}, // 935 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3817}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3816}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3815}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3814}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3819}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3818}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3817}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3816}, {1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 535: 1500, 1500, 1500, 539: 1500, 1500, 542: 1500, 1500, 1500, 1500, 1500, 1500, 1500, 552: 1500, 1500, 1500, 557: 1500, 1500, 1500, 1500, 1500, 1500, 1500, 565: 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 583: 1500, 1500, 1500, 1500, 1500, 1500, 591: 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 612: 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 623: 1500, 1500, 1500, 1500, 1500, 1500, 630: 1500, 635: 1500, 1500, 1500, 1500}, // 940 - {1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 535: 1501, 1501, 1501, 539: 1501, 1501, 542: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 552: 1501, 1501, 1501, 557: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 565: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 583: 1501, 1501, 1501, 1501, 1501, 1501, 591: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 612: 1501, 1501, 1501, 3813, 1501, 1501, 1501, 1501, 1501, 1501, 623: 1501, 1501, 1501, 1501, 1501, 1501, 630: 1501, 635: 1501, 1501, 1501, 1501}, - {1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 535: 1502, 1502, 1502, 539: 1502, 1502, 542: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 552: 1502, 1502, 1502, 557: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 565: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 583: 1502, 1502, 1502, 1502, 1502, 1502, 591: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 612: 1502, 1502, 1502, 3813, 1502, 1502, 1502, 1502, 1502, 1502, 623: 1502, 1502, 1502, 1502, 1502, 1502, 630: 1502, 635: 1502, 1502, 1502, 1502}, - {1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 535: 1503, 1503, 1503, 539: 1503, 1503, 542: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 552: 1503, 1503, 1503, 557: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 565: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 583: 1503, 1503, 1503, 1503, 1503, 1503, 591: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 612: 1503, 1503, 1503, 3813, 1503, 1503, 1503, 1503, 1503, 1503, 623: 1503, 1503, 1503, 1503, 1503, 1503, 630: 1503, 635: 1503, 1503, 1503, 1503}, - {1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 535: 1504, 1504, 1504, 539: 1504, 1504, 542: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 552: 1504, 1504, 1504, 557: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 565: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 583: 1504, 1504, 1504, 1504, 1504, 1504, 591: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 612: 1504, 1504, 1504, 3813, 1504, 1504, 1504, 1504, 1504, 1504, 623: 1504, 1504, 1504, 1504, 1504, 1504, 630: 1504, 635: 1504, 1504, 1504, 1504}, - {1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 535: 1505, 1505, 1505, 539: 1505, 1505, 542: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 552: 1505, 1505, 1505, 557: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 565: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 583: 1505, 1505, 1505, 1505, 1505, 1505, 591: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 612: 1505, 1505, 1505, 3813, 1505, 1505, 1505, 1505, 1505, 1505, 623: 1505, 1505, 1505, 1505, 1505, 1505, 630: 1505, 635: 1505, 1505, 1505, 1505}, + {1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 535: 1501, 1501, 1501, 539: 1501, 1501, 542: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 552: 1501, 1501, 1501, 557: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 565: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 583: 1501, 1501, 1501, 1501, 1501, 1501, 591: 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 1501, 612: 1501, 1501, 1501, 3815, 1501, 1501, 1501, 1501, 1501, 1501, 623: 1501, 1501, 1501, 1501, 1501, 1501, 630: 1501, 635: 1501, 1501, 1501, 1501}, + {1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 535: 1502, 1502, 1502, 539: 1502, 1502, 542: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 552: 1502, 1502, 1502, 557: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 565: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 583: 1502, 1502, 1502, 1502, 1502, 1502, 591: 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 612: 1502, 1502, 1502, 3815, 1502, 1502, 1502, 1502, 1502, 1502, 623: 1502, 1502, 1502, 1502, 1502, 1502, 630: 1502, 635: 1502, 1502, 1502, 1502}, + {1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 535: 1503, 1503, 1503, 539: 1503, 1503, 542: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 552: 1503, 1503, 1503, 557: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 565: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 583: 1503, 1503, 1503, 1503, 1503, 1503, 591: 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 612: 1503, 1503, 1503, 3815, 1503, 1503, 1503, 1503, 1503, 1503, 623: 1503, 1503, 1503, 1503, 1503, 1503, 630: 1503, 635: 1503, 1503, 1503, 1503}, + {1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 535: 1504, 1504, 1504, 539: 1504, 1504, 542: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 552: 1504, 1504, 1504, 557: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 565: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 583: 1504, 1504, 1504, 1504, 1504, 1504, 591: 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 1504, 612: 1504, 1504, 1504, 3815, 1504, 1504, 1504, 1504, 1504, 1504, 623: 1504, 1504, 1504, 1504, 1504, 1504, 630: 1504, 635: 1504, 1504, 1504, 1504}, + {1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 535: 1505, 1505, 1505, 539: 1505, 1505, 542: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 552: 1505, 1505, 1505, 557: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 565: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 583: 1505, 1505, 1505, 1505, 1505, 1505, 591: 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 612: 1505, 1505, 1505, 3815, 1505, 1505, 1505, 1505, 1505, 1505, 623: 1505, 1505, 1505, 1505, 1505, 1505, 630: 1505, 635: 1505, 1505, 1505, 1505}, // 945 - {1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 535: 1509, 1509, 1509, 539: 1509, 1509, 542: 1509, 1509, 1509, 1509, 1509, 1509, 3812, 552: 1509, 1509, 1509, 557: 1509, 1509, 1509, 1509, 1509, 1509, 3808, 565: 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 583: 1509, 1509, 1509, 1509, 1509, 1509, 591: 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 612: 3809, 3810, 1509, 3813, 1509, 3811, 1509, 1509, 1509, 1509, 623: 1509, 1509, 1509, 1509, 1509, 1509, 630: 1509, 635: 1509, 1509, 1509, 1509}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 1443, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3822}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 3823}, + {1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 535: 1509, 1509, 1509, 539: 1509, 1509, 542: 1509, 1509, 1509, 1509, 1509, 1509, 3814, 552: 1509, 1509, 1509, 557: 1509, 1509, 1509, 1509, 1509, 1509, 3810, 565: 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 583: 1509, 1509, 1509, 1509, 1509, 1509, 591: 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 612: 3811, 3812, 1509, 3815, 1509, 3813, 1509, 1509, 1509, 1509, 623: 1509, 1509, 1509, 1509, 1509, 1509, 630: 1509, 635: 1509, 1509, 1509, 1509}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 1443, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3824}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 3825}, {1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 535: 1507, 1507, 1507, 539: 1507, 1507, 542: 1507, 1507, 1507, 1507, 1507, 1507, 1507, 552: 1507, 1507, 1507, 557: 1507, 1507, 1507, 1507, 1507, 1507, 1507, 565: 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 583: 1507, 1507, 1507, 1507, 1507, 1507, 591: 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 612: 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 623: 1507, 1507, 1507, 1507, 1507, 1507, 630: 1507, 635: 1507, 1507, 1507, 1507}, - {1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 535: 1510, 1510, 1510, 539: 1510, 1510, 542: 1510, 1510, 1510, 1510, 1510, 1510, 3812, 552: 1510, 1510, 1510, 557: 1510, 1510, 1510, 1510, 1510, 1510, 3808, 565: 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 583: 1510, 1510, 1510, 1510, 1510, 1510, 591: 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 612: 3809, 3810, 1510, 3813, 1510, 3811, 1510, 1510, 1510, 1510, 623: 1510, 1510, 1510, 1510, 1510, 1510, 630: 1510, 635: 1510, 1510, 1510, 1510}, + {1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 535: 1510, 1510, 1510, 539: 1510, 1510, 542: 1510, 1510, 1510, 1510, 1510, 1510, 3814, 552: 1510, 1510, 1510, 557: 1510, 1510, 1510, 1510, 1510, 1510, 3810, 565: 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 583: 1510, 1510, 1510, 1510, 1510, 1510, 591: 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 612: 3811, 3812, 1510, 3815, 1510, 3813, 1510, 1510, 1510, 1510, 623: 1510, 1510, 1510, 1510, 1510, 1510, 630: 1510, 635: 1510, 1510, 1510, 1510}, // 950 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 1443, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3826}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 3827}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 1443, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3828}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 3829}, {1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 535: 1508, 1508, 1508, 539: 1508, 1508, 542: 1508, 1508, 1508, 1508, 1508, 1508, 1508, 552: 1508, 1508, 1508, 557: 1508, 1508, 1508, 1508, 1508, 1508, 1508, 565: 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 583: 1508, 1508, 1508, 1508, 1508, 1508, 591: 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 612: 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 623: 1508, 1508, 1508, 1508, 1508, 1508, 630: 1508, 635: 1508, 1508, 1508, 1508}, - {1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 535: 1511, 1511, 1511, 539: 1511, 1511, 542: 1511, 1511, 1511, 1511, 3806, 3807, 3812, 552: 1511, 1511, 1511, 557: 1511, 1511, 1511, 1511, 1511, 1511, 3808, 565: 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 583: 1511, 1511, 1511, 1511, 1511, 1511, 591: 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 612: 3809, 3810, 1511, 3813, 1511, 3811, 1511, 1511, 1511, 1511, 623: 1511, 1511, 1511, 1511, 1511, 1511, 630: 1511, 635: 1511, 1511, 1511, 1511}, - {1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 535: 1512, 1512, 1512, 539: 1512, 1512, 542: 1512, 1512, 1512, 1512, 3806, 3807, 3812, 552: 1512, 1512, 1512, 557: 1512, 1512, 1512, 1512, 1512, 1512, 3808, 565: 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 583: 1512, 1512, 1512, 1512, 1512, 1512, 591: 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 612: 3809, 3810, 1512, 3813, 1512, 3811, 1512, 1512, 1512, 1512, 623: 1512, 1512, 1512, 1512, 1512, 1512, 630: 1512, 635: 1512, 1512, 1512, 1512}, + {1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 535: 1511, 1511, 1511, 539: 1511, 1511, 542: 1511, 1511, 1511, 1511, 3808, 3809, 3814, 552: 1511, 1511, 1511, 557: 1511, 1511, 1511, 1511, 1511, 1511, 3810, 565: 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 583: 1511, 1511, 1511, 1511, 1511, 1511, 591: 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 612: 3811, 3812, 1511, 3815, 1511, 3813, 1511, 1511, 1511, 1511, 623: 1511, 1511, 1511, 1511, 1511, 1511, 630: 1511, 635: 1511, 1511, 1511, 1511}, + {1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 535: 1512, 1512, 1512, 539: 1512, 1512, 542: 1512, 1512, 1512, 1512, 3808, 3809, 3814, 552: 1512, 1512, 1512, 557: 1512, 1512, 1512, 1512, 1512, 1512, 3810, 565: 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 583: 1512, 1512, 1512, 1512, 1512, 1512, 591: 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 612: 3811, 3812, 1512, 3815, 1512, 3813, 1512, 1512, 1512, 1512, 623: 1512, 1512, 1512, 1512, 1512, 1512, 630: 1512, 635: 1512, 1512, 1512, 1512}, // 955 - {1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 535: 1513, 1513, 1513, 539: 1513, 1513, 542: 1513, 1513, 1513, 1513, 3806, 3807, 3812, 552: 1513, 1513, 1513, 557: 1513, 1513, 1513, 1513, 1513, 1513, 3808, 565: 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 583: 1513, 1513, 1513, 1513, 1513, 1513, 591: 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 612: 3809, 3810, 1513, 3813, 1513, 3811, 3804, 3805, 1513, 1513, 623: 1513, 1513, 1513, 1513, 1513, 1513, 630: 1513, 635: 1513, 1513, 1513, 1513}, - {1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 535: 1514, 1514, 1514, 539: 1514, 1514, 542: 1514, 1514, 1514, 1514, 3806, 3807, 3812, 552: 1514, 1514, 1514, 557: 1514, 1514, 1514, 1514, 1514, 1514, 3808, 565: 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 583: 1514, 1514, 1514, 1514, 1514, 1514, 591: 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 612: 3809, 3810, 3803, 3813, 1514, 3811, 3804, 3805, 1514, 1514, 623: 1514, 1514, 1514, 1514, 1514, 1514, 630: 1514, 635: 1514, 1514, 1514, 1514}, - {2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 535: 2230, 2230, 540: 2230, 542: 2230, 2230, 2230, 2230, 552: 2230, 2230, 2230, 557: 2230, 2230, 2230, 561: 2230, 2230, 565: 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 584: 2230, 2230, 2230, 2230, 2230, 591: 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 610: 2230, 804: 3765, 3763}, - {2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 535: 2231, 2231, 540: 2231, 542: 2231, 2231, 2231, 2231, 552: 2231, 2231, 2231, 557: 2231, 2231, 2231, 561: 2231, 2231, 565: 2231, 2231, 2231, 2231, 2231, 3769, 2231, 3768, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 584: 2231, 2231, 2231, 2231, 2231, 591: 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 610: 2231, 804: 3765, 3763}, - {2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 535: 2232, 2232, 540: 2232, 542: 2232, 2232, 2232, 2232, 552: 2232, 2232, 2232, 557: 2232, 2232, 2232, 561: 2232, 2232, 565: 2232, 2232, 2232, 2232, 2232, 3769, 2232, 3768, 2232, 3764, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 584: 2232, 2232, 2232, 2232, 2232, 591: 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 610: 2232, 804: 3765, 3763}, + {1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 535: 1513, 1513, 1513, 539: 1513, 1513, 542: 1513, 1513, 1513, 1513, 3808, 3809, 3814, 552: 1513, 1513, 1513, 557: 1513, 1513, 1513, 1513, 1513, 1513, 3810, 565: 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 583: 1513, 1513, 1513, 1513, 1513, 1513, 591: 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 612: 3811, 3812, 1513, 3815, 1513, 3813, 3806, 3807, 1513, 1513, 623: 1513, 1513, 1513, 1513, 1513, 1513, 630: 1513, 635: 1513, 1513, 1513, 1513}, + {1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 535: 1514, 1514, 1514, 539: 1514, 1514, 542: 1514, 1514, 1514, 1514, 3808, 3809, 3814, 552: 1514, 1514, 1514, 557: 1514, 1514, 1514, 1514, 1514, 1514, 3810, 565: 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 583: 1514, 1514, 1514, 1514, 1514, 1514, 591: 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 612: 3811, 3812, 3805, 3815, 1514, 3813, 3806, 3807, 1514, 1514, 623: 1514, 1514, 1514, 1514, 1514, 1514, 630: 1514, 635: 1514, 1514, 1514, 1514}, + {2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 535: 2230, 2230, 540: 2230, 542: 2230, 2230, 2230, 2230, 552: 2230, 2230, 2230, 557: 2230, 2230, 2230, 561: 2230, 2230, 565: 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 584: 2230, 2230, 2230, 2230, 2230, 591: 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 2230, 610: 2230, 804: 3767, 3765}, + {2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 535: 2231, 2231, 540: 2231, 542: 2231, 2231, 2231, 2231, 552: 2231, 2231, 2231, 557: 2231, 2231, 2231, 561: 2231, 2231, 565: 2231, 2231, 2231, 2231, 2231, 3771, 2231, 3770, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 584: 2231, 2231, 2231, 2231, 2231, 591: 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 610: 2231, 804: 3767, 3765}, + {2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 535: 2232, 2232, 540: 2232, 542: 2232, 2232, 2232, 2232, 552: 2232, 2232, 2232, 557: 2232, 2232, 2232, 561: 2232, 2232, 565: 2232, 2232, 2232, 2232, 2232, 3771, 2232, 3770, 2232, 3766, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 584: 2232, 2232, 2232, 2232, 2232, 591: 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 610: 2232, 804: 3767, 3765}, // 960 - {191: 2608, 226: 2608, 551: 2608, 583: 2608, 609: 2608, 630: 2608, 632: 2608, 2608, 635: 2608, 2608, 2608, 648: 2608}, - {191: 2607, 226: 2607, 551: 2607, 583: 2607, 609: 2607, 630: 2607, 632: 2607, 2607, 635: 2607, 2607, 2607, 648: 2607}, + {191: 2610, 226: 2610, 551: 2610, 583: 2610, 609: 2610, 630: 2610, 632: 2610, 2610, 635: 2610, 2610, 2610, 648: 2610}, + {191: 2609, 226: 2609, 551: 2609, 583: 2609, 609: 2609, 630: 2609, 632: 2609, 2609, 635: 2609, 2609, 2609, 648: 2609}, {2: 2186, 2186, 2186, 2186, 2186, 2186, 2186, 10: 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 58: 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 534: 2186, 536: 2186, 2186, 2186, 543: 2186, 2186, 546: 2186, 2186, 2186, 550: 2186, 2186, 555: 2186, 2186, 564: 2186, 582: 2186, 589: 2186, 2186, 622: 2186, 629: 2186, 631: 2186, 2186, 2186, 2186, 639: 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 659: 2186, 661: 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2186}, - {583: 4022, 609: 4021, 630: 4020, 635: 4023, 3849, 3850, 1254: 4024}, + {583: 4024, 609: 4023, 630: 4022, 635: 4025, 3851, 3852, 1255: 4026}, {534: 2182}, // 965 {2: 2180, 2180, 2180, 2180, 2180, 2180, 2180, 10: 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 58: 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 534: 2180, 536: 2180, 2180, 2180, 543: 2180, 2180, 546: 2180, 2180, 2180, 550: 2180, 2180, 555: 2180, 2180, 564: 2180, 582: 2180, 589: 2180, 2180, 622: 2180, 629: 2180, 631: 2180, 2180, 2180, 2180, 639: 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 659: 2180, 661: 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180}, {2: 2178, 2178, 2178, 2178, 2178, 2178, 2178, 10: 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 58: 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 534: 2178, 536: 2178, 2178, 2178, 543: 2178, 2178, 546: 2178, 2178, 2178, 550: 2178, 2178, 555: 2178, 2178, 564: 2178, 582: 2178, 589: 2178, 2178, 622: 2178, 629: 2178, 631: 2178, 2178, 2178, 2178, 639: 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 659: 2178, 661: 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178}, {2: 2176, 2176, 2176, 2176, 2176, 2176, 2176, 10: 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 58: 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 534: 2176, 536: 2176, 2176, 2176, 543: 2176, 2176, 546: 2176, 2176, 2176, 550: 2176, 2176, 555: 2176, 2176, 564: 2176, 582: 2176, 589: 2176, 2176, 622: 2176, 629: 2176, 631: 2176, 2176, 2176, 2176, 639: 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 659: 2176, 661: 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176}, - {534: 3864, 779: 3865}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3861}, + {534: 3866, 779: 3867}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3863}, // 970 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3859, 3620, 3702, 3619, 3616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3855, 3620, 3702, 3619, 3616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3854, 3620, 3702, 3619, 3616}, - {534: 3851}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3861, 3622, 3704, 3621, 3618}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3857, 3622, 3704, 3621, 3618}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3856, 3622, 3704, 3621, 3618}, + {534: 3853}, {2: 2163, 2163, 2163, 2163, 2163, 2163, 2163, 10: 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 58: 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 534: 2163, 536: 2163, 2163, 2163, 543: 2163, 2163, 546: 2163, 2163, 2163, 550: 2163, 2163, 555: 2163, 2163, 564: 2163, 582: 2163, 589: 2163, 2163, 622: 2163, 629: 2163, 631: 2163, 2163, 2163, 2163, 639: 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 659: 2163, 661: 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2163}, // 975 {2: 2162, 2162, 2162, 2162, 2162, 2162, 2162, 10: 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 58: 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 534: 2162, 536: 2162, 2162, 2162, 543: 2162, 2162, 546: 2162, 2162, 2162, 550: 2162, 2162, 555: 2162, 2162, 564: 2162, 582: 2162, 589: 2162, 2162, 622: 2162, 629: 2162, 631: 2162, 2162, 2162, 2162, 639: 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 659: 2162, 661: 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3852, 3620, 3702, 3619, 3616}, - {57: 3853, 541: 3716, 707: 3717}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3854, 3622, 3704, 3621, 3618}, + {57: 3855, 541: 3718, 707: 3719}, {2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 535: 2165, 2165, 540: 2165, 542: 2165, 2165, 2165, 2165, 552: 2165, 2165, 2165, 557: 2165, 2165, 2165, 2165, 2165, 2165, 565: 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 584: 2165, 2165, 2165, 2165, 2165, 591: 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 610: 2165, 620: 2165, 2165, 623: 2165, 2165, 2165, 2165, 2165, 2165}, - {2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 535: 2166, 2166, 540: 2166, 3716, 2166, 2166, 2166, 2166, 552: 2166, 2166, 2166, 557: 2166, 2166, 2166, 2166, 2166, 2166, 565: 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 584: 2166, 2166, 2166, 2166, 2166, 591: 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 610: 2166, 620: 2166, 2166, 623: 2166, 2166, 2166, 2166, 2166, 2166, 707: 3717}, + {2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 535: 2166, 2166, 540: 2166, 3718, 2166, 2166, 2166, 2166, 552: 2166, 2166, 2166, 557: 2166, 2166, 2166, 2166, 2166, 2166, 565: 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 584: 2166, 2166, 2166, 2166, 2166, 591: 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 610: 2166, 620: 2166, 2166, 623: 2166, 2166, 2166, 2166, 2166, 2166, 707: 3719}, // 980 - {2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 3857, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 535: 2161, 2161, 540: 2161, 3716, 2161, 2161, 2161, 2161, 552: 2161, 2161, 2161, 557: 2161, 2161, 2161, 2161, 2161, 2161, 565: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 584: 2161, 2161, 2161, 2161, 2161, 591: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 610: 2161, 620: 2161, 2161, 623: 2161, 2161, 2161, 2161, 2161, 2161, 707: 3717, 1205: 3856}, + {2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 3859, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 535: 2161, 2161, 540: 2161, 3718, 2161, 2161, 2161, 2161, 552: 2161, 2161, 2161, 557: 2161, 2161, 2161, 2161, 2161, 2161, 565: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 584: 2161, 2161, 2161, 2161, 2161, 591: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 610: 2161, 620: 2161, 2161, 623: 2161, 2161, 2161, 2161, 2161, 2161, 707: 3719, 1205: 3858}, {2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 535: 2167, 2167, 540: 2167, 542: 2167, 2167, 2167, 2167, 552: 2167, 2167, 2167, 557: 2167, 2167, 2167, 2167, 2167, 2167, 565: 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 584: 2167, 2167, 2167, 2167, 2167, 591: 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 610: 2167, 620: 2167, 2167, 623: 2167, 2167, 2167, 2167, 2167, 2167}, - {536: 3858}, + {536: 3860}, {2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 535: 2160, 2160, 540: 2160, 542: 2160, 2160, 2160, 2160, 552: 2160, 2160, 2160, 557: 2160, 2160, 2160, 2160, 2160, 2160, 565: 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 584: 2160, 2160, 2160, 2160, 2160, 591: 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 610: 2160, 620: 2160, 2160, 623: 2160, 2160, 2160, 2160, 2160, 2160}, - {2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 3857, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 535: 2161, 2161, 540: 2161, 3716, 2161, 2161, 2161, 2161, 552: 2161, 2161, 2161, 557: 2161, 2161, 2161, 2161, 2161, 2161, 565: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 584: 2161, 2161, 2161, 2161, 2161, 591: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 610: 2161, 620: 2161, 2161, 623: 2161, 2161, 2161, 2161, 2161, 2161, 707: 3717, 1205: 3860}, + {2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 3859, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 535: 2161, 2161, 540: 2161, 3718, 2161, 2161, 2161, 2161, 552: 2161, 2161, 2161, 557: 2161, 2161, 2161, 2161, 2161, 2161, 565: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 584: 2161, 2161, 2161, 2161, 2161, 591: 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 610: 2161, 620: 2161, 2161, 623: 2161, 2161, 2161, 2161, 2161, 2161, 707: 3719, 1205: 3862}, // 985 {2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 535: 2168, 2168, 540: 2168, 542: 2168, 2168, 2168, 2168, 552: 2168, 2168, 2168, 557: 2168, 2168, 2168, 2168, 2168, 2168, 565: 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 584: 2168, 2168, 2168, 2168, 2168, 591: 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 2168, 610: 2168, 620: 2168, 2168, 623: 2168, 2168, 2168, 2168, 2168, 2168}, - {546: 3806, 3807, 3812, 563: 3808, 570: 3862, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3863}, + {546: 3808, 3809, 3814, 563: 3810, 570: 3864, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3865}, {2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 535: 2169, 2169, 540: 2169, 542: 2169, 2169, 2169, 2169, 552: 2169, 2169, 2169, 557: 2169, 2169, 2169, 2169, 2169, 2169, 565: 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 584: 2169, 2169, 2169, 2169, 2169, 591: 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 610: 2169, 620: 2169, 2169, 623: 2169, 2169, 2169, 2169, 2169, 2169}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 2927, 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3869, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 611: 2925, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 2921, 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3868, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 810: 3871, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 3873, 3872, 863: 3867}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 2929, 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3871, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 611: 2927, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 2923, 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3870, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 810: 3873, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 3875, 3874, 863: 3869}, // 990 {2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 535: 2170, 2170, 540: 2170, 542: 2170, 2170, 2170, 2170, 552: 2170, 2170, 2170, 557: 2170, 2170, 2170, 2170, 2170, 2170, 565: 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 584: 2170, 2170, 2170, 2170, 2170, 591: 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 610: 2170, 620: 2170, 2170, 623: 2170, 2170, 2170, 2170, 2170, 2170}, - {2210, 2210, 9: 2210, 57: 2210, 162: 2210, 545: 2210, 568: 2210, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {9: 4017, 57: 4018}, - {9: 1479, 57: 1479, 537: 1479, 539: 1479, 541: 1479, 1028, 546: 1479, 1479, 1479, 553: 1028, 1028, 557: 3883, 3882, 560: 1479, 563: 1479, 568: 3881, 570: 1479, 1479, 1479, 1479, 1479, 583: 1479, 609: 1479, 612: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 623: 1479, 1479, 1479, 1479, 1479, 1479, 630: 1479, 635: 1479, 1479, 1479, 1479, 707: 1479, 845: 3884, 3885}, - {534: 3913, 642: 3916, 1019: 3915, 1101: 3914}, + {2210, 2210, 9: 2210, 57: 2210, 162: 2210, 545: 2210, 568: 2210, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {9: 4019, 57: 4020}, + {9: 1479, 57: 1479, 537: 1479, 539: 1479, 541: 1479, 1028, 546: 1479, 1479, 1479, 553: 1028, 1028, 557: 3885, 3884, 560: 1479, 563: 1479, 568: 3883, 570: 1479, 1479, 1479, 1479, 1479, 583: 1479, 609: 1479, 612: 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 623: 1479, 1479, 1479, 1479, 1479, 1479, 630: 1479, 635: 1479, 1479, 1479, 1479, 707: 1479, 845: 3886, 3887}, + {534: 3915, 642: 3918, 1019: 3917, 1101: 3916}, // 995 - {534: 2928, 550: 2926, 611: 2925, 658: 2921, 779: 3878, 810: 3877, 2922, 2923, 2924, 2933, 2931, 3879, 3880}, - {57: 3876, 542: 1029, 553: 1029, 1029}, - {57: 3875}, - {57: 3874}, + {534: 2930, 550: 2928, 611: 2927, 658: 2923, 779: 3880, 810: 3879, 2924, 2925, 2926, 2935, 2933, 3881, 3882}, + {57: 3878, 542: 1029, 553: 1029, 1029}, + {57: 3877}, + {57: 3876}, {1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 539: 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 550: 1056, 552: 1056, 1056, 1056, 557: 1056, 1056, 1056, 1056, 1056, 1056, 1056, 565: 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 583: 1056, 1056, 1056, 1056, 1056, 1056, 591: 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 623: 1056, 1056, 1056, 1056, 1056, 1056, 630: 1056, 635: 1056, 1056, 1056, 1056, 658: 1056, 660: 1056, 707: 1056, 717: 1056, 807: 1056}, // 1000 {1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 539: 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 550: 1057, 552: 1057, 1057, 1057, 557: 1057, 1057, 1057, 1057, 1057, 1057, 1057, 565: 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 583: 1057, 1057, 1057, 1057, 1057, 1057, 591: 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 623: 1057, 1057, 1057, 1057, 1057, 1057, 630: 1057, 635: 1057, 1057, 1057, 1057, 658: 1057, 660: 1057, 707: 1057, 717: 1057, 807: 1057}, {1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 539: 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 550: 1058, 552: 1058, 1058, 1058, 557: 1058, 1058, 1058, 1058, 1058, 1058, 1058, 565: 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 583: 1058, 1058, 1058, 1058, 1058, 1058, 591: 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 623: 1058, 1058, 1058, 1058, 1058, 1058, 630: 1058, 635: 1058, 1058, 1058, 1058, 658: 1058, 660: 1058, 707: 1058, 717: 1058, 807: 1058}, {1213, 1213, 57: 1213, 533: 1213, 535: 1213, 542: 1029, 545: 1213, 553: 1029, 1029}, - {1212, 1212, 57: 1212, 533: 1212, 535: 1212, 542: 1028, 545: 1212, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {1212, 1212, 57: 1212, 533: 1212, 535: 1212, 542: 1028, 545: 1212, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, {1041, 1041, 57: 1041, 533: 1041, 535: 1041, 545: 1041}, // 1005 {1040, 1040, 57: 1040, 533: 1040, 535: 1040, 545: 1040}, - {726: 3904}, - {564: 3057, 645: 3892, 803: 3890, 818: 3891, 990: 3899}, - {10: 3887, 265: 3888, 1366: 3889}, - {1034, 1034, 57: 1034, 533: 1034, 535: 1034, 545: 1034, 557: 3883, 3882, 846: 3886}, + {726: 3906}, + {564: 3059, 645: 3894, 803: 3892, 818: 3893, 990: 3901}, + {10: 3889, 237: 3890, 1367: 3891}, + {1034, 1034, 57: 1034, 533: 1034, 535: 1034, 545: 1034, 557: 3885, 3884, 846: 3888}, // 1010 {1033, 1033, 57: 1033, 533: 1033, 535: 1033, 545: 1033}, {1032, 1032, 57: 1032, 533: 1032, 535: 1032, 545: 1032}, {564: 1091, 591: 1091, 642: 1091, 645: 1091}, {564: 1090, 591: 1090, 642: 1090, 645: 1090}, - {564: 3057, 591: 1089, 642: 1089, 645: 3892, 803: 3890, 818: 3891, 990: 3893, 1360: 3894}, + {564: 3059, 591: 1089, 642: 1089, 645: 3894, 803: 3892, 818: 3893, 990: 3895, 1361: 3896}, // 1015 - {2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 15: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 57: 2243, 2243, 60: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 102: 2243, 104: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 118: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 134: 2243, 138: 2243, 140: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 214: 2243, 222: 2243, 263: 2243, 533: 2243, 2243, 2243, 538: 2243, 540: 2243, 2243, 2243, 545: 2243, 549: 2243, 2243, 552: 2243, 2243, 2243, 2243, 2243, 559: 2243, 561: 2243, 2243, 566: 2243, 569: 2243, 591: 2243, 611: 2243, 642: 2243, 658: 2243, 712: 2243, 2243, 716: 2243}, + {2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 15: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 57: 2243, 2243, 60: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 102: 2243, 104: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 118: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 134: 2243, 138: 2243, 140: 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 214: 2243, 222: 2243, 264: 2243, 533: 2243, 2243, 2243, 538: 2243, 540: 2243, 2243, 2243, 545: 2243, 549: 2243, 2243, 552: 2243, 2243, 2243, 2243, 2243, 559: 2243, 561: 2243, 2243, 566: 2243, 569: 2243, 591: 2243, 611: 2243, 642: 2243, 658: 2243, 712: 2243, 2243, 716: 2243}, {1095, 1095, 9: 1095, 57: 1095, 214: 1095, 533: 1095, 535: 1095, 542: 1095, 545: 1095, 553: 1095, 1095, 561: 1095, 1095, 566: 1095, 591: 1095, 642: 1095}, {1094, 1094, 9: 1094, 57: 1094, 214: 1094, 533: 1094, 535: 1094, 542: 1094, 545: 1094, 553: 1094, 1094, 561: 1094, 1094, 566: 1094, 591: 1094, 642: 1094}, {591: 1088, 642: 1088}, - {591: 3896, 642: 3895, 1450: 3897}, + {591: 3898, 642: 3897, 1451: 3899}, // 1020 {195: 1093}, {195: 1092}, - {195: 3898}, + {195: 3900}, {1084, 1084, 57: 1084, 533: 1084, 535: 1084, 542: 1084, 545: 1084, 553: 1084, 1084, 561: 1084, 1084, 566: 1084}, - {1087, 1087, 9: 3900, 57: 1087, 214: 3901, 533: 1087, 535: 1087, 542: 1087, 545: 1087, 553: 1087, 1087, 561: 1087, 1087, 566: 1087}, + {1087, 1087, 9: 3902, 57: 1087, 214: 3903, 533: 1087, 535: 1087, 542: 1087, 545: 1087, 553: 1087, 1087, 561: 1087, 1087, 566: 1087}, // 1025 - {564: 3057, 645: 3892, 803: 3890, 818: 3891, 990: 3903}, - {564: 3057, 645: 3892, 803: 3890, 818: 3891, 990: 3902}, + {564: 3059, 645: 3894, 803: 3892, 818: 3893, 990: 3905}, + {564: 3059, 645: 3894, 803: 3892, 818: 3893, 990: 3904}, {1085, 1085, 57: 1085, 533: 1085, 535: 1085, 542: 1085, 545: 1085, 553: 1085, 1085, 561: 1085, 1085, 566: 1085}, {1086, 1086, 57: 1086, 533: 1086, 535: 1086, 542: 1086, 545: 1086, 553: 1086, 1086, 561: 1086, 1086, 566: 1086}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3905, 979: 3907, 1006: 3906}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3907, 979: 3909, 1006: 3908}, // 1030 - {1523, 1523, 9: 1523, 57: 1523, 162: 1523, 533: 1523, 535: 1523, 542: 1523, 545: 1523, 553: 1523, 1523, 557: 1523, 1523, 561: 1523, 1523, 566: 1523, 568: 1523, 570: 3769, 3767, 3768, 3766, 3764, 576: 1523, 578: 1523, 581: 3912, 591: 1523, 594: 1523, 596: 1523, 608: 3911, 804: 3765, 3763, 1416: 3910}, - {1526, 1526, 9: 3908, 57: 1526, 162: 1526, 533: 1526, 535: 1526, 542: 1526, 545: 1526, 553: 1526, 1526, 557: 1526, 1526, 561: 1526, 1526, 566: 1526}, + {1523, 1523, 9: 1523, 57: 1523, 162: 1523, 533: 1523, 535: 1523, 542: 1523, 545: 1523, 553: 1523, 1523, 557: 1523, 1523, 561: 1523, 1523, 566: 1523, 568: 1523, 570: 3771, 3769, 3770, 3768, 3766, 576: 1523, 578: 1523, 581: 3914, 591: 1523, 594: 1523, 596: 1523, 608: 3913, 804: 3767, 3765, 1417: 3912}, + {1526, 1526, 9: 3910, 57: 1526, 162: 1526, 533: 1526, 535: 1526, 542: 1526, 545: 1526, 553: 1526, 1526, 557: 1526, 1526, 561: 1526, 1526, 566: 1526}, {1525, 1525, 9: 1525, 57: 1525, 162: 1525, 533: 1525, 535: 1525, 542: 1525, 545: 1525, 553: 1525, 1525, 557: 1525, 1525, 561: 1525, 1525, 566: 1525, 568: 1525, 576: 1525, 578: 1525, 591: 1525, 594: 1525, 596: 1525}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3905, 979: 3909}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3907, 979: 3911}, {1524, 1524, 9: 1524, 57: 1524, 162: 1524, 533: 1524, 535: 1524, 542: 1524, 545: 1524, 553: 1524, 1524, 557: 1524, 1524, 561: 1524, 1524, 566: 1524, 568: 1524, 576: 1524, 578: 1524, 591: 1524, 594: 1524, 596: 1524}, // 1035 {1522, 1522, 9: 1522, 57: 1522, 162: 1522, 533: 1522, 535: 1522, 542: 1522, 545: 1522, 553: 1522, 1522, 557: 1522, 1522, 561: 1522, 1522, 566: 1522, 568: 1522, 576: 1522, 578: 1522, 591: 1522, 594: 1522, 596: 1522}, {1521, 1521, 9: 1521, 57: 1521, 162: 1521, 533: 1521, 535: 1521, 542: 1521, 545: 1521, 553: 1521, 1521, 557: 1521, 1521, 561: 1521, 1521, 566: 1521, 568: 1521, 576: 1521, 578: 1521, 591: 1521, 594: 1521, 596: 1521}, {1520, 1520, 9: 1520, 57: 1520, 162: 1520, 533: 1520, 535: 1520, 542: 1520, 545: 1520, 553: 1520, 1520, 557: 1520, 1520, 561: 1520, 1520, 566: 1520, 568: 1520, 576: 1520, 578: 1520, 591: 1520, 594: 1520, 596: 1520}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3925, 3071, 3072, 3070, 782: 4014}, - {1516, 1516, 9: 3937, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3881, 845: 3935, 915: 3936}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3927, 3073, 3074, 3072, 782: 4016}, + {1516, 1516, 9: 3939, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3883, 845: 3937, 915: 3938}, // 1040 {147, 147, 9: 147, 57: 147, 533: 147, 535: 147, 542: 147, 545: 147, 553: 147, 147, 557: 147, 147, 561: 147, 147, 566: 147, 568: 147}, - {534: 3917, 945: 3918}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 1554, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 3922, 1496: 3921, 3920}, + {534: 3919, 945: 3920}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 1554, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 3924, 1497: 3923, 3922}, {145, 145, 9: 145, 57: 145, 533: 145, 535: 145, 542: 145, 545: 145, 553: 145, 145, 557: 145, 145, 561: 145, 145, 566: 145, 568: 145}, - {1550, 1550, 9: 1550, 57: 1550, 533: 1550, 535: 1550, 545: 1550, 558: 1550, 565: 1550, 567: 1550, 1550, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {1550, 1550, 9: 1550, 57: 1550, 533: 1550, 535: 1550, 545: 1550, 558: 1550, 565: 1550, 567: 1550, 1550, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1045 - {57: 3934}, - {9: 3932, 57: 1553}, + {57: 3936}, + {9: 3934, 57: 1553}, {9: 1551, 57: 1551}, - {1549, 1549, 9: 1549, 57: 1549, 533: 1549, 3924, 1549, 545: 1549, 558: 1549, 565: 1549, 567: 1549, 1549}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3925, 3071, 3072, 3070, 782: 3926}, + {1549, 1549, 9: 1549, 57: 1549, 533: 1549, 3926, 1549, 545: 1549, 558: 1549, 565: 1549, 567: 1549, 1549}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3927, 3073, 3074, 3072, 782: 3928}, // 1050 - {57: 1498, 560: 1498, 718: 3928}, - {57: 3927}, + {57: 1498, 560: 1498, 718: 3930}, + {57: 3929}, {1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 535: 1468, 1468, 1468, 539: 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 552: 1468, 1468, 1468, 557: 1468, 1468, 1468, 1468, 1468, 1468, 1468, 565: 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 583: 1468, 1468, 1468, 1468, 1468, 1468, 591: 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 612: 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 623: 1468, 1468, 1468, 1468, 1468, 1468, 630: 1468, 635: 1468, 1468, 1468, 1468, 660: 1468, 707: 1468}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3929, 3071, 3072, 3070}, - {57: 1497, 560: 1497, 718: 3930}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3931, 3073, 3074, 3072}, + {57: 1497, 560: 1497, 718: 3932}, // 1055 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3931, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3933, 3073, 3074, 3072}, {1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 535: 1496, 1496, 1496, 539: 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 552: 1496, 1496, 1496, 557: 1496, 1496, 1496, 1496, 1496, 1496, 1496, 565: 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 583: 1496, 1496, 1496, 1496, 1496, 1496, 591: 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 612: 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 623: 1496, 1496, 1496, 1496, 1496, 1496, 630: 1496, 635: 1496, 1496, 1496, 1496, 660: 1496, 707: 1496, 721: 1496, 1496}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 3933}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 3935}, {9: 1552, 57: 1552}, {1555, 1555, 9: 1555, 57: 1555, 108: 1555, 533: 1555, 535: 1555, 542: 1555, 545: 1555, 553: 1555, 1555, 557: 1555, 1555, 561: 1555, 1555, 566: 1555, 568: 1555, 570: 1555}, // 1060 {1515, 1515, 57: 1515, 162: 1515, 533: 1515, 535: 1515, 542: 1515, 545: 1515, 553: 1515, 1515, 557: 1515, 1515, 561: 1515, 1515, 566: 1515}, - {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3883, 3882, 561: 1083, 1083, 566: 1083, 846: 3940, 930: 3939}, - {642: 3916, 1019: 3938}, + {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3885, 3884, 561: 1083, 1083, 566: 1083, 846: 3942, 930: 3941}, + {642: 3918, 1019: 3940}, {146, 146, 9: 146, 57: 146, 533: 146, 535: 146, 542: 146, 545: 146, 553: 146, 146, 557: 146, 146, 561: 146, 146, 566: 146, 568: 146}, - {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3942, 1054, 566: 3943, 996: 3941}, + {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3944, 1054, 566: 3945, 996: 3943}, // 1065 {1082, 1082, 57: 1082, 533: 1082, 535: 1082, 542: 1082, 545: 1082, 553: 1082, 1082, 561: 1082, 1082, 566: 1082}, - {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3971, 997: 3970}, - {342: 3948, 717: 3947}, - {609: 3944}, - {342: 3945}, + {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3973, 997: 3972}, + {343: 3950, 717: 3949}, + {609: 3946}, + {343: 3947}, // 1070 - {264: 3946}, + {265: 3948}, {1046, 1046, 57: 1046, 533: 1046, 535: 1046, 542: 1046, 545: 1046, 553: 1046, 1046, 562: 1046}, - {1045, 1045, 57: 1045, 194: 1045, 197: 1045, 227: 1045, 533: 1045, 535: 1045, 542: 1045, 545: 1045, 553: 1045, 1045, 562: 1045, 1220: 3950, 3964}, - {1045, 1045, 57: 1045, 194: 1045, 197: 1045, 533: 1045, 535: 1045, 542: 1045, 545: 1045, 553: 1045, 1045, 562: 1045, 1220: 3950, 3949}, - {1052, 1052, 57: 1052, 194: 3961, 197: 3962, 533: 1052, 535: 1052, 542: 1052, 545: 1052, 553: 1052, 1052, 562: 1052}, + {1045, 1045, 57: 1045, 194: 1045, 197: 1045, 227: 1045, 533: 1045, 535: 1045, 542: 1045, 545: 1045, 553: 1045, 1045, 562: 1045, 1221: 3952, 3966}, + {1045, 1045, 57: 1045, 194: 1045, 197: 1045, 533: 1045, 535: 1045, 542: 1045, 545: 1045, 553: 1045, 1045, 562: 1045, 1221: 3952, 3951}, + {1052, 1052, 57: 1052, 194: 3963, 197: 3964, 533: 1052, 535: 1052, 542: 1052, 545: 1052, 553: 1052, 1052, 562: 1052}, // 1075 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 3954}, - {1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 583: 1270, 1270, 1270, 1270, 1270, 1270, 591: 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 623: 1270, 1270, 1270, 1270, 1270, 1270, 630: 1270, 635: 1270, 1270, 1270, 1270, 649: 1270, 658: 1270, 660: 1270, 704: 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 3959, 1270, 723: 1270, 725: 1270, 1270, 1270, 730: 1270, 1270, 1270, 1270, 1270, 743: 1270, 768: 1270, 1270, 1270, 1270, 1270, 1270, 1270}, - {718: 3957}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 3956}, + {1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 583: 1270, 1270, 1270, 1270, 1270, 1270, 591: 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 623: 1270, 1270, 1270, 1270, 1270, 1270, 630: 1270, 635: 1270, 1270, 1270, 1270, 649: 1270, 658: 1270, 660: 1270, 704: 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 3961, 1270, 723: 1270, 725: 1270, 1270, 1270, 730: 1270, 1270, 1270, 1270, 1270, 743: 1270, 768: 1270, 1270, 1270, 1270, 1270, 1270, 1270}, + {718: 3959}, {1267, 1267, 9: 1267, 57: 1267, 194: 1267, 197: 1267, 227: 1267, 533: 1267, 535: 1267, 542: 1267, 545: 1267, 553: 1267, 1267, 562: 1267, 565: 1267, 715: 1267, 731: 1267, 733: 1267}, - {1044, 1044, 9: 3955, 57: 1044, 194: 1044, 197: 1044, 227: 1044, 533: 1044, 535: 1044, 542: 1044, 545: 1044, 553: 1044, 1044, 562: 1044}, + {1044, 1044, 9: 3957, 57: 1044, 194: 1044, 197: 1044, 227: 1044, 533: 1044, 535: 1044, 542: 1044, 545: 1044, 553: 1044, 1044, 562: 1044}, // 1080 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3956}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3958}, {1266, 1266, 9: 1266, 57: 1266, 194: 1266, 197: 1266, 216: 1266, 227: 1266, 533: 1266, 535: 1266, 542: 1266, 545: 1266, 553: 1266, 1266, 562: 1266, 565: 1266, 715: 1266, 719: 1266, 731: 1266, 733: 1266, 768: 1266, 1266}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3958, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3960, 3073, 3074, 3072}, {1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 583: 1268, 1268, 1268, 1268, 1268, 1268, 591: 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 623: 1268, 1268, 1268, 1268, 1268, 1268, 630: 1268, 635: 1268, 1268, 1268, 1268, 649: 1268, 658: 1268, 660: 1268, 704: 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 719: 1268, 723: 1268, 725: 1268, 1268, 1268, 730: 1268, 1268, 1268, 1268, 1268, 743: 1268, 768: 1268, 1268, 1268, 1268, 1268, 1268, 1268}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3960, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3962, 3073, 3074, 3072}, // 1085 {1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 583: 1269, 1269, 1269, 1269, 1269, 1269, 591: 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 623: 1269, 1269, 1269, 1269, 1269, 1269, 630: 1269, 635: 1269, 1269, 1269, 1269, 649: 1269, 658: 1269, 660: 1269, 704: 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 719: 1269, 723: 1269, 725: 1269, 1269, 1269, 730: 1269, 1269, 1269, 1269, 1269, 743: 1269, 768: 1269, 1269, 1269, 1269, 1269, 1269, 1269}, {1049, 1049, 57: 1049, 533: 1049, 535: 1049, 542: 1049, 545: 1049, 553: 1049, 1049, 562: 1049}, - {322: 3963}, + {322: 3965}, {1047, 1047, 57: 1047, 533: 1047, 535: 1047, 542: 1047, 545: 1047, 553: 1047, 1047, 562: 1047}, - {1053, 1053, 57: 1053, 194: 3965, 197: 3967, 227: 3966, 533: 1053, 535: 1053, 542: 1053, 545: 1053, 553: 1053, 1053, 562: 1053}, + {1053, 1053, 57: 1053, 194: 3967, 197: 3969, 227: 3968, 533: 1053, 535: 1053, 542: 1053, 545: 1053, 553: 1053, 1053, 562: 1053}, // 1090 {1051, 1051, 57: 1051, 533: 1051, 535: 1051, 542: 1051, 545: 1051, 553: 1051, 1051, 562: 1051}, - {564: 3057, 803: 3969}, - {322: 3968}, + {564: 3059, 803: 3971}, + {322: 3970}, {1048, 1048, 57: 1048, 533: 1048, 535: 1048, 542: 1048, 545: 1048, 553: 1048, 1048, 562: 1048}, {1050, 1050, 57: 1050, 533: 1050, 535: 1050, 542: 1050, 545: 1050, 553: 1050, 1050, 562: 1050}, // 1095 {1214, 1214, 57: 1214, 533: 1214, 535: 1214, 542: 1214, 545: 1214, 553: 1214, 1214}, - {1418: 3972}, - {536: 3973}, - {268, 268, 57: 268, 131: 3977, 157: 3976, 533: 268, 535: 268, 542: 268, 545: 268, 553: 268, 268, 725: 268, 936: 3975, 1179: 3974}, - {253, 253, 57: 253, 533: 253, 535: 253, 542: 253, 545: 253, 553: 253, 253, 725: 4005, 1061: 4004}, + {1419: 3974}, + {536: 3975}, + {268, 268, 57: 268, 131: 3979, 157: 3978, 533: 268, 535: 268, 542: 268, 545: 268, 553: 268, 268, 725: 268, 936: 3977, 1179: 3976}, + {253, 253, 57: 253, 533: 253, 535: 253, 542: 253, 545: 253, 553: 253, 253, 725: 4007, 1061: 4006}, // 1100 - {136: 3984, 856: 3980, 860: 3982, 867: 3983, 3981, 1178: 3979, 1363: 3978}, + {136: 3986, 856: 3982, 860: 3984, 867: 3985, 3983, 1178: 3981, 1364: 3980}, {266, 266, 17: 266, 58: 266, 60: 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 136: 266, 533: 266, 266, 565: 266, 609: 266, 716: 266, 856: 266, 860: 266, 867: 266, 266}, {265, 265, 17: 265, 58: 265, 60: 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 136: 265, 533: 265, 265, 565: 265, 609: 265, 716: 265, 856: 265, 860: 265, 867: 265, 265}, - {267, 267, 57: 267, 136: 3984, 533: 267, 267, 267, 542: 267, 545: 267, 552: 267, 267, 267, 559: 267, 725: 267, 856: 3980, 860: 3982, 867: 3983, 3981, 1178: 4003}, + {267, 267, 57: 267, 136: 3986, 533: 267, 267, 267, 542: 267, 545: 267, 552: 267, 267, 267, 559: 267, 725: 267, 856: 3982, 860: 3984, 867: 3985, 3983, 1178: 4005}, {263, 263, 57: 263, 136: 263, 533: 263, 263, 263, 542: 263, 545: 263, 552: 263, 263, 263, 559: 263, 725: 263, 856: 263, 860: 263, 867: 263, 263}, // 1105 - {726: 4001}, - {536: 3995, 641: 3996, 643: 3997, 963: 4000}, - {726: 3998}, - {726: 3993}, - {551: 3985}, + {726: 4003}, + {536: 3997, 641: 3998, 643: 3999, 963: 4002}, + {726: 4000}, + {726: 3995}, + {551: 3987}, // 1110 - {726: 3986}, - {536: 3987, 641: 3988, 643: 3989, 1026: 3990}, + {726: 3988}, + {536: 3989, 641: 3990, 643: 3991, 1026: 3992}, {449, 449, 9: 449, 57: 449, 136: 449, 533: 449, 449, 449, 542: 449, 545: 449, 552: 449, 449, 449, 559: 449, 725: 449, 856: 449, 860: 449, 867: 449, 449, 1013: 449}, {448, 448, 9: 448, 57: 448, 136: 448, 533: 448, 448, 448, 542: 448, 545: 448, 552: 448, 448, 448, 559: 448, 725: 448, 856: 448, 860: 448, 867: 448, 448, 1013: 448}, {447, 447, 9: 447, 57: 447, 136: 447, 533: 447, 447, 447, 542: 447, 545: 447, 552: 447, 447, 447, 559: 447, 725: 447, 856: 447, 860: 447, 867: 447, 447, 1013: 447}, // 1115 - {258, 258, 57: 258, 136: 258, 533: 258, 258, 258, 542: 258, 545: 258, 552: 258, 258, 258, 559: 258, 725: 258, 856: 258, 860: 258, 867: 258, 258, 1013: 3991}, - {860: 3992}, + {258, 258, 57: 258, 136: 258, 533: 258, 258, 258, 542: 258, 545: 258, 552: 258, 258, 258, 559: 258, 725: 258, 856: 258, 860: 258, 867: 258, 258, 1013: 3993}, + {860: 3994}, {257, 257, 57: 257, 136: 257, 533: 257, 257, 257, 542: 257, 545: 257, 552: 257, 257, 257, 559: 257, 725: 257, 856: 257, 860: 257, 867: 257, 257}, - {536: 3995, 641: 3996, 643: 3997, 963: 3994}, + {536: 3997, 641: 3998, 643: 3999, 963: 3996}, {259, 259, 57: 259, 136: 259, 533: 259, 259, 259, 542: 259, 545: 259, 552: 259, 259, 259, 559: 259, 725: 259, 856: 259, 860: 259, 867: 259, 259}, // 1120 {256, 256, 57: 256, 136: 256, 533: 256, 256, 256, 542: 256, 545: 256, 552: 256, 256, 256, 559: 256, 725: 256, 856: 256, 860: 256, 867: 256, 256}, {255, 255, 57: 255, 136: 255, 533: 255, 255, 255, 542: 255, 545: 255, 552: 255, 255, 255, 559: 255, 725: 255, 856: 255, 860: 255, 867: 255, 255}, {254, 254, 57: 254, 136: 254, 533: 254, 254, 254, 542: 254, 545: 254, 552: 254, 254, 254, 559: 254, 725: 254, 856: 254, 860: 254, 867: 254, 254}, - {536: 3995, 641: 3996, 643: 3997, 963: 3999}, + {536: 3997, 641: 3998, 643: 3999, 963: 4001}, {260, 260, 57: 260, 136: 260, 533: 260, 260, 260, 542: 260, 545: 260, 552: 260, 260, 260, 559: 260, 725: 260, 856: 260, 860: 260, 867: 260, 260}, // 1125 {261, 261, 57: 261, 136: 261, 533: 261, 261, 261, 542: 261, 545: 261, 552: 261, 261, 261, 559: 261, 725: 261, 856: 261, 860: 261, 867: 261, 261}, - {536: 3995, 641: 3996, 643: 3997, 963: 4002}, + {536: 3997, 641: 3998, 643: 3999, 963: 4004}, {262, 262, 57: 262, 136: 262, 533: 262, 262, 262, 542: 262, 545: 262, 552: 262, 262, 262, 559: 262, 725: 262, 856: 262, 860: 262, 867: 262, 262}, {264, 264, 57: 264, 136: 264, 533: 264, 264, 264, 542: 264, 545: 264, 552: 264, 264, 264, 559: 264, 725: 264, 856: 264, 860: 264, 867: 264, 264}, {1059, 1059, 57: 1059, 533: 1059, 535: 1059, 542: 1059, 545: 1059, 553: 1059, 1059}, // 1130 - {251, 251, 57: 251, 533: 251, 251, 251, 542: 251, 545: 251, 552: 251, 251, 251, 559: 251, 856: 251, 1472: 4006, 4007}, - {249, 249, 57: 249, 533: 249, 249, 249, 542: 249, 545: 249, 552: 249, 249, 249, 559: 249, 856: 4011, 1389: 4010}, - {726: 4008}, - {536: 3995, 641: 3996, 643: 3997, 963: 4009}, + {251, 251, 57: 251, 533: 251, 251, 251, 542: 251, 545: 251, 552: 251, 251, 251, 559: 251, 856: 251, 1473: 4008, 4009}, + {249, 249, 57: 249, 533: 249, 249, 249, 542: 249, 545: 249, 552: 249, 249, 249, 559: 249, 856: 4013, 1390: 4012}, + {726: 4010}, + {536: 3997, 641: 3998, 643: 3999, 963: 4011}, {250, 250, 57: 250, 533: 250, 250, 250, 542: 250, 545: 250, 552: 250, 250, 250, 559: 250, 856: 250}, // 1135 {252, 252, 57: 252, 533: 252, 252, 252, 542: 252, 545: 252, 552: 252, 252, 252, 559: 252}, - {726: 4012}, - {536: 3995, 641: 3996, 643: 3997, 963: 4013}, + {726: 4014}, + {536: 3997, 641: 3998, 643: 3999, 963: 4015}, {248, 248, 57: 248, 533: 248, 248, 248, 542: 248, 545: 248, 552: 248, 248, 248, 559: 248}, - {57: 4015}, + {57: 4017}, // 1140 {1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 535: 1467, 1467, 1467, 539: 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 552: 1467, 1467, 1467, 557: 1467, 1467, 1467, 1467, 1467, 1467, 1467, 565: 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 583: 1467, 1467, 1467, 1467, 1467, 1467, 591: 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 612: 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 623: 1467, 1467, 1467, 1467, 1467, 1467, 630: 1467, 635: 1467, 1467, 1467, 1467, 660: 1467, 707: 1467}, {1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 539: 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 550: 1055, 552: 1055, 1055, 1055, 557: 1055, 1055, 1055, 1055, 1055, 1055, 1055, 565: 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 583: 1055, 1055, 1055, 1055, 1055, 1055, 591: 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 623: 1055, 1055, 1055, 1055, 1055, 1055, 630: 1055, 635: 1055, 1055, 1055, 1055, 658: 1055, 660: 1055, 707: 1055, 717: 1055, 807: 1055}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4019}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4021}, {2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 535: 2171, 2171, 540: 2171, 542: 2171, 2171, 2171, 2171, 552: 2171, 2171, 2171, 557: 2171, 2171, 2171, 2171, 2171, 2171, 565: 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 584: 2171, 2171, 2171, 2171, 2171, 591: 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 2171, 610: 2171, 620: 2171, 2171, 623: 2171, 2171, 2171, 2171, 2171, 2171}, - {2209, 2209, 9: 2209, 57: 2209, 162: 2209, 545: 2209, 568: 2209, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2209, 2209, 9: 2209, 57: 2209, 162: 2209, 545: 2209, 568: 2209, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1145 {2: 2185, 2185, 2185, 2185, 2185, 2185, 2185, 10: 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 58: 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 534: 2185, 536: 2185, 2185, 2185, 543: 2185, 2185, 546: 2185, 2185, 2185, 550: 2185, 2185, 555: 2185, 2185, 564: 2185, 582: 2185, 589: 2185, 2185, 622: 2185, 629: 2185, 631: 2185, 2185, 2185, 2185, 639: 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 659: 2185, 661: 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185, 2185}, {534: 2181}, @@ -8296,8 +8300,8 @@ var ( {2: 2177, 2177, 2177, 2177, 2177, 2177, 2177, 10: 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 58: 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 534: 2177, 536: 2177, 2177, 2177, 543: 2177, 2177, 546: 2177, 2177, 2177, 550: 2177, 2177, 555: 2177, 2177, 564: 2177, 582: 2177, 589: 2177, 2177, 622: 2177, 629: 2177, 631: 2177, 2177, 2177, 2177, 639: 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 659: 2177, 661: 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177}, {2: 2175, 2175, 2175, 2175, 2175, 2175, 2175, 10: 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 58: 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 534: 2175, 536: 2175, 2175, 2175, 543: 2175, 2175, 546: 2175, 2175, 2175, 550: 2175, 2175, 555: 2175, 2175, 564: 2175, 582: 2175, 589: 2175, 2175, 622: 2175, 629: 2175, 631: 2175, 2175, 2175, 2175, 639: 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 659: 2175, 661: 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175, 2175}, // 1150 - {226: 4048, 551: 4049, 632: 4047, 4046}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 4040, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 4041, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 4039, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 719: 4042, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 4037, 1321: 4038}, + {226: 4050, 551: 4051, 632: 4049, 4048}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 4042, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 4043, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 4041, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 719: 4044, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 4039, 1322: 4040}, {2: 2194, 2194, 2194, 2194, 2194, 2194, 2194, 10: 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 58: 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 534: 2194, 536: 2194, 2194, 2194, 543: 2194, 2194, 546: 2194, 2194, 2194, 550: 2194, 2194, 555: 2194, 2194, 564: 2194, 582: 2194, 589: 2194, 2194, 622: 2194, 629: 2194, 631: 2194, 2194, 2194, 2194, 639: 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 659: 2194, 661: 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 2194, 719: 2194}, {2: 2193, 2193, 2193, 2193, 2193, 2193, 2193, 10: 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 58: 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 534: 2193, 536: 2193, 2193, 2193, 543: 2193, 2193, 546: 2193, 2193, 2193, 550: 2193, 2193, 555: 2193, 2193, 564: 2193, 582: 2193, 589: 2193, 2193, 622: 2193, 629: 2193, 631: 2193, 2193, 2193, 2193, 639: 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 659: 2193, 661: 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 719: 2193}, {2: 2192, 2192, 2192, 2192, 2192, 2192, 2192, 10: 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 58: 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 534: 2192, 536: 2192, 2192, 2192, 543: 2192, 2192, 546: 2192, 2192, 2192, 550: 2192, 2192, 555: 2192, 2192, 564: 2192, 582: 2192, 589: 2192, 2192, 622: 2192, 629: 2192, 631: 2192, 2192, 2192, 2192, 639: 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 659: 2192, 661: 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 719: 2192}, @@ -8308,16 +8312,16 @@ var ( {2: 2188, 2188, 2188, 2188, 2188, 2188, 2188, 10: 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 58: 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 534: 2188, 536: 2188, 2188, 2188, 543: 2188, 2188, 546: 2188, 2188, 2188, 550: 2188, 2188, 555: 2188, 2188, 564: 2188, 582: 2188, 589: 2188, 2188, 622: 2188, 629: 2188, 631: 2188, 2188, 2188, 2188, 639: 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 659: 2188, 661: 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 2188, 719: 2188}, {2: 2187, 2187, 2187, 2187, 2187, 2187, 2187, 10: 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 58: 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 534: 2187, 536: 2187, 2187, 2187, 543: 2187, 2187, 546: 2187, 2187, 2187, 550: 2187, 2187, 555: 2187, 2187, 564: 2187, 582: 2187, 589: 2187, 2187, 622: 2187, 629: 2187, 631: 2187, 2187, 2187, 2187, 639: 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 659: 2187, 661: 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 719: 2187}, // 1160 - {226: 2184, 537: 3836, 539: 3835, 551: 2184, 632: 2184, 2184, 921: 4036}, + {226: 2184, 537: 3838, 539: 3837, 551: 2184, 632: 2184, 2184, 921: 4038}, {226: 2183, 551: 2183, 632: 2183, 2183}, {2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 535: 2198, 2198, 540: 2198, 542: 2198, 2198, 2198, 2198, 552: 2198, 2198, 2198, 557: 2198, 2198, 2198, 2198, 2198, 2198, 565: 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 584: 2198, 2198, 2198, 2198, 2198, 591: 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 610: 2198, 620: 2198, 2198, 623: 2198, 2198, 2198, 2198, 2198, 2198}, - {534: 2928, 779: 4045}, - {961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 535: 961, 961, 961, 539: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 552: 961, 961, 961, 557: 961, 961, 961, 961, 961, 961, 961, 565: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 583: 961, 961, 961, 961, 961, 961, 591: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 612: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 623: 961, 961, 961, 961, 961, 961, 630: 961, 635: 961, 961, 961, 961, 707: 961, 720: 4043}, + {534: 2930, 779: 4047}, + {961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 535: 961, 961, 961, 539: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 552: 961, 961, 961, 557: 961, 961, 961, 961, 961, 961, 961, 565: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 583: 961, 961, 961, 961, 961, 961, 591: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 612: 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 623: 961, 961, 961, 961, 961, 961, 630: 961, 635: 961, 961, 961, 961, 707: 961, 720: 4045}, // 1165 {1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 2174, 1984, 1984, 1984, 539: 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 552: 1984, 1984, 1984, 557: 1984, 1984, 1984, 1984, 1984, 1984, 1984, 565: 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 583: 1984, 1984, 1984, 1984, 1984, 1984, 591: 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 612: 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 623: 1984, 1984, 1984, 1984, 1984, 1984, 630: 1984, 635: 1984, 1984, 1984, 1984, 707: 1984, 718: 1984, 721: 1984, 1984}, {1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 2173, 1983, 1983, 1983, 539: 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 552: 1983, 1983, 1983, 557: 1983, 1983, 1983, 1983, 1983, 1983, 1983, 565: 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 583: 1983, 1983, 1983, 1983, 1983, 1983, 591: 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 612: 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 623: 1983, 1983, 1983, 1983, 1983, 1983, 630: 1983, 635: 1983, 1983, 1983, 1983, 707: 1983, 718: 1983, 721: 1983, 1983}, {534: 2172}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 4044}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 4046}, {2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 535: 2196, 2196, 540: 2196, 542: 2196, 2196, 2196, 2196, 552: 2196, 2196, 2196, 557: 2196, 2196, 2196, 2196, 2196, 2196, 565: 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 584: 2196, 2196, 2196, 2196, 2196, 591: 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 610: 2196, 620: 2196, 2196, 623: 2196, 2196, 2196, 2196, 2196, 2196}, // 1170 {2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 535: 2197, 2197, 540: 2197, 542: 2197, 2197, 2197, 2197, 552: 2197, 2197, 2197, 557: 2197, 2197, 2197, 2197, 2197, 2197, 565: 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 584: 2197, 2197, 2197, 2197, 2197, 591: 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 2197, 610: 2197, 620: 2197, 2197, 623: 2197, 2197, 2197, 2197, 2197, 2197}, @@ -8326,109 +8330,109 @@ var ( {2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 535: 2225, 2225, 540: 2225, 542: 2225, 2225, 2225, 2225, 552: 2225, 2225, 2225, 557: 2225, 2225, 2225, 561: 2225, 2225, 565: 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 584: 2225, 2225, 2225, 2225, 2225, 591: 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 610: 2225}, {2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 535: 2199, 2199, 540: 2199, 542: 2199, 2199, 2199, 2199, 552: 2199, 2199, 2199, 557: 2199, 2199, 2199, 2199, 2199, 2199, 565: 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 584: 2199, 2199, 2199, 2199, 2199, 591: 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 610: 2199, 620: 2199, 2199, 623: 2199, 2199, 2199, 2199, 2199, 2199}, // 1175 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 4053}, - {2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 534: 2631, 549: 2631, 556: 2631, 558: 2631, 2631, 2631, 581: 2631, 589: 2631, 608: 2631, 712: 2631, 718: 4074, 720: 2631, 730: 2631, 2631, 733: 2631, 735: 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 744: 2631, 2631, 2631, 2631, 2631, 751: 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631}, - {9: 2628, 57: 2628}, - {9: 4054, 57: 4055}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4073}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 4055}, + {2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 534: 2633, 549: 2633, 556: 2633, 558: 2633, 2633, 2633, 581: 2633, 589: 2633, 608: 2633, 712: 2633, 718: 4076, 720: 2633, 730: 2633, 2633, 733: 2633, 735: 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 744: 2633, 2633, 2633, 2633, 2633, 751: 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2633}, + {9: 2630, 57: 2630}, + {9: 4056, 57: 4057}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4075}, // 1180 - {367: 4056}, - {534: 4057}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 4058}, - {57: 2219, 535: 4061, 546: 3806, 3807, 3812, 563: 3808, 609: 4060, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805, 1369: 4059}, - {57: 4072}, + {368: 4058}, + {534: 4059}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 4060}, + {57: 2219, 535: 4063, 546: 3808, 3809, 3814, 563: 3810, 609: 4062, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807, 1370: 4061}, + {57: 4074}, // 1185 - {189: 4065, 584: 4064}, - {161: 4062}, - {308: 4063}, + {189: 4067, 584: 4066}, + {161: 4064}, + {308: 4065}, {57: 2215}, - {404: 4067}, + {405: 4069}, // 1190 - {264: 4066}, + {265: 4068}, {57: 2216}, - {264: 4068}, - {57: 2218, 535: 4069}, - {161: 4070}, + {265: 4070}, + {57: 2218, 535: 4071}, + {161: 4072}, // 1195 - {308: 4071}, + {308: 4073}, {57: 2217}, {2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 535: 2228, 2228, 540: 2228, 542: 2228, 2228, 2228, 2228, 552: 2228, 2228, 2228, 557: 2228, 2228, 2228, 561: 2228, 2228, 565: 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 584: 2228, 2228, 2228, 2228, 2228, 591: 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 2228, 610: 2228}, - {9: 2627, 57: 2627}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4075, 3071, 3072, 3070}, + {9: 2629, 57: 2629}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4077, 3073, 3074, 3072}, // 1200 - {2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 534: 2630, 549: 2630, 556: 2630, 558: 2630, 2630, 2630, 581: 2630, 589: 2630, 608: 2630, 712: 2630, 718: 4076, 720: 2630, 730: 2630, 2630, 733: 2630, 735: 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 744: 2630, 2630, 2630, 2630, 2630, 751: 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4077, 3071, 3072, 3070}, - {2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 534: 2629, 549: 2629, 556: 2629, 558: 2629, 2629, 2629, 581: 2629, 589: 2629, 608: 2629, 712: 2629, 720: 2629, 730: 2629, 2629, 733: 2629, 735: 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 744: 2629, 2629, 2629, 2629, 2629, 751: 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629, 2629}, - {2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 535: 2229, 2229, 540: 2229, 542: 2229, 2229, 2229, 2229, 552: 2229, 2229, 2229, 557: 2229, 2229, 2229, 561: 2229, 2229, 565: 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 584: 2229, 2229, 2229, 2229, 2229, 591: 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 610: 2229, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4080, 3620, 3702, 3619, 3616}, + {2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 534: 2632, 549: 2632, 556: 2632, 558: 2632, 2632, 2632, 581: 2632, 589: 2632, 608: 2632, 712: 2632, 718: 4078, 720: 2632, 730: 2632, 2632, 733: 2632, 735: 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 744: 2632, 2632, 2632, 2632, 2632, 751: 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2632}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4079, 3073, 3074, 3072}, + {2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 534: 2631, 549: 2631, 556: 2631, 558: 2631, 2631, 2631, 581: 2631, 589: 2631, 608: 2631, 712: 2631, 720: 2631, 730: 2631, 2631, 733: 2631, 735: 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 744: 2631, 2631, 2631, 2631, 2631, 751: 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2631}, + {2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 535: 2229, 2229, 540: 2229, 542: 2229, 2229, 2229, 2229, 552: 2229, 2229, 2229, 557: 2229, 2229, 2229, 561: 2229, 2229, 565: 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 584: 2229, 2229, 2229, 2229, 2229, 591: 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 610: 2229, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4082, 3622, 3704, 3621, 3618}, // 1205 - {57: 4081, 541: 3716, 707: 3717}, - {184: 1149, 552: 1149, 565: 4083, 824: 1149, 1407: 4082}, - {184: 4087, 552: 4088, 824: 1152, 993: 4086}, - {10: 4084, 234: 4085}, + {57: 4083, 541: 3718, 707: 3719}, + {184: 1149, 552: 1149, 565: 4085, 824: 1149, 1408: 4084}, + {184: 4089, 552: 4090, 824: 1152, 993: 4088}, + {10: 4086, 234: 4087}, {184: 1148, 552: 1148, 824: 1148}, // 1210 {184: 1147, 552: 1147, 824: 1147}, - {824: 4091, 837: 4092}, - {329: 4090}, - {329: 4089}, + {824: 4093, 837: 4094}, + {330: 4092}, + {330: 4091}, {824: 1150}, // 1215 {824: 1151}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 4094, 775: 4093, 3071, 3072, 3070, 1031: 4096, 1308: 4097, 1513: 4095}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 4096, 775: 4095, 3073, 3074, 3072, 1031: 4098, 1309: 4099, 1514: 4097}, {1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 535: 1158, 1158, 1158, 539: 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 552: 1158, 1158, 1158, 557: 1158, 1158, 1158, 1158, 1158, 1158, 1158, 565: 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 583: 1158, 1158, 1158, 1158, 1158, 1158, 591: 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 612: 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 623: 1158, 1158, 1158, 1158, 1158, 1158, 630: 1158, 635: 1158, 1158, 1158, 1158, 660: 1158, 707: 1158}, {1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 535: 1200, 1200, 1200, 539: 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 552: 1200, 1200, 1200, 557: 1200, 1200, 1200, 1200, 1200, 1200, 1200, 565: 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 583: 1200, 1200, 1200, 1200, 1200, 1200, 591: 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 612: 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 623: 1200, 1200, 1200, 1200, 1200, 1200, 630: 1200, 635: 1200, 1200, 1200, 1200, 660: 1200, 707: 1200}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 1197, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 549: 1197, 568: 1197, 591: 1197, 594: 1197, 596: 1197, 775: 4093, 3071, 3072, 3070, 1031: 4100, 1406: 4099, 1514: 4098}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 1197, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 549: 1197, 568: 1197, 591: 1197, 594: 1197, 596: 1197, 775: 4095, 3073, 3074, 3072, 1031: 4102, 1407: 4101, 1515: 4100}, // 1220 {1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 535: 1171, 1171, 1171, 539: 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 552: 1171, 1171, 1171, 557: 1171, 1171, 1171, 1171, 1171, 1171, 1171, 565: 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 583: 1171, 1171, 1171, 1171, 1171, 1171, 591: 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 612: 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 623: 1171, 1171, 1171, 1171, 1171, 1171, 630: 1171, 635: 1171, 1171, 1171, 1171, 660: 1171, 707: 1171}, {1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 535: 1170, 1170, 1170, 539: 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 552: 1170, 1170, 1170, 557: 1170, 1170, 1170, 1170, 1170, 1170, 1170, 565: 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 583: 1170, 1170, 1170, 1170, 1170, 1170, 591: 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 612: 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 623: 1170, 1170, 1170, 1170, 1170, 1170, 630: 1170, 635: 1170, 1170, 1170, 1170, 660: 1170, 707: 1170}, {1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 535: 1169, 1169, 1169, 539: 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 552: 1169, 1169, 1169, 557: 1169, 1169, 1169, 1169, 1169, 1169, 1169, 565: 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 583: 1169, 1169, 1169, 1169, 1169, 1169, 591: 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 612: 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 623: 1169, 1169, 1169, 1169, 1169, 1169, 630: 1169, 635: 1169, 1169, 1169, 1169, 660: 1169, 707: 1169}, - {57: 4147}, - {57: 1195, 549: 4102, 568: 1195, 591: 1195, 594: 1195, 596: 1195, 1410: 4101}, + {57: 4149}, + {57: 1195, 549: 4104, 568: 1195, 591: 1195, 594: 1195, 596: 1195, 1411: 4103}, // 1225 {57: 1196, 549: 1196, 568: 1196, 591: 1196, 594: 1196, 596: 1196}, - {57: 1193, 568: 4106, 591: 1193, 594: 1193, 596: 1193, 1415: 4105}, - {726: 4103}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3905, 979: 3907, 1006: 4104}, - {9: 3908, 57: 1194, 568: 1194, 591: 1194, 594: 1194, 596: 1194}, + {57: 1193, 568: 4108, 591: 1193, 594: 1193, 596: 1193, 1416: 4107}, + {726: 4105}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3907, 979: 3909, 1006: 4106}, + {9: 3910, 57: 1194, 568: 1194, 591: 1194, 594: 1194, 596: 1194}, // 1230 - {57: 1191, 591: 4111, 594: 4112, 596: 4113, 1414: 4109, 1512: 4110}, - {726: 4107}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3905, 979: 3907, 1006: 4108}, - {9: 3908, 57: 1192, 591: 1192, 594: 1192, 596: 1192}, + {57: 1191, 591: 4113, 594: 4114, 596: 4115, 1415: 4111, 1513: 4112}, + {726: 4109}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3907, 979: 3909, 1006: 4110}, + {9: 3910, 57: 1192, 591: 1192, 594: 1192, 596: 1192}, {57: 1198}, // 1235 - {190: 4124, 202: 4120, 564: 4114, 630: 4125, 639: 4116, 4115, 644: 4123, 4122, 922: 4121, 1104: 4118, 1510: 4119, 4117}, + {190: 4126, 202: 4122, 564: 4116, 630: 4127, 639: 4118, 4117, 644: 4125, 4124, 922: 4123, 1104: 4120, 1511: 4121, 4119}, {190: 1189, 202: 1189, 564: 1189, 630: 1189, 639: 1189, 1189, 644: 1189, 1189}, {190: 1188, 202: 1188, 564: 1188, 630: 1188, 639: 1188, 1188, 644: 1188, 1188}, {190: 1187, 202: 1187, 564: 1187, 630: 1187, 639: 1187, 1187, 644: 1187, 1187}, {2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 2511, 57: 2511, 169: 2511, 192: 2511, 533: 2511, 2511, 2511, 537: 2511, 2511, 2511, 2511, 2511, 2511, 549: 2511, 2511, 2511, 2511, 555: 2511, 2511, 569: 2511, 611: 2511, 658: 2511, 704: 2511, 2511, 2511, 708: 2511, 2511, 2511, 2511, 2511, 2511}, // 1240 - {2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 57: 2510, 169: 2510, 192: 2510, 243: 2510, 533: 2510, 2510, 2510, 537: 2510, 2510, 2510, 2510, 2510, 2510, 549: 2510, 2510, 2510, 2510, 555: 2510, 2510, 569: 2510, 611: 2510, 658: 2510, 704: 2510, 2510, 2510, 708: 2510, 2510, 2510, 2510, 2510, 2510}, - {2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 57: 2509, 169: 2509, 192: 2509, 243: 2509, 533: 2509, 2509, 2509, 537: 2509, 2509, 2509, 2509, 2509, 2509, 549: 2509, 2509, 2509, 2509, 555: 2509, 2509, 569: 2509, 611: 2509, 658: 2509, 704: 2509, 2509, 2509, 708: 2509, 2509, 2509, 2509, 2509, 2509}, + {2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 2510, 57: 2510, 169: 2510, 192: 2510, 244: 2510, 533: 2510, 2510, 2510, 537: 2510, 2510, 2510, 2510, 2510, 2510, 549: 2510, 2510, 2510, 2510, 555: 2510, 2510, 569: 2510, 611: 2510, 658: 2510, 704: 2510, 2510, 2510, 708: 2510, 2510, 2510, 2510, 2510, 2510}, + {2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 57: 2509, 169: 2509, 192: 2509, 244: 2509, 533: 2509, 2509, 2509, 537: 2509, 2509, 2509, 2509, 2509, 2509, 549: 2509, 2509, 2509, 2509, 555: 2509, 2509, 569: 2509, 611: 2509, 658: 2509, 704: 2509, 2509, 2509, 708: 2509, 2509, 2509, 2509, 2509, 2509}, {57: 1190}, {57: 1186}, {57: 1185}, // 1245 + {169: 4144}, {169: 4142}, {169: 4140}, - {169: 4138}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4145}, - {642: 4144}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4147}, + {642: 4146}, // 1250 - {190: 4124, 202: 4126, 564: 4114, 639: 4116, 4115, 644: 4129, 4128, 922: 4127, 1104: 4131, 1307: 4130}, + {190: 4126, 202: 4128, 564: 4116, 639: 4118, 4117, 644: 4131, 4130, 922: 4129, 1104: 4133, 1308: 4132}, + {169: 4144, 192: 4145}, {169: 4142, 192: 4143}, {169: 4140, 192: 4141}, - {169: 4138, 192: 4139}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4134}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4136}, // 1255 - {570: 4132}, + {570: 4134}, {57: 1178, 570: 1178}, - {190: 4124, 202: 4126, 564: 4114, 639: 4116, 4115, 644: 4129, 4128, 922: 4127, 1104: 4131, 1307: 4133}, + {190: 4126, 202: 4128, 564: 4116, 639: 4118, 4117, 644: 4131, 4130, 922: 4129, 1104: 4133, 1308: 4135}, {57: 1179}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 4135}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 4137}, // 1260 - {169: 4136, 192: 4137}, + {169: 4138, 192: 4139}, {57: 1181, 570: 1181}, {57: 1174, 570: 1174}, {57: 1182, 570: 1182}, @@ -8440,346 +8444,346 @@ var ( {57: 1177, 570: 1177}, {57: 1180, 570: 1180}, // 1270 - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 4146}, - {169: 4136}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 4148}, + {169: 4138}, {1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 535: 1199, 1199, 1199, 539: 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 552: 1199, 1199, 1199, 557: 1199, 1199, 1199, 1199, 1199, 1199, 1199, 565: 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 583: 1199, 1199, 1199, 1199, 1199, 1199, 591: 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 612: 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 623: 1199, 1199, 1199, 1199, 1199, 1199, 630: 1199, 635: 1199, 1199, 1199, 1199, 660: 1199, 707: 1199}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4149}, - {2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 535: 2233, 2233, 540: 2233, 542: 2233, 2233, 2233, 2233, 552: 2233, 2233, 2233, 557: 2233, 2233, 2233, 561: 2233, 2233, 565: 2233, 2233, 2233, 2233, 2233, 3769, 3767, 3768, 3766, 3764, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 584: 2233, 2233, 2233, 2233, 2233, 591: 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 610: 2233, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4151}, + {2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 535: 2233, 2233, 540: 2233, 542: 2233, 2233, 2233, 2233, 552: 2233, 2233, 2233, 557: 2233, 2233, 2233, 561: 2233, 2233, 565: 2233, 2233, 2233, 2233, 2233, 3771, 3769, 3770, 3768, 3766, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 584: 2233, 2233, 2233, 2233, 2233, 591: 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 610: 2233, 804: 3767, 3765}, // 1275 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4151}, - {57: 4152, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {184: 4087, 552: 4088, 824: 1152, 993: 4153}, - {824: 4091, 837: 4154}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4153}, + {57: 4154, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {184: 4089, 552: 4090, 824: 1152, 993: 4155}, + {824: 4093, 837: 4156}, {1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 535: 1159, 1159, 1159, 539: 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 552: 1159, 1159, 1159, 557: 1159, 1159, 1159, 1159, 1159, 1159, 1159, 565: 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 583: 1159, 1159, 1159, 1159, 1159, 1159, 591: 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 612: 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 623: 1159, 1159, 1159, 1159, 1159, 1159, 630: 1159, 635: 1159, 1159, 1159, 1159, 660: 1159, 707: 1159}, // 1280 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4156}, - {57: 4157, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {184: 4087, 552: 4088, 824: 1152, 993: 4158}, - {824: 4091, 837: 4159}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4158}, + {57: 4159, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {184: 4089, 552: 4090, 824: 1152, 993: 4160}, + {824: 4093, 837: 4161}, {1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 535: 1160, 1160, 1160, 539: 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 552: 1160, 1160, 1160, 557: 1160, 1160, 1160, 1160, 1160, 1160, 1160, 565: 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 583: 1160, 1160, 1160, 1160, 1160, 1160, 591: 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 612: 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 623: 1160, 1160, 1160, 1160, 1160, 1160, 630: 1160, 635: 1160, 1160, 1160, 1160, 660: 1160, 707: 1160}, // 1285 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4161}, - {9: 4163, 57: 1157, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763, 1231: 4162}, - {57: 4170}, - {564: 4114, 639: 4116, 4115, 645: 4165, 922: 4164}, - {9: 4167, 57: 1154, 1232: 4169}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4163}, + {9: 4165, 57: 1157, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765, 1232: 4164}, + {57: 4172}, + {564: 4116, 639: 4118, 4117, 645: 4167, 922: 4166}, + {9: 4169, 57: 1154, 1233: 4171}, // 1290 - {9: 4167, 57: 1154, 1232: 4166}, + {9: 4169, 57: 1154, 1233: 4168}, {57: 1155}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4168}, - {57: 1153, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4170}, + {57: 1153, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {57: 1156}, // 1295 - {184: 4087, 552: 4088, 824: 1152, 993: 4171}, - {824: 4091, 837: 4172}, + {184: 4089, 552: 4090, 824: 1152, 993: 4173}, + {824: 4093, 837: 4174}, {1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 535: 1161, 1161, 1161, 539: 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 552: 1161, 1161, 1161, 557: 1161, 1161, 1161, 1161, 1161, 1161, 1161, 565: 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 583: 1161, 1161, 1161, 1161, 1161, 1161, 591: 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 612: 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 623: 1161, 1161, 1161, 1161, 1161, 1161, 630: 1161, 635: 1161, 1161, 1161, 1161, 660: 1161, 707: 1161}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4174}, - {9: 4163, 57: 1157, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763, 1231: 4175}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4176}, + {9: 4165, 57: 1157, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765, 1232: 4177}, // 1300 - {57: 4176}, - {184: 4087, 552: 4088, 824: 1152, 993: 4177}, - {824: 4091, 837: 4178}, + {57: 4178}, + {184: 4089, 552: 4090, 824: 1152, 993: 4179}, + {824: 4093, 837: 4180}, {1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 535: 1162, 1162, 1162, 539: 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 552: 1162, 1162, 1162, 557: 1162, 1162, 1162, 1162, 1162, 1162, 1162, 565: 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 583: 1162, 1162, 1162, 1162, 1162, 1162, 591: 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 612: 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 623: 1162, 1162, 1162, 1162, 1162, 1162, 630: 1162, 635: 1162, 1162, 1162, 1162, 660: 1162, 707: 1162}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4180, 3620, 3702, 3619, 3616}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4182, 3622, 3704, 3621, 3618}, // 1305 - {57: 4181, 541: 3716, 707: 3717}, - {824: 4091, 837: 4182}, + {57: 4183, 541: 3718, 707: 3719}, + {824: 4093, 837: 4184}, {1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 535: 1163, 1163, 1163, 539: 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 552: 1163, 1163, 1163, 557: 1163, 1163, 1163, 1163, 1163, 1163, 1163, 565: 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 583: 1163, 1163, 1163, 1163, 1163, 1163, 591: 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 612: 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 623: 1163, 1163, 1163, 1163, 1163, 1163, 630: 1163, 635: 1163, 1163, 1163, 1163, 660: 1163, 707: 1163}, - {57: 4184}, - {824: 4091, 837: 4185}, + {57: 4186}, + {824: 4093, 837: 4187}, // 1310 {1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 535: 1164, 1164, 1164, 539: 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 552: 1164, 1164, 1164, 557: 1164, 1164, 1164, 1164, 1164, 1164, 1164, 565: 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 583: 1164, 1164, 1164, 1164, 1164, 1164, 591: 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 612: 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 623: 1164, 1164, 1164, 1164, 1164, 1164, 630: 1164, 635: 1164, 1164, 1164, 1164, 660: 1164, 707: 1164}, - {57: 4187}, - {824: 4091, 837: 4188}, + {57: 4189}, + {824: 4093, 837: 4190}, {1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 535: 1165, 1165, 1165, 539: 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 552: 1165, 1165, 1165, 557: 1165, 1165, 1165, 1165, 1165, 1165, 1165, 565: 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 583: 1165, 1165, 1165, 1165, 1165, 1165, 591: 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 612: 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 623: 1165, 1165, 1165, 1165, 1165, 1165, 630: 1165, 635: 1165, 1165, 1165, 1165, 660: 1165, 707: 1165}, - {57: 4190}, + {57: 4192}, // 1315 - {824: 4091, 837: 4191}, + {824: 4093, 837: 4193}, {1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 535: 1166, 1166, 1166, 539: 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 552: 1166, 1166, 1166, 557: 1166, 1166, 1166, 1166, 1166, 1166, 1166, 565: 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 583: 1166, 1166, 1166, 1166, 1166, 1166, 591: 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 612: 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 623: 1166, 1166, 1166, 1166, 1166, 1166, 630: 1166, 635: 1166, 1166, 1166, 1166, 660: 1166, 707: 1166}, - {57: 4193}, - {824: 4091, 837: 4194}, + {57: 4195}, + {824: 4093, 837: 4196}, {1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 535: 1167, 1167, 1167, 539: 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 552: 1167, 1167, 1167, 557: 1167, 1167, 1167, 1167, 1167, 1167, 1167, 565: 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 583: 1167, 1167, 1167, 1167, 1167, 1167, 591: 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 612: 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 623: 1167, 1167, 1167, 1167, 1167, 1167, 630: 1167, 635: 1167, 1167, 1167, 1167, 660: 1167, 707: 1167}, // 1320 - {57: 4196}, - {824: 4091, 837: 4197}, + {57: 4198}, + {824: 4093, 837: 4199}, {1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 535: 1168, 1168, 1168, 539: 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 552: 1168, 1168, 1168, 557: 1168, 1168, 1168, 1168, 1168, 1168, 1168, 565: 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 583: 1168, 1168, 1168, 1168, 1168, 1168, 591: 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 612: 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 623: 1168, 1168, 1168, 1168, 1168, 1168, 630: 1168, 635: 1168, 1168, 1168, 1168, 660: 1168, 707: 1168}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4205, 4204}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4207, 4206}, {2: 1462, 1462, 1462, 1462, 1462, 1462, 1462, 10: 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 58: 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 534: 1462, 536: 1462, 1462, 1462, 1462, 543: 1462, 1462, 546: 1462, 1462, 1462, 550: 1462, 1462, 555: 1462, 1462, 563: 1462, 1462, 577: 1462, 582: 1462, 589: 1462, 1462, 611: 1462, 622: 1462, 629: 1462, 631: 1462, 1462, 1462, 1462, 639: 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 661: 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 714: 1462, 719: 1462, 832: 1462, 1462, 836: 1462, 838: 1462, 840: 1462, 844: 1462, 853: 1462, 1462, 1462}, // 1325 {2: 1461, 1461, 1461, 1461, 1461, 1461, 1461, 10: 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 58: 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 534: 1461, 536: 1461, 1461, 1461, 1461, 543: 1461, 1461, 546: 1461, 1461, 1461, 550: 1461, 1461, 555: 1461, 1461, 563: 1461, 1461, 577: 1461, 582: 1461, 589: 1461, 1461, 611: 1461, 622: 1461, 629: 1461, 631: 1461, 1461, 1461, 1461, 639: 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 661: 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 714: 1461, 719: 1461, 832: 1461, 1461, 836: 1461, 838: 1461, 840: 1461, 844: 1461, 853: 1461, 1461, 1461}, {2: 1460, 1460, 1460, 1460, 1460, 1460, 1460, 10: 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 58: 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 534: 1460, 536: 1460, 1460, 1460, 1460, 543: 1460, 1460, 546: 1460, 1460, 1460, 550: 1460, 1460, 555: 1460, 1460, 563: 1460, 1460, 577: 1460, 582: 1460, 589: 1460, 1460, 611: 1460, 622: 1460, 629: 1460, 631: 1460, 1460, 1460, 1460, 639: 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 661: 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 714: 1460, 719: 1460, 832: 1460, 1460, 836: 1460, 838: 1460, 840: 1460, 844: 1460, 853: 1460, 1460, 1460}, - {2: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 10: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 58: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 534: 1459, 536: 1459, 1459, 1459, 1459, 543: 1459, 1459, 546: 1459, 1459, 1459, 550: 1459, 1459, 555: 1459, 1459, 564: 1459, 582: 1459, 589: 1459, 1459, 622: 1459, 629: 1459, 631: 1459, 1459, 1459, 1459, 639: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 659: 1459, 661: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 714: 1459, 719: 4210}, + {2: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 10: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 58: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 534: 1459, 536: 1459, 1459, 1459, 1459, 543: 1459, 1459, 546: 1459, 1459, 1459, 550: 1459, 1459, 555: 1459, 1459, 564: 1459, 582: 1459, 589: 1459, 1459, 622: 1459, 629: 1459, 631: 1459, 1459, 1459, 1459, 639: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 659: 1459, 661: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 714: 1459, 719: 4212}, {2: 1457, 1457, 1457, 1457, 1457, 1457, 1457, 10: 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 58: 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 534: 1457, 536: 1457, 1457, 1457, 1457, 543: 1457, 1457, 546: 1457, 1457, 1457, 550: 1457, 1457, 555: 1457, 1457, 564: 1457, 582: 1457, 589: 1457, 1457, 622: 1457, 629: 1457, 631: 1457, 1457, 1457, 1457, 639: 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 659: 1457, 661: 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 714: 1457}, {2: 1454, 1454, 1454, 1454, 1454, 1454, 1454, 10: 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 58: 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 534: 1454, 536: 1454, 1454, 1454, 1454, 543: 1454, 1454, 546: 1454, 1454, 1454, 550: 1454, 1454, 555: 1454, 1454, 564: 1454, 582: 1454, 589: 1454, 1454, 622: 1454, 629: 1454, 631: 1454, 1454, 1454, 1454, 639: 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 659: 1454, 661: 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 714: 1454}, // 1330 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4206}, - {57: 4207, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4208}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4208}, + {57: 4209, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4210}, {1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 535: 1338, 1338, 1338, 539: 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 552: 1338, 1338, 1338, 557: 1338, 1338, 1338, 1338, 1338, 1338, 1338, 565: 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 583: 1338, 1338, 1338, 1338, 1338, 1338, 591: 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 612: 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 623: 1338, 1338, 1338, 1338, 1338, 1338, 630: 1338, 635: 1338, 1338, 1338, 1338, 660: 1338, 707: 1338}, {1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 535: 1172, 1172, 1172, 539: 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 552: 1172, 1172, 1172, 557: 1172, 1172, 1172, 1172, 1172, 1172, 1172, 565: 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 583: 1172, 1172, 1172, 1172, 1172, 1172, 591: 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 612: 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 623: 1172, 1172, 1172, 1172, 1172, 1172, 630: 1172, 635: 1172, 1172, 1172, 1172, 660: 1172, 707: 1172}, // 1335 {2: 1453, 1453, 1453, 1453, 1453, 1453, 1453, 10: 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 58: 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 534: 1453, 536: 1453, 1453, 1453, 1453, 543: 1453, 1453, 546: 1453, 1453, 1453, 550: 1453, 1453, 555: 1453, 1453, 564: 1453, 582: 1453, 589: 1453, 1453, 622: 1453, 629: 1453, 631: 1453, 1453, 1453, 1453, 639: 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 659: 1453, 661: 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 714: 1453}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4212, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4213}, - {57: 4214, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4215}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4214, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4215}, + {57: 4216, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4217}, // 1340 {1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 535: 1339, 1339, 1339, 539: 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 552: 1339, 1339, 1339, 557: 1339, 1339, 1339, 1339, 1339, 1339, 1339, 565: 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 583: 1339, 1339, 1339, 1339, 1339, 1339, 591: 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 612: 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 623: 1339, 1339, 1339, 1339, 1339, 1339, 630: 1339, 635: 1339, 1339, 1339, 1339, 660: 1339, 707: 1339}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4217, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4218}, - {57: 4219, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4220}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4219, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4220}, + {57: 4221, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4222}, // 1345 {1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 535: 1340, 1340, 1340, 539: 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 552: 1340, 1340, 1340, 557: 1340, 1340, 1340, 1340, 1340, 1340, 1340, 565: 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 583: 1340, 1340, 1340, 1340, 1340, 1340, 591: 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 612: 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 1340, 623: 1340, 1340, 1340, 1340, 1340, 1340, 630: 1340, 635: 1340, 1340, 1340, 1340, 660: 1340, 707: 1340}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4222, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4223}, - {57: 4224, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4225}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4224, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4225}, + {57: 4226, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4227}, // 1350 {1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 535: 1341, 1341, 1341, 539: 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 552: 1341, 1341, 1341, 557: 1341, 1341, 1341, 1341, 1341, 1341, 1341, 565: 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 583: 1341, 1341, 1341, 1341, 1341, 1341, 591: 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 612: 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 623: 1341, 1341, 1341, 1341, 1341, 1341, 630: 1341, 635: 1341, 1341, 1341, 1341, 660: 1341, 707: 1341}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4227, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4228}, - {57: 4229, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4230}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4229, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4230}, + {57: 4231, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4232}, // 1355 {1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 535: 1342, 1342, 1342, 539: 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 552: 1342, 1342, 1342, 557: 1342, 1342, 1342, 1342, 1342, 1342, 1342, 565: 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 583: 1342, 1342, 1342, 1342, 1342, 1342, 591: 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 612: 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 623: 1342, 1342, 1342, 1342, 1342, 1342, 630: 1342, 635: 1342, 1342, 1342, 1342, 660: 1342, 707: 1342}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4232, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4233}, - {57: 4234, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4235}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4234, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4235}, + {57: 4236, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4237}, // 1360 {1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 535: 1343, 1343, 1343, 539: 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 552: 1343, 1343, 1343, 557: 1343, 1343, 1343, 1343, 1343, 1343, 1343, 565: 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 583: 1343, 1343, 1343, 1343, 1343, 1343, 591: 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 612: 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 623: 1343, 1343, 1343, 1343, 1343, 1343, 630: 1343, 635: 1343, 1343, 1343, 1343, 660: 1343, 707: 1343}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4237, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4238}, - {57: 4239, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4240}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4239, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4240}, + {57: 4241, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4242}, // 1365 {1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 535: 1344, 1344, 1344, 539: 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 552: 1344, 1344, 1344, 557: 1344, 1344, 1344, 1344, 1344, 1344, 1344, 565: 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 583: 1344, 1344, 1344, 1344, 1344, 1344, 591: 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 612: 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 1344, 623: 1344, 1344, 1344, 1344, 1344, 1344, 630: 1344, 635: 1344, 1344, 1344, 1344, 660: 1344, 707: 1344}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4242, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4243}, - {9: 4017, 57: 1516, 162: 1516, 568: 3881, 845: 3935, 915: 4244}, - {57: 1331, 162: 4246, 1408: 4245}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4244, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4245}, + {9: 4019, 57: 1516, 162: 1516, 568: 3883, 845: 3937, 915: 4246}, + {57: 1331, 162: 4248, 1409: 4247}, // 1370 - {57: 4248}, - {536: 4247}, + {57: 4250}, + {536: 4249}, {57: 1330}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4249}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4251}, {1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 535: 1345, 1345, 1345, 539: 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 552: 1345, 1345, 1345, 557: 1345, 1345, 1345, 1345, 1345, 1345, 1345, 565: 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 583: 1345, 1345, 1345, 1345, 1345, 1345, 591: 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 612: 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 623: 1345, 1345, 1345, 1345, 1345, 1345, 630: 1345, 635: 1345, 1345, 1345, 1345, 660: 1345, 707: 1345}, // 1375 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 563: 4254, 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4253, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4251, 832: 4199, 4200, 889: 4252}, - {57: 4262, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4260}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4257}, - {57: 4255}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 563: 4256, 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4255, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4253, 832: 4201, 4202, 889: 4254}, + {57: 4264, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4262}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4259}, + {57: 4257}, // 1380 - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4256}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4258}, {1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 535: 1346, 1346, 1346, 539: 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 552: 1346, 1346, 1346, 557: 1346, 1346, 1346, 1346, 1346, 1346, 1346, 565: 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 583: 1346, 1346, 1346, 1346, 1346, 1346, 591: 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 612: 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 623: 1346, 1346, 1346, 1346, 1346, 1346, 630: 1346, 635: 1346, 1346, 1346, 1346, 660: 1346, 707: 1346}, - {57: 4258, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4259}, + {57: 4260, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4261}, {1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 535: 1348, 1348, 1348, 539: 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 552: 1348, 1348, 1348, 557: 1348, 1348, 1348, 1348, 1348, 1348, 1348, 565: 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 583: 1348, 1348, 1348, 1348, 1348, 1348, 591: 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 612: 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 1348, 623: 1348, 1348, 1348, 1348, 1348, 1348, 630: 1348, 635: 1348, 1348, 1348, 1348, 660: 1348, 707: 1348}, // 1385 - {9: 4017, 57: 4261}, + {9: 4019, 57: 4263}, {1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 535: 1349, 1349, 1349, 539: 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 552: 1349, 1349, 1349, 557: 1349, 1349, 1349, 1349, 1349, 1349, 1349, 565: 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 583: 1349, 1349, 1349, 1349, 1349, 1349, 591: 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 612: 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 623: 1349, 1349, 1349, 1349, 1349, 1349, 630: 1349, 635: 1349, 1349, 1349, 1349, 660: 1349, 707: 1349}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4263}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4265}, {1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 535: 1347, 1347, 1347, 539: 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 552: 1347, 1347, 1347, 557: 1347, 1347, 1347, 1347, 1347, 1347, 1347, 565: 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 583: 1347, 1347, 1347, 1347, 1347, 1347, 591: 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 612: 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 1347, 623: 1347, 1347, 1347, 1347, 1347, 1347, 630: 1347, 635: 1347, 1347, 1347, 1347, 660: 1347, 707: 1347}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4266, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4265}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4268, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4267}, // 1390 - {57: 4270, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4267}, - {57: 4268, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4269}, + {57: 4272, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4269}, + {57: 4270, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4271}, {1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 535: 1350, 1350, 1350, 539: 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 552: 1350, 1350, 1350, 557: 1350, 1350, 1350, 1350, 1350, 1350, 1350, 565: 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 583: 1350, 1350, 1350, 1350, 1350, 1350, 591: 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 612: 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 623: 1350, 1350, 1350, 1350, 1350, 1350, 630: 1350, 635: 1350, 1350, 1350, 1350, 660: 1350, 707: 1350}, // 1395 - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4271}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4273}, {1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 535: 1351, 1351, 1351, 539: 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 552: 1351, 1351, 1351, 557: 1351, 1351, 1351, 1351, 1351, 1351, 1351, 565: 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 583: 1351, 1351, 1351, 1351, 1351, 1351, 591: 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 612: 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 1351, 623: 1351, 1351, 1351, 1351, 1351, 1351, 630: 1351, 635: 1351, 1351, 1351, 1351, 660: 1351, 707: 1351}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4274, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4273}, - {57: 4278, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4275}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4276, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4275}, + {57: 4280, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4277}, // 1400 - {57: 4276, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4277}, + {57: 4278, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4279}, {1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 535: 1352, 1352, 1352, 539: 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 552: 1352, 1352, 1352, 557: 1352, 1352, 1352, 1352, 1352, 1352, 1352, 565: 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 583: 1352, 1352, 1352, 1352, 1352, 1352, 591: 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 612: 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 623: 1352, 1352, 1352, 1352, 1352, 1352, 630: 1352, 635: 1352, 1352, 1352, 1352, 660: 1352, 707: 1352}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4279}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4281}, {1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 535: 1353, 1353, 1353, 539: 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 552: 1353, 1353, 1353, 557: 1353, 1353, 1353, 1353, 1353, 1353, 1353, 565: 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 583: 1353, 1353, 1353, 1353, 1353, 1353, 591: 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 612: 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 623: 1353, 1353, 1353, 1353, 1353, 1353, 630: 1353, 635: 1353, 1353, 1353, 1353, 660: 1353, 707: 1353}, // 1405 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4282, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4281}, - {57: 4286, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4283}, - {57: 4284, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4285}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4284, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4283}, + {57: 4288, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4285}, + {57: 4286, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4287}, // 1410 {1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 535: 1354, 1354, 1354, 539: 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 552: 1354, 1354, 1354, 557: 1354, 1354, 1354, 1354, 1354, 1354, 1354, 565: 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 583: 1354, 1354, 1354, 1354, 1354, 1354, 591: 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 612: 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 623: 1354, 1354, 1354, 1354, 1354, 1354, 630: 1354, 635: 1354, 1354, 1354, 1354, 660: 1354, 707: 1354}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4287}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4289}, {1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 535: 1355, 1355, 1355, 539: 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 552: 1355, 1355, 1355, 557: 1355, 1355, 1355, 1355, 1355, 1355, 1355, 565: 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 583: 1355, 1355, 1355, 1355, 1355, 1355, 591: 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 612: 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 623: 1355, 1355, 1355, 1355, 1355, 1355, 630: 1355, 635: 1355, 1355, 1355, 1355, 660: 1355, 707: 1355}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4289}, - {9: 4017, 57: 4290}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4291}, + {9: 4019, 57: 4292}, // 1415 {1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 535: 1356, 1356, 1356, 539: 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 552: 1356, 1356, 1356, 557: 1356, 1356, 1356, 1356, 1356, 1356, 1356, 565: 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 583: 1356, 1356, 1356, 1356, 1356, 1356, 591: 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 612: 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 623: 1356, 1356, 1356, 1356, 1356, 1356, 630: 1356, 635: 1356, 1356, 1356, 1356, 660: 1356, 707: 1356}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4292}, - {9: 4017, 57: 4293}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4294}, + {9: 4019, 57: 4295}, {1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 535: 1357, 1357, 1357, 539: 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 552: 1357, 1357, 1357, 557: 1357, 1357, 1357, 1357, 1357, 1357, 1357, 565: 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 583: 1357, 1357, 1357, 1357, 1357, 1357, 591: 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 612: 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 623: 1357, 1357, 1357, 1357, 1357, 1357, 630: 1357, 635: 1357, 1357, 1357, 1357, 660: 1357, 707: 1357}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4295}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4297}, // 1420 - {9: 4296, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4297}, - {9: 4298, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4299}, - {57: 4300, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {9: 4298, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4299}, + {9: 4300, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4301}, + {57: 4302, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1425 {1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 535: 1373, 1373, 1373, 539: 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 552: 1373, 1373, 1373, 557: 1373, 1373, 1373, 1373, 1373, 1373, 1373, 565: 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 583: 1373, 1373, 1373, 1373, 1373, 1373, 591: 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 612: 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 623: 1373, 1373, 1373, 1373, 1373, 1373, 630: 1373, 635: 1373, 1373, 1373, 1373, 660: 1373, 707: 1373}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4302, 1331: 4304, 1386: 4305, 1491: 4306, 4303}, - {57: 4314, 565: 4315, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 4308, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4307}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4304, 1332: 4306, 1387: 4307, 1492: 4308, 4305}, + {57: 4316, 565: 4317, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 4310, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4309}, {2: 1364, 1364, 1364, 1364, 1364, 1364, 1364, 10: 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 58: 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 534: 1364, 536: 1364, 1364, 1364, 1364, 543: 1364, 1364, 546: 1364, 1364, 1364, 550: 1364, 1364, 555: 1364, 1364, 564: 1364, 1364, 582: 1364, 589: 1364, 1364, 622: 1364, 629: 1364, 631: 1364, 1364, 1364, 1364, 639: 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 659: 1364, 661: 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 714: 1364}, // 1430 {2: 1363, 1363, 1363, 1363, 1363, 1363, 1363, 10: 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 58: 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 534: 1363, 536: 1363, 1363, 1363, 1363, 543: 1363, 1363, 546: 1363, 1363, 1363, 550: 1363, 1363, 555: 1363, 1363, 564: 1363, 1363, 582: 1363, 589: 1363, 1363, 622: 1363, 629: 1363, 631: 1363, 1363, 1363, 1363, 639: 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 659: 1363, 661: 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 714: 1363}, {2: 1362, 1362, 1362, 1362, 1362, 1362, 1362, 10: 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 58: 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 534: 1362, 536: 1362, 1362, 1362, 1362, 543: 1362, 1362, 546: 1362, 1362, 1362, 550: 1362, 1362, 555: 1362, 1362, 564: 1362, 1362, 582: 1362, 589: 1362, 1362, 622: 1362, 629: 1362, 631: 1362, 1362, 1362, 1362, 639: 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 659: 1362, 661: 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 1362, 714: 1362}, - {565: 4311, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4309}, - {57: 4310, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {565: 4313, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4311}, + {57: 4312, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1435 {1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 535: 1379, 1379, 1379, 539: 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 552: 1379, 1379, 1379, 557: 1379, 1379, 1379, 1379, 1379, 1379, 1379, 565: 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 583: 1379, 1379, 1379, 1379, 1379, 1379, 591: 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 612: 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 623: 1379, 1379, 1379, 1379, 1379, 1379, 630: 1379, 635: 1379, 1379, 1379, 1379, 660: 1379, 707: 1379}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4312}, - {57: 4313, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4314}, + {57: 4315, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 535: 1378, 1378, 1378, 539: 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 552: 1378, 1378, 1378, 557: 1378, 1378, 1378, 1378, 1378, 1378, 1378, 565: 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 583: 1378, 1378, 1378, 1378, 1378, 1378, 591: 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 612: 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 623: 1378, 1378, 1378, 1378, 1378, 1378, 630: 1378, 635: 1378, 1378, 1378, 1378, 660: 1378, 707: 1378}, {1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 535: 1381, 1381, 1381, 539: 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 552: 1381, 1381, 1381, 557: 1381, 1381, 1381, 1381, 1381, 1381, 1381, 565: 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 583: 1381, 1381, 1381, 1381, 1381, 1381, 591: 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 612: 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 623: 1381, 1381, 1381, 1381, 1381, 1381, 630: 1381, 635: 1381, 1381, 1381, 1381, 660: 1381, 707: 1381}, // 1440 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4316}, - {57: 4317, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4318}, + {57: 4319, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 535: 1380, 1380, 1380, 539: 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 552: 1380, 1380, 1380, 557: 1380, 1380, 1380, 1380, 1380, 1380, 1380, 565: 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 583: 1380, 1380, 1380, 1380, 1380, 1380, 591: 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 612: 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 1380, 623: 1380, 1380, 1380, 1380, 1380, 1380, 630: 1380, 635: 1380, 1380, 1380, 1380, 660: 1380, 707: 1380}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4319}, - {9: 4320, 565: 4321, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4321}, + {9: 4322, 565: 4323, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1445 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4327}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4322}, - {57: 4323, 561: 4324, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4329}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4324}, + {57: 4325, 561: 4326, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 535: 1386, 1386, 1386, 539: 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 552: 1386, 1386, 1386, 557: 1386, 1386, 1386, 1386, 1386, 1386, 1386, 565: 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 583: 1386, 1386, 1386, 1386, 1386, 1386, 591: 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 612: 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 623: 1386, 1386, 1386, 1386, 1386, 1386, 630: 1386, 635: 1386, 1386, 1386, 1386, 660: 1386, 707: 1386}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4325}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4327}, // 1450 - {57: 4326, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {57: 4328, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 535: 1384, 1384, 1384, 539: 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 552: 1384, 1384, 1384, 557: 1384, 1384, 1384, 1384, 1384, 1384, 1384, 565: 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 583: 1384, 1384, 1384, 1384, 1384, 1384, 591: 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 612: 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 1384, 623: 1384, 1384, 1384, 1384, 1384, 1384, 630: 1384, 635: 1384, 1384, 1384, 1384, 660: 1384, 707: 1384}, - {9: 4329, 57: 4328, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {9: 4331, 57: 4330, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 535: 1387, 1387, 1387, 539: 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 552: 1387, 1387, 1387, 557: 1387, 1387, 1387, 1387, 1387, 1387, 1387, 565: 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 583: 1387, 1387, 1387, 1387, 1387, 1387, 591: 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 612: 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 623: 1387, 1387, 1387, 1387, 1387, 1387, 630: 1387, 635: 1387, 1387, 1387, 1387, 660: 1387, 707: 1387}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4330}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4332}, // 1455 - {57: 4331, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {57: 4333, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 535: 1385, 1385, 1385, 539: 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 552: 1385, 1385, 1385, 557: 1385, 1385, 1385, 1385, 1385, 1385, 1385, 565: 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 583: 1385, 1385, 1385, 1385, 1385, 1385, 591: 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 612: 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 623: 1385, 1385, 1385, 1385, 1385, 1385, 630: 1385, 635: 1385, 1385, 1385, 1385, 660: 1385, 707: 1385}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 4333}, - {546: 3806, 3807, 3812, 563: 3808, 609: 4334, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4335}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 4335}, + {546: 3808, 3809, 3814, 563: 3810, 609: 4336, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4337}, // 1460 - {57: 4336, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {57: 4338, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 535: 1388, 1388, 1388, 539: 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 552: 1388, 1388, 1388, 557: 1388, 1388, 1388, 1388, 1388, 1388, 1388, 565: 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 583: 1388, 1388, 1388, 1388, 1388, 1388, 591: 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 612: 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 623: 1388, 1388, 1388, 1388, 1388, 1388, 630: 1388, 635: 1388, 1388, 1388, 1388, 660: 1388, 707: 1388}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 890: 3771, 905: 4338}, - {565: 4339}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4340}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 890: 3773, 905: 4340}, + {565: 4341}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4342}, // 1465 - {57: 4341, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {57: 4343, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 535: 1390, 1390, 1390, 539: 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 552: 1390, 1390, 1390, 557: 1390, 1390, 1390, 1390, 1390, 1390, 1390, 565: 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 583: 1390, 1390, 1390, 1390, 1390, 1390, 591: 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 612: 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 623: 1390, 1390, 1390, 1390, 1390, 1390, 630: 1390, 635: 1390, 1390, 1390, 1390, 660: 1390, 707: 1390}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4343}, - {9: 4344, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {644: 4345}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4345}, + {9: 4346, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {644: 4347}, // 1470 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4346}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 4347}, - {57: 4348}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4348}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 4349}, + {57: 4350}, {1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 535: 1391, 1391, 1391, 539: 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 552: 1391, 1391, 1391, 557: 1391, 1391, 1391, 1391, 1391, 1391, 1391, 565: 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 583: 1391, 1391, 1391, 1391, 1391, 1391, 591: 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 612: 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 1391, 623: 1391, 1391, 1391, 1391, 1391, 1391, 630: 1391, 635: 1391, 1391, 1391, 1391, 660: 1391, 707: 1391}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4350}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4352}, // 1475 - {9: 4351, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 4353, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4352}, - {57: 4357, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 1443, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4354}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 4355}, + {9: 4353, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 4355, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4354}, + {57: 4359, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 1443, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4356}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 4357}, // 1480 - {57: 4356, 546: 3800}, + {57: 4358, 546: 3802}, {1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 535: 1392, 1392, 1392, 539: 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 552: 1392, 1392, 1392, 557: 1392, 1392, 1392, 1392, 1392, 1392, 1392, 565: 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 583: 1392, 1392, 1392, 1392, 1392, 1392, 591: 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 612: 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 623: 1392, 1392, 1392, 1392, 1392, 1392, 630: 1392, 635: 1392, 1392, 1392, 1392, 660: 1392, 707: 1392}, {1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 535: 1393, 1393, 1393, 539: 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 552: 1393, 1393, 1393, 557: 1393, 1393, 1393, 1393, 1393, 1393, 1393, 565: 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 583: 1393, 1393, 1393, 1393, 1393, 1393, 591: 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 612: 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 1393, 623: 1393, 1393, 1393, 1393, 1393, 1393, 630: 1393, 635: 1393, 1393, 1393, 1393, 660: 1393, 707: 1393}, - {57: 2202, 564: 4360, 1186: 4359, 4361}, + {57: 2202, 564: 4362, 1186: 4361, 4363}, {57: 2201}, // 1485 {57: 2200}, - {57: 4362}, + {57: 4364}, {1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 535: 1394, 1394, 1394, 539: 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 552: 1394, 1394, 1394, 557: 1394, 1394, 1394, 1394, 1394, 1394, 1394, 565: 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 583: 1394, 1394, 1394, 1394, 1394, 1394, 591: 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 612: 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 1394, 623: 1394, 1394, 1394, 1394, 1394, 1394, 630: 1394, 635: 1394, 1394, 1394, 1394, 660: 1394, 707: 1394}, - {57: 2202, 564: 4360, 1186: 4359, 4364}, - {57: 4365}, + {57: 2202, 564: 4362, 1186: 4361, 4366}, + {57: 4367}, // 1490 {1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 535: 1395, 1395, 1395, 539: 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 552: 1395, 1395, 1395, 557: 1395, 1395, 1395, 1395, 1395, 1395, 1395, 565: 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 583: 1395, 1395, 1395, 1395, 1395, 1395, 591: 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 612: 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 1395, 623: 1395, 1395, 1395, 1395, 1395, 1395, 630: 1395, 635: 1395, 1395, 1395, 1395, 660: 1395, 707: 1395}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 4367}, - {9: 4368, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 4369}, - {57: 4370, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 4369}, + {9: 4370, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 4371}, + {57: 4372, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, // 1495 {1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 535: 1397, 1397, 1397, 539: 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 552: 1397, 1397, 1397, 557: 1397, 1397, 1397, 1397, 1397, 1397, 1397, 565: 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 583: 1397, 1397, 1397, 1397, 1397, 1397, 591: 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 612: 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 623: 1397, 1397, 1397, 1397, 1397, 1397, 630: 1397, 635: 1397, 1397, 1397, 1397, 660: 1397, 707: 1397}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 4373}, - {9: 4017, 57: 2203}, - {57: 4374}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 4375}, + {9: 4019, 57: 2203}, + {57: 4376}, {1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 535: 1398, 1398, 1398, 539: 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 552: 1398, 1398, 1398, 557: 1398, 1398, 1398, 1398, 1398, 1398, 1398, 565: 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 583: 1398, 1398, 1398, 1398, 1398, 1398, 591: 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 612: 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 1398, 623: 1398, 1398, 1398, 1398, 1398, 1398, 630: 1398, 635: 1398, 1398, 1398, 1398, 660: 1398, 707: 1398}, // 1500 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4376}, - {9: 4017, 57: 4377, 545: 4378}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4378}, + {9: 4019, 57: 4379, 545: 4380}, {1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 535: 1403, 1403, 1403, 539: 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 552: 1403, 1403, 1403, 557: 1403, 1403, 1403, 1403, 1403, 1403, 1403, 565: 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 583: 1403, 1403, 1403, 1403, 1403, 1403, 591: 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 612: 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 623: 1403, 1403, 1403, 1403, 1403, 1403, 630: 1403, 635: 1403, 1403, 1403, 1403, 660: 1403, 707: 1403}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 4379}, - {57: 4382}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 4381}, + {57: 4384}, // 1505 {970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 970, 57: 970, 131: 970, 157: 970, 533: 970, 970, 970, 537: 970, 970, 970, 970, 970, 970, 549: 970, 970, 970, 970, 555: 970, 970, 559: 970, 569: 970, 589: 970, 611: 970, 658: 970, 704: 970, 970, 970, 708: 970, 970, 970, 970, 970, 970, 724: 970, 970}, {969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 969, 57: 969, 131: 969, 157: 969, 533: 969, 969, 969, 537: 969, 969, 969, 969, 969, 969, 549: 969, 969, 969, 969, 555: 969, 969, 559: 969, 569: 969, 589: 969, 611: 969, 658: 969, 704: 969, 969, 969, 708: 969, 969, 969, 969, 969, 969, 724: 969, 969}, {1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 535: 1402, 1402, 1402, 539: 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 552: 1402, 1402, 1402, 557: 1402, 1402, 1402, 1402, 1402, 1402, 1402, 565: 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 583: 1402, 1402, 1402, 1402, 1402, 1402, 591: 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 612: 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 1402, 623: 1402, 1402, 1402, 1402, 1402, 1402, 630: 1402, 635: 1402, 1402, 1402, 1402, 660: 1402, 707: 1402}, {1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 535: 1404, 1404, 1404, 539: 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 552: 1404, 1404, 1404, 557: 1404, 1404, 1404, 1404, 1404, 1404, 1404, 565: 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 583: 1404, 1404, 1404, 1404, 1404, 1404, 591: 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 612: 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 623: 1404, 1404, 1404, 1404, 1404, 1404, 630: 1404, 635: 1404, 1404, 1404, 1404, 660: 1404, 707: 1404}, - {57: 4385, 564: 4386}, + {57: 4387, 564: 4388}, // 1510 {1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 535: 1326, 1326, 1326, 539: 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 552: 1326, 1326, 1326, 557: 1326, 1326, 1326, 1326, 1326, 1326, 1326, 565: 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 583: 1326, 1326, 1326, 1326, 1326, 1326, 591: 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 612: 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 1326, 623: 1326, 1326, 1326, 1326, 1326, 1326, 630: 1326, 635: 1326, 1326, 1326, 1326, 660: 1326, 707: 1326}, - {57: 4387}, - {1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 535: 1325, 1325, 1325, 539: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 552: 1325, 1325, 1325, 557: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 565: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 583: 1325, 1325, 1325, 1325, 1325, 1325, 591: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 612: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 623: 1325, 1325, 1325, 1325, 1325, 1325, 630: 1325, 635: 1325, 1325, 1325, 1325, 660: 1325, 707: 1325}, {57: 4389}, + {1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 535: 1325, 1325, 1325, 539: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 552: 1325, 1325, 1325, 557: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 565: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 583: 1325, 1325, 1325, 1325, 1325, 1325, 591: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 612: 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 623: 1325, 1325, 1325, 1325, 1325, 1325, 630: 1325, 635: 1325, 1325, 1325, 1325, 660: 1325, 707: 1325}, + {57: 4391}, {1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 535: 1405, 1405, 1405, 539: 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 552: 1405, 1405, 1405, 557: 1405, 1405, 1405, 1405, 1405, 1405, 1405, 565: 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 583: 1405, 1405, 1405, 1405, 1405, 1405, 591: 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 612: 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 1405, 623: 1405, 1405, 1405, 1405, 1405, 1405, 630: 1405, 635: 1405, 1405, 1405, 1405, 660: 1405, 707: 1405}, // 1515 - {57: 4392}, + {57: 4394}, {1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 535: 1406, 1406, 1406, 539: 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 552: 1406, 1406, 1406, 557: 1406, 1406, 1406, 1406, 1406, 1406, 1406, 565: 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 583: 1406, 1406, 1406, 1406, 1406, 1406, 591: 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 612: 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 623: 1406, 1406, 1406, 1406, 1406, 1406, 630: 1406, 635: 1406, 1406, 1406, 1406, 660: 1406, 707: 1406}, {1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 535: 1420, 1420, 1420, 539: 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 552: 1420, 1420, 1420, 557: 1420, 1420, 1420, 1420, 1420, 1420, 1420, 565: 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 583: 1420, 1420, 1420, 1420, 1420, 1420, 591: 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 612: 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 623: 1420, 1420, 1420, 1420, 1420, 1420, 630: 1420, 635: 1420, 1420, 1420, 1420, 660: 1420, 707: 1420, 715: 1420, 720: 1420, 728: 1420}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 4394}, - {57: 4395}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 4396}, + {57: 4397}, // 1520 {1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 535: 1407, 1407, 1407, 539: 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 552: 1407, 1407, 1407, 557: 1407, 1407, 1407, 1407, 1407, 1407, 1407, 565: 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 583: 1407, 1407, 1407, 1407, 1407, 1407, 591: 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 612: 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 623: 1407, 1407, 1407, 1407, 1407, 1407, 630: 1407, 635: 1407, 1407, 1407, 1407, 660: 1407, 707: 1407}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 4397}, - {57: 4398}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 4399}, + {57: 4400}, {1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 535: 1408, 1408, 1408, 539: 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 552: 1408, 1408, 1408, 557: 1408, 1408, 1408, 1408, 1408, 1408, 1408, 565: 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 583: 1408, 1408, 1408, 1408, 1408, 1408, 591: 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 612: 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 623: 1408, 1408, 1408, 1408, 1408, 1408, 630: 1408, 635: 1408, 1408, 1408, 1408, 660: 1408, 707: 1408}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4400}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4402}, // 1525 - {9: 4401, 545: 4402, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {59: 4413, 118: 4409, 174: 4415, 176: 4410, 4408, 179: 4412, 556: 4420, 589: 4406, 712: 4419, 737: 4411, 4416, 4417, 742: 4418, 822: 4414, 958: 4407, 1127: 4405}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 4403}, - {57: 4404}, + {9: 4403, 545: 4404, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {59: 4415, 118: 4411, 174: 4417, 176: 4412, 4410, 179: 4414, 556: 4422, 589: 4408, 712: 4421, 737: 4413, 4418, 4419, 742: 4420, 822: 4416, 958: 4409, 1127: 4407}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 4405}, + {57: 4406}, {1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 535: 1469, 1469, 1469, 539: 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 552: 1469, 1469, 1469, 557: 1469, 1469, 1469, 1469, 1469, 1469, 1469, 565: 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 583: 1469, 1469, 1469, 1469, 1469, 1469, 591: 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 612: 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 623: 1469, 1469, 1469, 1469, 1469, 1469, 630: 1469, 635: 1469, 1469, 1469, 1469, 660: 1469, 707: 1469}, // 1530 - {57: 4456}, - {57: 474, 534: 4435, 724: 474, 847: 4436, 892: 4455}, - {16: 474, 57: 474, 534: 4435, 556: 474, 589: 474, 712: 474, 724: 474, 847: 4436, 892: 4440}, + {57: 4458}, + {57: 474, 534: 4437, 724: 474, 847: 4438, 892: 4457}, + {16: 474, 57: 474, 534: 4437, 556: 474, 589: 474, 712: 474, 724: 474, 847: 4438, 892: 4442}, {57: 1286, 724: 1286}, {57: 1285, 724: 1285}, // 1535 - {57: 474, 534: 4435, 724: 474, 847: 4436, 892: 4439}, - {57: 467, 534: 4422, 724: 467, 847: 4423, 1009: 4438, 1016: 4424}, - {57: 474, 534: 4435, 724: 474, 847: 4436, 892: 4434}, - {57: 540, 724: 540, 740: 4431, 4432, 1228: 4433}, - {57: 540, 724: 540, 740: 4431, 4432, 1228: 4430}, + {57: 474, 534: 4437, 724: 474, 847: 4438, 892: 4441}, + {57: 467, 534: 4424, 724: 467, 847: 4425, 1009: 4440, 1016: 4426}, + {57: 474, 534: 4437, 724: 474, 847: 4438, 892: 4436}, + {57: 540, 724: 540, 740: 4433, 4434, 1229: 4435}, + {57: 540, 724: 540, 740: 4433, 4434, 1229: 4432}, // 1540 {57: 1279, 724: 1279}, {57: 1278, 724: 1278}, - {57: 467, 534: 4422, 724: 467, 847: 4423, 1009: 4421, 1016: 4424}, + {57: 467, 534: 4424, 724: 467, 847: 4425, 1009: 4423, 1016: 4426}, {57: 1276, 724: 1276}, {16: 512, 57: 512, 534: 512, 556: 512, 589: 512, 712: 512, 724: 512}, // 1545 {16: 511, 57: 511, 534: 511, 556: 511, 589: 511, 712: 511, 724: 511}, {57: 1277, 724: 1277}, - {564: 3057, 803: 3890, 818: 4425}, + {564: 3059, 803: 3892, 818: 4427}, {466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 57: 466, 59: 466, 533: 466, 537: 466, 466, 466, 466, 466, 549: 466, 551: 466, 704: 466, 466, 466, 708: 466, 466, 466, 466, 724: 466, 822: 466, 466}, {465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 57: 465, 59: 465, 533: 465, 537: 465, 465, 465, 465, 465, 549: 465, 551: 465, 704: 465, 465, 465, 708: 465, 465, 465, 465, 724: 465, 822: 465, 465}, // 1550 - {9: 4427, 57: 4426}, + {9: 4429, 57: 4428}, {475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 16: 475, 57: 475, 59: 475, 153: 475, 475, 156: 475, 533: 475, 537: 475, 475, 475, 475, 475, 549: 475, 551: 475, 556: 475, 581: 475, 589: 475, 608: 475, 704: 475, 475, 475, 708: 475, 475, 475, 475, 475, 724: 475, 822: 475, 475}, - {564: 3057, 803: 3890, 818: 4428}, - {57: 4429}, + {564: 3059, 803: 3892, 818: 4430}, + {57: 4431}, {464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 57: 464, 59: 464, 533: 464, 537: 464, 464, 464, 464, 464, 549: 464, 551: 464, 704: 464, 464, 464, 708: 464, 464, 464, 464, 724: 464, 822: 464, 464}, // 1555 {57: 1280, 724: 1280}, @@ -8788,293 +8792,293 @@ var ( {57: 1281, 724: 1281}, {57: 1282, 724: 1282}, // 1560 - {564: 3057, 803: 3890, 818: 4437}, + {564: 3059, 803: 3892, 818: 4439}, {473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 16: 473, 57: 473, 59: 473, 153: 473, 473, 156: 473, 533: 473, 537: 473, 473, 473, 473, 473, 549: 473, 551: 473, 556: 473, 581: 473, 589: 473, 608: 473, 704: 473, 473, 473, 708: 473, 473, 473, 473, 473, 724: 473, 822: 473, 473}, - {57: 4426}, + {57: 4428}, {57: 1283, 724: 1283}, {57: 1284, 724: 1284}, // 1565 - {16: 4445, 57: 461, 556: 4446, 589: 4442, 712: 4444, 724: 461, 857: 4443, 900: 4441}, + {16: 4447, 57: 461, 556: 4448, 589: 4444, 712: 4446, 724: 461, 857: 4445, 900: 4443}, {57: 1287, 724: 1287}, - {458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 16: 4445, 57: 458, 533: 458, 537: 458, 458, 458, 458, 458, 549: 458, 551: 458, 556: 4446, 704: 458, 458, 458, 708: 458, 458, 458, 458, 4444, 724: 458, 857: 4453, 1405: 4452}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 4449}, - {559: 4448}, + {458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 16: 4447, 57: 458, 533: 458, 537: 458, 458, 458, 458, 458, 549: 458, 551: 458, 556: 4448, 704: 458, 458, 458, 708: 458, 458, 458, 458, 4446, 724: 458, 857: 4455, 1406: 4454}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 4451}, + {559: 4450}, // 1570 {455, 455, 455, 455, 455, 455, 455, 455, 455, 10: 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 58: 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 536: 455, 538: 455, 560: 455, 567: 455, 583: 455, 589: 455}, - {559: 4447}, + {559: 4449}, {454, 454, 454, 454, 454, 454, 454, 454, 454, 10: 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 58: 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 536: 454, 538: 454, 560: 454, 567: 454, 583: 454, 589: 454}, {456, 456, 456, 456, 456, 456, 456, 456, 456, 10: 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 58: 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 536: 456, 538: 456, 560: 456, 567: 456, 583: 456, 589: 456}, - {463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 57: 463, 533: 463, 537: 463, 463, 463, 463, 463, 549: 463, 551: 463, 589: 4450, 704: 463, 463, 463, 708: 463, 463, 463, 463, 724: 463, 1404: 4451}, + {463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 57: 463, 533: 463, 537: 463, 463, 463, 463, 463, 549: 463, 551: 463, 589: 4452, 704: 463, 463, 463, 708: 463, 463, 463, 463, 724: 463, 1405: 4453}, // 1575 {462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 57: 462, 533: 462, 537: 462, 462, 462, 462, 462, 549: 462, 551: 462, 704: 462, 462, 462, 708: 462, 462, 462, 462, 724: 462}, {459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 57: 459, 533: 459, 537: 459, 459, 459, 459, 459, 549: 459, 551: 459, 704: 459, 459, 459, 708: 459, 459, 459, 459, 724: 459}, {460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 57: 460, 533: 460, 537: 460, 460, 460, 460, 460, 549: 460, 551: 460, 704: 460, 460, 460, 708: 460, 460, 460, 460, 724: 460}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 4454}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 4456}, {457, 457, 457, 457, 457, 457, 457, 457, 457, 457, 457, 457, 457, 457, 457, 57: 457, 533: 457, 537: 457, 457, 457, 457, 457, 549: 457, 551: 457, 704: 457, 457, 457, 708: 457, 457, 457, 457, 724: 457}, // 1580 {57: 1288, 724: 1288}, {1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 535: 1470, 1470, 1470, 539: 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 552: 1470, 1470, 1470, 557: 1470, 1470, 1470, 1470, 1470, 1470, 1470, 565: 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 583: 1470, 1470, 1470, 1470, 1470, 1470, 591: 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 612: 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 623: 1470, 1470, 1470, 1470, 1470, 1470, 630: 1470, 635: 1470, 1470, 1470, 1470, 660: 1470, 707: 1470}, - {570: 3769, 3767, 3768, 3766, 3764, 592: 1294, 804: 3765, 3763}, - {592: 4461, 1305: 4460, 1507: 4459}, - {97: 1290, 592: 4461, 4467, 1305: 4466, 1356: 4465}, + {570: 3771, 3769, 3770, 3768, 3766, 592: 1294, 804: 3767, 3765}, + {592: 4463, 1306: 4462, 1508: 4461}, + {97: 1290, 592: 4463, 4469, 1306: 4468, 1357: 4467}, // 1585 {97: 1293, 592: 1293, 1293}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4462}, - {570: 3769, 3767, 3768, 3766, 3764, 610: 4463, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4464}, - {97: 1291, 570: 3769, 3767, 3768, 3766, 3764, 592: 1291, 1291, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4464}, + {570: 3771, 3769, 3770, 3768, 3766, 610: 4465, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4466}, + {97: 1291, 570: 3771, 3769, 3770, 3768, 3766, 592: 1291, 1291, 804: 3767, 3765}, // 1590 - {97: 4469}, + {97: 4471}, {97: 1292, 592: 1292, 1292}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4468}, - {97: 1289, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4470}, + {97: 1289, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 535: 1471, 1471, 1471, 539: 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 552: 1471, 1471, 1471, 557: 1471, 1471, 1471, 1471, 1471, 1471, 1471, 565: 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 583: 1471, 1471, 1471, 1471, 1471, 1471, 591: 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 612: 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 623: 1471, 1471, 1471, 1471, 1471, 1471, 630: 1471, 635: 1471, 1471, 1471, 1471, 660: 1471, 707: 1471}, // 1595 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4471}, - {540: 4472, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {59: 4413, 118: 4409, 174: 4415, 176: 4410, 4408, 179: 4412, 556: 4420, 589: 4406, 712: 4419, 737: 4411, 4416, 4417, 742: 4418, 822: 4414, 958: 4407, 1127: 4473}, - {57: 1464, 724: 4475, 1322: 4474}, - {57: 4476}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4473}, + {540: 4474, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {59: 4415, 118: 4411, 174: 4417, 176: 4412, 4410, 179: 4414, 556: 4422, 589: 4408, 712: 4421, 737: 4413, 4418, 4419, 742: 4420, 822: 4416, 958: 4409, 1127: 4475}, + {57: 1464, 724: 4477, 1323: 4476}, + {57: 4478}, // 1600 {57: 1463}, {1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 535: 1472, 1472, 1472, 539: 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 552: 1472, 1472, 1472, 557: 1472, 1472, 1472, 1472, 1472, 1472, 1472, 565: 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 583: 1472, 1472, 1472, 1472, 1472, 1472, 591: 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 612: 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 1472, 623: 1472, 1472, 1472, 1472, 1472, 1472, 630: 1472, 635: 1472, 1472, 1472, 1472, 660: 1472, 707: 1472}, - {1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 535: 1473, 1473, 1473, 539: 1473, 1473, 3716, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 552: 1473, 1473, 1473, 557: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 565: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 583: 1473, 1473, 1473, 1473, 1473, 1473, 591: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 612: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 623: 1473, 1473, 1473, 1473, 1473, 1473, 630: 1473, 635: 1473, 1473, 1473, 1473, 660: 1473, 707: 1473}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4479}, - {570: 3769, 3767, 3768, 3766, 3764, 588: 4480, 804: 3765, 3763}, + {1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 535: 1473, 1473, 1473, 539: 1473, 1473, 3718, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 552: 1473, 1473, 1473, 557: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 565: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 583: 1473, 1473, 1473, 1473, 1473, 1473, 591: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 612: 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 623: 1473, 1473, 1473, 1473, 1473, 1473, 630: 1473, 635: 1473, 1473, 1473, 1473, 660: 1473, 707: 1473}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4481}, + {570: 3771, 3769, 3770, 3768, 3766, 588: 4482, 804: 3767, 3765}, // 1605 {1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 535: 1474, 1474, 1474, 539: 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 552: 1474, 1474, 1474, 557: 1474, 1474, 1474, 1474, 1474, 1474, 1474, 565: 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 583: 1474, 1474, 1474, 1474, 1474, 1474, 591: 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 612: 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 623: 1474, 1474, 1474, 1474, 1474, 1474, 630: 1474, 635: 1474, 1474, 1474, 1474, 660: 1474, 707: 1474}, {1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 535: 1475, 1475, 1475, 539: 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 552: 1475, 1475, 1475, 557: 1475, 1475, 1475, 1475, 1475, 1475, 1475, 565: 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 583: 1475, 1475, 1475, 1475, 1475, 1475, 591: 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 612: 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 623: 1475, 1475, 1475, 1475, 1475, 1475, 630: 1475, 635: 1475, 1475, 1475, 1475, 660: 1475, 707: 1475}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4483}, - {9: 4484}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4485}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4485}, + {9: 4486}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4487}, // 1610 - {9: 2209, 57: 4486, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {9: 2209, 57: 4488, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 535: 1476, 1476, 1476, 539: 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 552: 1476, 1476, 1476, 557: 1476, 1476, 1476, 1476, 1476, 1476, 1476, 565: 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 583: 1476, 1476, 1476, 1476, 1476, 1476, 591: 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 612: 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 623: 1476, 1476, 1476, 1476, 1476, 1476, 630: 1476, 635: 1476, 1476, 1476, 1476, 660: 1476, 707: 1476}, - {9: 2210, 57: 4492, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {9: 4489}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4490}, + {9: 2210, 57: 4494, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {9: 4491}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4492}, // 1615 - {9: 2209, 57: 4491, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {9: 2209, 57: 4493, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 535: 1477, 1477, 1477, 539: 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 552: 1477, 1477, 1477, 557: 1477, 1477, 1477, 1477, 1477, 1477, 1477, 565: 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 583: 1477, 1477, 1477, 1477, 1477, 1477, 591: 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 612: 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 1477, 623: 1477, 1477, 1477, 1477, 1477, 1477, 630: 1477, 635: 1477, 1477, 1477, 1477, 660: 1477, 707: 1477}, {1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 535: 1478, 1478, 1478, 539: 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 552: 1478, 1478, 1478, 557: 1478, 1478, 1478, 1478, 1478, 1478, 1478, 565: 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 583: 1478, 1478, 1478, 1478, 1478, 1478, 591: 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 612: 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 623: 1478, 1478, 1478, 1478, 1478, 1478, 630: 1478, 635: 1478, 1478, 1478, 1478, 660: 1478, 707: 1478}, - {1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 535: 1480, 1480, 1480, 539: 1480, 1480, 3716, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 552: 1480, 1480, 1480, 557: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 565: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 583: 1480, 1480, 1480, 1480, 1480, 1480, 591: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 612: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 623: 1480, 1480, 1480, 1480, 1480, 1480, 630: 1480, 635: 1480, 1480, 1480, 1480, 660: 1480, 707: 1480}, - {1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 535: 1482, 1482, 1482, 539: 1482, 1482, 3716, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 552: 1482, 1482, 1482, 557: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 565: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 583: 1482, 1482, 1482, 1482, 1482, 1482, 591: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 612: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 623: 1482, 1482, 1482, 1482, 1482, 1482, 630: 1482, 635: 1482, 1482, 1482, 1482, 660: 1482, 707: 1482}, + {1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 535: 1480, 1480, 1480, 539: 1480, 1480, 3718, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 552: 1480, 1480, 1480, 557: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 565: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 583: 1480, 1480, 1480, 1480, 1480, 1480, 591: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 612: 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 623: 1480, 1480, 1480, 1480, 1480, 1480, 630: 1480, 635: 1480, 1480, 1480, 1480, 660: 1480, 707: 1480}, + {1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 535: 1482, 1482, 1482, 539: 1482, 1482, 3718, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 552: 1482, 1482, 1482, 557: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 565: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 583: 1482, 1482, 1482, 1482, 1482, 1482, 591: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 612: 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 623: 1482, 1482, 1482, 1482, 1482, 1482, 630: 1482, 635: 1482, 1482, 1482, 1482, 660: 1482, 707: 1482}, // 1620 - {1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 535: 1483, 1483, 1483, 539: 1483, 1483, 3716, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 552: 1483, 1483, 1483, 557: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 565: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 583: 1483, 1483, 1483, 1483, 1483, 1483, 591: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 612: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 623: 1483, 1483, 1483, 1483, 1483, 1483, 630: 1483, 635: 1483, 1483, 1483, 1483, 660: 1483, 707: 1483}, - {1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 535: 1484, 1484, 1484, 539: 1484, 1484, 3716, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 552: 1484, 1484, 1484, 557: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 565: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 583: 1484, 1484, 1484, 1484, 1484, 1484, 591: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 612: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 623: 1484, 1484, 1484, 1484, 1484, 1484, 630: 1484, 635: 1484, 1484, 1484, 1484, 660: 1484, 707: 1484}, - {1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 535: 1485, 1485, 1485, 539: 1485, 1485, 3716, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 552: 1485, 1485, 1485, 557: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 565: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 583: 1485, 1485, 1485, 1485, 1485, 1485, 591: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 612: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 623: 1485, 1485, 1485, 1485, 1485, 1485, 630: 1485, 635: 1485, 1485, 1485, 1485, 660: 1485, 707: 1485}, - {536: 4501}, - {536: 4500}, + {1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 535: 1483, 1483, 1483, 539: 1483, 1483, 3718, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 552: 1483, 1483, 1483, 557: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 565: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 583: 1483, 1483, 1483, 1483, 1483, 1483, 591: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 612: 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 623: 1483, 1483, 1483, 1483, 1483, 1483, 630: 1483, 635: 1483, 1483, 1483, 1483, 660: 1483, 707: 1483}, + {1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 535: 1484, 1484, 1484, 539: 1484, 1484, 3718, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 552: 1484, 1484, 1484, 557: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 565: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 583: 1484, 1484, 1484, 1484, 1484, 1484, 591: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 612: 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 623: 1484, 1484, 1484, 1484, 1484, 1484, 630: 1484, 635: 1484, 1484, 1484, 1484, 660: 1484, 707: 1484}, + {1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 535: 1485, 1485, 1485, 539: 1485, 1485, 3718, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 552: 1485, 1485, 1485, 557: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 565: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 583: 1485, 1485, 1485, 1485, 1485, 1485, 591: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 612: 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 623: 1485, 1485, 1485, 1485, 1485, 1485, 630: 1485, 635: 1485, 1485, 1485, 1485, 660: 1485, 707: 1485}, + {536: 4503}, + {536: 4502}, // 1625 {1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 535: 1465, 1465, 1465, 539: 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 552: 1465, 1465, 1465, 557: 1465, 1465, 1465, 1465, 1465, 1465, 1465, 565: 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 583: 1465, 1465, 1465, 1465, 1465, 1465, 591: 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 612: 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 1465, 623: 1465, 1465, 1465, 1465, 1465, 1465, 630: 1465, 635: 1465, 1465, 1465, 1465, 660: 1465, 707: 1465}, {1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 535: 1466, 1466, 1466, 539: 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 552: 1466, 1466, 1466, 557: 1466, 1466, 1466, 1466, 1466, 1466, 1466, 565: 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 583: 1466, 1466, 1466, 1466, 1466, 1466, 591: 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 612: 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 623: 1466, 1466, 1466, 1466, 1466, 1466, 630: 1466, 635: 1466, 1466, 1466, 1466, 660: 1466, 707: 1466}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4503, 3071, 3072, 3070}, - {1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 4504, 1497, 1497, 1497, 539: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 552: 1497, 1497, 1497, 557: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 565: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 583: 1497, 1497, 1497, 1497, 1497, 1497, 591: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 612: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 623: 1497, 1497, 1497, 1497, 1497, 1497, 630: 1497, 635: 1497, 1497, 1497, 1497, 660: 1497, 707: 1497, 718: 3930, 721: 1497, 1497}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 4505}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4505, 3073, 3074, 3072}, + {1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 4506, 1497, 1497, 1497, 539: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 552: 1497, 1497, 1497, 557: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 565: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 583: 1497, 1497, 1497, 1497, 1497, 1497, 591: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 612: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 623: 1497, 1497, 1497, 1497, 1497, 1497, 630: 1497, 635: 1497, 1497, 1497, 1497, 660: 1497, 707: 1497, 718: 3932, 721: 1497, 1497}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 4507}, // 1630 - {57: 4506}, + {57: 4508}, {1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 535: 1328, 1328, 1328, 539: 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 552: 1328, 1328, 1328, 557: 1328, 1328, 1328, 1328, 1328, 1328, 1328, 565: 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 583: 1328, 1328, 1328, 1328, 1328, 1328, 591: 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 612: 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, 623: 1328, 1328, 1328, 1328, 1328, 1328, 630: 1328, 635: 1328, 1328, 1328, 1328, 660: 1328, 707: 1328}, {1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 535: 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 551: 1536, 1536, 1536, 1536, 557: 1536, 1536, 1536, 1536, 1536, 1536, 1536, 565: 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 583: 1536, 1536, 1536, 1536, 1536, 1536, 591: 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 612: 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 623: 1536, 1536, 1536, 1536, 1536, 1536, 630: 1536, 635: 1536, 1536, 1536, 1536, 660: 1536, 704: 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536}, {1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 535: 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 551: 1533, 1533, 1533, 1533, 557: 1533, 1533, 1533, 1533, 1533, 1533, 1533, 565: 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 583: 1533, 1533, 1533, 1533, 1533, 1533, 591: 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 612: 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 623: 1533, 1533, 1533, 1533, 1533, 1533, 630: 1533, 635: 1533, 1533, 1533, 1533, 660: 1533, 704: 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533}, {1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 535: 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 551: 1532, 1532, 1532, 1532, 557: 1532, 1532, 1532, 1532, 1532, 1532, 1532, 565: 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 583: 1532, 1532, 1532, 1532, 1532, 1532, 591: 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 612: 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 623: 1532, 1532, 1532, 1532, 1532, 1532, 630: 1532, 635: 1532, 1532, 1532, 1532, 660: 1532, 704: 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532}, // 1635 {1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 535: 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 551: 1530, 1530, 1530, 1530, 557: 1530, 1530, 1530, 1530, 1530, 1530, 1530, 565: 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 583: 1530, 1530, 1530, 1530, 1530, 1530, 591: 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 612: 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 623: 1530, 1530, 1530, 1530, 1530, 1530, 630: 1530, 635: 1530, 1530, 1530, 1530, 660: 1530, 704: 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4513, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4512}, - {57: 4517, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4514}, - {57: 4515, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4515, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4514}, + {57: 4519, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4516}, + {57: 4517, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1640 - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4516}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4518}, {1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 535: 1336, 1336, 1336, 539: 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 552: 1336, 1336, 1336, 557: 1336, 1336, 1336, 1336, 1336, 1336, 1336, 565: 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 583: 1336, 1336, 1336, 1336, 1336, 1336, 591: 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 612: 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 623: 1336, 1336, 1336, 1336, 1336, 1336, 630: 1336, 635: 1336, 1336, 1336, 1336, 660: 1336, 707: 1336}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4518}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4520}, {1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 535: 1337, 1337, 1337, 539: 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 552: 1337, 1337, 1337, 557: 1337, 1337, 1337, 1337, 1337, 1337, 1337, 565: 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 583: 1337, 1337, 1337, 1337, 1337, 1337, 591: 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 612: 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 623: 1337, 1337, 1337, 1337, 1337, 1337, 630: 1337, 635: 1337, 1337, 1337, 1337, 660: 1337, 707: 1337}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4521, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4520}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4523, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4522}, // 1645 - {9: 4531, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4522}, - {9: 4523, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4525, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4524}, - {57: 4529, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {9: 4533, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4524}, + {9: 4525, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4527, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4526}, + {57: 4531, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1650 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4526}, - {57: 4527, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4528}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4528}, + {57: 4529, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4530}, {1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 535: 1332, 1332, 1332, 539: 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 552: 1332, 1332, 1332, 557: 1332, 1332, 1332, 1332, 1332, 1332, 1332, 565: 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 583: 1332, 1332, 1332, 1332, 1332, 1332, 591: 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 612: 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 623: 1332, 1332, 1332, 1332, 1332, 1332, 630: 1332, 635: 1332, 1332, 1332, 1332, 660: 1332, 707: 1332}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4530}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4532}, // 1655 {1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 535: 1334, 1334, 1334, 539: 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 552: 1334, 1334, 1334, 557: 1334, 1334, 1334, 1334, 1334, 1334, 1334, 565: 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 583: 1334, 1334, 1334, 1334, 1334, 1334, 591: 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 612: 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 623: 1334, 1334, 1334, 1334, 1334, 1334, 630: 1334, 635: 1334, 1334, 1334, 1334, 660: 1334, 707: 1334}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 719: 4533, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4532}, - {57: 4537, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4534}, - {57: 4535, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 719: 4535, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4534}, + {57: 4539, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4536}, + {57: 4537, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1660 - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4536}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4538}, {1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 535: 1333, 1333, 1333, 539: 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 552: 1333, 1333, 1333, 557: 1333, 1333, 1333, 1333, 1333, 1333, 1333, 565: 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 583: 1333, 1333, 1333, 1333, 1333, 1333, 591: 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 612: 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 1333, 623: 1333, 1333, 1333, 1333, 1333, 1333, 630: 1333, 635: 1333, 1333, 1333, 1333, 660: 1333, 707: 1333}, - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4538}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4540}, {1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 535: 1335, 1335, 1335, 539: 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 552: 1335, 1335, 1335, 557: 1335, 1335, 1335, 1335, 1335, 1335, 1335, 565: 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 583: 1335, 1335, 1335, 1335, 1335, 1335, 591: 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 612: 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 623: 1335, 1335, 1335, 1335, 1335, 1335, 630: 1335, 635: 1335, 1335, 1335, 1335, 660: 1335, 707: 1335}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 890: 4540}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 890: 4542}, // 1665 - {9: 4541}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4542}, - {9: 4543, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4544}, - {57: 4545, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {9: 4543}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4544}, + {9: 4545, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4546}, + {57: 4547, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1670 {1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 535: 1382, 1382, 1382, 539: 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 552: 1382, 1382, 1382, 557: 1382, 1382, 1382, 1382, 1382, 1382, 1382, 565: 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 583: 1382, 1382, 1382, 1382, 1382, 1382, 591: 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 612: 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 1382, 623: 1382, 1382, 1382, 1382, 1382, 1382, 630: 1382, 635: 1382, 1382, 1382, 1382, 660: 1382, 707: 1382}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 890: 4547}, - {9: 4548}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4549}, - {9: 4550, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 890: 4549}, + {9: 4550}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4551}, + {9: 4552, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1675 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4551}, - {57: 4552, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4553}, + {57: 4554, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 535: 1383, 1383, 1383, 539: 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 552: 1383, 1383, 1383, 557: 1383, 1383, 1383, 1383, 1383, 1383, 1383, 565: 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 583: 1383, 1383, 1383, 1383, 1383, 1383, 591: 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 612: 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 1383, 623: 1383, 1383, 1383, 1383, 1383, 1383, 630: 1383, 635: 1383, 1383, 1383, 1383, 660: 1383, 707: 1383}, - {176: 4556, 4555, 179: 4557, 186: 4558, 1371: 4554}, - {9: 4559}, + {176: 4558, 4557, 179: 4559, 186: 4560, 1372: 4556}, + {9: 4561}, // 1680 {9: 1372}, {9: 1371}, {9: 1370}, {9: 1369}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4560}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4562}, // 1685 - {57: 4561, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {57: 4563, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 535: 1389, 1389, 1389, 539: 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 552: 1389, 1389, 1389, 557: 1389, 1389, 1389, 1389, 1389, 1389, 1389, 565: 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 583: 1389, 1389, 1389, 1389, 1389, 1389, 591: 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 612: 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 623: 1389, 1389, 1389, 1389, 1389, 1389, 630: 1389, 635: 1389, 1389, 1389, 1389, 660: 1389, 707: 1389}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4563}, - {9: 4564}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 4566}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4565}, + {9: 4566}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 4568}, // 1690 {2242, 2242, 6: 2242, 2242, 2242, 2242, 15: 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 57: 2242, 86: 2242, 88: 2242, 90: 2242, 2242, 95: 2242, 2242, 98: 2242, 2242, 2242, 2242, 103: 2242, 134: 2242, 165: 2242, 2242, 2242, 2242, 538: 2242, 541: 2242, 2242, 556: 2242, 2242, 2242, 567: 2242, 569: 2242, 712: 2242, 2242, 723: 2242}, - {57: 4572}, + {57: 4574}, {168, 168, 6: 168, 168, 168, 15: 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 57: 168, 86: 168, 88: 168, 90: 168, 168, 95: 168, 168, 98: 168, 168, 168, 168, 103: 168, 538: 168, 541: 168, 168, 556: 168, 569: 168, 712: 168, 168, 723: 168}, - {564: 3057, 803: 4565, 835: 4571}, - {564: 3057, 803: 4570}, + {564: 3059, 803: 4567, 835: 4573}, + {564: 3059, 803: 4572}, // 1695 {166, 166, 6: 166, 166, 166, 15: 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 57: 166, 86: 166, 88: 166, 90: 166, 166, 95: 166, 166, 98: 166, 166, 166, 166, 103: 166, 538: 166, 541: 166, 166, 556: 166, 569: 166, 712: 166, 166, 723: 166}, {167, 167, 6: 167, 167, 167, 15: 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 57: 167, 86: 167, 88: 167, 90: 167, 167, 95: 167, 167, 98: 167, 167, 167, 167, 103: 167, 538: 167, 541: 167, 167, 556: 167, 569: 167, 712: 167, 167, 723: 167}, {1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 535: 1360, 1360, 1360, 539: 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 552: 1360, 1360, 1360, 557: 1360, 1360, 1360, 1360, 1360, 1360, 1360, 565: 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 583: 1360, 1360, 1360, 1360, 1360, 1360, 591: 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 612: 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 1360, 623: 1360, 1360, 1360, 1360, 1360, 1360, 630: 1360, 635: 1360, 1360, 1360, 1360, 660: 1360, 707: 1360}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4574}, - {57: 4575}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4576}, + {57: 4577}, // 1700 {1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 535: 1361, 1361, 1361, 539: 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 552: 1361, 1361, 1361, 557: 1361, 1361, 1361, 1361, 1361, 1361, 1361, 565: 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 583: 1361, 1361, 1361, 1361, 1361, 1361, 591: 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 612: 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 623: 1361, 1361, 1361, 1361, 1361, 1361, 630: 1361, 635: 1361, 1361, 1361, 1361, 660: 1361, 707: 1361}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4577}, - {57: 4578, 540: 4579, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4579}, + {57: 4580, 540: 4581, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 535: 1377, 1377, 1377, 539: 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 552: 1377, 1377, 1377, 557: 1377, 1377, 1377, 1377, 1377, 1377, 1377, 565: 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 583: 1377, 1377, 1377, 1377, 1377, 1377, 591: 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 612: 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 623: 1377, 1377, 1377, 1377, 1377, 1377, 630: 1377, 635: 1377, 1377, 1377, 1377, 660: 1377, 707: 1377}, - {556: 4420, 589: 4581, 712: 4419, 958: 4580}, + {556: 4422, 589: 4583, 712: 4421, 958: 4582}, // 1705 - {534: 4435, 847: 4584}, - {534: 4435, 847: 4582}, - {57: 4583}, - {1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 535: 1375, 1375, 1375, 539: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 552: 1375, 1375, 1375, 557: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 565: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 583: 1375, 1375, 1375, 1375, 1375, 1375, 591: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 612: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 623: 1375, 1375, 1375, 1375, 1375, 1375, 630: 1375, 635: 1375, 1375, 1375, 1375, 660: 1375, 707: 1375}, + {534: 4437, 847: 4586}, + {534: 4437, 847: 4584}, {57: 4585}, + {1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 535: 1375, 1375, 1375, 539: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 552: 1375, 1375, 1375, 557: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 565: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 583: 1375, 1375, 1375, 1375, 1375, 1375, 591: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 612: 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 623: 1375, 1375, 1375, 1375, 1375, 1375, 630: 1375, 635: 1375, 1375, 1375, 1375, 660: 1375, 707: 1375}, + {57: 4587}, // 1710 {1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 535: 1376, 1376, 1376, 539: 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 552: 1376, 1376, 1376, 557: 1376, 1376, 1376, 1376, 1376, 1376, 1376, 565: 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 583: 1376, 1376, 1376, 1376, 1376, 1376, 591: 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 612: 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 623: 1376, 1376, 1376, 1376, 1376, 1376, 630: 1376, 635: 1376, 1376, 1376, 1376, 660: 1376, 707: 1376}, {1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 535: 1399, 1399, 1399, 539: 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 552: 1399, 1399, 1399, 557: 1399, 1399, 1399, 1399, 1399, 1399, 1399, 565: 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 583: 1399, 1399, 1399, 1399, 1399, 1399, 591: 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 612: 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 623: 1399, 1399, 1399, 1399, 1399, 1399, 630: 1399, 635: 1399, 1399, 1399, 1399, 660: 1399, 707: 1399}, {1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 535: 1400, 1400, 1400, 539: 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 552: 1400, 1400, 1400, 557: 1400, 1400, 1400, 1400, 1400, 1400, 1400, 565: 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 583: 1400, 1400, 1400, 1400, 1400, 1400, 591: 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 612: 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 623: 1400, 1400, 1400, 1400, 1400, 1400, 630: 1400, 635: 1400, 1400, 1400, 1400, 660: 1400, 707: 1400}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 4589}, - {57: 4590}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 4591}, + {57: 4592}, // 1715 {1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 535: 1396, 1396, 1396, 539: 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 552: 1396, 1396, 1396, 557: 1396, 1396, 1396, 1396, 1396, 1396, 1396, 565: 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 583: 1396, 1396, 1396, 1396, 1396, 1396, 591: 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 612: 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 623: 1396, 1396, 1396, 1396, 1396, 1396, 630: 1396, 635: 1396, 1396, 1396, 1396, 660: 1396, 707: 1396}, {1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 535: 1401, 1401, 1401, 539: 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 552: 1401, 1401, 1401, 557: 1401, 1401, 1401, 1401, 1401, 1401, 1401, 565: 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 583: 1401, 1401, 1401, 1401, 1401, 1401, 591: 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 612: 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 623: 1401, 1401, 1401, 1401, 1401, 1401, 630: 1401, 635: 1401, 1401, 1401, 1401, 660: 1401, 707: 1401}, - {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4201, 832: 4199, 4200, 889: 4202, 891: 4203, 918: 4593, 4204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4594}, - {57: 4595, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 10: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 58: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 534: 1458, 536: 1458, 1458, 1458, 1458, 543: 1458, 1458, 546: 1458, 1458, 1458, 550: 1458, 1458, 555: 1458, 1458, 564: 1458, 582: 1458, 589: 1458, 1458, 622: 1458, 629: 1458, 631: 1458, 1458, 1458, 1458, 639: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 659: 1458, 661: 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 714: 1458, 719: 4203, 832: 4201, 4202, 889: 4204, 891: 4205, 918: 4595, 4206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4596}, + {57: 4597, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1720 - {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4091, 837: 4209, 848: 4596}, + {1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 535: 1173, 1173, 1173, 539: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 552: 1173, 1173, 1173, 557: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 565: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 583: 1173, 1173, 1173, 1173, 1173, 1173, 591: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 612: 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 623: 1173, 1173, 1173, 1173, 1173, 1173, 630: 1173, 635: 1173, 1173, 1173, 1173, 660: 1173, 707: 1173, 824: 4093, 837: 4211, 848: 4598}, {1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 535: 1358, 1358, 1358, 539: 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 552: 1358, 1358, 1358, 557: 1358, 1358, 1358, 1358, 1358, 1358, 1358, 565: 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 583: 1358, 1358, 1358, 1358, 1358, 1358, 591: 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 612: 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 1358, 623: 1358, 1358, 1358, 1358, 1358, 1358, 630: 1358, 635: 1358, 1358, 1358, 1358, 660: 1358, 707: 1358}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 4598}, - {57: 4599}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 4600}, + {57: 4601}, {1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 535: 1329, 1329, 1329, 539: 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 552: 1329, 1329, 1329, 557: 1329, 1329, 1329, 1329, 1329, 1329, 1329, 565: 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 583: 1329, 1329, 1329, 1329, 1329, 1329, 591: 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 612: 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 623: 1329, 1329, 1329, 1329, 1329, 1329, 630: 1329, 635: 1329, 1329, 1329, 1329, 660: 1329, 707: 1329}, // 1725 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4601}, - {57: 4602}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4603}, + {57: 4604}, {2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 535: 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 551: 2524, 2524, 2524, 2524, 557: 2524, 2524, 2524, 2524, 2524, 2524, 2524, 565: 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 583: 2524, 2524, 2524, 2524, 2524, 2524, 591: 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 612: 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 623: 2524, 2524, 2524, 2524, 2524, 2524, 630: 2524, 635: 2524, 2524, 2524, 2524, 660: 2524, 704: 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524}, - {561: 4604}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4605}, + {561: 4606}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4607}, // 1730 {2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 535: 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 551: 2525, 2525, 2525, 2525, 557: 2525, 2525, 2525, 2525, 2525, 2525, 2525, 565: 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 583: 2525, 2525, 2525, 2525, 2525, 2525, 591: 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 612: 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 623: 2525, 2525, 2525, 2525, 2525, 2525, 630: 2525, 635: 2525, 2525, 2525, 2525, 660: 2525, 704: 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2525}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4614, 3620, 3702, 3619, 3616}, - {117: 4610, 258: 4608, 272: 4609, 1261: 4611}, - {9: 2857, 57: 2857, 93: 2857, 135: 2857, 137: 2857, 160: 2857, 715: 2857}, - {9: 2856, 57: 2856, 93: 2856, 135: 2856, 137: 2856, 160: 2856, 715: 2856}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4616, 3622, 3704, 3621, 3618}, + {117: 4612, 259: 4610, 272: 4611, 1262: 4613}, + {9: 2859, 57: 2859, 93: 2859, 135: 2859, 137: 2859, 160: 2859, 715: 2859}, + {9: 2858, 57: 2858, 93: 2858, 135: 2858, 137: 2858, 160: 2858, 715: 2858}, // 1735 - {9: 2855, 57: 2855, 93: 2855, 135: 2855, 137: 2855, 160: 2855, 715: 2855}, - {715: 4612}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4613, 3620, 3702, 3619, 3616}, - {2, 2, 9: 2, 51: 2, 93: 2, 117: 2, 541: 3716, 660: 2, 707: 3717}, - {4, 4, 9: 4, 51: 4, 93: 4, 117: 4, 541: 3716, 660: 4, 707: 3717}, + {9: 2857, 57: 2857, 93: 2857, 135: 2857, 137: 2857, 160: 2857, 715: 2857}, + {715: 4614}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4615, 3622, 3704, 3621, 3618}, + {2, 2, 9: 2, 51: 2, 93: 2, 117: 2, 541: 3718, 660: 2, 707: 3719}, + {4, 4, 9: 4, 51: 4, 93: 4, 117: 4, 541: 3718, 660: 4, 707: 3719}, // 1740 {2: 2332, 2332, 2332, 2332, 2332, 2332, 2332, 10: 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 58: 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 534: 2332, 536: 2332, 2332, 2332, 2332, 543: 2332, 2332, 546: 2332, 2332, 2332, 550: 2332, 2332, 2332, 555: 2332, 2332, 563: 2332, 2332, 582: 2332, 589: 2332, 2332, 622: 2332, 629: 2332, 631: 2332, 2332, 2332, 2332, 639: 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 659: 2332, 661: 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 714: 2332, 940: 2332}, - {229: 4618, 231: 4617, 940: 4619, 1260: 4620}, + {229: 4620, 231: 4619, 940: 4621, 1261: 4622}, + {2856, 2856, 9: 2856, 51: 2856, 57: 2856, 93: 2856, 117: 2856, 135: 2856, 137: 2856, 660: 2856}, + {2855, 2855, 9: 2855, 51: 2855, 57: 2855, 93: 2855, 117: 2855, 135: 2855, 137: 2855, 660: 2855}, {2854, 2854, 9: 2854, 51: 2854, 57: 2854, 93: 2854, 117: 2854, 135: 2854, 137: 2854, 660: 2854}, - {2853, 2853, 9: 2853, 51: 2853, 57: 2853, 93: 2853, 117: 2853, 135: 2853, 137: 2853, 660: 2853}, - {2852, 2852, 9: 2852, 51: 2852, 57: 2852, 93: 2852, 117: 2852, 135: 2852, 137: 2852, 660: 2852}, // 1745 {6, 6, 9: 6, 51: 6, 93: 6, 117: 6, 660: 6}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 631: 3705, 775: 4622, 3071, 3072, 3070, 780: 4625, 943: 4624}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 631: 3707, 775: 4624, 3073, 3074, 3072, 780: 4627, 943: 4626}, {2480, 2480, 9: 2480, 51: 2480, 93: 2480, 110: 2480, 2480, 2480, 2480, 2480, 117: 2480, 660: 2480}, {2479, 2479, 9: 2479, 51: 2479, 93: 2479, 110: 2479, 2479, 2479, 2479, 2479, 117: 2479, 660: 2479}, {8, 8, 9: 8, 51: 8, 93: 8, 117: 8, 660: 8}, // 1750 {7, 7, 9: 7, 51: 7, 93: 7, 117: 7, 660: 7}, {10, 10, 9: 10, 51: 10, 93: 10, 117: 10, 660: 10}, - {51: 3061, 93: 3062, 117: 3065, 660: 3064, 1079: 4628, 3063}, + {51: 3063, 93: 3064, 117: 3067, 660: 3066, 1079: 4630, 3065}, {9, 9, 9: 9, 51: 9, 93: 9, 117: 9, 660: 9}, - {27, 27, 160: 4636, 173: 4635, 175: 4634, 460: 4637, 1047: 4633, 1332: 4630, 4632, 1355: 4631}, + {27, 27, 160: 4638, 173: 4637, 175: 4636, 460: 4639, 1047: 4635, 1333: 4632, 4634, 1356: 4633}, // 1755 {28, 28}, - {26, 26, 9: 4653, 160: 4636, 173: 4635, 175: 4634, 1047: 4652}, + {26, 26, 9: 4655, 160: 4638, 173: 4637, 175: 4636, 1047: 4654}, {25, 25}, {24, 24, 9: 24, 160: 24, 173: 24, 175: 24}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 534: 2333, 536: 2333, 2333, 2333, 2333, 543: 2333, 2333, 546: 2333, 2333, 2333, 550: 2333, 2333, 555: 2333, 2333, 560: 4615, 564: 2333, 582: 2333, 589: 2333, 2333, 622: 2333, 629: 2333, 631: 2333, 2333, 2333, 2333, 639: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 659: 2333, 661: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 714: 2333, 806: 4650}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 534: 2333, 536: 2333, 2333, 2333, 2333, 543: 2333, 2333, 546: 2333, 2333, 2333, 550: 2333, 2333, 555: 2333, 2333, 560: 4617, 564: 2333, 582: 2333, 589: 2333, 2333, 622: 2333, 629: 2333, 631: 2333, 2333, 2333, 2333, 639: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 659: 2333, 661: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 714: 2333, 806: 4652}, // 1760 - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 534: 2333, 536: 2333, 2333, 2333, 2333, 543: 2333, 2333, 546: 2333, 2333, 2333, 550: 2333, 2333, 555: 2333, 2333, 560: 4615, 564: 2333, 582: 2333, 589: 2333, 2333, 622: 2333, 629: 2333, 631: 2333, 2333, 2333, 2333, 639: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 659: 2333, 661: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 714: 2333, 806: 4648}, - {536: 2333, 560: 4615, 644: 2333, 806: 4643}, - {413: 4640, 4639, 4641, 452: 4638, 4642}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 534: 2333, 536: 2333, 2333, 2333, 2333, 543: 2333, 2333, 546: 2333, 2333, 2333, 550: 2333, 2333, 555: 2333, 2333, 560: 4617, 564: 2333, 582: 2333, 589: 2333, 2333, 622: 2333, 629: 2333, 631: 2333, 2333, 2333, 2333, 639: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 659: 2333, 661: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 714: 2333, 806: 4650}, + {536: 2333, 560: 4617, 644: 2333, 806: 4645}, + {413: 4642, 4641, 4643, 452: 4640, 4644}, {17, 17}, {16, 16}, // 1765 {15, 15}, {14, 14}, {13, 13}, - {536: 4644, 644: 4645}, + {536: 4646, 644: 4647}, {19, 19, 9: 19, 160: 19, 173: 19, 175: 19}, // 1770 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4646}, - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 4647}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4648}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 4649}, {18, 18, 9: 18, 160: 18, 173: 18, 175: 18}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4649}, - {20, 20, 9: 20, 160: 20, 173: 20, 175: 20, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4651}, + {20, 20, 9: 20, 160: 20, 173: 20, 175: 20, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 1775 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4651}, - {21, 21, 9: 21, 160: 21, 173: 21, 175: 21, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4653}, + {21, 21, 9: 21, 160: 21, 173: 21, 175: 21, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {23, 23, 9: 23, 160: 23, 173: 23, 175: 23}, - {160: 4636, 173: 4635, 175: 4634, 1047: 4654}, + {160: 4638, 173: 4637, 175: 4636, 1047: 4656}, {22, 22, 9: 22, 160: 22, 173: 22, 175: 22}, // 1780 - {286: 4658, 387: 4656, 913: 4657}, - {535: 4666, 586: 135, 1425: 4665}, - {536: 4664}, - {2: 4660, 536: 4659}, - {536: 4663}, + {286: 4660, 388: 4658, 913: 4659}, + {535: 4668, 586: 135, 1426: 4667}, + {536: 4666}, + {2: 4662, 536: 4661}, + {536: 4665}, // 1785 - {536: 4661}, - {536: 4662}, + {536: 4663}, + {536: 4664}, {136, 136}, {137, 137}, {138, 138}, // 1790 - {586: 4672}, - {225: 4667}, - {734: 4668, 1001: 4669}, - {186: 4670}, + {586: 4674}, + {225: 4669}, + {734: 4670, 1001: 4671}, + {186: 4672}, {586: 134}, // 1795 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4671}, - {2140, 2140, 9: 2140, 57: 2140, 533: 2140, 535: 2140, 542: 2140, 2140, 2140, 2140, 552: 2140, 2140, 2140, 557: 2140, 2140, 2140, 561: 2140, 2140, 566: 2140, 2140, 2140, 2140, 3769, 3767, 3768, 3766, 3764, 2140, 2140, 2140, 2140, 2140, 2140, 584: 2140, 2140, 2140, 2140, 2140, 595: 2140, 804: 3765, 3763}, - {132: 3043, 246: 4686, 534: 2928, 2927, 4687, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 716: 4685, 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 4684}, - {552: 4703, 611: 2135, 965: 4702}, - {640, 640, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4673}, + {2140, 2140, 9: 2140, 57: 2140, 533: 2140, 535: 2140, 542: 2140, 2140, 2140, 2140, 552: 2140, 2140, 2140, 557: 2140, 2140, 2140, 561: 2140, 2140, 566: 2140, 2140, 2140, 2140, 3771, 3769, 3770, 3768, 3766, 2140, 2140, 2140, 2140, 2140, 2140, 584: 2140, 2140, 2140, 2140, 2140, 595: 2140, 804: 3767, 3765}, + {132: 3045, 247: 4688, 534: 2930, 2929, 4689, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 716: 4687, 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 4686}, + {552: 4705, 611: 2135, 965: 4704}, + {640, 640, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, // 1800 {642, 642, 542: 1029, 553: 1029, 1029}, {647, 647}, @@ -9088,140 +9092,140 @@ var ( {638, 638}, {144, 144}, // 1810 - {132: 3043, 246: 4696, 534: 2928, 2927, 4697, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 4695}, - {161: 4688}, + {132: 3045, 247: 4698, 534: 2930, 2929, 4699, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 4697}, + {161: 4690}, {140, 140}, - {433, 433, 557: 433, 433, 567: 4689, 433, 893: 4690, 4691}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4694}, + {433, 433, 557: 433, 433, 567: 4691, 433, 893: 4692, 4693}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4696}, // 1815 {432, 432, 57: 432, 533: 432, 535: 432, 542: 432, 545: 432, 553: 432, 432, 557: 432, 432, 561: 432, 432, 566: 432, 568: 432, 575: 432, 432, 578: 432}, - {1516, 1516, 557: 1516, 1516, 568: 3881, 845: 3935, 915: 4692}, - {1083, 1083, 557: 3883, 3882, 846: 3940, 930: 4693}, + {1516, 1516, 557: 1516, 1516, 568: 3883, 845: 3937, 915: 4694}, + {1083, 1083, 557: 3885, 3884, 846: 3942, 930: 4695}, {142, 142}, - {434, 434, 57: 434, 533: 434, 535: 434, 542: 434, 545: 434, 553: 434, 434, 557: 434, 434, 561: 434, 434, 566: 434, 568: 434, 570: 3769, 3767, 3768, 3766, 3764, 434, 434, 578: 434, 804: 3765, 3763}, + {434, 434, 57: 434, 533: 434, 535: 434, 542: 434, 545: 434, 553: 434, 434, 557: 434, 434, 561: 434, 434, 566: 434, 568: 434, 570: 3771, 3769, 3770, 3768, 3766, 434, 434, 578: 434, 804: 3767, 3765}, // 1820 {143, 143}, - {161: 4698}, + {161: 4700}, {139, 139}, - {433, 433, 557: 433, 433, 567: 4689, 433, 893: 4690, 4699}, - {1516, 1516, 557: 1516, 1516, 568: 3881, 845: 3935, 915: 4700}, + {433, 433, 557: 433, 433, 567: 4691, 433, 893: 4692, 4701}, + {1516, 1516, 557: 1516, 1516, 568: 3883, 845: 3937, 915: 4702}, // 1825 - {1083, 1083, 557: 3883, 3882, 846: 3940, 930: 4701}, + {1083, 1083, 557: 3885, 3884, 846: 3942, 930: 4703}, {141, 141}, - {611: 4704}, + {611: 4706}, {2: 2134, 2134, 2134, 2134, 2134, 2134, 2134, 10: 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 58: 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 534: 2134, 562: 2134, 2134, 565: 2134, 611: 2134, 646: 2134}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4705}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4707}, // 1830 - {2712, 2712, 2712, 2712, 2712, 2712, 4753, 4755, 589, 10: 4722, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 89: 4724, 4745, 4746, 102: 4747, 132: 4727, 234: 4716, 249: 4710, 251: 4708, 253: 4731, 256: 4732, 270: 4726, 276: 4742, 291: 4720, 300: 4728, 306: 4723, 326: 4733, 333: 4729, 340: 4743, 4744, 346: 4711, 535: 4741, 538: 4752, 541: 2463, 4789, 549: 2712, 556: 2463, 559: 4713, 566: 4748, 568: 4730, 4740, 649: 4714, 706: 4719, 712: 2463, 4758, 716: 4707, 727: 4735, 730: 4721, 732: 4749, 770: 4734, 4725, 4736, 774: 4715, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 4794, 978: 4739, 991: 4737, 1025: 4712, 1033: 4717, 1117: 4751, 1288: 4718, 1311: 4738, 1317: 4750, 4706}, - {2461, 2461, 5583, 5585, 5586, 5584, 549: 5587, 1238: 5582, 1319: 5581}, - {549: 5555}, - {2870, 2870, 201: 5549, 549: 5550}, - {215: 5541}, + {2714, 2714, 2714, 2714, 2714, 2714, 4755, 4757, 589, 10: 4724, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 89: 4726, 4747, 4748, 102: 4749, 132: 4729, 234: 4718, 250: 4712, 252: 4710, 254: 4733, 257: 4734, 270: 4728, 276: 4744, 291: 4722, 300: 4730, 306: 4725, 326: 4735, 334: 4731, 341: 4745, 4746, 347: 4713, 535: 4743, 538: 4754, 541: 2463, 4791, 549: 2714, 556: 2463, 559: 4715, 566: 4750, 568: 4732, 4742, 649: 4716, 706: 4721, 712: 2463, 4760, 716: 4709, 727: 4737, 730: 4723, 732: 4751, 770: 4736, 4727, 4738, 774: 4717, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 4796, 978: 4741, 991: 4739, 1025: 4714, 1033: 4719, 1117: 4753, 1289: 4720, 1312: 4740, 1318: 4752, 4708}, + {2461, 2461, 5588, 5590, 5591, 5589, 549: 5592, 1239: 5587, 1320: 5586}, + {549: 5560}, + {2872, 2872, 201: 5554, 549: 5555}, + {215: 5546}, // 1835 - {536: 2333, 538: 2333, 560: 4615, 806: 5538}, - {536: 2333, 538: 2333, 560: 4615, 806: 5535}, - {2798, 2798, 2798, 2798, 2798, 2798, 4753, 4755, 589, 2798, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 538: 4752, 541: 2463, 4789, 549: 2798, 556: 2463, 569: 5531, 712: 2463, 4758, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 5532}, - {201: 5516, 208: 5517}, - {715: 5508}, + {536: 2333, 538: 2333, 560: 4617, 806: 5543}, + {536: 2333, 538: 2333, 560: 4617, 806: 5540}, + {2800, 2800, 2800, 2800, 2800, 2800, 4755, 4757, 589, 2800, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 538: 4754, 541: 2463, 4791, 549: 2800, 556: 2463, 569: 5536, 712: 2463, 4760, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 5537}, + {201: 5521, 208: 5522}, + {715: 5513}, // 1840 - {2: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 10: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 58: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 534: 2717, 549: 5361, 582: 2717, 704: 2706, 2706, 2706, 708: 2706, 5113, 713: 2706, 749: 2706, 2706, 934: 5363, 959: 4948, 981: 5359, 1008: 5360, 1021: 5362}, - {549: 5352}, - {2786, 2786, 2786, 2786, 2786, 2786, 9: 2786, 549: 2786}, - {2785, 2785, 2785, 2785, 2785, 2785, 9: 2785, 549: 2785}, - {549: 5350}, + {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 534: 2719, 549: 5366, 582: 2719, 704: 2708, 2708, 2708, 708: 2708, 5115, 713: 2708, 749: 2708, 2708, 934: 5368, 959: 4950, 981: 5364, 1008: 5365, 1021: 5367}, + {549: 5357}, + {2788, 2788, 2788, 2788, 2788, 2788, 9: 2788, 549: 2788}, + {2787, 2787, 2787, 2787, 2787, 2787, 9: 2787, 549: 2787}, + {549: 5355}, // 1845 - {549: 5347}, - {2: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 10: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 58: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 549: 5326, 582: 2717, 704: 4934, 5325, 4949, 709: 4950, 713: 4935, 749: 5329, 929: 5328, 959: 4948, 981: 5324, 1021: 5327, 1129: 5330}, - {549: 5317}, - {549: 5306}, - {549: 5304}, + {549: 5352}, + {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 549: 5331, 582: 2719, 704: 4936, 5330, 4951, 709: 4952, 713: 4937, 749: 5334, 929: 5333, 959: 4950, 981: 5329, 1021: 5332, 1129: 5335}, + {549: 5322}, + {549: 5311}, + {549: 5309}, // 1850 - {549: 5301}, - {549: 5298}, - {20: 5295, 549: 5294}, - {20: 5291, 549: 5290}, - {549: 5280}, + {549: 5306}, + {549: 5303}, + {20: 5300, 549: 5299}, + {20: 5296, 549: 5295}, + {549: 5285}, // 1855 - {726: 5273}, - {1060: 5272}, - {1060: 5271}, - {2: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 10: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 58: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 582: 2717, 959: 4948, 981: 5267}, - {2: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 10: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 58: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 582: 2717, 959: 4948, 981: 4974}, + {726: 5278}, + {1060: 5277}, + {1060: 5276}, + {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 582: 2719, 959: 4950, 981: 5272}, + {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 582: 2719, 959: 4950, 981: 4976}, // 1860 - {2: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 10: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 58: 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 706: 4949, 709: 4950, 713: 4947, 959: 4948, 981: 4945, 1129: 4946}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 540: 4932, 560: 4615, 563: 2333, 704: 4934, 713: 4935, 715: 4930, 806: 4931, 929: 4933, 959: 4929}, + {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 706: 4951, 709: 4952, 713: 4949, 959: 4950, 981: 4947, 1129: 4948}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 540: 4934, 560: 4617, 563: 2333, 704: 4936, 713: 4937, 715: 4932, 806: 4933, 929: 4935, 959: 4931}, + {2755, 2755, 2755, 2755, 2755, 2755, 9: 2755, 549: 2755}, + {2754, 2754, 2754, 2754, 2754, 2754, 9: 2754, 549: 2754}, {2753, 2753, 2753, 2753, 2753, 2753, 9: 2753, 549: 2753}, - {2752, 2752, 2752, 2752, 2752, 2752, 9: 2752, 549: 2752}, - {2751, 2751, 2751, 2751, 2751, 2751, 9: 2751, 549: 2751}, // 1865 - {2750, 2750, 2750, 2750, 2750, 2750, 8: 588, 2750, 29: 588, 549: 2750}, - {247: 4928}, - {247: 4927}, - {2747, 2747, 2747, 2747, 2747, 2747, 9: 2747, 549: 2747}, - {2746, 2746, 2746, 2746, 2746, 2746, 9: 2746, 549: 2746}, + {2752, 2752, 2752, 2752, 2752, 2752, 8: 588, 2752, 29: 588, 549: 2752}, + {248: 4930}, + {248: 4929}, + {2749, 2749, 2749, 2749, 2749, 2749, 9: 2749, 549: 2749}, + {2748, 2748, 2748, 2748, 2748, 2748, 9: 2748, 549: 2748}, // 1870 - {2742, 2742, 2742, 2742, 2742, 2742, 9: 2742, 549: 2742}, - {2741, 2741, 2741, 2741, 2741, 2741, 9: 2741, 549: 2741}, - {56: 2333, 294: 2333, 317: 2333, 319: 2333, 538: 2333, 560: 4615, 806: 4921}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 538: 2333, 560: 4615, 806: 4918}, - {195: 4917, 773: 4916}, + {2744, 2744, 2744, 2744, 2744, 2744, 9: 2744, 549: 2744}, + {2743, 2743, 2743, 2743, 2743, 2743, 9: 2743, 549: 2743}, + {56: 2333, 294: 2333, 317: 2333, 319: 2333, 538: 2333, 560: 4617, 806: 4923}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 538: 2333, 560: 4617, 806: 4920}, + {195: 4919, 773: 4918}, // 1875 - {2711, 2711, 2711, 2711, 2711, 2711, 9: 4914, 549: 2711}, - {2710, 2710, 2710, 2710, 2710, 2710, 9: 2710, 549: 2710}, + {2713, 2713, 2713, 2713, 2713, 2713, 9: 4916, 549: 2713}, + {2712, 2712, 2712, 2712, 2712, 2712, 9: 2712, 549: 2712}, {16: 2462, 18: 2462, 21: 2462, 541: 2462, 556: 2462, 712: 2462}, - {536: 2333, 560: 4615, 806: 4912}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 806: 4910}, + {536: 2333, 560: 4617, 806: 4914}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 806: 4912}, // 1880 - {22: 4905, 236: 4906, 301: 4907}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 806: 4903}, - {299: 4900}, - {299: 4897}, - {560: 4615, 564: 2333, 806: 4895}, + {22: 4907, 236: 4908, 301: 4909}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 806: 4905}, + {299: 4902}, + {299: 4899}, + {560: 4617, 564: 2333, 806: 4897}, // 1885 - {560: 4615, 564: 2333, 806: 4893}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 560: 4615, 806: 4891}, - {560: 4615, 564: 2333, 806: 4889}, + {560: 4617, 564: 2333, 806: 4895}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 560: 4617, 806: 4893}, + {560: 4617, 564: 2333, 806: 4891}, {2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 15: 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 57: 2407, 533: 2407, 2407, 2407, 538: 2407, 540: 2407, 2407, 2407, 549: 2407, 2407, 552: 2407, 555: 2407, 2407, 569: 2407, 611: 2407, 658: 2407, 712: 2407, 2407}, {626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 15: 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 533: 626, 626, 626, 538: 626, 540: 626, 626, 626, 549: 626, 626, 552: 626, 555: 626, 626, 569: 626, 611: 626, 658: 626, 712: 626, 626}, // 1890 - {16: 4445, 541: 4884, 556: 4446, 712: 4444, 857: 4883}, - {8: 4877, 29: 4878}, - {560: 4615, 564: 2333, 806: 4875}, - {560: 4615, 564: 2333, 806: 4873}, - {536: 2333, 560: 4615, 806: 4871}, + {16: 4447, 541: 4886, 556: 4448, 712: 4446, 857: 4885}, + {8: 4879, 29: 4880}, + {560: 4617, 564: 2333, 806: 4877}, + {560: 4617, 564: 2333, 806: 4875}, + {536: 2333, 560: 4617, 806: 4873}, // 1895 - {560: 4615, 564: 2333, 806: 4869}, - {560: 4615, 564: 2333, 806: 4867}, - {536: 2333, 560: 4615, 806: 4865}, - {536: 2333, 560: 4615, 806: 4863}, - {560: 4615, 564: 2333, 806: 4861}, + {560: 4617, 564: 2333, 806: 4871}, + {560: 4617, 564: 2333, 806: 4869}, + {536: 2333, 560: 4617, 806: 4867}, + {536: 2333, 560: 4617, 806: 4865}, + {560: 4617, 564: 2333, 806: 4863}, // 1900 - {560: 4615, 564: 2333, 806: 4859}, + {560: 4617, 564: 2333, 806: 4861}, {612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 15: 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 612, 533: 612, 612, 612, 538: 612, 540: 612, 612, 612, 549: 612, 612, 552: 612, 555: 612, 612, 569: 612, 611: 612, 658: 612, 712: 612, 612}, - {538: 2333, 560: 4615, 564: 2333, 806: 4857}, - {538: 2333, 560: 4615, 564: 2333, 806: 4854}, - {538: 2333, 560: 4615, 564: 2333, 806: 4851}, + {538: 2333, 560: 4617, 564: 2333, 806: 4859}, + {538: 2333, 560: 4617, 564: 2333, 806: 4856}, + {538: 2333, 560: 4617, 564: 2333, 806: 4853}, // 1905 - {560: 4615, 564: 2333, 806: 4849}, - {560: 4615, 564: 2333, 806: 4847}, - {560: 4615, 564: 2333, 639: 2333, 2333, 806: 4845}, - {536: 2333, 560: 4615, 806: 4843}, - {536: 2333, 560: 4615, 806: 4841}, + {560: 4617, 564: 2333, 806: 4851}, + {560: 4617, 564: 2333, 806: 4849}, + {560: 4617, 564: 2333, 639: 2333, 2333, 806: 4847}, + {536: 2333, 560: 4617, 806: 4845}, + {536: 2333, 560: 4617, 806: 4843}, // 1910 - {560: 4615, 564: 2333, 806: 4839}, - {560: 4615, 564: 2333, 806: 4837}, - {538: 2333, 560: 4615, 564: 2333, 806: 4833}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 551: 2333, 560: 4615, 806: 4830}, - {534: 2333, 560: 4615, 806: 4825}, + {560: 4617, 564: 2333, 806: 4841}, + {560: 4617, 564: 2333, 806: 4839}, + {538: 2333, 560: 4617, 564: 2333, 806: 4835}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 551: 2333, 560: 4617, 806: 4832}, + {534: 2333, 560: 4617, 806: 4827}, // 1915 - {536: 2333, 560: 4615, 806: 4822}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 560: 4615, 806: 4816}, - {536: 2333, 560: 4615, 806: 4814}, - {536: 2333, 560: 4615, 806: 4812}, + {536: 2333, 560: 4617, 806: 4824}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 560: 4617, 806: 4818}, + {536: 2333, 560: 4617, 806: 4816}, + {536: 2333, 560: 4617, 806: 4814}, {583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 15: 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 583, 533: 583, 583, 583, 538: 583, 540: 583, 583, 583, 549: 583, 583, 552: 583, 555: 583, 583, 569: 583, 611: 583, 658: 583, 712: 583, 583}, // 1920 - {178: 2333, 251: 2333, 255: 2333, 292: 2333, 334: 2333, 350: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 538: 2333, 560: 4615, 806: 4796}, - {178: 4799, 251: 4802, 255: 4798, 292: 4800, 334: 4801, 350: 4803, 4804, 4809, 4808, 4805, 4810, 4811, 4806, 4807, 538: 4797}, + {178: 2333, 252: 2333, 256: 2333, 292: 2333, 335: 2333, 351: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 538: 2333, 560: 4617, 806: 4798}, + {178: 4801, 252: 4804, 256: 4800, 292: 4802, 335: 4803, 351: 4805, 4806, 4811, 4810, 4807, 4812, 4813, 4808, 4809, 538: 4799}, {577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 15: 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 533: 577, 577, 577, 538: 577, 540: 577, 577, 577, 549: 577, 577, 552: 577, 555: 577, 577, 569: 577, 611: 577, 658: 577, 712: 577, 577}, {576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 15: 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 533: 576, 576, 576, 538: 576, 540: 576, 576, 576, 549: 576, 576, 552: 576, 555: 576, 576, 569: 576, 611: 576, 658: 576, 712: 576, 576}, {575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 15: 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 533: 575, 575, 575, 538: 575, 540: 575, 575, 575, 549: 575, 575, 552: 575, 555: 575, 575, 569: 575, 611: 575, 658: 575, 712: 575, 575}, @@ -9240,221 +9244,221 @@ var ( // 1935 {564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 15: 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 533: 564, 564, 564, 538: 564, 540: 564, 564, 564, 549: 564, 564, 552: 564, 555: 564, 564, 569: 564, 611: 564, 658: 564, 712: 564, 564}, {563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 15: 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 533: 563, 563, 563, 538: 563, 540: 563, 563, 563, 549: 563, 563, 552: 563, 555: 563, 563, 569: 563, 611: 563, 658: 563, 712: 563, 563}, - {536: 4813}, - {590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 15: 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 533: 590, 590, 590, 538: 590, 540: 590, 590, 590, 549: 590, 590, 552: 590, 555: 590, 590, 569: 590, 611: 590, 658: 590, 712: 590, 590}, {536: 4815}, + {590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 15: 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 533: 590, 590, 590, 538: 590, 540: 590, 590, 590, 549: 590, 590, 552: 590, 555: 590, 590, 569: 590, 611: 590, 658: 590, 712: 590, 590}, + {536: 4817}, // 1940 {591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 15: 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 591, 533: 591, 591, 591, 538: 591, 540: 591, 591, 591, 549: 591, 591, 552: 591, 555: 591, 591, 569: 591, 611: 591, 658: 591, 712: 591, 591}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4817, 3071, 3072, 3070}, - {546: 4818}, - {644: 4819}, - {536: 3609, 551: 3600, 564: 3604, 632: 3599, 3601, 639: 3603, 3602, 3607, 643: 3608, 650: 3606, 781: 4820, 783: 3605}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4819, 3073, 3074, 3072}, + {546: 4820}, + {644: 4821}, + {536: 3611, 551: 3602, 564: 3606, 632: 3601, 3603, 639: 3605, 3604, 3609, 643: 3610, 650: 3608, 781: 4822, 783: 3607}, // 1945 - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 890: 3771, 905: 4821}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 890: 3773, 905: 4823}, {592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 15: 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 533: 592, 592, 592, 538: 592, 540: 592, 592, 592, 549: 592, 592, 552: 592, 555: 592, 592, 569: 592, 611: 592, 658: 592, 712: 592, 592}, - {536: 4824, 1173: 4823}, + {536: 4826, 1173: 4825}, {593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 15: 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 533: 593, 593, 593, 538: 593, 540: 593, 593, 593, 549: 593, 593, 552: 593, 555: 593, 593, 569: 593, 611: 593, 658: 593, 712: 593, 593}, {148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 15: 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 533: 148, 148, 148, 538: 148, 540: 148, 148, 148, 549: 148, 148, 552: 148, 555: 148, 148, 559: 148, 569: 148, 611: 148, 658: 148, 712: 148, 148}, // 1950 - {534: 4826}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 767, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 4827, 1296: 4828}, - {766, 766, 9: 3955, 57: 766, 535: 766}, - {57: 4829}, + {534: 4828}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 767, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 4829, 1297: 4830}, + {766, 766, 9: 3957, 57: 766, 535: 766}, + {57: 4831}, {594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 15: 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 533: 594, 594, 594, 538: 594, 540: 594, 594, 594, 549: 594, 594, 552: 594, 555: 594, 594, 569: 594, 611: 594, 658: 594, 712: 594, 594}, // 1955 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 551: 4831, 775: 3761, 3071, 3072, 3070, 809: 4832}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 551: 4833, 775: 3763, 3073, 3074, 3072, 809: 4834}, {596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 15: 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 533: 596, 596, 596, 538: 596, 540: 596, 596, 596, 549: 596, 596, 552: 596, 555: 596, 596, 569: 596, 611: 596, 658: 596, 712: 596, 596}, {595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 15: 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 533: 595, 595, 595, 538: 595, 540: 595, 595, 595, 549: 595, 595, 552: 595, 555: 595, 595, 569: 595, 611: 595, 658: 595, 712: 595, 595}, - {538: 4835, 564: 3057, 803: 3890, 818: 4836, 1289: 4834}, + {538: 4837, 564: 3059, 803: 3892, 818: 4838, 1290: 4836}, {599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 15: 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 533: 599, 599, 599, 538: 599, 540: 599, 599, 599, 549: 599, 599, 552: 599, 555: 599, 599, 569: 599, 611: 599, 658: 599, 712: 599, 599}, // 1960 {587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 15: 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 587, 533: 587, 587, 587, 538: 587, 540: 587, 587, 587, 549: 587, 587, 552: 587, 555: 587, 587, 569: 587, 611: 587, 658: 587, 712: 587, 587}, {586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 15: 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 533: 586, 586, 586, 538: 586, 540: 586, 586, 586, 549: 586, 586, 552: 586, 555: 586, 586, 569: 586, 611: 586, 658: 586, 712: 586, 586}, - {564: 3057, 803: 3890, 818: 4838}, + {564: 3059, 803: 3892, 818: 4840}, {600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 15: 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 533: 600, 600, 600, 538: 600, 540: 600, 600, 600, 549: 600, 600, 552: 600, 555: 600, 600, 569: 600, 611: 600, 658: 600, 712: 600, 600}, - {564: 3057, 803: 3890, 818: 4840}, + {564: 3059, 803: 3892, 818: 4842}, // 1965 {601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 15: 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 601, 533: 601, 601, 601, 538: 601, 540: 601, 601, 601, 549: 601, 601, 552: 601, 555: 601, 601, 569: 601, 611: 601, 658: 601, 712: 601, 601}, - {536: 4842}, - {602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 15: 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 533: 602, 602, 602, 538: 602, 540: 602, 602, 602, 549: 602, 602, 552: 602, 555: 602, 602, 569: 602, 611: 602, 658: 602, 712: 602, 602}, {536: 4844}, + {602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 15: 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 533: 602, 602, 602, 538: 602, 540: 602, 602, 602, 549: 602, 602, 552: 602, 555: 602, 602, 569: 602, 611: 602, 658: 602, 712: 602, 602}, + {536: 4846}, {603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 15: 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 603, 533: 603, 603, 603, 538: 603, 540: 603, 603, 603, 549: 603, 603, 552: 603, 555: 603, 603, 569: 603, 611: 603, 658: 603, 712: 603, 603}, // 1970 - {564: 4114, 639: 4116, 4115, 922: 4846}, + {564: 4116, 639: 4118, 4117, 922: 4848}, {604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 15: 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 533: 604, 604, 604, 538: 604, 540: 604, 604, 604, 549: 604, 604, 552: 604, 555: 604, 604, 569: 604, 611: 604, 658: 604, 712: 604, 604}, - {564: 3057, 803: 3890, 818: 4848}, + {564: 3059, 803: 3892, 818: 4850}, {605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 15: 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 533: 605, 605, 605, 538: 605, 540: 605, 605, 605, 549: 605, 605, 552: 605, 555: 605, 605, 569: 605, 611: 605, 658: 605, 712: 605, 605}, - {564: 3057, 803: 3890, 818: 4850}, + {564: 3059, 803: 3892, 818: 4852}, // 1975 {606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 15: 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 606, 533: 606, 606, 606, 538: 606, 540: 606, 606, 606, 549: 606, 606, 552: 606, 555: 606, 606, 569: 606, 611: 606, 658: 606, 712: 606, 606}, - {538: 4853, 564: 3057, 803: 3890, 818: 4852}, + {538: 4855, 564: 3059, 803: 3892, 818: 4854}, {608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 15: 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 533: 608, 608, 608, 538: 608, 540: 608, 608, 608, 549: 608, 608, 552: 608, 555: 608, 608, 569: 608, 611: 608, 658: 608, 712: 608, 608}, {607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 15: 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607, 533: 607, 607, 607, 538: 607, 540: 607, 607, 607, 549: 607, 607, 552: 607, 555: 607, 607, 569: 607, 611: 607, 658: 607, 712: 607, 607}, - {538: 4856, 564: 3057, 803: 3890, 818: 4855}, + {538: 4858, 564: 3059, 803: 3892, 818: 4857}, // 1980 {610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 15: 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 610, 533: 610, 610, 610, 538: 610, 540: 610, 610, 610, 549: 610, 610, 552: 610, 555: 610, 610, 569: 610, 611: 610, 658: 610, 712: 610, 610}, {609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 15: 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 533: 609, 609, 609, 538: 609, 540: 609, 609, 609, 549: 609, 609, 552: 609, 555: 609, 609, 569: 609, 611: 609, 658: 609, 712: 609, 609}, - {538: 4835, 564: 3057, 803: 3890, 818: 4836, 1289: 4858}, + {538: 4837, 564: 3059, 803: 3892, 818: 4838, 1290: 4860}, {611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 15: 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 533: 611, 611, 611, 538: 611, 540: 611, 611, 611, 549: 611, 611, 552: 611, 555: 611, 611, 569: 611, 611: 611, 658: 611, 712: 611, 611}, - {564: 3057, 803: 3890, 818: 4860}, + {564: 3059, 803: 3892, 818: 4862}, // 1985 {613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 15: 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 613, 533: 613, 613, 613, 538: 613, 540: 613, 613, 613, 549: 613, 613, 552: 613, 555: 613, 613, 569: 613, 611: 613, 658: 613, 712: 613, 613}, - {564: 3057, 803: 3890, 818: 4862}, + {564: 3059, 803: 3892, 818: 4864}, {614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 15: 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 614, 533: 614, 614, 614, 538: 614, 540: 614, 614, 614, 549: 614, 614, 552: 614, 555: 614, 614, 569: 614, 611: 614, 658: 614, 712: 614, 614}, - {536: 4864}, + {536: 4866}, {615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 15: 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 615, 533: 615, 615, 615, 538: 615, 540: 615, 615, 615, 549: 615, 615, 552: 615, 555: 615, 615, 569: 615, 611: 615, 658: 615, 712: 615, 615}, // 1990 - {536: 4866}, + {536: 4868}, {616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 15: 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 533: 616, 616, 616, 538: 616, 540: 616, 616, 616, 549: 616, 616, 552: 616, 555: 616, 616, 569: 616, 611: 616, 658: 616, 712: 616, 616}, - {564: 3057, 803: 3890, 818: 4868}, + {564: 3059, 803: 3892, 818: 4870}, {617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 15: 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 533: 617, 617, 617, 538: 617, 540: 617, 617, 617, 549: 617, 617, 552: 617, 555: 617, 617, 569: 617, 611: 617, 658: 617, 712: 617, 617}, - {564: 3057, 803: 3890, 818: 4870}, + {564: 3059, 803: 3892, 818: 4872}, // 1995 {618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 15: 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 533: 618, 618, 618, 538: 618, 540: 618, 618, 618, 549: 618, 618, 552: 618, 555: 618, 618, 569: 618, 611: 618, 658: 618, 712: 618, 618}, - {536: 4872}, + {536: 4874}, {619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 15: 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 533: 619, 619, 619, 538: 619, 540: 619, 619, 619, 549: 619, 619, 552: 619, 555: 619, 619, 569: 619, 611: 619, 658: 619, 712: 619, 619}, - {564: 3057, 803: 3890, 818: 4874}, + {564: 3059, 803: 3892, 818: 4876}, {620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 15: 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 620, 533: 620, 620, 620, 538: 620, 540: 620, 620, 620, 549: 620, 620, 552: 620, 555: 620, 620, 569: 620, 611: 620, 658: 620, 712: 620, 620}, // 2000 - {564: 3057, 803: 3890, 818: 4876}, + {564: 3059, 803: 3892, 818: 4878}, {622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 15: 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 533: 622, 622, 622, 538: 622, 540: 622, 622, 622, 549: 622, 622, 552: 622, 555: 622, 622, 569: 622, 611: 622, 658: 622, 712: 622, 622}, - {560: 4615, 564: 2333, 806: 4881}, - {560: 4615, 564: 2333, 806: 4879}, - {564: 3057, 803: 3890, 818: 4880}, + {560: 4617, 564: 2333, 806: 4883}, + {560: 4617, 564: 2333, 806: 4881}, + {564: 3059, 803: 3892, 818: 4882}, // 2005 {621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 15: 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 621, 533: 621, 621, 621, 538: 621, 540: 621, 621, 621, 549: 621, 621, 552: 621, 555: 621, 621, 569: 621, 611: 621, 658: 621, 712: 621, 621}, - {564: 3057, 803: 3890, 818: 4882}, + {564: 3059, 803: 3892, 818: 4884}, {623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 15: 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 623, 533: 623, 623, 623, 538: 623, 540: 623, 623, 623, 549: 623, 623, 552: 623, 555: 623, 623, 569: 623, 611: 623, 658: 623, 712: 623, 623}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 589: 2333, 806: 4887}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 589: 2333, 806: 4885}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 589: 2333, 806: 4889}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 589: 2333, 806: 4887}, // 2010 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 3759, 775: 3761, 3071, 3072, 3070, 809: 3758, 980: 4886}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 3761, 775: 3763, 3073, 3074, 3072, 809: 3760, 980: 4888}, {624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 15: 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 533: 624, 624, 624, 538: 624, 540: 624, 624, 624, 549: 624, 624, 552: 624, 555: 624, 624, 569: 624, 611: 624, 658: 624, 712: 624, 624}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 4888}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 4890}, {625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 15: 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 533: 625, 625, 625, 538: 625, 540: 625, 625, 625, 549: 625, 625, 552: 625, 555: 625, 625, 569: 625, 611: 625, 658: 625, 712: 625, 625}, - {564: 3057, 803: 3890, 818: 4890}, + {564: 3059, 803: 3892, 818: 4892}, // 2015 {2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 15: 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 2408, 57: 2408, 533: 2408, 2408, 2408, 538: 2408, 540: 2408, 2408, 2408, 549: 2408, 2408, 552: 2408, 555: 2408, 2408, 569: 2408, 611: 2408, 658: 2408, 712: 2408, 2408}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4892, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4894, 3073, 3074, 3072}, {2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 15: 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 57: 2409, 533: 2409, 2409, 2409, 538: 2409, 540: 2409, 2409, 2409, 549: 2409, 2409, 552: 2409, 555: 2409, 2409, 569: 2409, 611: 2409, 658: 2409, 712: 2409, 2409}, - {564: 3057, 803: 3890, 818: 4894}, + {564: 3059, 803: 3892, 818: 4896}, {2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 15: 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 57: 2410, 533: 2410, 2410, 2410, 538: 2410, 540: 2410, 2410, 2410, 549: 2410, 2410, 552: 2410, 555: 2410, 2410, 569: 2410, 611: 2410, 658: 2410, 712: 2410, 2410}, // 2020 - {564: 3057, 803: 3890, 818: 4896}, + {564: 3059, 803: 3892, 818: 4898}, {2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 15: 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 57: 2411, 533: 2411, 2411, 2411, 538: 2411, 540: 2411, 2411, 2411, 549: 2411, 2411, 552: 2411, 555: 2411, 2411, 569: 2411, 611: 2411, 658: 2411, 712: 2411, 2411}, - {536: 2333, 560: 4615, 806: 4898}, - {536: 4899}, + {536: 2333, 560: 4617, 806: 4900}, + {536: 4901}, {2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 15: 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 57: 2412, 533: 2412, 2412, 2412, 538: 2412, 540: 2412, 2412, 2412, 549: 2412, 2412, 552: 2412, 555: 2412, 2412, 569: 2412, 611: 2412, 658: 2412, 712: 2412, 2412}, // 2025 - {536: 2333, 560: 4615, 806: 4901}, - {536: 4902}, + {536: 2333, 560: 4617, 806: 4903}, + {536: 4904}, {2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 15: 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 57: 2413, 533: 2413, 2413, 2413, 538: 2413, 540: 2413, 2413, 2413, 549: 2413, 2413, 552: 2413, 555: 2413, 2413, 569: 2413, 611: 2413, 658: 2413, 712: 2413, 2413}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 775: 3761, 3071, 3072, 3070, 809: 4904}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 775: 3763, 3073, 3074, 3072, 809: 4906}, {2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 15: 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 57: 2414, 533: 2414, 2414, 2414, 538: 2414, 540: 2414, 2414, 2414, 549: 2414, 2414, 552: 2414, 555: 2414, 2414, 569: 2414, 611: 2414, 658: 2414, 712: 2414, 2414}, // 2030 - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 806: 4908}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 806: 4910}, {598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 15: 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 533: 598, 598, 598, 538: 598, 540: 598, 598, 598, 549: 598, 598, 552: 598, 555: 598, 598, 569: 598, 611: 598, 658: 598, 712: 598, 598}, {597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 15: 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 533: 597, 597, 597, 538: 597, 540: 597, 597, 597, 549: 597, 597, 552: 597, 555: 597, 597, 569: 597, 611: 597, 658: 597, 712: 597, 597}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 775: 3761, 3071, 3072, 3070, 809: 4909}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 775: 3763, 3073, 3074, 3072, 809: 4911}, {2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 15: 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 57: 2415, 533: 2415, 2415, 2415, 538: 2415, 540: 2415, 2415, 2415, 549: 2415, 2415, 552: 2415, 555: 2415, 2415, 569: 2415, 611: 2415, 658: 2415, 712: 2415, 2415}, // 2035 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 775: 3761, 3071, 3072, 3070, 809: 4911}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 775: 3763, 3073, 3074, 3072, 809: 4913}, {2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 15: 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 57: 2416, 533: 2416, 2416, 2416, 538: 2416, 540: 2416, 2416, 2416, 549: 2416, 2416, 552: 2416, 555: 2416, 2416, 569: 2416, 611: 2416, 658: 2416, 712: 2416, 2416}, - {536: 4913}, + {536: 4915}, {2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 15: 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 57: 2417, 533: 2417, 2417, 2417, 538: 2417, 540: 2417, 2417, 2417, 549: 2417, 2417, 552: 2417, 555: 2417, 2417, 569: 2417, 611: 2417, 658: 2417, 712: 2417, 2417}, - {6: 4753, 4755, 589, 10: 4722, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 89: 4724, 4745, 4746, 102: 4747, 132: 4727, 234: 4716, 249: 4710, 253: 4731, 256: 4732, 270: 4726, 276: 4742, 291: 4720, 300: 4728, 306: 4723, 326: 4733, 333: 4729, 340: 4743, 4744, 346: 4711, 535: 4741, 538: 4752, 541: 2463, 4789, 556: 2463, 559: 4713, 566: 4748, 568: 4730, 4740, 649: 4714, 706: 4719, 712: 2463, 4758, 727: 4735, 730: 4721, 732: 4749, 770: 4734, 4725, 4736, 774: 4715, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 4794, 978: 4739, 991: 4737, 1025: 4712, 1033: 4717, 1117: 4915, 1288: 4718, 1311: 4738}, + {6: 4755, 4757, 589, 10: 4724, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 89: 4726, 4747, 4748, 102: 4749, 132: 4729, 234: 4718, 250: 4712, 254: 4733, 257: 4734, 270: 4728, 276: 4744, 291: 4722, 300: 4730, 306: 4725, 326: 4735, 334: 4731, 341: 4745, 4746, 347: 4713, 535: 4743, 538: 4754, 541: 2463, 4791, 556: 2463, 559: 4715, 566: 4750, 568: 4732, 4742, 649: 4716, 706: 4721, 712: 2463, 4760, 727: 4737, 730: 4723, 732: 4751, 770: 4736, 4727, 4738, 774: 4717, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 4796, 978: 4741, 991: 4739, 1025: 4714, 1033: 4719, 1117: 4917, 1289: 4720, 1312: 4740}, // 2040 - {2709, 2709, 2709, 2709, 2709, 2709, 9: 2709, 549: 2709}, - {2723, 2723, 2723, 2723, 2723, 2723, 9: 2723, 549: 2723}, - {2722, 2722, 2722, 2722, 2722, 2722, 9: 2722, 549: 2722}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4919, 775: 4920, 3071, 3072, 3070}, - {2725, 2725, 2725, 2725, 2725, 2725, 9: 2725, 102: 2725, 549: 2725}, + {2711, 2711, 2711, 2711, 2711, 2711, 9: 2711, 549: 2711}, + {2725, 2725, 2725, 2725, 2725, 2725, 9: 2725, 549: 2725}, + {2724, 2724, 2724, 2724, 2724, 2724, 9: 2724, 549: 2724}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4921, 775: 4922, 3073, 3074, 3072}, + {2727, 2727, 2727, 2727, 2727, 2727, 9: 2727, 102: 2727, 549: 2727}, // 2045 - {2724, 2724, 2724, 2724, 2724, 2724, 9: 2724, 102: 2724, 549: 2724}, - {56: 4926, 294: 4923, 317: 4924, 319: 4925, 538: 4922}, + {2726, 2726, 2726, 2726, 2726, 2726, 9: 2726, 102: 2726, 549: 2726}, + {56: 4928, 294: 4925, 317: 4926, 319: 4927, 538: 4924}, + {2732, 2732, 2732, 2732, 2732, 2732, 9: 2732, 549: 2732, 566: 2732}, + {2731, 2731, 2731, 2731, 2731, 2731, 9: 2731, 549: 2731, 566: 2731}, {2730, 2730, 2730, 2730, 2730, 2730, 9: 2730, 549: 2730, 566: 2730}, + // 2050 {2729, 2729, 2729, 2729, 2729, 2729, 9: 2729, 549: 2729, 566: 2729}, {2728, 2728, 2728, 2728, 2728, 2728, 9: 2728, 549: 2728, 566: 2728}, - // 2050 - {2727, 2727, 2727, 2727, 2727, 2727, 9: 2727, 549: 2727, 566: 2727}, - {2726, 2726, 2726, 2726, 2726, 2726, 9: 2726, 549: 2726, 566: 2726}, - {2748, 2748, 2748, 2748, 2748, 2748, 9: 2748, 549: 2748}, - {2749, 2749, 2749, 2749, 2749, 2749, 9: 2749, 549: 2749}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4942, 3071, 3072, 3070}, + {2750, 2750, 2750, 2750, 2750, 2750, 9: 2750, 549: 2750}, + {2751, 2751, 2751, 2751, 2751, 2751, 9: 2751, 549: 2751}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4944, 3073, 3074, 3072}, // 2055 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4941}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4940}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 4939}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4936, 3071, 3072, 3070}, - {2: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 10: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 58: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 534: 2721, 545: 2721, 561: 2721, 582: 2721}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4943}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4942}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 4941}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4938, 3073, 3074, 3072}, + {2: 2723, 2723, 2723, 2723, 2723, 2723, 2723, 10: 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 58: 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 534: 2723, 545: 2723, 561: 2723, 582: 2723}, // 2060 - {2: 2720, 2720, 2720, 2720, 2720, 2720, 2720, 10: 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 58: 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 534: 2720, 545: 2720, 561: 2720, 582: 2720}, - {715: 4937}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4938, 3071, 3072, 3070}, - {2754, 2754, 2754, 2754, 2754, 2754, 9: 2754, 549: 2754}, - {2755, 2755, 2755, 2755, 2755, 2755, 9: 2755, 549: 2755}, - // 2065 + {2: 2722, 2722, 2722, 2722, 2722, 2722, 2722, 10: 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 58: 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 534: 2722, 545: 2722, 561: 2722, 582: 2722}, + {715: 4939}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4940, 3073, 3074, 3072}, {2756, 2756, 2756, 2756, 2756, 2756, 9: 2756, 549: 2756}, {2757, 2757, 2757, 2757, 2757, 2757, 9: 2757, 549: 2757}, - {715: 4943}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4944, 3071, 3072, 3070}, + // 2065 {2758, 2758, 2758, 2758, 2758, 2758, 9: 2758, 549: 2758}, + {2759, 2759, 2759, 2759, 2759, 2759, 9: 2759, 549: 2759}, + {715: 4945}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4946, 3073, 3074, 3072}, + {2760, 2760, 2760, 2760, 2760, 2760, 9: 2760, 549: 2760}, // 2070 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4960}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4955, 3071, 3072, 3070}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4951, 3071, 3072, 3070}, - {2: 2716, 2716, 2716, 2716, 2716, 2716, 2716, 10: 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 58: 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 534: 2716, 582: 2716}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4962}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4957, 3073, 3074, 3072}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4953, 3073, 3074, 3072}, + {2: 2718, 2718, 2718, 2718, 2718, 2718, 2718, 10: 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 58: 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 534: 2718, 582: 2718}, {2: 634, 634, 634, 634, 634, 634, 634, 10: 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 58: 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634}, // 2075 {2: 633, 633, 633, 633, 633, 633, 633, 10: 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 58: 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633, 633}, - {106: 4954, 109: 4953, 966: 4952}, - {2743, 2743, 2743, 2743, 2743, 2743, 9: 2743, 549: 2743}, + {106: 4956, 109: 4955, 966: 4954}, + {2745, 2745, 2745, 2745, 2745, 2745, 9: 2745, 549: 2745}, {2112, 2112, 2112, 2112, 2112, 2112, 2112, 9: 2112, 19: 2112, 57: 2112, 102: 2112, 104: 2112, 2112, 2112, 2112, 109: 2112, 535: 2112, 545: 2112, 549: 2112, 566: 2112}, {2111, 2111, 2111, 2111, 2111, 2111, 2111, 9: 2111, 19: 2111, 57: 2111, 102: 2111, 104: 2111, 2111, 2111, 2111, 109: 2111, 535: 2111, 545: 2111, 549: 2111, 566: 2111}, // 2080 - {191: 4957, 537: 3836, 539: 3835, 921: 4958, 1049: 4956}, - {2745, 2745, 2745, 2745, 2745, 2745, 9: 2745, 549: 2745}, - {2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 57: 2606, 533: 2606, 537: 2606, 2606, 2606, 2606, 2606, 549: 2606, 551: 2606, 704: 2606, 2606, 2606, 708: 2606, 2606, 2606, 2606}, - {191: 4959}, - {2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 57: 2605, 533: 2605, 537: 2605, 2605, 2605, 2605, 2605, 549: 2605, 551: 2605, 704: 2605, 2605, 2605, 708: 2605, 2605, 2605, 2605}, + {191: 4959, 537: 3838, 539: 3837, 921: 4960, 1049: 4958}, + {2747, 2747, 2747, 2747, 2747, 2747, 9: 2747, 549: 2747}, + {2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 57: 2608, 533: 2608, 537: 2608, 2608, 2608, 2608, 2608, 549: 2608, 551: 2608, 704: 2608, 2608, 2608, 708: 2608, 2608, 2608, 2608}, + {191: 4961}, + {2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 57: 2607, 533: 2607, 537: 2607, 2607, 2607, 2607, 2607, 549: 2607, 551: 2607, 704: 2607, 2607, 2607, 708: 2607, 2607, 2607, 2607}, // 2085 - {559: 4961, 730: 4962}, - {538: 4964}, - {538: 4963}, - {2759, 2759, 2759, 2759, 2759, 2759, 9: 2759, 549: 2759}, - {534: 4966, 536: 3609, 546: 4968, 4969, 551: 3600, 564: 3604, 632: 3599, 3601, 639: 3603, 3602, 3607, 643: 3608, 650: 3606, 781: 4967, 783: 3605, 1088: 4965}, - // 2090 + {559: 4963, 730: 4964}, + {538: 4966}, + {538: 4965}, {2761, 2761, 2761, 2761, 2761, 2761, 9: 2761, 549: 2761}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 4972}, + {534: 4968, 536: 3611, 546: 4970, 4971, 551: 3602, 564: 3606, 632: 3601, 3603, 639: 3605, 3604, 3609, 643: 3610, 650: 3608, 781: 4969, 783: 3607, 1088: 4967}, + // 2090 + {2763, 2763, 2763, 2763, 2763, 2763, 9: 2763, 549: 2763}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 4974}, {2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 57: 2514, 533: 2514, 537: 2514, 2514, 2514, 2514, 2514, 549: 2514, 551: 2514, 704: 2514, 2514, 2514, 708: 2514, 2514, 2514, 2514}, - {564: 4114, 639: 4116, 4115, 922: 4971}, - {564: 4114, 639: 4116, 4115, 922: 4970}, + {564: 4116, 639: 4118, 4117, 922: 4973}, + {564: 4116, 639: 4118, 4117, 922: 4972}, // 2095 {2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 57: 2512, 533: 2512, 537: 2512, 2512, 2512, 2512, 2512, 549: 2512, 551: 2512, 704: 2512, 2512, 2512, 708: 2512, 2512, 2512, 2512}, {2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 57: 2513, 533: 2513, 537: 2513, 2513, 2513, 2513, 2513, 549: 2513, 551: 2513, 704: 2513, 2513, 2513, 708: 2513, 2513, 2513, 2513}, - {57: 4973, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2760, 2760, 2760, 2760, 2760, 2760, 9: 2760, 549: 2760}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 4975}, + {57: 4975, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2762, 2762, 2762, 2762, 2762, 2762, 9: 2762, 549: 2762}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 4977}, // 2100 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4978}, - {648: 4977}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4980}, + {648: 4979}, {2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 58: 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 536: 2138, 538: 2138, 549: 2138, 563: 2138, 634: 2138}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4980, 960: 4979}, - {2715, 2715, 2715, 2715, 2715, 2715, 9: 2715, 5264, 5265, 549: 2715, 1038: 5263}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4982, 960: 4981}, + {2717, 2717, 2717, 2717, 2717, 2717, 9: 2717, 5269, 5270, 549: 2717, 1038: 5268}, // 2105 - {12: 4982, 118: 5033, 127: 5034, 174: 5024, 176: 5044, 5043, 5007, 5046, 186: 5045, 189: 5004, 199: 5040, 204: 5013, 5003, 5022, 210: 5029, 5028, 213: 5032, 556: 5027, 559: 5023, 589: 5018, 712: 5026, 735: 5031, 5030, 5005, 5010, 5008, 5001, 4995, 5009, 744: 5019, 5002, 5036, 5011, 5012, 751: 4996, 4997, 4998, 4999, 5000, 5025, 5038, 5042, 5037, 4993, 5041, 4994, 5006, 4992, 5035, 4991, 5039, 958: 5014, 1030: 5016, 1034: 4990, 5020, 4987, 1043: 4985, 1051: 4988, 4989, 1059: 4986, 1064: 5015, 1068: 4983, 5017, 1089: 4984, 1093: 5021, 1096: 4981, 1105: 5047}, - {2566, 2566, 2566, 2566, 2566, 2566, 5124, 5130, 5118, 2566, 2566, 2566, 5122, 5131, 5129, 57: 2566, 533: 5123, 537: 3836, 5121, 3835, 2573, 5128, 549: 2566, 551: 5117, 704: 2610, 5115, 2706, 708: 5120, 5113, 5135, 5132, 921: 5116, 934: 5125, 1017: 5127, 1037: 5133, 1053: 5126, 1076: 5119, 1133: 5134, 5262}, - {2566, 2566, 2566, 2566, 2566, 2566, 5124, 5130, 5118, 2566, 2566, 2566, 5122, 5131, 5129, 57: 2566, 533: 5123, 537: 3836, 5121, 3835, 2573, 5128, 549: 2566, 551: 5117, 704: 2610, 5115, 2706, 708: 5120, 5113, 5135, 5132, 921: 5116, 934: 5125, 1017: 5127, 1037: 5133, 1053: 5126, 1076: 5119, 1133: 5134, 5114}, + {12: 4984, 118: 5035, 127: 5036, 174: 5026, 176: 5046, 5045, 5009, 5048, 186: 5047, 189: 5006, 199: 5042, 204: 5015, 5005, 5024, 210: 5031, 5030, 213: 5034, 556: 5029, 559: 5025, 589: 5020, 712: 5028, 735: 5033, 5032, 5007, 5012, 5010, 5003, 4997, 5011, 744: 5021, 5004, 5038, 5013, 5014, 751: 4998, 4999, 5000, 5001, 5002, 5027, 5040, 5044, 5039, 4995, 5043, 4996, 5008, 4994, 5037, 4993, 5041, 958: 5016, 1030: 5018, 1034: 4992, 5022, 4989, 1043: 4987, 1051: 4990, 4991, 1059: 4988, 1064: 5017, 1068: 4985, 5019, 1089: 4986, 1093: 5023, 1096: 4983, 1105: 5049}, + {2568, 2568, 2568, 2568, 2568, 2568, 5126, 5132, 5120, 2568, 2568, 2568, 5124, 5133, 5131, 57: 2568, 533: 5125, 537: 3838, 5123, 3837, 2575, 5130, 549: 2568, 551: 5119, 704: 2612, 5117, 2708, 708: 5122, 5115, 5137, 5134, 921: 5118, 934: 5127, 1017: 5129, 1037: 5135, 1053: 5128, 1076: 5121, 1133: 5136, 5267}, + {2568, 2568, 2568, 2568, 2568, 2568, 5126, 5132, 5120, 2568, 2568, 2568, 5124, 5133, 5131, 57: 2568, 533: 5125, 537: 3838, 5123, 3837, 2575, 5130, 549: 2568, 551: 5119, 704: 2612, 5117, 2708, 708: 5122, 5115, 5137, 5134, 921: 5118, 934: 5127, 1017: 5129, 1037: 5135, 1053: 5128, 1076: 5121, 1133: 5136, 5116}, {562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 57: 562, 533: 562, 537: 562, 562, 562, 562, 562, 549: 562, 551: 562, 704: 562, 562, 562, 708: 562, 562, 562, 562}, {561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 57: 561, 533: 561, 537: 561, 561, 561, 561, 561, 549: 561, 551: 561, 704: 561, 561, 561, 708: 561, 561, 561, 561}, // 2110 {560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 57: 560, 533: 560, 537: 560, 560, 560, 560, 560, 549: 560, 551: 560, 704: 560, 560, 560, 708: 560, 560, 560, 560}, - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 59: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 822: 474, 474, 847: 4436, 892: 5111}, - {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5110}, - {467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 57: 467, 59: 467, 533: 467, 4422, 537: 467, 467, 467, 467, 467, 549: 467, 551: 467, 704: 467, 467, 467, 708: 467, 467, 467, 467, 822: 467, 467, 847: 4423, 1009: 5108, 1016: 4424}, - {467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 57: 467, 59: 467, 533: 467, 4422, 537: 467, 467, 467, 467, 467, 549: 467, 551: 467, 704: 467, 467, 467, 708: 467, 467, 467, 467, 822: 467, 467, 847: 4423, 1009: 5106, 1016: 4424}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 59: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 822: 474, 474, 847: 4438, 892: 5113}, + {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5112}, + {467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 57: 467, 59: 467, 533: 467, 4424, 537: 467, 467, 467, 467, 467, 549: 467, 551: 467, 704: 467, 467, 467, 708: 467, 467, 467, 467, 822: 467, 467, 847: 4425, 1009: 5110, 1016: 4426}, + {467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 57: 467, 59: 467, 533: 467, 4424, 537: 467, 467, 467, 467, 467, 549: 467, 551: 467, 704: 467, 467, 467, 708: 467, 467, 467, 467, 822: 467, 467, 847: 4425, 1009: 5108, 1016: 4426}, // 2115 - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4436, 892: 5105}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4438, 892: 5107}, {554, 554, 554, 554, 554, 554, 554, 554, 554, 554, 554, 554, 554, 554, 554, 57: 554, 59: 554, 533: 554, 554, 537: 554, 554, 554, 554, 554, 549: 554, 551: 554, 704: 554, 554, 554, 708: 554, 554, 554, 554, 822: 554, 554}, {553, 553, 553, 553, 553, 553, 553, 553, 553, 553, 553, 553, 553, 553, 553, 57: 553, 59: 553, 533: 553, 553, 537: 553, 553, 553, 553, 553, 549: 553, 551: 553, 704: 553, 553, 553, 708: 553, 553, 553, 553, 822: 553, 553}, {552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 57: 552, 59: 552, 533: 552, 552, 537: 552, 552, 552, 552, 552, 549: 552, 551: 552, 704: 552, 552, 552, 708: 552, 552, 552, 552, 822: 552, 552}, @@ -9478,29 +9482,29 @@ var ( {534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 57: 534, 59: 534, 533: 534, 534, 537: 534, 534, 534, 534, 534, 549: 534, 551: 534, 704: 534, 534, 534, 708: 534, 534, 534, 534, 822: 534, 534}, {533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 57: 533, 59: 533, 533: 533, 533, 537: 533, 533, 533, 533, 533, 549: 533, 551: 533, 704: 533, 533, 533, 708: 533, 533, 533, 533, 822: 533, 533}, // 2135 - {532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 57: 532, 59: 532, 533: 532, 532, 537: 532, 532, 532, 532, 532, 549: 532, 551: 532, 704: 532, 532, 532, 708: 532, 532, 532, 532, 822: 532, 532, 1426: 5104}, + {532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 57: 532, 59: 532, 533: 532, 532, 537: 532, 532, 532, 532, 532, 549: 532, 551: 532, 704: 532, 532, 532, 708: 532, 532, 532, 532, 822: 532, 532, 1427: 5106}, {530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 57: 530, 59: 530, 533: 530, 530, 537: 530, 530, 530, 530, 530, 549: 530, 551: 530, 704: 530, 530, 530, 708: 530, 530, 530, 530, 822: 530, 530}, {529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 57: 529, 59: 529, 533: 529, 529, 537: 529, 529, 529, 529, 529, 549: 529, 551: 529, 704: 529, 529, 529, 708: 529, 529, 529, 529, 822: 529, 529}, {528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 57: 528, 533: 528, 528, 537: 528, 528, 528, 528, 528, 549: 528, 551: 528, 704: 528, 528, 528, 708: 528, 528, 528, 528}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 533: 461, 4435, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 847: 5101, 857: 4443, 900: 5102}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 533: 461, 4437, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 847: 5103, 857: 4445, 900: 5104}, // 2140 - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 533: 461, 4435, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 847: 5098, 857: 4443, 900: 5099}, - {534: 4435, 847: 5096}, - {534: 4435, 847: 5094}, - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4436, 892: 5093}, - {534: 4435, 847: 5092}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 533: 461, 4437, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 847: 5100, 857: 4445, 900: 5101}, + {534: 4437, 847: 5098}, + {534: 4437, 847: 5096}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4438, 892: 5095}, + {534: 4437, 847: 5094}, // 2145 {519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 57: 519, 533: 519, 537: 519, 519, 519, 519, 519, 549: 519, 551: 519, 704: 519, 519, 519, 708: 519, 519, 519, 519}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 153: 5076, 5078, 156: 5077, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5075, 992: 5091}, - {534: 5087}, - {534: 5080}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 153: 5078, 5080, 156: 5079, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5077, 992: 5093}, + {534: 5089}, + {534: 5082}, {515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 57: 515, 533: 515, 537: 515, 515, 515, 515, 515, 549: 515, 551: 515, 704: 515, 515, 515, 708: 515, 515, 515, 515}, // 2150 - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 153: 5076, 5078, 156: 5077, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 5073, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 5072, 735: 5031, 5030, 744: 5074, 857: 4443, 900: 5075, 992: 5071, 1030: 5070}, - {512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 16: 512, 57: 512, 533: 512, 512, 537: 512, 512, 512, 512, 512, 549: 512, 551: 512, 556: 512, 589: 512, 704: 512, 512, 512, 708: 512, 512, 512, 512, 512, 950: 5069}, - {511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 16: 511, 57: 511, 533: 511, 511, 537: 511, 511, 511, 511, 511, 549: 511, 551: 511, 556: 511, 589: 511, 704: 511, 511, 511, 708: 511, 511, 511, 511, 511, 950: 5068}, - {510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 16: 510, 57: 510, 533: 510, 510, 537: 510, 510, 510, 510, 510, 549: 510, 551: 510, 556: 510, 589: 510, 704: 510, 510, 510, 708: 510, 510, 510, 510, 510, 735: 5066, 5065, 950: 5067}, - {556: 5060, 712: 5059, 735: 5062, 5061}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 153: 5078, 5080, 156: 5079, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 5075, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 5074, 735: 5033, 5032, 744: 5076, 857: 4445, 900: 5077, 992: 5073, 1030: 5072}, + {512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 16: 512, 57: 512, 533: 512, 512, 537: 512, 512, 512, 512, 512, 549: 512, 551: 512, 556: 512, 589: 512, 704: 512, 512, 512, 708: 512, 512, 512, 512, 512, 950: 5071}, + {511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 16: 511, 57: 511, 533: 511, 511, 537: 511, 511, 511, 511, 511, 549: 511, 551: 511, 556: 511, 589: 511, 704: 511, 511, 511, 708: 511, 511, 511, 511, 511, 950: 5070}, + {510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 16: 510, 57: 510, 533: 510, 510, 537: 510, 510, 510, 510, 510, 549: 510, 551: 510, 556: 510, 589: 510, 704: 510, 510, 510, 708: 510, 510, 510, 510, 510, 735: 5068, 5067, 950: 5069}, + {556: 5062, 712: 5061, 735: 5064, 5063}, // 2155 {505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 16: 505, 57: 505, 153: 505, 505, 156: 505, 533: 505, 505, 537: 505, 505, 505, 505, 505, 549: 505, 551: 505, 556: 505, 589: 505, 704: 505, 505, 505, 708: 505, 505, 505, 505, 505}, {504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 16: 504, 57: 504, 153: 504, 504, 156: 504, 533: 504, 504, 537: 504, 504, 504, 504, 504, 549: 504, 551: 504, 556: 504, 589: 504, 704: 504, 504, 504, 708: 504, 504, 504, 504, 504}, @@ -9509,22 +9513,22 @@ var ( {494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 57: 494, 59: 494, 533: 494, 494, 537: 494, 494, 494, 494, 494, 549: 494, 551: 494, 704: 494, 494, 494, 708: 494, 494, 494, 494, 822: 494, 494}, // 2160 {493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 57: 493, 533: 493, 537: 493, 493, 493, 493, 493, 549: 493, 551: 493, 704: 493, 493, 493, 708: 493, 493, 493, 493}, - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4436, 892: 5058}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4438, 892: 5060}, {491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 57: 491, 533: 491, 537: 491, 491, 491, 491, 491, 549: 491, 551: 491, 704: 491, 491, 491, 708: 491, 491, 491, 491}, {490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 57: 490, 533: 490, 537: 490, 490, 490, 490, 490, 549: 490, 551: 490, 704: 490, 490, 490, 708: 490, 490, 490, 490}, {488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 16: 488, 57: 488, 153: 488, 488, 156: 488, 533: 488, 537: 488, 488, 488, 488, 488, 549: 488, 551: 488, 556: 488, 589: 488, 704: 488, 488, 488, 708: 488, 488, 488, 488, 488}, // 2165 - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 16: 474, 57: 474, 153: 474, 474, 156: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 556: 474, 589: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 474, 847: 4436, 892: 5057}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 16: 474, 57: 474, 153: 474, 474, 156: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 556: 474, 589: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 474, 847: 4438, 892: 5059}, {486, 486, 486, 486, 486, 486, 486, 486, 486, 486, 486, 486, 486, 486, 486, 16: 486, 57: 486, 153: 486, 486, 156: 486, 533: 486, 537: 486, 486, 486, 486, 486, 549: 486, 551: 486, 556: 486, 589: 486, 704: 486, 486, 486, 708: 486, 486, 486, 486, 486}, {485, 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, 16: 485, 57: 485, 153: 485, 485, 156: 485, 533: 485, 537: 485, 485, 485, 485, 485, 549: 485, 551: 485, 556: 485, 589: 485, 704: 485, 485, 485, 708: 485, 485, 485, 485, 485}, {480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 57: 480, 533: 480, 537: 480, 480, 480, 480, 480, 549: 480, 551: 480, 704: 480, 480, 480, 708: 480, 480, 480, 480}, - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4436, 892: 5056}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4438, 892: 5058}, // 2170 - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4436, 892: 5055}, - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4436, 892: 5054}, - {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 59: 474, 533: 474, 4435, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 822: 474, 474, 847: 4436, 892: 5048}, - {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5049}, - {476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 57: 476, 59: 5051, 533: 476, 537: 476, 476, 476, 476, 476, 549: 476, 551: 476, 704: 476, 476, 476, 708: 476, 476, 476, 476, 822: 5050, 5052, 984: 5053}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4438, 892: 5057}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 847: 4438, 892: 5056}, + {474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 57: 474, 59: 474, 533: 474, 4437, 537: 474, 474, 474, 474, 474, 549: 474, 551: 474, 704: 474, 474, 474, 708: 474, 474, 474, 474, 822: 474, 474, 847: 4438, 892: 5050}, + {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5051}, + {476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, 57: 476, 59: 5053, 533: 476, 537: 476, 476, 476, 476, 476, 549: 476, 551: 476, 704: 476, 476, 476, 708: 476, 476, 476, 476, 822: 5052, 5054, 984: 5055}, // 2175 {472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 57: 472, 59: 472, 533: 472, 537: 472, 472, 472, 472, 472, 549: 472, 551: 472, 704: 472, 472, 472, 708: 472, 472, 472, 472, 822: 472, 472}, {471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 57: 471, 59: 471, 533: 471, 537: 471, 471, 471, 471, 471, 549: 471, 551: 471, 704: 471, 471, 471, 708: 471, 471, 471, 471, 822: 471, 471}, @@ -9536,9 +9540,9 @@ var ( {479, 479, 479, 479, 479, 479, 479, 479, 479, 479, 479, 479, 479, 479, 479, 57: 479, 533: 479, 537: 479, 479, 479, 479, 479, 549: 479, 551: 479, 704: 479, 479, 479, 708: 479, 479, 479, 479}, {487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 16: 487, 57: 487, 153: 487, 487, 156: 487, 533: 487, 537: 487, 487, 487, 487, 487, 549: 487, 551: 487, 556: 487, 589: 487, 704: 487, 487, 487, 708: 487, 487, 487, 487, 487}, {492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 57: 492, 533: 492, 537: 492, 492, 492, 492, 492, 549: 492, 551: 492, 704: 492, 492, 492, 708: 492, 492, 492, 492}, - {509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 16: 509, 57: 509, 533: 509, 509, 537: 509, 509, 509, 509, 509, 549: 509, 551: 509, 556: 509, 589: 509, 704: 509, 509, 509, 708: 509, 509, 509, 509, 509, 950: 5064}, + {509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 16: 509, 57: 509, 533: 509, 509, 537: 509, 509, 509, 509, 509, 549: 509, 551: 509, 556: 509, 589: 509, 704: 509, 509, 509, 708: 509, 509, 509, 509, 509, 950: 5066}, // 2185 - {508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 16: 508, 57: 508, 533: 508, 508, 537: 508, 508, 508, 508, 508, 549: 508, 551: 508, 556: 508, 589: 508, 704: 508, 508, 508, 708: 508, 508, 508, 508, 508, 950: 5063}, + {508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 16: 508, 57: 508, 533: 508, 508, 537: 508, 508, 508, 508, 508, 549: 508, 551: 508, 556: 508, 589: 508, 704: 508, 508, 508, 708: 508, 508, 508, 508, 508, 950: 5065}, {534: 503}, {534: 502}, {534: 497}, @@ -9550,10 +9554,10 @@ var ( {506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 16: 506, 57: 506, 153: 506, 506, 156: 506, 533: 506, 506, 537: 506, 506, 506, 506, 506, 549: 506, 551: 506, 556: 506, 589: 506, 704: 506, 506, 506, 708: 506, 506, 506, 506, 506}, {507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 16: 507, 57: 507, 153: 507, 507, 156: 507, 533: 507, 507, 537: 507, 507, 507, 507, 507, 549: 507, 551: 507, 556: 507, 589: 507, 704: 507, 507, 507, 708: 507, 507, 507, 507, 507}, // 2195 - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 153: 5076, 5078, 156: 5077, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5075, 992: 5079}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 153: 5078, 5080, 156: 5079, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5077, 992: 5081}, {513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 57: 513, 533: 513, 537: 513, 513, 513, 513, 513, 549: 513, 551: 513, 704: 513, 513, 513, 708: 513, 513, 513, 513}, - {559: 4448, 950: 5069}, - {559: 4447, 950: 5068}, + {559: 4450, 950: 5071}, + {559: 4449, 950: 5070}, {489, 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, 57: 489, 533: 489, 537: 489, 489, 489, 489, 489, 549: 489, 551: 489, 704: 489, 489, 489, 708: 489, 489, 489, 489}, // 2200 {484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 57: 484, 533: 484, 537: 484, 484, 484, 484, 484, 549: 484, 551: 484, 704: 484, 484, 484, 708: 484, 484, 484, 484}, @@ -9562,3302 +9566,3306 @@ var ( {481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 57: 481, 533: 481, 537: 481, 481, 481, 481, 481, 549: 481, 551: 481, 704: 481, 481, 481, 708: 481, 481, 481, 481}, {514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 57: 514, 533: 514, 537: 514, 514, 514, 514, 514, 549: 514, 551: 514, 704: 514, 514, 514, 708: 514, 514, 514, 514}, // 2205 - {536: 3987, 641: 3988, 643: 3989, 1026: 5082, 1299: 5081}, - {9: 5084, 57: 5083}, + {536: 3989, 641: 3990, 643: 3991, 1026: 5084, 1300: 5083}, + {9: 5086, 57: 5085}, {9: 446, 57: 446}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 153: 5076, 5078, 156: 5077, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5075, 992: 5086}, - {536: 3987, 641: 3988, 643: 3989, 1026: 5085}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 153: 5078, 5080, 156: 5079, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5077, 992: 5088}, + {536: 3989, 641: 3990, 643: 3991, 1026: 5087}, // 2210 {9: 445, 57: 445}, {516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 57: 516, 533: 516, 537: 516, 516, 516, 516, 516, 549: 516, 551: 516, 704: 516, 516, 516, 708: 516, 516, 516, 516}, - {536: 3987, 641: 3988, 643: 3989, 1026: 5082, 1299: 5088}, - {9: 5084, 57: 5089}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 153: 5076, 5078, 156: 5077, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5075, 992: 5090}, + {536: 3989, 641: 3990, 643: 3991, 1026: 5084, 1300: 5090}, + {9: 5086, 57: 5091}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 153: 5078, 5080, 156: 5079, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5077, 992: 5092}, // 2215 {517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 57: 517, 533: 517, 537: 517, 517, 517, 517, 517, 549: 517, 551: 517, 704: 517, 517, 517, 708: 517, 517, 517, 517}, {518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 57: 518, 533: 518, 537: 518, 518, 518, 518, 518, 549: 518, 551: 518, 704: 518, 518, 518, 708: 518, 518, 518, 518}, {520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 57: 520, 533: 520, 537: 520, 520, 520, 520, 520, 549: 520, 551: 520, 704: 520, 520, 520, 708: 520, 520, 520, 520}, {521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 57: 521, 533: 521, 537: 521, 521, 521, 521, 521, 549: 521, 551: 521, 704: 521, 521, 521, 708: 521, 521, 521, 521}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5095}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5097}, // 2220 {522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 57: 522, 533: 522, 537: 522, 522, 522, 522, 522, 549: 522, 551: 522, 704: 522, 522, 522, 708: 522, 522, 522, 522}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5097}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5099}, {523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 57: 523, 533: 523, 537: 523, 523, 523, 523, 523, 549: 523, 551: 523, 704: 523, 523, 523, 708: 523, 523, 523, 523}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5100}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5102}, {524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 57: 524, 533: 524, 537: 524, 524, 524, 524, 524, 549: 524, 551: 524, 704: 524, 524, 524, 708: 524, 524, 524, 524}, // 2225 {525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 57: 525, 533: 525, 537: 525, 525, 525, 525, 525, 549: 525, 551: 525, 704: 525, 525, 525, 708: 525, 525, 525, 525}, - {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4445, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4446, 589: 4442, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4444, 857: 4443, 900: 5103}, + {461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 16: 4447, 57: 461, 533: 461, 537: 461, 461, 461, 461, 461, 549: 461, 551: 461, 556: 4448, 589: 4444, 704: 461, 461, 461, 708: 461, 461, 461, 461, 4446, 857: 4445, 900: 5105}, {526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 57: 526, 533: 526, 537: 526, 526, 526, 526, 526, 549: 526, 551: 526, 704: 526, 526, 526, 708: 526, 526, 526, 526}, {527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 57: 527, 533: 527, 537: 527, 527, 527, 527, 527, 549: 527, 551: 527, 704: 527, 527, 527, 708: 527, 527, 527, 527}, {531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 57: 531, 59: 531, 533: 531, 531, 537: 531, 531, 531, 531, 531, 549: 531, 551: 531, 704: 531, 531, 531, 708: 531, 531, 531, 531, 822: 531, 531}, // 2230 {555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 57: 555, 533: 555, 537: 555, 555, 555, 555, 555, 549: 555, 551: 555, 704: 555, 555, 555, 708: 555, 555, 555, 555}, - {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5107}, - {556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 57: 556, 59: 5051, 533: 556, 537: 556, 556, 556, 556, 556, 549: 556, 551: 556, 704: 556, 556, 556, 708: 556, 556, 556, 556, 822: 5050, 5052, 984: 5053}, {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5109}, - {557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 57: 557, 59: 5051, 533: 557, 537: 557, 557, 557, 557, 557, 549: 557, 551: 557, 704: 557, 557, 557, 708: 557, 557, 557, 557, 822: 5050, 5052, 984: 5053}, + {556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 57: 556, 59: 5053, 533: 556, 537: 556, 556, 556, 556, 556, 549: 556, 551: 556, 704: 556, 556, 556, 708: 556, 556, 556, 556, 822: 5052, 5054, 984: 5055}, + {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5111}, + {557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 557, 57: 557, 59: 5053, 533: 557, 537: 557, 557, 557, 557, 557, 549: 557, 551: 557, 704: 557, 557, 557, 708: 557, 557, 557, 557, 822: 5052, 5054, 984: 5055}, // 2235 - {558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 57: 558, 59: 5051, 533: 558, 537: 558, 558, 558, 558, 558, 549: 558, 551: 558, 704: 558, 558, 558, 708: 558, 558, 558, 558, 822: 5050, 5052, 984: 5053}, - {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5112}, - {559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 57: 559, 59: 5051, 533: 559, 537: 559, 559, 559, 559, 559, 549: 559, 551: 559, 704: 559, 559, 559, 708: 559, 559, 559, 559, 822: 5050, 5052, 984: 5053}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 704: 2705, 2705, 2705, 708: 2705, 713: 2705, 749: 2705, 2705, 775: 5261, 3071, 3072, 3070, 1293: 5260}, - {2632, 2632, 2632, 2632, 2632, 2632, 9: 2632, 2632, 2632, 57: 2632, 549: 2632}, + {558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, 57: 558, 59: 5053, 533: 558, 537: 558, 558, 558, 558, 558, 549: 558, 551: 558, 704: 558, 558, 558, 708: 558, 558, 558, 558, 822: 5052, 5054, 984: 5055}, + {469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 57: 469, 59: 469, 533: 469, 537: 469, 469, 469, 469, 469, 549: 469, 551: 469, 704: 469, 469, 469, 708: 469, 469, 469, 469, 822: 469, 469, 985: 5114}, + {559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, 57: 559, 59: 5053, 533: 559, 537: 559, 559, 559, 559, 559, 549: 559, 551: 559, 704: 559, 559, 559, 708: 559, 559, 559, 559, 822: 5052, 5054, 984: 5055}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 704: 2707, 2707, 2707, 708: 2707, 713: 2707, 749: 2707, 2707, 775: 5266, 3073, 3074, 3072, 1294: 5265}, + {2634, 2634, 2634, 2634, 2634, 2634, 9: 2634, 2634, 2634, 57: 2634, 549: 2634}, // 2240 - {704: 2609}, - {551: 5259}, - {2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 57: 2599, 533: 2599, 537: 2599, 2599, 2599, 2599, 2599, 549: 2599, 551: 2599, 704: 2599, 2599, 2599, 708: 2599, 2599, 2599, 2599}, - {2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 57: 2598, 533: 2598, 537: 2598, 2598, 2598, 2598, 2598, 549: 2598, 551: 2598, 704: 2598, 2598, 2598, 708: 2598, 2598, 2598, 2598}, - {704: 5255}, + {704: 2611}, + {551: 5264}, + {2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 57: 2601, 533: 2601, 537: 2601, 2601, 2601, 2601, 2601, 549: 2601, 551: 2601, 704: 2601, 2601, 2601, 708: 2601, 2601, 2601, 2601}, + {2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 57: 2600, 533: 2600, 537: 2600, 2600, 2600, 2600, 2600, 549: 2600, 551: 2600, 704: 2600, 2600, 2600, 708: 2600, 2600, 2600, 2600}, + {704: 5260}, // 2245 - {2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 57: 2595, 533: 2595, 537: 2595, 2595, 2595, 2595, 2595, 549: 2595, 551: 2595, 704: 5254, 2595, 2595, 708: 2595, 2595, 2595, 2595}, - {56: 5238, 265: 5241, 411: 5242, 534: 5237, 536: 3609, 546: 4968, 4969, 551: 3600, 555: 5239, 564: 3604, 632: 3599, 3601, 639: 3603, 3602, 3607, 643: 3608, 650: 3606, 5223, 5222, 5218, 5219, 656: 5220, 5221, 781: 4967, 783: 3605, 5235, 1005: 5236, 1041: 5217, 1065: 5215, 5216, 5240, 1088: 5234, 1218: 5233, 1352: 5232}, - {538: 5230}, - {717: 5213}, - {536: 5212}, + {2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 57: 2597, 533: 2597, 537: 2597, 2597, 2597, 2597, 2597, 549: 2597, 551: 2597, 704: 5259, 2597, 2597, 708: 2597, 2597, 2597, 2597}, + {56: 5240, 237: 5244, 327: 5245, 534: 5239, 536: 3611, 546: 4970, 4971, 551: 3602, 555: 5241, 564: 3606, 632: 3601, 3603, 639: 3605, 3604, 3609, 643: 3610, 650: 3608, 5225, 5224, 5220, 5221, 656: 5222, 5223, 781: 4969, 783: 3607, 5243, 1005: 5238, 1041: 5219, 1065: 5217, 5218, 5242, 1088: 5236, 1217: 5237, 1219: 5235, 1353: 5234}, + {538: 5232}, + {717: 5215}, + {536: 5214}, // 2250 - {706: 5203}, - {540: 5196}, - {2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 57: 2587, 533: 2587, 537: 2587, 2587, 2587, 2587, 2587, 549: 2587, 551: 2587, 704: 2587, 2587, 2587, 708: 2587, 2587, 2587, 2587}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 3759, 775: 3761, 3071, 3072, 3070, 809: 3758, 980: 5195}, - {178: 5193, 255: 5194, 538: 5192, 1336: 5191}, + {706: 5205}, + {540: 5198}, + {2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 57: 2589, 533: 2589, 537: 2589, 2589, 2589, 2589, 2589, 549: 2589, 551: 2589, 704: 2589, 2589, 2589, 708: 2589, 2589, 2589, 2589}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 3761, 775: 3763, 3073, 3074, 3072, 809: 3760, 980: 5197}, + {178: 5195, 256: 5196, 538: 5194, 1337: 5193}, // 2255 - {236: 5190, 301: 5189, 538: 5188, 1476: 5187}, - {2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 57: 2582, 533: 2582, 5181, 537: 2582, 2582, 2582, 2582, 2582, 549: 2582, 551: 2582, 704: 2582, 2582, 2582, 708: 2582, 2582, 2582, 2582, 1327: 5180}, - {369: 5179}, - {2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 57: 2568, 533: 2568, 537: 2568, 2568, 2568, 2568, 2568, 549: 2568, 551: 2568, 704: 2568, 2568, 2568, 708: 2568, 2568, 2568, 2568}, - {2565, 2565, 2565, 2565, 2565, 2565, 5124, 5130, 5118, 2565, 2565, 2565, 5122, 5131, 5129, 57: 2565, 533: 5123, 537: 3836, 5121, 3835, 2573, 5128, 549: 2565, 551: 5117, 704: 2610, 5115, 2706, 708: 5120, 5113, 5135, 5132, 921: 5116, 934: 5125, 1017: 5127, 1037: 5178, 1053: 5126, 1076: 5119}, + {236: 5192, 301: 5191, 538: 5190, 1477: 5189}, + {2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 57: 2584, 533: 2584, 5183, 537: 2584, 2584, 2584, 2584, 2584, 549: 2584, 551: 2584, 704: 2584, 2584, 2584, 708: 2584, 2584, 2584, 2584, 1328: 5182}, + {370: 5181}, + {2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 57: 2570, 533: 2570, 537: 2570, 2570, 2570, 2570, 2570, 549: 2570, 551: 2570, 704: 2570, 2570, 2570, 708: 2570, 2570, 2570, 2570}, + {2567, 2567, 2567, 2567, 2567, 2567, 5126, 5132, 5120, 2567, 2567, 2567, 5124, 5133, 5131, 57: 2567, 533: 5125, 537: 3838, 5123, 3837, 2575, 5130, 549: 2567, 551: 5119, 704: 2612, 5117, 2708, 708: 5122, 5115, 5137, 5134, 921: 5118, 934: 5127, 1017: 5129, 1037: 5180, 1053: 5128, 1076: 5121}, // 2260 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5136}, - {2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 57: 2500, 533: 2500, 5138, 537: 2500, 2500, 2500, 2500, 2500, 549: 2500, 551: 2500, 704: 2500, 2500, 2500, 708: 2500, 2500, 2500, 2500, 714: 2500, 1379: 5137}, - {2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 57: 2555, 533: 2555, 537: 2555, 2555, 2555, 2555, 2555, 549: 2555, 551: 2555, 704: 2555, 2555, 2555, 708: 2555, 2555, 2555, 2555, 714: 5153, 1395: 5154, 5155}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 5139}, - {9: 5151, 57: 5150}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5138}, + {2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 57: 2500, 533: 2500, 5140, 537: 2500, 2500, 2500, 2500, 2500, 549: 2500, 551: 2500, 704: 2500, 2500, 2500, 708: 2500, 2500, 2500, 2500, 714: 2500, 1380: 5139}, + {2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 57: 2557, 533: 2557, 537: 2557, 2557, 2557, 2557, 2557, 549: 2557, 551: 2557, 704: 2557, 2557, 2557, 708: 2557, 2557, 2557, 2557, 714: 5155, 1396: 5156, 5157}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 5141}, + {9: 5153, 57: 5152}, // 2265 {9: 2498, 57: 2498}, - {9: 474, 57: 474, 534: 4435, 581: 474, 608: 474, 847: 4436, 892: 5148}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 5143}, - {57: 5144, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {9: 1519, 57: 1519, 581: 5147, 608: 5146, 1070: 5145}, + {9: 474, 57: 474, 534: 4437, 581: 474, 608: 474, 847: 4438, 892: 5150}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 5145}, + {57: 5146, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {9: 1519, 57: 1519, 581: 5149, 608: 5148, 1070: 5147}, // 2270 {9: 2495, 57: 2495}, {1518, 1518, 1518, 1518, 1518, 1518, 9: 1518, 57: 1518, 549: 1518}, {1517, 1517, 1517, 1517, 1517, 1517, 9: 1517, 57: 1517, 549: 1517}, - {9: 1519, 57: 1519, 581: 5147, 608: 5146, 1070: 5149}, + {9: 1519, 57: 1519, 581: 5149, 608: 5148, 1070: 5151}, {9: 2496, 57: 2496}, // 2275 {2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 57: 2499, 533: 2499, 537: 2499, 2499, 2499, 2499, 2499, 549: 2499, 551: 2499, 704: 2499, 2499, 2499, 708: 2499, 2499, 2499, 2499, 714: 2499}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5152}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5154}, {9: 2497, 57: 2497}, - {260: 5175, 419: 5176, 440: 5177}, - {2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 57: 2554, 533: 2554, 537: 2554, 2554, 2554, 2554, 2554, 549: 2554, 551: 2554, 704: 2554, 2554, 2554, 708: 2554, 2554, 2554, 2554}, + {261: 5177, 419: 5178, 440: 5179}, + {2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 57: 2556, 533: 2556, 537: 2556, 2556, 2556, 2556, 2556, 549: 2556, 551: 2556, 704: 2556, 2556, 2556, 708: 2556, 2556, 2556, 2556}, // 2280 - {2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 57: 2550, 533: 5157, 537: 2550, 2550, 2550, 2550, 2550, 549: 2550, 551: 2550, 704: 2550, 2550, 2550, 708: 2550, 2550, 2550, 2550, 1223: 5158, 5159, 1402: 5156}, - {2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 57: 2553, 533: 2553, 537: 2553, 2553, 2553, 2553, 2553, 549: 2553, 551: 2553, 704: 2553, 2553, 2553, 708: 2553, 2553, 2553, 2553}, - {717: 5173, 807: 5162}, - {2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 57: 2549, 533: 5171, 537: 2549, 2549, 2549, 2549, 2549, 549: 2549, 551: 2549, 704: 2549, 2549, 2549, 708: 2549, 2549, 2549, 2549, 1224: 5172}, - {2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 57: 2548, 533: 5160, 537: 2548, 2548, 2548, 2548, 2548, 549: 2548, 551: 2548, 704: 2548, 2548, 2548, 708: 2548, 2548, 2548, 2548, 1223: 5161}, + {2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 57: 2552, 533: 5159, 537: 2552, 2552, 2552, 2552, 2552, 549: 2552, 551: 2552, 704: 2552, 2552, 2552, 708: 2552, 2552, 2552, 2552, 1224: 5160, 5161, 1403: 5158}, + {2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 57: 2555, 533: 2555, 537: 2555, 2555, 2555, 2555, 2555, 549: 2555, 551: 2555, 704: 2555, 2555, 2555, 708: 2555, 2555, 2555, 2555}, + {717: 5175, 807: 5164}, + {2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 57: 2551, 533: 5173, 537: 2551, 2551, 2551, 2551, 2551, 549: 2551, 551: 2551, 704: 2551, 2551, 2551, 708: 2551, 2551, 2551, 2551, 1225: 5174}, + {2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 57: 2550, 533: 5162, 537: 2550, 2550, 2550, 2550, 2550, 549: 2550, 551: 2550, 704: 2550, 2550, 2550, 708: 2550, 2550, 2550, 2550, 1224: 5163}, // 2285 - {807: 5162}, - {2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 57: 2546, 533: 2546, 537: 2546, 2546, 2546, 2546, 2546, 549: 2546, 551: 2546, 704: 2546, 2546, 2546, 708: 2546, 2546, 2546, 2546}, - {86: 5167, 559: 5166, 731: 5165, 733: 5164, 1253: 5163}, - {2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 2552, 57: 2552, 533: 2552, 537: 2552, 2552, 2552, 2552, 2552, 549: 2552, 551: 2552, 704: 2552, 2552, 2552, 708: 2552, 2552, 2552, 2552}, - {2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 57: 2545, 533: 2545, 537: 2545, 2545, 2545, 2545, 2545, 549: 2545, 551: 2545, 704: 2545, 2545, 2545, 708: 2545, 2545, 2545, 2545}, + {807: 5164}, + {2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 57: 2548, 533: 2548, 537: 2548, 2548, 2548, 2548, 2548, 549: 2548, 551: 2548, 704: 2548, 2548, 2548, 708: 2548, 2548, 2548, 2548}, + {86: 5169, 559: 5168, 731: 5167, 733: 5166, 1254: 5165}, + {2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 57: 2554, 533: 2554, 537: 2554, 2554, 2554, 2554, 2554, 549: 2554, 551: 2554, 704: 2554, 2554, 2554, 708: 2554, 2554, 2554, 2554}, + {2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 57: 2547, 533: 2547, 537: 2547, 2547, 2547, 2547, 2547, 549: 2547, 551: 2547, 704: 2547, 2547, 2547, 708: 2547, 2547, 2547, 2547}, // 2290 + {2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 57: 2546, 533: 2546, 537: 2546, 2546, 2546, 2546, 2546, 549: 2546, 551: 2546, 704: 2546, 2546, 2546, 708: 2546, 2546, 2546, 2546}, + {538: 5172, 551: 5171}, + {93: 5170}, {2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 57: 2544, 533: 2544, 537: 2544, 2544, 2544, 2544, 2544, 549: 2544, 551: 2544, 704: 2544, 2544, 2544, 708: 2544, 2544, 2544, 2544}, - {538: 5170, 551: 5169}, - {93: 5168}, - {2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 57: 2542, 533: 2542, 537: 2542, 2542, 2542, 2542, 2542, 549: 2542, 551: 2542, 704: 2542, 2542, 2542, 708: 2542, 2542, 2542, 2542}, - {2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 57: 2543, 533: 2543, 537: 2543, 2543, 2543, 2543, 2543, 549: 2543, 551: 2543, 704: 2543, 2543, 2543, 708: 2543, 2543, 2543, 2543}, + {2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 57: 2545, 533: 2545, 537: 2545, 2545, 2545, 2545, 2545, 549: 2545, 551: 2545, 704: 2545, 2545, 2545, 708: 2545, 2545, 2545, 2545}, // 2295 - {2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 57: 2541, 533: 2541, 537: 2541, 2541, 2541, 2541, 2541, 549: 2541, 551: 2541, 704: 2541, 2541, 2541, 708: 2541, 2541, 2541, 2541}, - {717: 5173}, - {2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 57: 2547, 533: 2547, 537: 2547, 2547, 2547, 2547, 2547, 549: 2547, 551: 2547, 704: 2547, 2547, 2547, 708: 2547, 2547, 2547, 2547}, - {86: 5167, 559: 5166, 731: 5165, 733: 5164, 1253: 5174}, - {2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 57: 2551, 533: 2551, 537: 2551, 2551, 2551, 2551, 2551, 549: 2551, 551: 2551, 704: 2551, 2551, 2551, 708: 2551, 2551, 2551, 2551}, + {2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 2543, 57: 2543, 533: 2543, 537: 2543, 2543, 2543, 2543, 2543, 549: 2543, 551: 2543, 704: 2543, 2543, 2543, 708: 2543, 2543, 2543, 2543}, + {717: 5175}, + {2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 57: 2549, 533: 2549, 537: 2549, 2549, 2549, 2549, 2549, 549: 2549, 551: 2549, 704: 2549, 2549, 2549, 708: 2549, 2549, 2549, 2549}, + {86: 5169, 559: 5168, 731: 5167, 733: 5166, 1254: 5176}, + {2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 57: 2553, 533: 2553, 537: 2553, 2553, 2553, 2553, 2553, 549: 2553, 551: 2553, 704: 2553, 2553, 2553, 708: 2553, 2553, 2553, 2553}, // 2300 + {2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 57: 2560, 533: 2560, 537: 2560, 2560, 2560, 2560, 2560, 549: 2560, 551: 2560, 704: 2560, 2560, 2560, 708: 2560, 2560, 2560, 2560}, + {2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 57: 2559, 533: 2559, 537: 2559, 2559, 2559, 2559, 2559, 549: 2559, 551: 2559, 704: 2559, 2559, 2559, 708: 2559, 2559, 2559, 2559}, {2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 57: 2558, 533: 2558, 537: 2558, 2558, 2558, 2558, 2558, 549: 2558, 551: 2558, 704: 2558, 2558, 2558, 708: 2558, 2558, 2558, 2558}, - {2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 2557, 57: 2557, 533: 2557, 537: 2557, 2557, 2557, 2557, 2557, 549: 2557, 551: 2557, 704: 2557, 2557, 2557, 708: 2557, 2557, 2557, 2557}, - {2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 57: 2556, 533: 2556, 537: 2556, 2556, 2556, 2556, 2556, 549: 2556, 551: 2556, 704: 2556, 2556, 2556, 708: 2556, 2556, 2556, 2556}, - {2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 57: 2567, 533: 2567, 537: 2567, 2567, 2567, 2567, 2567, 549: 2567, 551: 2567, 704: 2567, 2567, 2567, 708: 2567, 2567, 2567, 2567}, - {540: 2572}, + {2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 57: 2569, 533: 2569, 537: 2569, 2569, 2569, 2569, 2569, 549: 2569, 551: 2569, 704: 2569, 2569, 2569, 708: 2569, 2569, 2569, 2569}, + {540: 2574}, // 2305 + {2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 57: 2585, 533: 2585, 537: 2585, 2585, 2585, 2585, 2585, 549: 2585, 551: 2585, 704: 2585, 2585, 2585, 708: 2585, 2585, 2585, 2585}, + {564: 3059, 803: 3892, 818: 5184}, + {9: 5186, 57: 5185}, {2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 57: 2583, 533: 2583, 537: 2583, 2583, 2583, 2583, 2583, 549: 2583, 551: 2583, 704: 2583, 2583, 2583, 708: 2583, 2583, 2583, 2583}, - {564: 3057, 803: 3890, 818: 5182}, - {9: 5184, 57: 5183}, - {2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 57: 2581, 533: 2581, 537: 2581, 2581, 2581, 2581, 2581, 549: 2581, 551: 2581, 704: 2581, 2581, 2581, 708: 2581, 2581, 2581, 2581}, - {564: 3057, 803: 3890, 818: 5185}, + {564: 3059, 803: 3892, 818: 5187}, // 2310 - {57: 5186}, + {57: 5188}, + {2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 2582, 57: 2582, 533: 2582, 537: 2582, 2582, 2582, 2582, 2582, 549: 2582, 551: 2582, 704: 2582, 2582, 2582, 708: 2582, 2582, 2582, 2582}, + {2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 57: 2586, 533: 2586, 537: 2586, 2586, 2586, 2586, 2586, 549: 2586, 551: 2586, 704: 2586, 2586, 2586, 708: 2586, 2586, 2586, 2586}, + {2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 2581, 57: 2581, 533: 2581, 537: 2581, 2581, 2581, 2581, 2581, 549: 2581, 551: 2581, 704: 2581, 2581, 2581, 708: 2581, 2581, 2581, 2581}, {2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 57: 2580, 533: 2580, 537: 2580, 2580, 2580, 2580, 2580, 549: 2580, 551: 2580, 704: 2580, 2580, 2580, 708: 2580, 2580, 2580, 2580}, - {2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 57: 2584, 533: 2584, 537: 2584, 2584, 2584, 2584, 2584, 549: 2584, 551: 2584, 704: 2584, 2584, 2584, 708: 2584, 2584, 2584, 2584}, + // 2315 {2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 2579, 57: 2579, 533: 2579, 537: 2579, 2579, 2579, 2579, 2579, 549: 2579, 551: 2579, 704: 2579, 2579, 2579, 708: 2579, 2579, 2579, 2579}, + {2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 57: 2587, 533: 2587, 537: 2587, 2587, 2587, 2587, 2587, 549: 2587, 551: 2587, 704: 2587, 2587, 2587, 708: 2587, 2587, 2587, 2587}, {2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 57: 2578, 533: 2578, 537: 2578, 2578, 2578, 2578, 2578, 549: 2578, 551: 2578, 704: 2578, 2578, 2578, 708: 2578, 2578, 2578, 2578}, - // 2315 {2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 57: 2577, 533: 2577, 537: 2577, 2577, 2577, 2577, 2577, 549: 2577, 551: 2577, 704: 2577, 2577, 2577, 708: 2577, 2577, 2577, 2577}, - {2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 57: 2585, 533: 2585, 537: 2585, 2585, 2585, 2585, 2585, 549: 2585, 551: 2585, 704: 2585, 2585, 2585, 708: 2585, 2585, 2585, 2585}, {2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 57: 2576, 533: 2576, 537: 2576, 2576, 2576, 2576, 2576, 549: 2576, 551: 2576, 704: 2576, 2576, 2576, 708: 2576, 2576, 2576, 2576}, - {2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 57: 2575, 533: 2575, 537: 2575, 2575, 2575, 2575, 2575, 549: 2575, 551: 2575, 704: 2575, 2575, 2575, 708: 2575, 2575, 2575, 2575}, - {2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 57: 2574, 533: 2574, 537: 2574, 2574, 2574, 2574, 2574, 549: 2574, 551: 2574, 704: 2574, 2574, 2574, 708: 2574, 2574, 2574, 2574}, // 2320 - {2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 57: 2586, 533: 2586, 537: 2586, 2586, 2586, 2586, 2586, 549: 2586, 551: 2586, 704: 2586, 2586, 2586, 708: 2586, 2586, 2586, 2586}, - {534: 5197}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 5198}, - {57: 5199, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 57: 2571, 533: 2571, 537: 2571, 2571, 2571, 2571, 2571, 549: 2571, 551: 2571, 704: 2571, 2571, 2571, 708: 2571, 2571, 2571, 2571, 1477: 5202, 1504: 5201, 5200}, - // 2325 {2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 57: 2588, 533: 2588, 537: 2588, 2588, 2588, 2588, 2588, 549: 2588, 551: 2588, 704: 2588, 2588, 2588, 708: 2588, 2588, 2588, 2588}, - {2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 57: 2570, 533: 2570, 537: 2570, 2570, 2570, 2570, 2570, 549: 2570, 551: 2570, 704: 2570, 2570, 2570, 708: 2570, 2570, 2570, 2570}, - {2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 2569, 57: 2569, 533: 2569, 537: 2569, 2569, 2569, 2569, 2569, 549: 2569, 551: 2569, 704: 2569, 2569, 2569, 708: 2569, 2569, 2569, 2569}, - {534: 5204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 5205}, + {534: 5199}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 5200}, + {57: 5201, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 57: 2573, 533: 2573, 537: 2573, 2573, 2573, 2573, 2573, 549: 2573, 551: 2573, 704: 2573, 2573, 2573, 708: 2573, 2573, 2573, 2573, 1478: 5204, 1505: 5203, 5202}, + // 2325 + {2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 57: 2590, 533: 2590, 537: 2590, 2590, 2590, 2590, 2590, 549: 2590, 551: 2590, 704: 2590, 2590, 2590, 708: 2590, 2590, 2590, 2590}, + {2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 57: 2572, 533: 2572, 537: 2572, 2572, 2572, 2572, 2572, 549: 2572, 551: 2572, 704: 2572, 2572, 2572, 708: 2572, 2572, 2572, 2572}, + {2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 2571, 57: 2571, 533: 2571, 537: 2571, 2571, 2571, 2571, 2571, 549: 2571, 551: 2571, 704: 2571, 2571, 2571, 708: 2571, 2571, 2571, 2571}, + {534: 5206}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 5207}, // 2330 - {57: 5206, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 57: 2604, 191: 4957, 533: 2604, 537: 3836, 2604, 3835, 2604, 2604, 549: 2604, 551: 2604, 704: 2604, 2604, 2604, 708: 2604, 2604, 2604, 2604, 921: 5207, 1049: 5208, 1174: 5209, 1357: 5210}, - {191: 4959, 551: 5211}, + {57: 5208, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 2606, 57: 2606, 191: 4959, 533: 2606, 537: 3838, 2606, 3837, 2606, 2606, 549: 2606, 551: 2606, 704: 2606, 2606, 2606, 708: 2606, 2606, 2606, 2606, 921: 5209, 1049: 5210, 1174: 5211, 1358: 5212}, + {191: 4961, 551: 5213}, + {2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 2605, 57: 2605, 533: 2605, 537: 2605, 2605, 2605, 2605, 2605, 549: 2605, 551: 2605, 704: 2605, 2605, 2605, 708: 2605, 2605, 2605, 2605}, {2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 2603, 57: 2603, 533: 2603, 537: 2603, 2603, 2603, 2603, 2603, 549: 2603, 551: 2603, 704: 2603, 2603, 2603, 708: 2603, 2603, 2603, 2603}, - {2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 57: 2601, 533: 2601, 537: 2601, 2601, 2601, 2601, 2601, 549: 2601, 551: 2601, 704: 2601, 2601, 2601, 708: 2601, 2601, 2601, 2601}, // 2335 - {2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 57: 2589, 533: 2589, 537: 2589, 2589, 2589, 2589, 2589, 549: 2589, 551: 2589, 704: 2589, 2589, 2589, 708: 2589, 2589, 2589, 2589}, - {2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 57: 2602, 533: 2602, 537: 2602, 2602, 2602, 2602, 2602, 549: 2602, 551: 2602, 704: 2602, 2602, 2602, 708: 2602, 2602, 2602, 2602}, - {2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 2590, 57: 2590, 533: 2590, 537: 2590, 2590, 2590, 2590, 2590, 549: 2590, 551: 2590, 704: 2590, 2590, 2590, 708: 2590, 2590, 2590, 2590}, - {651: 5223, 5222, 5218, 5219, 656: 5220, 5221, 1041: 5217, 1065: 5215, 5216, 5214}, {2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 57: 2591, 533: 2591, 537: 2591, 2591, 2591, 2591, 2591, 549: 2591, 551: 2591, 704: 2591, 2591, 2591, 708: 2591, 2591, 2591, 2591}, + {2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 57: 2604, 533: 2604, 537: 2604, 2604, 2604, 2604, 2604, 549: 2604, 551: 2604, 704: 2604, 2604, 2604, 708: 2604, 2604, 2604, 2604}, + {2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 57: 2592, 533: 2592, 537: 2592, 2592, 2592, 2592, 2592, 549: 2592, 551: 2592, 704: 2592, 2592, 2592, 708: 2592, 2592, 2592, 2592}, + {651: 5225, 5224, 5220, 5221, 656: 5222, 5223, 1041: 5219, 1065: 5217, 5218, 5216}, + {2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 57: 2593, 533: 2593, 537: 2593, 2593, 2593, 2593, 2593, 549: 2593, 551: 2593, 704: 2593, 2593, 2593, 708: 2593, 2593, 2593, 2593}, // 2340 - {2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 57: 2530, 533: 2530, 537: 2530, 2530, 2530, 2530, 2530, 549: 2530, 551: 2530, 704: 2530, 2530, 2530, 708: 2530, 2530, 2530, 2530}, + {2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 57: 2532, 533: 2532, 537: 2532, 2532, 2532, 2532, 2532, 549: 2532, 551: 2532, 704: 2532, 2532, 2532, 708: 2532, 2532, 2532, 2532}, + {534: 5228}, {534: 5226}, - {534: 5224}, - {2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 57: 2526, 533: 2526, 2515, 537: 2526, 2526, 2526, 2526, 2526, 549: 2526, 551: 2526, 704: 2526, 2526, 2526, 708: 2526, 2526, 2526, 2526}, + {2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 57: 2528, 533: 2528, 2515, 537: 2528, 2528, 2528, 2528, 2528, 549: 2528, 551: 2528, 704: 2528, 2528, 2528, 708: 2528, 2528, 2528, 2528}, {2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 57: 2519, 533: 2519, 2523, 537: 2519, 2519, 2519, 2519, 2519, 549: 2519, 551: 2519, 704: 2519, 2519, 2519, 708: 2519, 2519, 2519, 2519}, // 2345 {2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 2518, 57: 2518, 533: 2518, 2522, 537: 2518, 2518, 2518, 2518, 2518, 549: 2518, 551: 2518, 704: 2518, 2518, 2518, 708: 2518, 2518, 2518, 2518}, {2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 57: 2517, 533: 2517, 2521, 537: 2517, 2517, 2517, 2517, 2517, 549: 2517, 551: 2517, 704: 2517, 2517, 2517, 708: 2517, 2517, 2517, 2517}, {534: 2520}, {534: 2516}, - {57: 5225}, + {57: 5227}, // 2350 - {2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 57: 2527, 533: 2527, 537: 2527, 2527, 2527, 2527, 2527, 549: 2527, 551: 2527, 704: 2527, 2527, 2527, 708: 2527, 2527, 2527, 2527}, - {57: 5227, 564: 3057, 803: 5228}, {2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 57: 2529, 533: 2529, 537: 2529, 2529, 2529, 2529, 2529, 549: 2529, 551: 2529, 704: 2529, 2529, 2529, 708: 2529, 2529, 2529, 2529}, - {57: 5229}, - {2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 2528, 57: 2528, 533: 2528, 537: 2528, 2528, 2528, 2528, 2528, 549: 2528, 551: 2528, 704: 2528, 2528, 2528, 708: 2528, 2528, 2528, 2528}, + {57: 5229, 564: 3059, 803: 5230}, + {2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 57: 2531, 533: 2531, 537: 2531, 2531, 2531, 2531, 2531, 549: 2531, 551: 2531, 704: 2531, 2531, 2531, 708: 2531, 2531, 2531, 2531}, + {57: 5231}, + {2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 57: 2530, 533: 2530, 537: 2530, 2530, 2530, 2530, 2530, 549: 2530, 551: 2530, 704: 2530, 2530, 2530, 708: 2530, 2530, 2530, 2530}, // 2355 - {187: 5231}, - {2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 57: 2592, 533: 2592, 537: 2592, 2592, 2592, 2592, 2592, 549: 2592, 551: 2592, 704: 2592, 2592, 2592, 708: 2592, 2592, 2592, 2592}, - {2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 2593, 57: 2593, 533: 2593, 537: 2593, 2593, 2593, 2593, 2593, 549: 2593, 551: 2593, 704: 2593, 2593, 2593, 708: 2593, 2593, 2593, 2593}, + {187: 5233}, + {2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 57: 2594, 533: 2594, 537: 2594, 2594, 2594, 2594, 2594, 549: 2594, 551: 2594, 704: 2594, 2594, 2594, 708: 2594, 2594, 2594, 2594}, + {2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 57: 2595, 533: 2595, 537: 2595, 2595, 2595, 2595, 2595, 549: 2595, 551: 2595, 704: 2595, 2595, 2595, 708: 2595, 2595, 2595, 2595}, + {2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 57: 2542, 533: 2542, 537: 2542, 2542, 2542, 2542, 2542, 549: 2542, 551: 2542, 704: 2542, 2542, 2542, 708: 2542, 2542, 2542, 2542}, + {2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 57: 2541, 533: 2541, 537: 2541, 2541, 2541, 2541, 2541, 549: 2541, 551: 2541, 704: 2541, 2541, 2541, 708: 2541, 2541, 2541, 2541}, + // 2360 {2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 57: 2540, 533: 2540, 537: 2540, 2540, 2540, 2540, 2540, 549: 2540, 551: 2540, 704: 2540, 2540, 2540, 708: 2540, 2540, 2540, 2540}, {2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 2539, 57: 2539, 533: 2539, 537: 2539, 2539, 2539, 2539, 2539, 549: 2539, 551: 2539, 704: 2539, 2539, 2539, 708: 2539, 2539, 2539, 2539}, - // 2360 - {2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 57: 2538, 533: 2538, 537: 2538, 2538, 2538, 2538, 2538, 549: 2538, 551: 2538, 704: 2538, 2538, 2538, 708: 2538, 2538, 2538, 2538}, - {2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 57: 2537, 533: 2537, 537: 2537, 2537, 2537, 2537, 2537, 549: 2537, 551: 2537, 704: 2537, 2537, 2537, 708: 2537, 2537, 2537, 2537}, - {56: 5238, 534: 5237, 555: 5239, 651: 5223, 5222, 5218, 5219, 656: 5220, 5221, 1005: 5250, 1041: 5217, 1065: 5215, 5216, 5240, 1218: 5251}, + {56: 5240, 237: 5244, 327: 5245, 534: 5239, 555: 5241, 651: 5225, 5224, 5220, 5221, 656: 5222, 5223, 784: 5243, 1005: 5253, 1041: 5219, 1065: 5217, 5218, 5242, 1217: 5255, 1219: 5254}, + {534: 5249}, {534: 5246}, - {534: 5243}, // 2365 - {2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 2531, 57: 2531, 533: 2531, 537: 2531, 2531, 2531, 2531, 2531, 549: 2531, 551: 2531, 704: 2531, 2531, 2531, 708: 2531, 2531, 2531, 2531}, - {187: 4603}, - {534: 4600}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 5244}, - {9: 4017, 57: 5245}, - // 2370 {2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 2533, 57: 2533, 533: 2533, 537: 2533, 2533, 2533, 2533, 2533, 549: 2533, 551: 2533, 704: 2533, 2533, 2533, 708: 2533, 2533, 2533, 2533}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 5247, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 5248}, + {2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 57: 2526, 533: 2526, 537: 2526, 2526, 2526, 2526, 2526, 549: 2526, 551: 2526, 704: 2526, 2526, 2526, 708: 2526, 2526, 2526, 2526}, + {187: 4605}, + {534: 4602}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 5247}, + // 2370 + {9: 4019, 57: 5248}, {2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 2535, 57: 2535, 533: 2535, 537: 2535, 2535, 2535, 2535, 2535, 549: 2535, 551: 2535, 704: 2535, 2535, 2535, 708: 2535, 2535, 2535, 2535}, - {9: 4017, 57: 5249}, - {2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 57: 2534, 533: 2534, 537: 2534, 2534, 2534, 2534, 2534, 549: 2534, 551: 2534, 704: 2534, 2534, 2534, 708: 2534, 2534, 2534, 2534}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 5250, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 5251}, + {2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 57: 2537, 533: 2537, 537: 2537, 2537, 2537, 2537, 2537, 549: 2537, 551: 2537, 704: 2537, 2537, 2537, 708: 2537, 2537, 2537, 2537}, + {9: 4019, 57: 5252}, // 2375 - {57: 5253}, - {57: 5252}, - {2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 57: 2532, 533: 2532, 537: 2532, 2532, 2532, 2532, 2532, 549: 2532, 551: 2532, 704: 2532, 2532, 2532, 708: 2532, 2532, 2532, 2532}, {2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 2536, 57: 2536, 533: 2536, 537: 2536, 2536, 2536, 2536, 2536, 549: 2536, 551: 2536, 704: 2536, 2536, 2536, 708: 2536, 2536, 2536, 2536}, - {2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 57: 2594, 533: 2594, 537: 2594, 2594, 2594, 2594, 2594, 549: 2594, 551: 2594, 704: 2594, 2594, 2594, 708: 2594, 2594, 2594, 2594}, + {57: 5258}, + {57: 5257}, + {57: 5256}, + {2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 57: 2527, 533: 2527, 537: 2527, 2527, 2527, 2527, 2527, 549: 2527, 551: 2527, 704: 2527, 2527, 2527, 708: 2527, 2527, 2527, 2527}, // 2380 - {2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 57: 2597, 105: 5256, 107: 5257, 533: 2597, 537: 2597, 2597, 2597, 2597, 2597, 549: 2597, 551: 2597, 704: 2597, 2597, 2597, 708: 2597, 2597, 2597, 2597, 977: 5258}, - {2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 19: 2732, 57: 2732, 102: 2732, 104: 2732, 2732, 2732, 2732, 109: 2732, 533: 2732, 535: 2732, 537: 2732, 2732, 2732, 2732, 2732, 545: 2732, 549: 2732, 551: 2732, 566: 2732, 704: 2732, 2732, 2732, 708: 2732, 2732, 2732, 2732}, - {2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 19: 2731, 57: 2731, 102: 2731, 104: 2731, 2731, 2731, 2731, 109: 2731, 533: 2731, 535: 2731, 537: 2731, 2731, 2731, 2731, 2731, 545: 2731, 549: 2731, 551: 2731, 566: 2731, 704: 2731, 2731, 2731, 708: 2731, 2731, 2731, 2731}, + {2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 57: 2534, 533: 2534, 537: 2534, 2534, 2534, 2534, 2534, 549: 2534, 551: 2534, 704: 2534, 2534, 2534, 708: 2534, 2534, 2534, 2534}, + {2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 57: 2538, 533: 2538, 537: 2538, 2538, 2538, 2538, 2538, 549: 2538, 551: 2538, 704: 2538, 2538, 2538, 708: 2538, 2538, 2538, 2538}, {2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 57: 2596, 533: 2596, 537: 2596, 2596, 2596, 2596, 2596, 549: 2596, 551: 2596, 704: 2596, 2596, 2596, 708: 2596, 2596, 2596, 2596}, - {2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 57: 2600, 533: 2600, 537: 2600, 2600, 2600, 2600, 2600, 549: 2600, 551: 2600, 704: 2600, 2600, 2600, 708: 2600, 2600, 2600, 2600}, + {2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 57: 2599, 105: 5261, 107: 5262, 533: 2599, 537: 2599, 2599, 2599, 2599, 2599, 549: 2599, 551: 2599, 704: 2599, 2599, 2599, 708: 2599, 2599, 2599, 2599, 977: 5263}, + {2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 2734, 19: 2734, 57: 2734, 102: 2734, 104: 2734, 2734, 2734, 2734, 109: 2734, 533: 2734, 535: 2734, 537: 2734, 2734, 2734, 2734, 2734, 545: 2734, 549: 2734, 551: 2734, 566: 2734, 704: 2734, 2734, 2734, 708: 2734, 2734, 2734, 2734}, // 2385 - {704: 2704, 2704, 2704, 708: 2704, 713: 2704, 749: 2704, 2704}, - {2703, 2703, 2703, 2703, 2703, 2703, 9: 2703, 549: 2703, 704: 2703, 2703, 2703, 708: 2703, 713: 2703, 749: 2703, 2703}, - {2633, 2633, 2633, 2633, 2633, 2633, 9: 2633, 2633, 2633, 57: 2633, 549: 2633}, - {2762, 2762, 2762, 2762, 2762, 2762, 9: 2762, 549: 2762}, - {2714, 2714, 2714, 2714, 2714, 2714, 9: 2714, 549: 2714}, + {2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 19: 2733, 57: 2733, 102: 2733, 104: 2733, 2733, 2733, 2733, 109: 2733, 533: 2733, 535: 2733, 537: 2733, 2733, 2733, 2733, 2733, 545: 2733, 549: 2733, 551: 2733, 566: 2733, 704: 2733, 2733, 2733, 708: 2733, 2733, 2733, 2733}, + {2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 57: 2598, 533: 2598, 537: 2598, 2598, 2598, 2598, 2598, 549: 2598, 551: 2598, 704: 2598, 2598, 2598, 708: 2598, 2598, 2598, 2598}, + {2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 57: 2602, 533: 2602, 537: 2602, 2602, 2602, 2602, 2602, 549: 2602, 551: 2602, 704: 2602, 2602, 2602, 708: 2602, 2602, 2602, 2602}, + {704: 2706, 2706, 2706, 708: 2706, 713: 2706, 749: 2706, 2706}, + {2705, 2705, 2705, 2705, 2705, 2705, 9: 2705, 549: 2705, 704: 2705, 2705, 2705, 708: 2705, 713: 2705, 749: 2705, 2705}, // 2390 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 5266}, - {2713, 2713, 2713, 2713, 2713, 2713, 9: 2713, 549: 2713}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 5268}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4980, 960: 5269}, - {2715, 2715, 2715, 2715, 2715, 2715, 9: 2715, 5264, 5265, 549: 2715, 1038: 5270}, - // 2395 - {2763, 2763, 2763, 2763, 2763, 2763, 9: 2763, 549: 2763}, + {2635, 2635, 2635, 2635, 2635, 2635, 9: 2635, 2635, 2635, 57: 2635, 549: 2635}, {2764, 2764, 2764, 2764, 2764, 2764, 9: 2764, 549: 2764}, + {2716, 2716, 2716, 2716, 2716, 2716, 9: 2716, 549: 2716}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 5271}, + {2715, 2715, 2715, 2715, 2715, 2715, 9: 2715, 549: 2715}, + // 2395 + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 5273}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4982, 960: 5274}, + {2717, 2717, 2717, 2717, 2717, 2717, 9: 2717, 5269, 5270, 549: 2717, 1038: 5275}, {2765, 2765, 2765, 2765, 2765, 2765, 9: 2765, 549: 2765}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 5276, 1111: 5275, 1315: 5274}, - {2766, 2766, 2766, 2766, 2766, 2766, 9: 5278, 549: 2766}, + {2766, 2766, 2766, 2766, 2766, 2766, 9: 2766, 549: 2766}, // 2400 + {2767, 2767, 2767, 2767, 2767, 2767, 9: 2767, 549: 2767}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 5281, 1111: 5280, 1316: 5279}, + {2768, 2768, 2768, 2768, 2768, 2768, 9: 5283, 549: 2768}, {1529, 1529, 1529, 1529, 1529, 1529, 9: 1529, 549: 1529}, - {1519, 1519, 1519, 1519, 1519, 1519, 9: 1519, 549: 1519, 581: 5147, 608: 5146, 1070: 5277}, + {1519, 1519, 1519, 1519, 1519, 1519, 9: 1519, 549: 1519, 581: 5149, 608: 5148, 1070: 5282}, + // 2405 {1527, 1527, 1527, 1527, 1527, 1527, 9: 1527, 549: 1527}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 5276, 1111: 5279}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 5281, 1111: 5284}, {1528, 1528, 1528, 1528, 1528, 1528, 9: 1528, 549: 1528}, - // 2405 - {2: 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5283, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 719: 770, 899: 5282, 914: 5281}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5284}, + {2: 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5288, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 719: 770, 899: 5287, 914: 5286}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5289}, + // 2410 {769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 58: 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 769, 534: 769, 549: 769, 564: 769, 589: 769, 611: 769, 719: 769}, {768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 58: 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 768, 534: 768, 549: 768, 564: 768, 589: 768, 611: 768, 719: 768}, - {2769, 2769, 2769, 2769, 2769, 2769, 9: 2769, 549: 2769}, - // 2410 - {2738, 2738, 2738, 2738, 2738, 2738, 9: 2738, 20: 2738, 549: 2738}, - {2737, 2737, 2737, 2737, 2737, 2737, 9: 5288, 20: 2737, 549: 2737}, - {2708, 2708, 2708, 2708, 2708, 2708, 9: 2708, 20: 2708, 57: 2708, 131: 2708, 201: 2708, 216: 2708, 535: 2708, 549: 2708, 562: 2708, 713: 2708, 719: 2708}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5289, 3071, 3072, 3070}, - {2707, 2707, 2707, 2707, 2707, 2707, 9: 2707, 20: 2707, 57: 2707, 131: 2707, 201: 2707, 216: 2707, 535: 2707, 549: 2707, 562: 2707, 713: 2707, 719: 2707}, + {2771, 2771, 2771, 2771, 2771, 2771, 9: 2771, 549: 2771}, + {2740, 2740, 2740, 2740, 2740, 2740, 9: 2740, 20: 2740, 549: 2740}, + {2739, 2739, 2739, 2739, 2739, 2739, 9: 5293, 20: 2739, 549: 2739}, // 2415 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5292}, - {2770, 2770, 2770, 2770, 2770, 2770, 9: 2770, 549: 2770}, - {20: 5293}, + {2710, 2710, 2710, 2710, 2710, 2710, 9: 2710, 20: 2710, 57: 2710, 131: 2710, 201: 2710, 216: 2710, 535: 2710, 549: 2710, 562: 2710, 713: 2710, 719: 2710}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5294, 3073, 3074, 3072}, + {2709, 2709, 2709, 2709, 2709, 2709, 9: 2709, 20: 2709, 57: 2709, 131: 2709, 201: 2709, 216: 2709, 535: 2709, 549: 2709, 562: 2709, 713: 2709, 719: 2709}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5297}, {2772, 2772, 2772, 2772, 2772, 2772, 9: 2772, 549: 2772}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5296}, // 2420 - {2771, 2771, 2771, 2771, 2771, 2771, 9: 2771, 549: 2771}, - {20: 5297}, + {20: 5298}, + {2774, 2774, 2774, 2774, 2774, 2774, 9: 2774, 549: 2774}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5301}, {2773, 2773, 2773, 2773, 2773, 2773, 9: 2773, 549: 2773}, - {2: 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5283, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 719: 770, 899: 5282, 914: 5299}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5300}, + {20: 5302}, // 2425 - {2774, 2774, 2774, 2774, 2774, 2774, 9: 2774, 549: 2774}, - {2: 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5283, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 719: 770, 899: 5282, 914: 5302}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5303}, {2775, 2775, 2775, 2775, 2775, 2775, 9: 2775, 549: 2775}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5305}, - // 2430 + {2: 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5288, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 719: 770, 899: 5287, 914: 5304}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5305}, {2776, 2776, 2776, 2776, 2776, 2776, 9: 2776, 549: 2776}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5307, 3071, 3072, 3070}, - {535: 5308}, - {611: 5309}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5310}, - // 2435 - {2736, 2736, 2736, 2736, 2736, 2736, 9: 2736, 276: 5314, 535: 5313, 549: 2736, 1517: 5312, 5311}, + {2: 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5288, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 719: 770, 899: 5287, 914: 5307}, + // 2430 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5308}, {2777, 2777, 2777, 2777, 2777, 2777, 9: 2777, 549: 2777}, - {2735, 2735, 2735, 2735, 2735, 2735, 9: 2735, 549: 2735}, - {247: 5316}, - {247: 5315}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5310}, + {2778, 2778, 2778, 2778, 2778, 2778, 9: 2778, 549: 2778}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5312, 3073, 3074, 3072}, + // 2435 + {535: 5313}, + {611: 5314}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5315}, + {2738, 2738, 2738, 2738, 2738, 2738, 9: 2738, 276: 5319, 535: 5318, 549: 2738, 1518: 5317, 5316}, + {2779, 2779, 2779, 2779, 2779, 2779, 9: 2779, 549: 2779}, // 2440 - {2733, 2733, 2733, 2733, 2733, 2733, 9: 2733, 549: 2733}, - {2734, 2734, 2734, 2734, 2734, 2734, 9: 2734, 549: 2734}, - {193: 5318}, - {200: 5319}, - {534: 5320}, + {2737, 2737, 2737, 2737, 2737, 2737, 9: 2737, 549: 2737}, + {248: 5321}, + {248: 5320}, + {2735, 2735, 2735, 2735, 2735, 2735, 9: 2735, 549: 2735}, + {2736, 2736, 2736, 2736, 2736, 2736, 9: 2736, 549: 2736}, // 2445 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5321}, - {57: 5322, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2139, 2139, 2139, 2139, 2139, 2139, 9: 2139, 549: 2139, 582: 4976, 858: 5323}, - {2779, 2779, 2779, 2779, 2779, 2779, 9: 2779, 549: 2779}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 5342}, + {193: 5323}, + {200: 5324}, + {534: 5325}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5326}, + {57: 5327, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, // 2450 - {704: 5341}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 5339}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 5337}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 5335}, - {704: 5332}, + {2139, 2139, 2139, 2139, 2139, 2139, 9: 2139, 549: 2139, 582: 4978, 858: 5328}, + {2781, 2781, 2781, 2781, 2781, 2781, 9: 2781, 549: 2781}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 5347}, + {704: 5346}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 5344}, // 2455 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5331, 3071, 3072, 3070}, - {2744, 2744, 2744, 2744, 2744, 2744, 9: 2744, 549: 2744}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 5333}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5261, 3071, 3072, 3070, 1293: 5334}, - {2767, 2767, 2767, 2767, 2767, 2767, 9: 2767, 549: 2767}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 5342}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 5340}, + {704: 5337}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5336, 3073, 3074, 3072}, + {2746, 2746, 2746, 2746, 2746, 2746, 9: 2746, 549: 2746}, // 2460 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5336, 3071, 3072, 3070}, - {2768, 2768, 2768, 2768, 2768, 2768, 9: 2768, 549: 2768}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5338, 3071, 3072, 3070}, - {2778, 2778, 2778, 2778, 2778, 2778, 9: 2778, 549: 2778}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 5340}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 5338}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5266, 3073, 3074, 3072, 1294: 5339}, + {2769, 2769, 2769, 2769, 2769, 2769, 9: 2769, 549: 2769}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5341, 3073, 3074, 3072}, + {2770, 2770, 2770, 2770, 2770, 2770, 9: 2770, 549: 2770}, // 2465 - {2780, 2780, 2780, 2780, 2780, 2780, 9: 5288, 549: 2780}, - {2781, 2781, 2781, 2781, 2781, 2781, 9: 2781, 549: 2781}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 5343}, - {2338, 2338, 2338, 2338, 2338, 2338, 9: 2338, 549: 2338, 731: 5346, 733: 5345, 1018: 5344}, - {2782, 2782, 2782, 2782, 2782, 2782, 9: 2782, 549: 2782}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5343, 3073, 3074, 3072}, + {2780, 2780, 2780, 2780, 2780, 2780, 9: 2780, 549: 2780}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 5345}, + {2782, 2782, 2782, 2782, 2782, 2782, 9: 5293, 549: 2782}, + {2783, 2783, 2783, 2783, 2783, 2783, 9: 2783, 549: 2783}, // 2470 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 5348}, + {2338, 2338, 2338, 2338, 2338, 2338, 9: 2338, 549: 2338, 731: 5351, 733: 5350, 1018: 5349}, + {2784, 2784, 2784, 2784, 2784, 2784, 9: 2784, 549: 2784}, {2337, 2337, 2337, 2337, 2337, 2337, 9: 2337, 549: 2337}, {2336, 2336, 2336, 2336, 2336, 2336, 9: 2336, 549: 2336}, - {158: 5283, 564: 770, 899: 5282, 914: 5348}, - {564: 3057, 803: 5349}, - {2783, 2783, 2783, 2783, 2783, 2783, 9: 2783, 549: 2783}, // 2475 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 719: 5285, 775: 5287, 3071, 3072, 3070, 864: 5286, 932: 5351}, - {2784, 2784, 2784, 2784, 2784, 2784, 9: 2784, 549: 2784}, - {193: 5353}, - {200: 5354}, - {534: 5355}, + {158: 5288, 564: 770, 899: 5287, 914: 5353}, + {564: 3059, 803: 5354}, + {2785, 2785, 2785, 2785, 2785, 2785, 9: 2785, 549: 2785}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 719: 5290, 775: 5292, 3073, 3074, 3072, 864: 5291, 932: 5356}, + {2786, 2786, 2786, 2786, 2786, 2786, 9: 2786, 549: 2786}, // 2480 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5356}, - {57: 5357, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {770, 770, 770, 770, 770, 770, 9: 770, 158: 5283, 549: 770, 899: 5282, 914: 5358}, - {2788, 2788, 2788, 2788, 2788, 2788, 9: 2788, 549: 2788}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 534: 2137, 582: 5377, 888: 5497}, + {193: 5358}, + {200: 5359}, + {534: 5360}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5361}, + {57: 5362, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, // 2485 - {2791, 2791, 2791, 2791, 2791, 2791, 9: 2791, 549: 2791}, - {2137, 2137, 2137, 2137, 2137, 2137, 9: 2137, 116: 2137, 158: 2137, 534: 2137, 549: 2137, 582: 5377, 888: 5446, 899: 2137}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5377, 888: 5437}, - {704: 4934, 5364, 5369, 708: 5367, 713: 4935, 749: 5368, 5365, 929: 5366, 1343: 5370}, - {704: 5431}, + {770, 770, 770, 770, 770, 770, 9: 770, 158: 5288, 549: 770, 899: 5287, 914: 5363}, + {2790, 2790, 2790, 2790, 2790, 2790, 9: 2790, 549: 2790}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 534: 2137, 582: 5382, 888: 5502}, + {2793, 2793, 2793, 2793, 2793, 2793, 9: 2793, 549: 2793}, + {2137, 2137, 2137, 2137, 2137, 2137, 9: 2137, 116: 2137, 158: 2137, 534: 2137, 549: 2137, 582: 5382, 888: 5451, 899: 2137}, // 2490 - {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 534: 2719, 704: 4934, 713: 4935, 929: 5386, 1202: 5425}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 534: 2137, 545: 2137, 582: 5377, 888: 5419}, - {2: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 10: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 58: 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 2719, 534: 2719, 545: 2719, 704: 4934, 713: 4935, 929: 5386, 1202: 5387}, - {704: 5375}, - {534: 5371}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5382, 888: 5442}, + {704: 4936, 5369, 5374, 708: 5372, 713: 4937, 749: 5373, 5370, 929: 5371, 1344: 5375}, + {704: 5436}, + {2: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 10: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 58: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 534: 2721, 704: 4936, 713: 4937, 929: 5391, 1202: 5430}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 534: 2137, 545: 2137, 582: 5382, 888: 5424}, // 2495 + {2: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 10: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 58: 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 534: 2721, 545: 2721, 704: 4936, 713: 4937, 929: 5391, 1202: 5392}, + {704: 5380}, + {534: 5376}, {635, 635, 635, 635, 635, 635, 9: 635, 57: 635, 549: 635}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 5372}, - {57: 5373, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2604, 2604, 2604, 2604, 2604, 2604, 9: 2604, 57: 2604, 191: 4957, 537: 3836, 539: 3835, 549: 2604, 921: 4958, 1049: 5208, 1174: 5374}, - {2559, 2559, 2559, 2559, 2559, 2559, 9: 2559, 57: 2559, 549: 2559}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 5377}, // 2500 - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 534: 2137, 582: 5377, 888: 5376}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2133, 775: 5381, 3071, 3072, 3070, 987: 5380}, - {537: 3836, 539: 3835, 921: 5378}, - {648: 5379}, - {2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 58: 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 534: 2136, 536: 2136, 538: 2136, 545: 2136, 549: 2136, 563: 2136, 634: 2136, 899: 2136}, + {57: 5378, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2606, 2606, 2606, 2606, 2606, 2606, 9: 2606, 57: 2606, 191: 4959, 537: 3838, 539: 3837, 549: 2606, 921: 4960, 1049: 5210, 1174: 5379}, + {2561, 2561, 2561, 2561, 2561, 2561, 9: 2561, 57: 2561, 549: 2561}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 534: 2137, 582: 5382, 888: 5381}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2133, 775: 5386, 3073, 3074, 3072, 987: 5385}, // 2505 - {534: 5382}, + {537: 3838, 539: 3837, 921: 5383}, + {648: 5384}, + {2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 58: 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 534: 2136, 536: 2136, 538: 2136, 545: 2136, 549: 2136, 563: 2136, 634: 2136, 899: 2136}, + {534: 5387}, {534: 2132}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 5383}, - {9: 5151, 57: 5384}, - {710: 5135, 1017: 5385}, // 2510 - {2560, 2560, 2560, 2560, 2560, 2560, 9: 2560, 57: 2560, 549: 2560}, - {2: 2718, 2718, 2718, 2718, 2718, 2718, 2718, 10: 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 58: 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 534: 2718, 545: 2718}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2133, 545: 2133, 775: 5389, 3071, 3072, 3070, 987: 5390, 1058: 5388}, - {534: 5399}, - {104: 5397, 534: 2132, 545: 2132}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 5388}, + {9: 5153, 57: 5389}, + {710: 5137, 1017: 5390}, + {2562, 2562, 2562, 2562, 2562, 2562, 9: 2562, 57: 2562, 549: 2562}, + {2: 2720, 2720, 2720, 2720, 2720, 2720, 2720, 10: 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 58: 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 534: 2720, 545: 2720}, // 2515 - {534: 2123, 545: 5391}, - {182: 5394, 208: 5396, 228: 5393, 242: 5395, 1010: 5392}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2133, 545: 2133, 775: 5394, 3073, 3074, 3072, 987: 5395, 1058: 5393}, + {534: 5404}, + {104: 5402, 534: 2132, 545: 2132}, + {534: 2123, 545: 5396}, + {182: 5399, 208: 5401, 228: 5398, 243: 5400, 1010: 5397}, + // 2520 {534: 2122}, {2116, 2116, 2116, 2116, 2116, 2116, 2116, 9: 2116, 19: 2116, 57: 2116, 102: 2116, 104: 2116, 2116, 2116, 2116, 109: 2116, 533: 2116, 2116, 2116, 545: 2116, 549: 2116, 566: 2116}, {2115, 2115, 2115, 2115, 2115, 2115, 2115, 9: 2115, 19: 2115, 57: 2115, 102: 2115, 104: 2115, 2115, 2115, 2115, 109: 2115, 533: 2115, 2115, 2115, 545: 2115, 549: 2115, 566: 2115}, - // 2520 {2114, 2114, 2114, 2114, 2114, 2114, 2114, 9: 2114, 19: 2114, 57: 2114, 102: 2114, 104: 2114, 2114, 2114, 2114, 109: 2114, 533: 2114, 2114, 2114, 545: 2114, 549: 2114, 566: 2114}, {2113, 2113, 2113, 2113, 2113, 2113, 2113, 9: 2113, 19: 2113, 57: 2113, 102: 2113, 104: 2113, 2113, 2113, 2113, 109: 2113, 533: 2113, 2113, 2113, 545: 2113, 549: 2113, 566: 2113}, - {182: 5394, 208: 5396, 228: 5393, 242: 5395, 1010: 5398}, - {534: 2121}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 5400}, // 2525 - {9: 5151, 57: 5401}, - {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5402}, - {2561, 2561, 2561, 2561, 2561, 2561, 5407, 9: 2561, 19: 5404, 57: 2561, 104: 5411, 5256, 4954, 5257, 109: 4953, 535: 5406, 545: 5410, 549: 2561, 966: 5408, 968: 5405, 977: 5409, 988: 5403}, - {2130, 2130, 2130, 2130, 2130, 2130, 2130, 9: 2130, 19: 2130, 57: 2130, 102: 2130, 104: 2130, 2130, 2130, 2130, 109: 2130, 535: 2130, 545: 2130, 549: 2130, 566: 2130}, - {560: 4615, 564: 2333, 806: 5417}, + {182: 5399, 208: 5401, 228: 5398, 243: 5400, 1010: 5403}, + {534: 2121}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 5405}, + {9: 5153, 57: 5406}, + {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5407}, // 2530 + {2563, 2563, 2563, 2563, 2563, 2563, 5412, 9: 2563, 19: 5409, 57: 2563, 104: 5416, 5261, 4956, 5262, 109: 4955, 535: 5411, 545: 5415, 549: 2563, 966: 5413, 968: 5410, 977: 5414, 988: 5408}, + {2130, 2130, 2130, 2130, 2130, 2130, 2130, 9: 2130, 19: 2130, 57: 2130, 102: 2130, 104: 2130, 2130, 2130, 2130, 109: 2130, 535: 2130, 545: 2130, 549: 2130, 566: 2130}, + {560: 4617, 564: 2333, 806: 5422}, {2128, 2128, 2128, 2128, 2128, 2128, 2128, 9: 2128, 19: 2128, 57: 2128, 102: 2128, 104: 2128, 2128, 2128, 2128, 109: 2128, 535: 2128, 545: 2128, 549: 2128, 566: 2128}, - {418: 5415}, - {536: 5414}, + {418: 5420}, + // 2535 + {536: 5419}, {2125, 2125, 2125, 2125, 2125, 2125, 2125, 9: 2125, 19: 2125, 57: 2125, 102: 2125, 104: 2125, 2125, 2125, 2125, 109: 2125, 535: 2125, 545: 2125, 549: 2125, 566: 2125}, {2124, 2124, 2124, 2124, 2124, 2124, 2124, 9: 2124, 19: 2124, 57: 2124, 102: 2124, 104: 2124, 2124, 2124, 2124, 109: 2124, 535: 2124, 545: 2124, 549: 2124, 566: 2124}, - // 2535 - {182: 5394, 208: 5396, 228: 5393, 242: 5395, 1010: 5413}, - {182: 5394, 208: 5396, 228: 5393, 242: 5395, 1010: 5412}, + {182: 5399, 208: 5401, 228: 5398, 243: 5400, 1010: 5418}, + {182: 5399, 208: 5401, 228: 5398, 243: 5400, 1010: 5417}, + // 2540 {2117, 2117, 2117, 2117, 2117, 2117, 2117, 9: 2117, 19: 2117, 57: 2117, 102: 2117, 104: 2117, 2117, 2117, 2117, 109: 2117, 533: 2117, 535: 2117, 545: 2117, 549: 2117, 566: 2117}, {2118, 2118, 2118, 2118, 2118, 2118, 2118, 9: 2118, 19: 2118, 57: 2118, 102: 2118, 104: 2118, 2118, 2118, 2118, 109: 2118, 533: 2118, 535: 2118, 545: 2118, 549: 2118, 566: 2118}, {2126, 2126, 2126, 2126, 2126, 2126, 2126, 9: 2126, 19: 2126, 57: 2126, 102: 2126, 104: 2126, 2126, 2126, 2126, 109: 2126, 535: 2126, 545: 2126, 549: 2126, 566: 2126}, - // 2540 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5416, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5421, 3073, 3074, 3072}, {2127, 2127, 2127, 2127, 2127, 2127, 2127, 9: 2127, 19: 2127, 57: 2127, 102: 2127, 104: 2127, 2127, 2127, 2127, 109: 2127, 535: 2127, 545: 2127, 549: 2127, 566: 2127}, - {564: 3057, 803: 3890, 818: 5418}, - {2129, 2129, 2129, 2129, 2129, 2129, 2129, 9: 2129, 19: 2129, 57: 2129, 102: 2129, 104: 2129, 2129, 2129, 2129, 109: 2129, 535: 2129, 545: 2129, 549: 2129, 566: 2129}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2133, 545: 2133, 775: 5389, 3071, 3072, 3070, 987: 5390, 1058: 5420}, // 2545 - {534: 5421}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 5422}, - {9: 5151, 57: 5423}, - {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5424}, - {2562, 2562, 2562, 2562, 2562, 2562, 5407, 9: 2562, 19: 5404, 57: 2562, 104: 5411, 5256, 4954, 5257, 109: 4953, 535: 5406, 545: 5410, 549: 2562, 966: 5408, 968: 5405, 977: 5409, 988: 5403}, + {564: 3059, 803: 3892, 818: 5423}, + {2129, 2129, 2129, 2129, 2129, 2129, 2129, 9: 2129, 19: 2129, 57: 2129, 102: 2129, 104: 2129, 2129, 2129, 2129, 109: 2129, 535: 2129, 545: 2129, 549: 2129, 566: 2129}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2133, 545: 2133, 775: 5394, 3073, 3074, 3072, 987: 5395, 1058: 5425}, + {534: 5426}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 5427}, // 2550 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2133, 775: 5381, 3071, 3072, 3070, 987: 5426}, - {534: 5427}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 5428}, - {9: 5151, 57: 5429}, - {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5430}, + {9: 5153, 57: 5428}, + {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5429}, + {2564, 2564, 2564, 2564, 2564, 2564, 5412, 9: 2564, 19: 5409, 57: 2564, 104: 5416, 5261, 4956, 5262, 109: 4955, 535: 5411, 545: 5415, 549: 2564, 966: 5413, 968: 5410, 977: 5414, 988: 5408}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2133, 775: 5386, 3073, 3074, 3072, 987: 5431}, + {534: 5432}, // 2555 - {2563, 2563, 2563, 2563, 2563, 2563, 5407, 9: 2563, 19: 5404, 57: 2563, 104: 5411, 5256, 4954, 5257, 109: 4953, 535: 5406, 545: 5410, 549: 2563, 966: 5408, 968: 5405, 977: 5409, 988: 5403}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2133, 545: 2133, 775: 5389, 3071, 3072, 3070, 987: 5390, 1058: 5432}, - {534: 5433}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 5434}, - {9: 5151, 57: 5435}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 5433}, + {9: 5153, 57: 5434}, + {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5435}, + {2565, 2565, 2565, 2565, 2565, 2565, 5412, 9: 2565, 19: 5409, 57: 2565, 104: 5416, 5261, 4956, 5262, 109: 4955, 535: 5411, 545: 5415, 549: 2565, 966: 5413, 968: 5410, 977: 5414, 988: 5408}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2133, 545: 2133, 775: 5394, 3073, 3074, 3072, 987: 5395, 1058: 5437}, // 2560 - {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5436}, - {2564, 2564, 2564, 2564, 2564, 2564, 5407, 9: 2564, 19: 5404, 57: 2564, 104: 5411, 5256, 4954, 5257, 109: 4953, 535: 5406, 545: 5410, 549: 2564, 966: 5408, 968: 5405, 977: 5409, 988: 5403}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5438, 3071, 3072, 3070}, - {287: 5440, 295: 5442, 298: 5441, 1290: 5439}, - {534: 5443}, + {534: 5438}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 5439}, + {9: 5153, 57: 5440}, + {2131, 2131, 2131, 2131, 2131, 2131, 2131, 9: 2131, 19: 2131, 57: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 549: 2131, 989: 5441}, + {2566, 2566, 2566, 2566, 2566, 2566, 5412, 9: 2566, 19: 5409, 57: 2566, 104: 5416, 5261, 4956, 5262, 109: 4955, 535: 5411, 545: 5415, 549: 2566, 966: 5413, 968: 5410, 977: 5414, 988: 5408}, // 2565 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5443, 3073, 3074, 3072}, + {287: 5445, 295: 5447, 298: 5446, 1291: 5444}, + {534: 5448}, {57: 2508, 534: 2508}, {57: 2507, 534: 2507}, - {57: 2506, 534: 2506}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 5444}, - {9: 4054, 57: 5445}, // 2570 - {2787, 2787, 2787, 2787, 2787, 2787, 9: 2787, 549: 2787}, - {770, 770, 770, 770, 770, 770, 9: 770, 116: 770, 158: 5283, 534: 770, 549: 770, 899: 5282, 914: 5447}, - {2429, 2429, 2429, 2429, 2429, 2429, 9: 2429, 116: 5449, 534: 5450, 549: 2429, 1236: 5448}, - {2790, 2790, 2790, 2790, 2790, 2790, 9: 2790, 549: 2790}, - {564: 3057, 803: 5496}, + {57: 2506, 534: 2506}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 5449}, + {9: 4056, 57: 5450}, + {2789, 2789, 2789, 2789, 2789, 2789, 9: 2789, 549: 2789}, + {770, 770, 770, 770, 770, 770, 9: 770, 116: 770, 158: 5288, 534: 770, 549: 770, 899: 5287, 914: 5452}, // 2575 - {549: 5453, 1073: 5452, 1235: 5451}, - {9: 5494, 57: 5493}, - {9: 2427, 57: 2427}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5454, 3071, 3072, 3070}, - {6: 2406, 2406, 9: 2406, 18: 2406, 20: 2406, 22: 2406, 2406, 2406, 2406, 2406, 2406, 57: 2406, 190: 5459, 262: 5458, 534: 2406, 538: 5457, 550: 5456, 713: 2406, 1419: 5455}, + {2429, 2429, 2429, 2429, 2429, 2429, 9: 2429, 116: 5454, 534: 5455, 549: 2429, 1237: 5453}, + {2792, 2792, 2792, 2792, 2792, 2792, 9: 2792, 549: 2792}, + {564: 3059, 803: 5501}, + {549: 5458, 1073: 5457, 1236: 5456}, + {9: 5499, 57: 5498}, // 2580 - {6: 2419, 2419, 9: 2419, 18: 2419, 20: 2419, 22: 2419, 2419, 2419, 2419, 2419, 2419, 57: 2419, 534: 2419, 713: 2419, 1072: 5480}, - {193: 5460, 609: 5461}, + {9: 2427, 57: 2427}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5459, 3073, 3074, 3072}, + {6: 2406, 2406, 9: 2406, 18: 2406, 20: 2406, 22: 2406, 2406, 2406, 2406, 2406, 2406, 57: 2406, 190: 5464, 263: 5463, 534: 2406, 538: 5462, 550: 5461, 713: 2406, 1420: 5460}, + {6: 2419, 2419, 9: 2419, 18: 2419, 20: 2419, 22: 2419, 2419, 2419, 2419, 2419, 2419, 57: 2419, 534: 2419, 713: 2419, 1072: 5485}, + {193: 5465, 609: 5466}, + // 2585 {6: 2403, 2403, 9: 2403, 18: 2403, 20: 2403, 22: 2403, 2403, 2403, 2403, 2403, 2403, 57: 2403, 534: 2403, 713: 2403}, {6: 2401, 2401, 9: 2401, 18: 2401, 20: 2401, 22: 2401, 2401, 2401, 2401, 2401, 2401, 57: 2401, 534: 2401, 713: 2401}, {6: 2400, 2400, 9: 2400, 18: 2400, 20: 2400, 22: 2400, 2400, 2400, 2400, 2400, 2400, 57: 2400, 534: 2400, 713: 2400}, - // 2585 - {200: 5470}, - {534: 5462}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 5464, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5465, 1154: 5466, 1351: 5463}, - {9: 5468, 57: 5467}, - {9: 2223, 57: 2223, 534: 3924}, + {200: 5475}, + {534: 5467}, // 2590 - {9: 2222, 57: 2222, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 5469, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5470, 1154: 5471, 1352: 5468}, + {9: 5473, 57: 5472}, + {9: 2223, 57: 2223, 534: 3926}, + {9: 2222, 57: 2222, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, {9: 2206, 57: 2206}, + // 2595 {6: 2402, 2402, 9: 2402, 18: 2402, 20: 2402, 22: 2402, 2402, 2402, 2402, 2402, 2402, 57: 2402, 534: 2402, 713: 2402}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 5464, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5465, 1154: 5469}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 5469, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5470, 1154: 5474}, {9: 2205, 57: 2205}, - // 2595 - {534: 5472, 723: 5471}, + {534: 5477, 723: 5476}, {6: 2405, 2405, 9: 2405, 18: 2405, 20: 2405, 22: 2405, 2405, 2405, 2405, 2405, 2405, 57: 2405, 534: 2405, 713: 2405}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 723: 5474, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5475, 1216: 5476, 1400: 5473}, - {9: 5478, 57: 5477}, - {9: 2221, 57: 2221}, // 2600 - {9: 2220, 57: 2220, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 723: 5479, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5480, 1216: 5481, 1401: 5478}, + {9: 5483, 57: 5482}, + {9: 2221, 57: 2221}, + {9: 2220, 57: 2220, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, {9: 2208, 57: 2208}, + // 2605 {6: 2404, 2404, 9: 2404, 18: 2404, 20: 2404, 22: 2404, 2404, 2404, 2404, 2404, 2404, 57: 2404, 534: 2404, 713: 2404}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 723: 5474, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5475, 1216: 5479}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 723: 5479, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5480, 1216: 5484}, {9: 2207, 57: 2207}, - // 2605 - {6: 4753, 5484, 9: 2424, 18: 4709, 20: 4761, 22: 4754, 4757, 4756, 4759, 4760, 4762, 57: 2424, 534: 5482, 713: 4758, 869: 4763, 916: 5483, 1481: 5481}, + {6: 4755, 5489, 9: 2424, 18: 4711, 20: 4763, 22: 4756, 4759, 4758, 4761, 4762, 4764, 57: 2424, 534: 5487, 713: 4760, 869: 4765, 916: 5488, 1482: 5486}, {9: 2425, 57: 2425}, - {115: 5487, 1291: 5486, 1480: 5485}, - {2418, 2418, 6: 2418, 2418, 9: 2418, 18: 2418, 20: 2418, 22: 2418, 2418, 2418, 2418, 2418, 2418, 57: 2418, 534: 2418, 713: 2418}, - {22: 4905}, // 2610 - {9: 5491, 57: 5490}, + {115: 5492, 1292: 5491, 1481: 5490}, + {2418, 2418, 6: 2418, 2418, 9: 2418, 18: 2418, 20: 2418, 22: 2418, 2418, 2418, 2418, 2418, 2418, 57: 2418, 534: 2418, 713: 2418}, + {22: 4907}, + {9: 5496, 57: 5495}, {9: 2422, 57: 2422}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5488, 3071, 3072, 3070}, - {6: 2419, 2419, 9: 2419, 18: 2419, 20: 2419, 22: 2419, 2419, 2419, 2419, 2419, 2419, 57: 2419, 713: 2419, 1072: 5489}, - {6: 4753, 5484, 9: 2420, 18: 4709, 20: 4761, 22: 4754, 4757, 4756, 4759, 4760, 4762, 57: 2420, 713: 4758, 869: 4763, 916: 5483}, // 2615 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5493, 3073, 3074, 3072}, + {6: 2419, 2419, 9: 2419, 18: 2419, 20: 2419, 22: 2419, 2419, 2419, 2419, 2419, 2419, 57: 2419, 713: 2419, 1072: 5494}, + {6: 4755, 5489, 9: 2420, 18: 4711, 20: 4763, 22: 4756, 4759, 4758, 4761, 4762, 4764, 57: 2420, 713: 4760, 869: 4765, 916: 5488}, {9: 2423, 57: 2423}, - {115: 5487, 1291: 5492}, + {115: 5492, 1292: 5497}, + // 2620 {9: 2421, 57: 2421}, {2428, 2428, 2428, 2428, 2428, 2428, 9: 2428, 533: 2428, 2428, 2428, 540: 2428, 549: 2428, 2428, 552: 2428, 555: 2428, 611: 2428, 658: 2428}, - {549: 5453, 1073: 5495}, - // 2620 + {549: 5458, 1073: 5500}, {9: 2426, 57: 2426}, - {2789, 2789, 2789, 2789, 2789, 2789, 9: 2789, 549: 2789}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5499, 775: 4051, 3071, 3072, 3070, 826: 4980, 960: 5498}, - {2715, 2715, 2715, 2715, 2715, 2715, 9: 2715, 5264, 5265, 549: 2715, 1038: 5507}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 704: 2706, 2706, 2706, 708: 2706, 5113, 713: 2706, 749: 2706, 2706, 775: 4051, 3071, 3072, 3070, 826: 4980, 934: 5363, 960: 5501, 1008: 5502, 1091: 5503, 1294: 5500}, + {2791, 2791, 2791, 2791, 2791, 2791, 9: 2791, 549: 2791}, // 2625 - {9: 5505, 57: 5504}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5504, 775: 4053, 3073, 3074, 3072, 826: 4982, 960: 5503}, + {2717, 2717, 2717, 2717, 2717, 2717, 9: 2717, 5269, 5270, 549: 2717, 1038: 5512}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 704: 2708, 2708, 2708, 708: 2708, 5115, 713: 2708, 749: 2708, 2708, 775: 4053, 3073, 3074, 3072, 826: 4982, 934: 5368, 960: 5506, 1008: 5507, 1091: 5508, 1295: 5505}, + {9: 5510, 57: 5509}, {9: 632, 57: 632}, + // 2630 {9: 631, 57: 631}, {9: 630, 57: 630}, - {2792, 2792, 2792, 2792, 2792, 2792, 9: 2792, 549: 2792}, - // 2630 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 704: 2706, 2706, 2706, 708: 2706, 5113, 713: 2706, 749: 2706, 2706, 775: 4051, 3071, 3072, 3070, 826: 4980, 934: 5363, 960: 5501, 1008: 5502, 1091: 5506}, + {2794, 2794, 2794, 2794, 2794, 2794, 9: 2794, 549: 2794}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 704: 2708, 2708, 2708, 708: 2708, 5115, 713: 2708, 749: 2708, 2708, 775: 4053, 3073, 3074, 3072, 826: 4982, 934: 5368, 960: 5506, 1008: 5507, 1091: 5511}, {9: 629, 57: 629}, - {2793, 2793, 2793, 2793, 2793, 2793, 9: 2793, 549: 2793}, - {16: 4445, 556: 4446, 712: 4444, 857: 5509}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 538: 5511, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 5510}, // 2635 - {453, 453, 453, 453, 453, 453, 9: 453, 541: 5513, 549: 453, 1225: 5515}, - {453, 453, 453, 453, 453, 453, 9: 453, 541: 5513, 549: 453, 1225: 5512}, - {2794, 2794, 2794, 2794, 2794, 2794, 9: 2794, 549: 2794}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 3759, 775: 3761, 3071, 3072, 3070, 809: 3758, 980: 5514}, - {452, 452, 452, 452, 452, 452, 9: 452, 549: 452}, - // 2640 {2795, 2795, 2795, 2795, 2795, 2795, 9: 2795, 549: 2795}, - {217: 5528}, - {201: 5518}, - {217: 5519}, - {564: 3057, 803: 3890, 818: 5520}, - // 2645 - {2800, 2800, 2800, 2800, 2800, 2800, 9: 2800, 222: 5521, 549: 2800, 1063: 5522}, - {321: 5523}, + {16: 4447, 556: 4448, 712: 4446, 857: 5514}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 538: 5516, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 5515}, + {453, 453, 453, 453, 453, 453, 9: 453, 541: 5518, 549: 453, 1226: 5520}, + {453, 453, 453, 453, 453, 453, 9: 453, 541: 5518, 549: 453, 1226: 5517}, + // 2640 {2796, 2796, 2796, 2796, 2796, 2796, 9: 2796, 549: 2796}, - {536: 5525, 1478: 5524}, - {2799, 2799, 2799, 2799, 2799, 2799, 9: 5526, 16: 2799, 18: 2799, 21: 2799, 538: 2799, 541: 2799, 549: 2799, 556: 2799, 559: 2799, 712: 2799}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 3761, 775: 3763, 3073, 3074, 3072, 809: 3760, 980: 5519}, + {452, 452, 452, 452, 452, 452, 9: 452, 549: 452}, + {2797, 2797, 2797, 2797, 2797, 2797, 9: 2797, 549: 2797}, + {217: 5533}, + // 2645 + {201: 5523}, + {217: 5524}, + {564: 3059, 803: 3892, 818: 5525}, + {2802, 2802, 2802, 2802, 2802, 2802, 9: 2802, 222: 5526, 549: 2802, 1063: 5527}, + {321: 5528}, // 2650 + {2798, 2798, 2798, 2798, 2798, 2798, 9: 2798, 549: 2798}, + {536: 5530, 1479: 5529}, + {2801, 2801, 2801, 2801, 2801, 2801, 9: 5531, 16: 2801, 18: 2801, 21: 2801, 538: 2801, 541: 2801, 549: 2801, 556: 2801, 559: 2801, 712: 2801}, {451, 451, 451, 451, 451, 451, 9: 451, 16: 451, 18: 451, 21: 451, 538: 451, 541: 451, 549: 451, 556: 451, 559: 451, 712: 451}, - {536: 5527}, - {450, 450, 450, 450, 450, 450, 9: 450, 16: 450, 18: 450, 21: 450, 538: 450, 541: 450, 549: 450, 556: 450, 559: 450, 712: 450}, - {564: 3057, 803: 3890, 818: 5529}, - {2800, 2800, 2800, 2800, 2800, 2800, 9: 2800, 222: 5521, 549: 2800, 1063: 5530}, + {536: 5532}, // 2655 - {2797, 2797, 2797, 2797, 2797, 2797, 9: 2797, 549: 2797}, + {450, 450, 450, 450, 450, 450, 9: 450, 16: 450, 18: 450, 21: 450, 538: 450, 541: 450, 549: 450, 556: 450, 559: 450, 712: 450}, + {564: 3059, 803: 3892, 818: 5534}, + {2802, 2802, 2802, 2802, 2802, 2802, 9: 2802, 222: 5526, 549: 2802, 1063: 5535}, + {2799, 2799, 2799, 2799, 2799, 2799, 9: 2799, 549: 2799}, {8: 588, 29: 588}, + // 2660 {582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 15: 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 533: 582, 582, 582, 538: 582, 540: 582, 582, 582, 549: 582, 582, 552: 582, 555: 582, 582, 569: 582, 611: 582, 658: 582, 712: 582, 582}, - {6: 4753, 4755, 589, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 538: 4752, 541: 2463, 4789, 556: 2463, 569: 5531, 712: 2463, 4758, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 5534}, + {6: 4755, 4757, 589, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 538: 4754, 541: 2463, 4791, 556: 2463, 569: 5536, 712: 2463, 4760, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 5539}, {581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 15: 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 581, 533: 581, 581, 581, 538: 581, 540: 581, 581, 581, 549: 581, 581, 552: 581, 555: 581, 581, 569: 581, 611: 581, 658: 581, 712: 581, 581}, - // 2660 - {536: 5537, 538: 5536}, - {2810, 2810, 2810, 2810, 2810, 2810, 9: 2810, 549: 2810}, - {2809, 2809, 2809, 2809, 2809, 2809, 9: 2809, 549: 2809}, - {536: 5540, 538: 5539}, + {536: 5542, 538: 5541}, {2812, 2812, 2812, 2812, 2812, 2812, 9: 2812, 549: 2812}, // 2665 {2811, 2811, 2811, 2811, 2811, 2811, 9: 2811, 549: 2811}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 538: 2333, 559: 5543, 4615, 806: 5542}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 5545, 538: 5547, 775: 5548, 3071, 3072, 3070, 994: 5546}, - {538: 5544}, - {2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 15: 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 57: 2813, 533: 2813, 2813, 2813, 538: 2813, 540: 2813, 2813, 2813, 549: 2813, 2813, 552: 2813, 555: 2813, 2813, 559: 2813, 569: 2813, 611: 2813, 658: 2813, 712: 2813, 2813}, + {536: 5545, 538: 5544}, + {2814, 2814, 2814, 2814, 2814, 2814, 9: 2814, 549: 2814}, + {2813, 2813, 2813, 2813, 2813, 2813, 9: 2813, 549: 2813}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 538: 2333, 559: 5548, 4617, 806: 5547}, // 2670 - {2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 15: 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 57: 2816, 533: 2816, 2816, 2816, 538: 2816, 540: 2816, 2816, 2816, 549: 2816, 2816, 552: 2816, 555: 2816, 2816, 559: 2816, 569: 2816, 611: 2816, 658: 2816, 712: 2816, 2816}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 5550, 538: 5552, 775: 5553, 3073, 3074, 3072, 994: 5551}, + {538: 5549}, {2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 15: 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 57: 2815, 533: 2815, 2815, 2815, 538: 2815, 540: 2815, 2815, 2815, 549: 2815, 2815, 552: 2815, 555: 2815, 2815, 559: 2815, 569: 2815, 611: 2815, 658: 2815, 712: 2815, 2815}, - {2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 15: 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 57: 2814, 533: 2814, 2814, 2814, 538: 2814, 540: 2814, 2814, 2814, 549: 2814, 2814, 552: 2814, 555: 2814, 2814, 559: 2814, 569: 2814, 611: 2814, 658: 2814, 712: 2814, 2814}, - {2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 15: 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 57: 2481, 108: 2481, 119: 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 128: 2481, 2481, 2481, 533: 2481, 2481, 2481, 538: 2481, 540: 2481, 2481, 2481, 549: 2481, 2481, 552: 2481, 555: 2481, 2481, 559: 2481, 569: 2481, 611: 2481, 658: 2481, 712: 2481, 2481}, - {217: 5554}, + {2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 15: 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 57: 2818, 533: 2818, 2818, 2818, 538: 2818, 540: 2818, 2818, 2818, 549: 2818, 2818, 552: 2818, 555: 2818, 2818, 559: 2818, 569: 2818, 611: 2818, 658: 2818, 712: 2818, 2818}, + {2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 15: 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 57: 2817, 533: 2817, 2817, 2817, 538: 2817, 540: 2817, 2817, 2817, 549: 2817, 2817, 552: 2817, 555: 2817, 2817, 559: 2817, 569: 2817, 611: 2817, 658: 2817, 712: 2817, 2817}, // 2675 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 5551}, - {2868, 2868, 9: 5288, 201: 5552}, - {217: 5553}, - {2867, 2867}, - {2869, 2869}, + {2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 15: 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 57: 2816, 533: 2816, 2816, 2816, 538: 2816, 540: 2816, 2816, 2816, 549: 2816, 2816, 552: 2816, 555: 2816, 2816, 559: 2816, 569: 2816, 611: 2816, 658: 2816, 712: 2816, 2816}, + {2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 15: 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 57: 2481, 108: 2481, 119: 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 128: 2481, 2481, 2481, 533: 2481, 2481, 2481, 538: 2481, 540: 2481, 2481, 2481, 549: 2481, 2481, 552: 2481, 555: 2481, 2481, 559: 2481, 569: 2481, 611: 2481, 658: 2481, 712: 2481, 2481}, + {217: 5559}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 5556}, + {2870, 2870, 9: 5293, 201: 5557}, // 2680 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 5556}, - {2660, 2660, 9: 5288, 535: 5559, 713: 5558, 906: 5557}, - {2872, 2872}, - {1122, 1122, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1122, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 535: 1122, 705: 5576, 775: 5575, 3071, 3072, 3070, 967: 5574}, - {564: 5564, 639: 4116, 4115, 803: 5562, 922: 5563, 1119: 5561, 1320: 5560}, - // 2685 - {2659, 2659, 9: 5572}, - {2658, 2658, 9: 2658}, - {284: 5566, 290: 5568, 339: 5569, 359: 5567}, - {243: 5565}, - {243: 2511, 284: 2241, 290: 2241, 339: 2241, 359: 2241}, + {217: 5558}, + {2869, 2869}, + {2871, 2871}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 5561}, + {2662, 2662, 9: 5293, 535: 5564, 713: 5563, 906: 5562}, + // 2685 + {2874, 2874}, + {1122, 1122, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1122, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 535: 1122, 705: 5581, 775: 5580, 3073, 3074, 3072, 967: 5579}, + {564: 5569, 639: 4118, 4117, 803: 5567, 922: 5568, 1119: 5566, 1321: 5565}, + {2661, 2661, 9: 5577}, + {2660, 2660, 9: 2660}, // 2690 - {2651, 2651, 9: 2651}, - {2656, 2656, 9: 2656}, - {2655, 2655, 9: 2655}, - {385: 5570, 459: 5571}, - {2652, 2652, 9: 2652}, - // 2695 - {2654, 2654, 9: 2654}, + {284: 5571, 290: 5573, 340: 5574, 360: 5572}, + {244: 5570}, + {244: 2511, 284: 2241, 290: 2241, 340: 2241, 360: 2241}, {2653, 2653, 9: 2653}, - {564: 5564, 639: 4116, 4115, 803: 5562, 922: 5563, 1119: 5573}, + {2658, 2658, 9: 2658}, + // 2695 {2657, 2657, 9: 2657}, - {2660, 2660, 9: 5578, 535: 5559, 906: 5577}, + {386: 5575, 459: 5576}, + {2654, 2654, 9: 2654}, + {2656, 2656, 9: 2656}, + {2655, 2655, 9: 2655}, // 2700 + {564: 5569, 639: 4118, 4117, 803: 5567, 922: 5568, 1119: 5578}, + {2659, 2659, 9: 2659}, + {2662, 2662, 9: 5583, 535: 5564, 906: 5582}, {1121, 1121, 9: 1121, 57: 1121, 535: 1121}, {1119, 1119, 9: 1119, 57: 1119, 535: 1119}, - {2871, 2871}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 705: 5580, 775: 5579, 3071, 3072, 3070}, - {1120, 1120, 9: 1120, 57: 1120, 535: 1120}, // 2705 - {1118, 1118, 9: 1118, 57: 1118, 535: 1118}, {2873, 2873}, - {2808, 2808}, - {32: 5694, 420: 5693}, - {549: 5685}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 705: 5585, 775: 5584, 3073, 3074, 3072}, + {1120, 1120, 9: 1120, 57: 1120, 535: 1120}, + {1118, 1118, 9: 1118, 57: 1118, 535: 1118}, + {2875, 2875}, // 2710 - {723: 5678}, - {10: 5671}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 726: 5589, 775: 5588, 3071, 3072, 3070}, - {2419, 2419, 6: 2419, 2419, 18: 2419, 20: 2419, 22: 2419, 2419, 2419, 2419, 2419, 2419, 249: 4710, 713: 2419, 1033: 5669, 1072: 5670}, - {182: 2437, 406: 5594, 447: 5595, 594: 5593, 704: 2437, 1207: 5596, 5591, 1292: 5592, 1421: 5590}, + {2810, 2810}, + {32: 5699, 420: 5698}, + {549: 5690}, + {723: 5683}, + {10: 5676}, // 2715 - {2431, 2431, 115: 2431, 5659, 533: 2431, 2431, 2431, 540: 2431, 550: 2431, 552: 2431, 555: 2431, 611: 2431, 658: 2431, 1422: 5658}, - {182: 5646, 704: 5645}, - {2455, 2455, 115: 2455, 2455, 533: 2455, 2455, 2455, 540: 2455, 550: 2455, 552: 2455, 555: 2455, 611: 2455, 658: 2455}, - {131: 3977, 157: 3976, 534: 5609, 936: 5610}, - {131: 3977, 157: 3976, 534: 5602, 936: 5603}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 726: 5594, 775: 5593, 3073, 3074, 3072}, + {2419, 2419, 6: 2419, 2419, 18: 2419, 20: 2419, 22: 2419, 2419, 2419, 2419, 2419, 2419, 250: 4712, 713: 2419, 1033: 5674, 1072: 5675}, + {182: 2437, 407: 5599, 447: 5600, 594: 5598, 704: 2437, 1207: 5601, 5596, 1293: 5597, 1422: 5595}, + {2431, 2431, 115: 2431, 5664, 533: 2431, 2431, 2431, 540: 2431, 550: 2431, 552: 2431, 555: 2431, 611: 2431, 658: 2431, 1423: 5663}, + {182: 5651, 704: 5650}, // 2720 - {2448, 2448, 115: 2448, 2448, 533: 2448, 2448, 2448, 540: 2448, 550: 2448, 552: 2448, 555: 2448, 558: 5598, 611: 2448, 644: 5597, 658: 2448}, + {2455, 2455, 115: 2455, 2455, 533: 2455, 2455, 2455, 540: 2455, 550: 2455, 552: 2455, 555: 2455, 611: 2455, 658: 2455}, + {131: 3979, 157: 3978, 534: 5614, 936: 5615}, + {131: 3979, 157: 3978, 534: 5607, 936: 5608}, + {2448, 2448, 115: 2448, 2448, 533: 2448, 2448, 2448, 540: 2448, 550: 2448, 552: 2448, 555: 2448, 558: 5603, 611: 2448, 644: 5602, 658: 2448}, {182: 2436, 704: 2436}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 5600}, - {564: 3057, 803: 3890, 818: 5599}, - {2449, 2449, 115: 2449, 2449, 533: 2449, 2449, 2449, 540: 2449, 550: 2449, 552: 2449, 555: 2449, 611: 2449, 658: 2449}, // 2725 - {118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 570: 3769, 3767, 3768, 3766, 3764, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 804: 3765, 3763, 890: 3771, 905: 5601}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 5605}, + {564: 3059, 803: 3892, 818: 5604}, + {2449, 2449, 115: 2449, 2449, 533: 2449, 2449, 2449, 540: 2449, 550: 2449, 552: 2449, 555: 2449, 611: 2449, 658: 2449}, + {118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 570: 3771, 3769, 3770, 3768, 3766, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 804: 3767, 3765, 890: 3773, 905: 5606}, {2450, 2450, 115: 2450, 2450, 533: 2450, 2450, 2450, 540: 2450, 550: 2450, 552: 2450, 555: 2450, 611: 2450, 658: 2450}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5607}, - {534: 5604}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 5605}, // 2730 - {9: 4054, 57: 5606}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5612}, + {534: 5609}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 5610}, + {9: 4056, 57: 5611}, {2451, 2451, 115: 2451, 2451, 533: 2451, 2451, 2451, 540: 2451, 550: 2451, 552: 2451, 555: 2451, 611: 2451, 658: 2451}, - {57: 5608, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2452, 2452, 115: 2452, 2452, 533: 2452, 2452, 2452, 540: 2452, 550: 2452, 552: 2452, 555: 2452, 611: 2452, 658: 2452}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5642}, // 2735 - {534: 5611}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 5612}, - {9: 4054, 57: 5613}, - {2447, 2447, 115: 2447, 2447, 533: 2447, 2447, 2447, 540: 2447, 550: 2447, 552: 2447, 555: 2447, 611: 2447, 644: 5615, 658: 2447, 1237: 5614}, - {2453, 2453, 115: 2453, 2453, 533: 2453, 2453, 2453, 540: 2453, 550: 2453, 552: 2453, 555: 2453, 611: 2453, 658: 2453}, - // 2740 + {57: 5613, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {2452, 2452, 115: 2452, 2452, 533: 2452, 2452, 2452, 540: 2452, 550: 2452, 552: 2452, 555: 2452, 611: 2452, 658: 2452}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5647}, {534: 5616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5618, 1383: 5617}, - {57: 5620}, - {57: 2445, 118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 546: 3806, 3807, 3812, 563: 3808, 597: 3781, 3778, 3780, 3779, 3775, 3777, 3776, 3773, 3774, 3772, 3782, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805, 890: 3771, 905: 5619}, - {57: 2444}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 5617}, + // 2740 + {9: 4056, 57: 5618}, + {2447, 2447, 115: 2447, 2447, 533: 2447, 2447, 2447, 540: 2447, 550: 2447, 552: 2447, 555: 2447, 611: 2447, 644: 5620, 658: 2447, 1238: 5619}, + {2453, 2453, 115: 2453, 2453, 533: 2453, 2453, 2453, 540: 2453, 550: 2453, 552: 2453, 555: 2453, 611: 2453, 658: 2453}, + {534: 5621}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5623, 1384: 5622}, // 2745 - {2439, 2439, 10: 5622, 115: 2439, 2439, 533: 2439, 2439, 2439, 540: 2439, 550: 2439, 2439, 2439, 555: 2439, 611: 2439, 658: 2439, 723: 2439, 1365: 5621}, - {2443, 2443, 115: 2443, 2443, 533: 2443, 2443, 2443, 540: 2443, 550: 2443, 5637, 2443, 555: 2443, 611: 2443, 658: 2443, 723: 2443, 1401: 5636}, - {549: 5623}, - {193: 5624}, - {200: 5625}, + {57: 5625}, + {57: 2445, 118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 546: 3808, 3809, 3814, 563: 3810, 597: 3783, 3780, 3782, 3781, 3777, 3779, 3778, 3775, 3776, 3774, 3784, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807, 890: 3773, 905: 5624}, + {57: 2444}, + {2439, 2439, 10: 5627, 115: 2439, 2439, 533: 2439, 2439, 2439, 540: 2439, 550: 2439, 2439, 2439, 555: 2439, 611: 2439, 658: 2439, 723: 2439, 1366: 5626}, + {2443, 2443, 115: 2443, 2443, 533: 2443, 2443, 2443, 540: 2443, 550: 2443, 5642, 2443, 555: 2443, 611: 2443, 658: 2443, 723: 2443, 1402: 5641}, // 2750 - {534: 5626}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5627}, - {57: 5628, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {234: 5629}, - {549: 5630}, + {549: 5628}, + {193: 5629}, + {200: 5630}, + {534: 5631}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5632}, // 2755 - {193: 5631}, - {200: 5632}, - {534: 5633}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5634}, - {57: 5635, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, + {57: 5633, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {234: 5634}, + {549: 5635}, + {193: 5636}, + {200: 5637}, // 2760 + {534: 5638}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5639}, + {57: 5640, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, {2438, 2438, 115: 2438, 2438, 533: 2438, 2438, 2438, 540: 2438, 550: 2438, 2438, 2438, 555: 2438, 611: 2438, 658: 2438, 723: 2438}, - {2441, 2441, 115: 2441, 2441, 533: 2441, 2441, 2441, 540: 2441, 550: 2441, 552: 2441, 555: 2441, 611: 2441, 658: 2441, 723: 5640, 1399: 5639}, - {549: 5638}, + {2441, 2441, 115: 2441, 2441, 533: 2441, 2441, 2441, 540: 2441, 550: 2441, 552: 2441, 555: 2441, 611: 2441, 658: 2441, 723: 5645, 1400: 5644}, + // 2765 + {549: 5643}, {2442, 2442, 115: 2442, 2442, 533: 2442, 2442, 2442, 540: 2442, 550: 2442, 552: 2442, 555: 2442, 611: 2442, 658: 2442, 723: 2442}, {2446, 2446, 115: 2446, 2446, 533: 2446, 2446, 2446, 540: 2446, 550: 2446, 552: 2446, 555: 2446, 611: 2446, 658: 2446}, - // 2765 - {549: 5641}, + {549: 5646}, {2440, 2440, 115: 2440, 2440, 533: 2440, 2440, 2440, 540: 2440, 550: 2440, 552: 2440, 555: 2440, 611: 2440, 658: 2440}, - {57: 5643, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2447, 2447, 115: 2447, 2447, 533: 2447, 2447, 2447, 540: 2447, 550: 2447, 552: 2447, 555: 2447, 611: 2447, 644: 5615, 658: 2447, 1237: 5644}, - {2454, 2454, 115: 2454, 2454, 533: 2454, 2454, 2454, 540: 2454, 550: 2454, 552: 2454, 555: 2454, 611: 2454, 658: 2454}, // 2770 - {102: 5651, 534: 2457, 1420: 5650}, - {534: 5647}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5648}, - {57: 5649, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2458, 2458, 115: 2458, 2458, 274: 2458, 533: 2458, 2458, 2458, 540: 2458, 550: 2458, 552: 2458, 555: 2458, 611: 2458, 658: 2458}, + {57: 5648, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {2447, 2447, 115: 2447, 2447, 533: 2447, 2447, 2447, 540: 2447, 550: 2447, 552: 2447, 555: 2447, 611: 2447, 644: 5620, 658: 2447, 1238: 5649}, + {2454, 2454, 115: 2454, 2454, 533: 2454, 2454, 2454, 540: 2454, 550: 2454, 552: 2454, 555: 2454, 611: 2454, 658: 2454}, + {102: 5656, 534: 2457, 1421: 5655}, + {534: 5652}, // 2775 - {534: 5654}, - {560: 5652}, - {564: 3057, 803: 5653}, - {534: 2456}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 2626, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 5655, 1130: 5656}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5653}, + {57: 5654, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, + {2458, 2458, 115: 2458, 2458, 274: 2458, 533: 2458, 2458, 2458, 540: 2458, 550: 2458, 552: 2458, 555: 2458, 611: 2458, 658: 2458}, + {534: 5659}, + {560: 5657}, // 2780 - {9: 4054, 57: 2625}, - {57: 5657}, - {2459, 2459, 115: 2459, 2459, 274: 2459, 533: 2459, 2459, 2459, 540: 2459, 550: 2459, 552: 2459, 555: 2459, 611: 2459, 658: 2459}, - {2435, 2435, 115: 5662, 533: 2435, 2435, 2435, 540: 2435, 550: 2435, 552: 2435, 555: 2435, 611: 2435, 658: 2435, 1483: 5661}, - {564: 3057, 803: 3890, 818: 5660}, + {564: 3059, 803: 5658}, + {534: 2456}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 2628, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 5660, 1130: 5661}, + {9: 4056, 57: 2627}, + {57: 5662}, // 2785 + {2459, 2459, 115: 2459, 2459, 274: 2459, 533: 2459, 2459, 2459, 540: 2459, 550: 2459, 552: 2459, 555: 2459, 611: 2459, 658: 2459}, + {2435, 2435, 115: 5667, 533: 2435, 2435, 2435, 540: 2435, 550: 2435, 552: 2435, 555: 2435, 611: 2435, 658: 2435, 1484: 5666}, + {564: 3059, 803: 3892, 818: 5665}, {2430, 2430, 115: 2430, 533: 2430, 2430, 2430, 540: 2430, 550: 2430, 552: 2430, 555: 2430, 611: 2430, 658: 2430}, - {2429, 2429, 533: 2429, 5450, 2429, 540: 2429, 550: 2429, 552: 2429, 555: 2429, 611: 2429, 658: 2429, 1236: 5668}, - {726: 5663}, - {182: 2437, 704: 2437, 1207: 5596, 5591, 1292: 5664}, - {2433, 2433, 274: 5666, 533: 2433, 2433, 2433, 540: 2433, 550: 2433, 552: 2433, 555: 2433, 611: 2433, 658: 2433, 1482: 5665}, + {2429, 2429, 533: 2429, 5455, 2429, 540: 2429, 550: 2429, 552: 2429, 555: 2429, 611: 2429, 658: 2429, 1237: 5673}, // 2790 + {726: 5668}, + {182: 2437, 704: 2437, 1207: 5601, 5596, 1293: 5669}, + {2433, 2433, 274: 5671, 533: 2433, 2433, 2433, 540: 2433, 550: 2433, 552: 2433, 555: 2433, 611: 2433, 658: 2433, 1483: 5670}, {2434, 2434, 533: 2434, 2434, 2434, 540: 2434, 550: 2434, 552: 2434, 555: 2434, 611: 2434, 658: 2434}, - {564: 3057, 803: 3890, 818: 5667}, + {564: 3059, 803: 3892, 818: 5672}, + // 2795 {2432, 2432, 533: 2432, 2432, 2432, 540: 2432, 550: 2432, 552: 2432, 555: 2432, 611: 2432, 658: 2432}, {2460, 2460, 533: 2460, 2460, 2460, 540: 2460, 550: 2460, 552: 2460, 555: 2460, 611: 2460, 658: 2460}, - {2803, 2803}, - // 2795 - {2802, 2802, 6: 4753, 5484, 18: 4709, 20: 4761, 22: 4754, 4757, 4756, 4759, 4760, 4762, 713: 4758, 869: 4763, 916: 5483}, - {549: 5672}, - {193: 5673}, - {200: 5674}, - {534: 5675}, + {2805, 2805}, + {2804, 2804, 6: 4755, 5489, 18: 4711, 20: 4763, 22: 4756, 4759, 4758, 4761, 4762, 4764, 713: 4760, 869: 4765, 916: 5488}, + {549: 5677}, // 2800 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5676}, - {57: 5677, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2804, 2804}, - {549: 5679}, - {193: 5680}, + {193: 5678}, + {200: 5679}, + {534: 5680}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5681}, + {57: 5682, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, // 2805 - {200: 5681}, - {534: 5682}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 5683}, - {57: 5684, 546: 3806, 3807, 3812, 563: 3808, 612: 3809, 3810, 3803, 3813, 3802, 3811, 3804, 3805}, - {2805, 2805}, - // 2810 - {770, 770, 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5283, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 899: 5282, 914: 5686}, - {2740, 2740, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 5688, 1443: 5687}, {2806, 2806}, - {9: 5288, 562: 5689}, - {534: 5690}, - // 2815 - {549: 5453, 1073: 5452, 1235: 5691}, - {9: 5494, 57: 5692}, - {2739, 2739}, + {549: 5684}, + {193: 5685}, + {200: 5686}, + {534: 5687}, + // 2810 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 5688}, + {57: 5689, 546: 3808, 3809, 3814, 563: 3810, 612: 3811, 3812, 3805, 3815, 3804, 3813, 3806, 3807}, {2807, 2807}, - {2801, 2801}, + {770, 770, 770, 770, 770, 770, 770, 770, 770, 10: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 58: 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 5288, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 899: 5287, 914: 5691}, + {2742, 2742, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 5693, 1444: 5692}, + // 2815 + {2808, 2808}, + {9: 5293, 562: 5694}, + {534: 5695}, + {549: 5458, 1073: 5457, 1236: 5696}, + {9: 5499, 57: 5697}, // 2820 - {158: 5696, 939: 270, 1213: 5697}, + {2741, 2741}, + {2809, 2809}, + {2803, 2803}, + {158: 5701, 939: 270, 1213: 5702}, {939: 269}, - {939: 5698}, - {536: 5699}, - {156, 156, 235: 156, 409: 5701, 725: 156, 1398: 5700}, // 2825 - {154, 154, 235: 5704, 725: 154, 1397: 5703}, - {564: 3057, 803: 5702}, - {155, 155, 235: 155, 725: 155}, - {253, 253, 725: 4005, 1061: 5711}, - {152, 152, 239: 152, 421: 5706, 725: 152, 1424: 5705}, + {939: 5703}, + {536: 5704}, + {156, 156, 235: 156, 410: 5706, 725: 156, 1399: 5705}, + {154, 154, 235: 5709, 725: 154, 1398: 5708}, + {564: 3059, 803: 5707}, // 2830 - {150, 150, 239: 5709, 725: 150, 1423: 5708}, - {564: 3057, 803: 5707}, - {151, 151, 239: 151, 725: 151}, - {153, 153, 725: 153}, - {564: 3057, 803: 5710}, + {155, 155, 235: 155, 725: 155}, + {253, 253, 725: 4007, 1061: 5716}, + {152, 152, 240: 152, 421: 5711, 725: 152, 1425: 5710}, + {150, 150, 240: 5714, 725: 150, 1424: 5713}, + {564: 3059, 803: 5712}, // 2835 + {151, 151, 240: 151, 725: 151}, + {153, 153, 725: 153}, + {564: 3059, 803: 5715}, {149, 149, 725: 149}, {157, 157}, + // 2840 {28: 203, 56: 203, 161: 203, 534: 203, 555: 203, 564: 203}, - {56: 5238, 534: 5713, 555: 5239, 1005: 5250}, + {56: 5240, 534: 5718, 555: 5241, 1005: 5253}, {208, 208}, - // 2840 - {564: 3057, 803: 5719}, - {564: 3057, 803: 5718}, + {564: 3059, 803: 5724}, + {564: 3059, 803: 5723}, + // 2845 {205, 205}, {206, 206}, {207, 207}, - // 2845 - {155: 5722, 611: 5721, 1092: 5723}, + {155: 5727, 611: 5726, 1092: 5728}, {2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 10: 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 58: 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 535: 2335, 563: 2335, 582: 2335}, - {2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 10: 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 58: 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 535: 2334, 563: 2334, 582: 2334}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 5724}, - {209, 209, 9: 3955}, // 2850 - {558: 5728}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 5727}, - {558: 210}, - {564: 3057, 803: 5729}, - {304: 5731, 535: 214, 555: 214, 590: 214, 717: 214, 807: 214, 1353: 5730}, + {2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 10: 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 58: 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 535: 2334, 563: 2334, 582: 2334}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 5729}, + {209, 209, 9: 3957}, + {558: 5733}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 5732}, // 2855 - {535: 2927, 555: 2912, 590: 2911, 717: 3038, 807: 2891, 819: 5734, 825: 3037, 827: 2892, 5738, 5739, 5737, 839: 2893, 843: 5736, 1458: 5735}, - {435: 5732}, - {161: 5733, 535: 213, 555: 213, 590: 213, 717: 213, 807: 213}, - {535: 212, 555: 212, 590: 212, 717: 212, 807: 212}, - {717: 3038, 807: 2891, 825: 5742, 827: 5740, 839: 5741}, + {558: 210}, + {564: 3059, 803: 5734}, + {304: 5736, 535: 214, 555: 214, 590: 214, 717: 214, 807: 214, 1354: 5735}, + {535: 2929, 555: 2914, 590: 2913, 717: 3040, 807: 2893, 819: 5739, 825: 3039, 827: 2894, 5743, 5744, 5742, 839: 2895, 843: 5741, 1459: 5740}, + {435: 5737}, // 2860 + {161: 5738, 535: 213, 555: 213, 590: 213, 717: 213, 807: 213}, + {535: 212, 555: 212, 590: 212, 717: 212, 807: 212}, + {717: 3040, 807: 2893, 825: 5747, 827: 5745, 839: 5746}, {219, 219}, {218, 218}, + // 2865 {217, 217}, {216, 216}, {215, 215}, - // 2865 {2357, 2357}, {2356, 2356}, + // 2870 {438, 438, 545: 438}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5755, 1295: 5756, 1485: 5754}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5760, 1296: 5761, 1486: 5759}, {228, 228, 228, 228, 228, 228, 228, 228, 228, 10: 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 58: 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 563: 228}, - // 2870 {227, 227, 227, 227, 227, 227, 227, 227, 227, 10: 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 58: 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, 563: 227}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5747, 887: 5748}, - {1267, 1267, 9: 1267, 549: 5749}, - {201, 201, 9: 3955}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5751, 775: 5287, 3071, 3072, 3070, 864: 5750}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5752, 887: 5753}, // 2875 - {200, 200, 9: 5288}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 5752}, - {9: 5288, 57: 5753}, - {199, 199}, - {229, 229, 9: 5762}, + {1267, 1267, 9: 1267, 549: 5754}, + {201, 201, 9: 3957}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5756, 775: 5292, 3073, 3074, 3072, 864: 5755}, + {200, 200, 9: 5293}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 5757}, // 2880 - {732: 5758, 773: 5759, 1392: 5757}, + {9: 5293, 57: 5758}, + {199, 199}, + {229, 229, 9: 5767}, + {732: 5763, 773: 5764, 1393: 5762}, {221, 221, 9: 221}, - {226, 226, 9: 226}, - {225, 225, 9: 225, 158: 5761}, - {223, 223, 9: 223, 158: 5760}, // 2885 + {226, 226, 9: 226}, + {225, 225, 9: 225, 158: 5766}, + {223, 223, 9: 223, 158: 5765}, {222, 222, 9: 222}, {224, 224, 9: 224}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5755, 1295: 5763}, + // 2890 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5760, 1296: 5768}, {220, 220, 9: 220}, {230, 230}, - // 2890 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5766, 887: 5767}, - {1267, 1267, 9: 1267, 549: 5768}, - {198, 198, 9: 3955}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5770, 775: 5287, 3071, 3072, 3070, 864: 5769}, - {197, 197, 9: 5288}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5771, 887: 5772}, + {1267, 1267, 9: 1267, 549: 5773}, // 2895 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 5771}, - {9: 5288, 57: 5772}, - {196, 196}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5774}, - {534: 5775, 559: 2614, 565: 2614, 1132: 5776}, + {198, 198, 9: 3957}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5775, 775: 5292, 3073, 3074, 3072, 864: 5774}, + {197, 197, 9: 5293}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 5776}, + {9: 5293, 57: 5777}, // 2900 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 2620, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 631: 3705, 775: 4051, 3071, 3072, 3070, 780: 5809, 826: 5808, 1131: 5807, 1338: 5806, 5810}, - {559: 5777, 565: 247, 1211: 5778}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3925, 3071, 3072, 3070, 782: 5801, 1210: 5800, 1391: 5799}, - {565: 5779}, - {534: 2928, 2927, 5782, 550: 2926, 611: 2925, 658: 2921, 779: 5780, 810: 5781, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 5785, 5784, 1376: 5783}, + {196, 196}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5779}, + {534: 5780, 559: 2616, 565: 2616, 1132: 5781}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 2622, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 631: 3707, 775: 4053, 3073, 3074, 3072, 780: 5814, 826: 5813, 1131: 5812, 1339: 5811, 5815}, + {559: 5782, 565: 247, 1211: 5783}, // 2905 - {231, 231, 535: 231, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3927, 3073, 3074, 3072, 782: 5806, 1210: 5805, 1392: 5804}, + {565: 5784}, + {534: 2930, 2929, 5787, 550: 2928, 611: 2927, 658: 2923, 779: 5785, 810: 5786, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 5790, 5789, 1377: 5788}, + {231, 231, 535: 231, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, {234, 234, 535: 234, 542: 1029, 553: 1029, 1029}, - {276, 276, 232: 5795, 535: 276, 1185: 5796}, - {242, 242, 535: 5786, 1062: 5787}, - {233, 233, 535: 233}, // 2910 + {276, 276, 232: 5800, 535: 276, 1185: 5801}, + {242, 242, 535: 5791, 1062: 5792}, + {233, 233, 535: 233}, {232, 232, 535: 232}, - {56: 5790, 1209: 5789, 1390: 5788}, + {56: 5795, 1209: 5794, 1391: 5793}, + // 2915 {235, 235}, - {241, 241, 9: 5793}, + {241, 241, 9: 5798}, {240, 240, 9: 240}, - // 2915 - {238, 238, 9: 238, 560: 5791}, - {536: 3609, 546: 4968, 4969, 551: 3600, 564: 3604, 632: 3599, 3601, 639: 3603, 3602, 3607, 643: 3608, 650: 3606, 781: 4967, 783: 3605, 1088: 5792}, + {238, 238, 9: 238, 560: 5796}, + {536: 3611, 546: 4970, 4971, 551: 3602, 564: 3606, 632: 3601, 3603, 639: 3605, 3604, 3609, 643: 3610, 650: 3608, 781: 4969, 783: 3607, 1088: 5797}, + // 2920 {237, 237, 9: 237}, - {56: 5790, 1209: 5794}, + {56: 5795, 1209: 5799}, {239, 239, 9: 239}, - // 2920 - {536: 5798}, - {242, 242, 535: 5786, 1062: 5797}, + {536: 5803}, + {242, 242, 535: 5791, 1062: 5802}, + // 2925 {236, 236}, {275, 275, 535: 275, 552: 275, 555: 275, 562: 275}, - {246, 246, 9: 5804, 535: 246, 565: 246}, - // 2925 + {246, 246, 9: 5809, 535: 246, 565: 246}, {244, 244, 9: 244, 535: 244, 565: 244}, - {560: 5802}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 5803}, - {243, 243, 9: 243, 535: 243, 565: 243}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 3925, 3071, 3072, 3070, 782: 5801, 1210: 5805}, + {560: 5807}, // 2930 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 5808}, + {243, 243, 9: 243, 535: 243, 565: 243}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 3927, 3073, 3074, 3072, 782: 5806, 1210: 5810}, {245, 245, 9: 245, 535: 245, 565: 245}, - {9: 5812, 57: 2619}, - {9: 2618, 57: 2618}, - {9: 2616, 57: 2616}, - {9: 2615, 57: 2615}, + {9: 5817, 57: 2621}, // 2935 - {57: 5811}, - {2613, 2613, 535: 2613, 559: 2613, 565: 2613}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 631: 3705, 775: 4051, 3071, 3072, 3070, 780: 5809, 826: 5808, 1131: 5813}, + {9: 2620, 57: 2620}, + {9: 2618, 57: 2618}, {9: 2617, 57: 2617}, - {158: 278, 836: 5818, 939: 278, 1394: 5817}, + {57: 5816}, + {2615, 2615, 535: 2615, 559: 2615, 565: 2615}, // 2940 - {536: 5816}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 631: 3707, 775: 4053, 3073, 3074, 3072, 780: 5814, 826: 5813, 1131: 5818}, + {9: 2619, 57: 2619}, + {158: 278, 836: 5823, 939: 278, 1395: 5822}, + {536: 5821}, {202, 202}, - {158: 5696, 939: 270, 1213: 5819}, - {158: 277, 939: 277}, - {939: 5820}, // 2945 - {536: 5821}, - {232: 5795, 552: 276, 555: 276, 562: 276, 1185: 5822}, - {552: 5823, 555: 5824, 562: 2399, 1170: 5825}, + {158: 5701, 939: 270, 1213: 5824}, + {158: 277, 939: 277}, + {939: 5825}, + {536: 5826}, + {232: 5800, 552: 276, 555: 276, 562: 276, 1185: 5827}, + // 2950 + {552: 5828, 555: 5829, 562: 2399, 1170: 5830}, {2398, 2398, 533: 2398, 2398, 2398, 540: 2398, 550: 2398, 562: 2398, 611: 2398, 658: 2398}, {2397, 2397, 533: 2397, 2397, 2397, 540: 2397, 550: 2397, 562: 2397, 611: 2397, 658: 2397}, - // 2950 - {562: 5826}, - {611: 5827}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 5828}, - {272, 272, 131: 272, 157: 272, 534: 272, 272, 552: 272, 559: 272, 712: 5830, 725: 272, 1335: 5829}, - {268, 268, 131: 3977, 157: 3976, 534: 268, 268, 552: 268, 559: 268, 725: 268, 936: 3975, 1179: 5833}, + {562: 5831}, + {611: 5832}, // 2955 - {559: 5831}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 5832}, - {271, 271, 131: 271, 157: 271, 534: 271, 271, 552: 271, 559: 271, 725: 271}, - {253, 253, 534: 253, 253, 552: 253, 559: 253, 725: 4005, 1061: 5834}, - {274, 274, 534: 274, 274, 552: 5836, 559: 274, 1374: 5835}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 5833}, + {272, 272, 131: 272, 157: 272, 534: 272, 272, 552: 272, 559: 272, 712: 5835, 725: 272, 1336: 5834}, + {268, 268, 131: 3979, 157: 3978, 534: 268, 268, 552: 268, 559: 268, 725: 268, 936: 3977, 1179: 5838}, + {559: 5836}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 5837}, // 2960 - {2614, 2614, 534: 5775, 2614, 559: 2614, 1132: 5839}, - {564: 3057, 803: 5837}, - {725: 5838}, - {273, 273, 534: 273, 273, 559: 273}, - {247, 247, 535: 247, 559: 5777, 1211: 5840}, + {271, 271, 131: 271, 157: 271, 534: 271, 271, 552: 271, 559: 271, 725: 271}, + {253, 253, 534: 253, 253, 552: 253, 559: 253, 725: 4007, 1061: 5839}, + {274, 274, 534: 274, 274, 552: 5841, 559: 274, 1375: 5840}, + {2616, 2616, 534: 5780, 2616, 559: 2616, 1132: 5844}, + {564: 3059, 803: 5842}, // 2965 - {242, 242, 535: 5786, 1062: 5841}, + {725: 5843}, + {273, 273, 534: 273, 273, 559: 273}, + {247, 247, 535: 247, 559: 5782, 1211: 5845}, + {242, 242, 535: 5791, 1062: 5846}, {279, 279}, + // 2970 {9: 336, 56: 336, 533: 336, 565: 336, 631: 2110, 715: 336, 729: 2110}, {9: 301, 533: 301, 301, 565: 301, 631: 2077, 715: 301, 729: 2077}, {9: 315, 533: 315, 315, 565: 315, 631: 2051, 715: 315, 729: 2051}, - // 2970 {9: 302, 533: 302, 302, 565: 302, 631: 2048, 715: 302, 729: 2048}, {9: 291, 533: 291, 291, 565: 291, 631: 2011, 715: 291, 729: 2011}, + // 2975 {9: 311, 533: 311, 311, 565: 311, 631: 1931, 715: 311, 729: 1931}, {9: 316, 533: 316, 316, 565: 316, 631: 1924, 715: 316, 729: 1924}, - {344: 5950, 377: 5951, 631: 1905, 729: 1905}, - // 2975 + {345: 5955, 378: 5956, 631: 1905, 729: 1905}, {9: 303, 533: 303, 303, 565: 303, 631: 1902, 715: 303, 729: 1902}, {9: 292, 533: 292, 292, 565: 292, 631: 1899, 715: 292, 729: 1899}, - {631: 5948, 729: 5947}, + // 2980 + {631: 5953, 729: 5952}, {9: 947, 533: 947, 565: 947, 631: 444, 715: 947, 729: 444}, {9: 946, 533: 946, 565: 946, 715: 946}, - // 2980 - {9: 332, 56: 5946, 533: 332, 565: 332, 715: 332}, + {9: 332, 56: 5951, 533: 332, 565: 332, 715: 332}, {9: 334, 533: 334, 565: 334, 715: 334}, - {9: 333, 533: 333, 565: 333, 715: 333}, - {565: 5944}, - {9: 312, 533: 312, 312, 562: 5942, 565: 312, 715: 312}, // 2985 + {9: 333, 533: 333, 565: 333, 715: 333}, + {565: 5949}, + {9: 312, 533: 312, 312, 562: 5947, 565: 312, 715: 312}, {9: 329, 533: 329, 565: 329, 715: 329}, - {9: 5894, 533: 5895, 565: 5896}, - {9: 327, 533: 327, 5891, 565: 327, 715: 327}, - {9: 325, 240: 5890, 533: 325, 325, 565: 325, 715: 325}, - {9: 323, 337: 5889, 533: 323, 323, 565: 323, 715: 323}, + {9: 5899, 533: 5900, 565: 5901}, // 2990 - {9: 322, 20: 5883, 133: 5885, 185: 5886, 218: 5884, 5882, 337: 5887, 533: 322, 322, 565: 322, 715: 322}, + {9: 327, 533: 327, 5896, 565: 327, 715: 327}, + {9: 325, 241: 5895, 533: 325, 325, 565: 325, 715: 325}, + {9: 323, 338: 5894, 533: 323, 323, 565: 323, 715: 323}, + {9: 322, 20: 5888, 133: 5890, 185: 5891, 218: 5889, 5887, 338: 5892, 533: 322, 322, 565: 322, 715: 322}, {9: 319, 533: 319, 319, 565: 319, 715: 319}, + // 2995 {9: 318, 533: 318, 318, 565: 318, 715: 318}, - {9: 317, 185: 5881, 533: 317, 317, 565: 317, 715: 317}, + {9: 317, 185: 5886, 533: 317, 317, 565: 317, 715: 317}, {9: 314, 533: 314, 314, 565: 314, 715: 314}, - // 2995 {9: 313, 533: 313, 313, 565: 313, 715: 313}, - {133: 5880, 1151: 5879}, + {133: 5885, 1151: 5884}, + // 3000 {9: 309, 533: 309, 309, 565: 309, 715: 309}, - {1012: 5878}, + {1012: 5883}, {9: 307, 533: 307, 307, 565: 307, 715: 307}, - // 3000 {9: 304, 533: 304, 304, 565: 304, 715: 304}, - {155: 5877}, + {155: 5882}, + // 3005 {9: 299, 533: 299, 299, 565: 299, 715: 299}, {9: 308, 533: 308, 308, 565: 308, 715: 308}, {9: 310, 533: 310, 310, 565: 310, 715: 310}, - // 3005 {9: 297, 533: 297, 297, 565: 297, 715: 297}, {9: 295, 533: 295, 295, 565: 295, 715: 295}, + // 3010 {9: 321, 533: 321, 321, 565: 321, 715: 321}, {9: 320, 533: 320, 320, 565: 320, 715: 320}, - {155: 5888}, - // 3010 + {155: 5893}, {9: 298, 533: 298, 298, 565: 298, 715: 298}, {9: 296, 533: 296, 296, 565: 296, 715: 296}, + // 3015 {9: 294, 533: 294, 294, 565: 294, 715: 294}, {9: 300, 533: 300, 300, 565: 300, 715: 300}, {9: 293, 533: 293, 293, 565: 293, 715: 293}, - // 3015 {9: 324, 533: 324, 324, 565: 324, 715: 324}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 5892}, - {9: 4054, 57: 5893}, - {9: 326, 533: 326, 565: 326, 715: 326}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 5842, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 5844, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 5850, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 5846, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 5843, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 5851, 3249, 3499, 5845, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 5848, 3155, 3156, 3403, 5849, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 5847, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 5853, 566: 5876, 590: 5870, 658: 5859, 710: 5874, 713: 5869, 717: 5872, 719: 5863, 727: 5864, 730: 5868, 743: 5865, 775: 3761, 3071, 3072, 3070, 807: 5867, 809: 5852, 902: 5854, 913: 5858, 964: 5873, 975: 5871, 1050: 5855, 1077: 5856, 5862, 1084: 5857, 5941, 1095: 5866, 1099: 5875}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 5897}, // 3020 - {2: 290, 290, 290, 290, 290, 290, 290, 10: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 58: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 5908, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 563: 290, 611: 5907, 971: 5909, 1219: 5910}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5899, 976: 5900}, - {960, 960, 6: 960, 9: 960, 15: 960, 51: 960, 960, 960, 960, 960, 133: 960, 183: 960, 535: 960, 545: 960, 560: 960, 631: 5905, 660: 960, 715: 960, 720: 960, 728: 960, 5904}, - {1421, 1421, 6: 1421, 9: 1421, 15: 1421, 51: 1421, 1421, 1421, 1421, 1421, 133: 1421, 183: 1421, 534: 4390, 1421, 545: 1421, 560: 1421, 660: 1421, 715: 1421, 720: 1421, 728: 1421, 1229: 5903}, - {956, 956, 9: 956, 535: 956}, + {9: 4056, 57: 5898}, + {9: 326, 533: 326, 565: 326, 715: 326}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 5847, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 5849, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 5855, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 5851, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 5848, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 5856, 3251, 3501, 5850, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 5853, 3157, 3158, 3405, 5854, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 5852, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 5858, 566: 5881, 590: 5875, 658: 5864, 710: 5879, 713: 5874, 717: 5877, 719: 5868, 727: 5869, 730: 5873, 743: 5870, 775: 3763, 3073, 3074, 3072, 807: 5872, 809: 5857, 902: 5859, 913: 5863, 964: 5878, 975: 5876, 1050: 5860, 1077: 5861, 5867, 1084: 5862, 5946, 1095: 5871, 1099: 5880}, + {2: 290, 290, 290, 290, 290, 290, 290, 10: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 58: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 5913, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 563: 290, 611: 5912, 971: 5914, 1220: 5915}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5904, 976: 5905}, // 3025 - {280, 280, 9: 5901}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5902}, + {960, 960, 6: 960, 9: 960, 15: 960, 51: 960, 960, 960, 960, 960, 133: 960, 183: 960, 535: 960, 545: 960, 560: 960, 631: 5910, 660: 960, 715: 960, 720: 960, 728: 960, 5909}, + {1421, 1421, 6: 1421, 9: 1421, 15: 1421, 51: 1421, 1421, 1421, 1421, 1421, 133: 1421, 183: 1421, 534: 4392, 1421, 545: 1421, 560: 1421, 660: 1421, 715: 1421, 720: 1421, 728: 1421, 1230: 5908}, + {956, 956, 9: 956, 535: 956}, + {280, 280, 9: 5906}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5907}, + // 3030 {955, 955, 9: 955, 535: 955}, {957, 957, 6: 957, 9: 957, 15: 957, 51: 957, 957, 957, 957, 957, 133: 957, 183: 957, 535: 957, 545: 957, 560: 957, 660: 957, 715: 957, 720: 957, 728: 957}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 775: 3761, 3071, 3072, 3070, 809: 5906}, - // 3030 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 775: 3763, 3073, 3074, 3072, 809: 5911}, {958, 958, 6: 958, 9: 958, 15: 958, 51: 958, 958, 958, 958, 958, 133: 958, 183: 958, 535: 958, 545: 958, 560: 958, 660: 958, 715: 958, 720: 958, 728: 958}, {959, 959, 6: 959, 9: 959, 15: 959, 51: 959, 959, 959, 959, 959, 133: 959, 183: 959, 535: 959, 545: 959, 560: 959, 660: 959, 715: 959, 720: 959, 728: 959}, + // 3035 {2: 289, 289, 289, 289, 289, 289, 289, 10: 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 58: 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 563: 289}, {2: 288, 288, 288, 288, 288, 288, 288, 10: 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 58: 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 563: 288}, {2: 287, 287, 287, 287, 287, 287, 287, 10: 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 58: 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 563: 287}, - // 3035 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 5911, 775: 5912, 3071, 3072, 3070, 1245: 5913}, - {565: 286, 715: 286, 718: 5939}, - {565: 282, 715: 282, 718: 5936}, - {565: 5914}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5915, 1000: 5916, 1029: 5917}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 5916, 775: 5917, 3073, 3074, 3072, 1246: 5918}, + {565: 286, 715: 286, 718: 5944}, // 3040 - {374, 374, 6: 374, 9: 374, 15: 374, 51: 374, 374, 374, 374, 374, 183: 5921, 535: 374, 728: 374, 1325: 5920}, + {565: 282, 715: 282, 718: 5941}, + {565: 5919}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5920, 1000: 5921, 1029: 5922}, + {374, 374, 6: 374, 9: 374, 15: 374, 51: 374, 374, 374, 374, 374, 183: 5926, 535: 374, 728: 374, 1326: 5925}, {420, 420, 6: 420, 9: 420, 15: 420, 51: 420, 420, 420, 420, 420, 535: 420, 728: 420}, - {281, 281, 9: 5918}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5915, 1000: 5919}, - {419, 419, 6: 419, 9: 419, 15: 419, 51: 419, 419, 419, 419, 419, 535: 419, 728: 419}, // 3045 + {281, 281, 9: 5923}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5920, 1000: 5924}, + {419, 419, 6: 419, 9: 419, 15: 419, 51: 419, 419, 419, 419, 419, 535: 419, 728: 419}, {421, 421, 6: 421, 9: 421, 15: 421, 51: 421, 421, 421, 421, 421, 535: 421, 728: 421}, - {535: 5923, 726: 5922}, - {15: 5934, 536: 5931, 1003: 5933}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 775: 3761, 3071, 3072, 3070, 809: 5925, 1326: 5924}, - {372, 372, 6: 372, 9: 372, 15: 372, 51: 372, 372, 372, 372, 372, 535: 372, 540: 5927, 726: 5926, 728: 372}, + {535: 5928, 726: 5927}, // 3050 + {15: 5939, 536: 5936, 1003: 5938}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 775: 3763, 3073, 3074, 3072, 809: 5930, 1327: 5929}, + {372, 372, 6: 372, 9: 372, 15: 372, 51: 372, 372, 372, 372, 372, 535: 372, 540: 5932, 726: 5931, 728: 372}, {368, 368, 6: 368, 9: 368, 15: 368, 51: 368, 368, 368, 368, 368, 535: 368, 540: 368, 726: 368, 728: 368}, - {536: 5931, 1003: 5932}, - {536: 5929, 641: 5930, 1192: 5928}, + {536: 5936, 1003: 5937}, + // 3055 + {536: 5934, 641: 5935, 1192: 5933}, {370, 370, 6: 370, 9: 370, 15: 370, 51: 370, 370, 370, 370, 370, 535: 370, 728: 370}, {367, 367, 6: 367, 9: 367, 15: 367, 51: 367, 367, 367, 367, 367, 535: 367, 728: 367}, - // 3055 {366, 366, 6: 366, 9: 366, 15: 366, 51: 366, 366, 366, 366, 366, 535: 366, 728: 366}, {952, 952, 6: 952, 9: 952, 15: 952, 51: 952, 952, 952, 952, 952, 57: 952, 535: 952, 728: 952}, + // 3060 {371, 371, 6: 371, 9: 371, 15: 371, 51: 371, 371, 371, 371, 371, 535: 371, 728: 371}, {373, 373, 6: 373, 9: 373, 15: 373, 51: 373, 373, 373, 373, 373, 535: 373, 728: 373}, - {536: 5929, 641: 5930, 1192: 5935}, - // 3060 + {536: 5934, 641: 5935, 1192: 5940}, {369, 369, 6: 369, 9: 369, 15: 369, 51: 369, 369, 369, 369, 369, 535: 369, 728: 369}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 5937, 775: 5938, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 5942, 775: 5943, 3073, 3074, 3072}, + // 3065 {565: 284, 715: 284}, {565: 283, 715: 283}, - {563: 5940}, - // 3065 + {563: 5945}, {565: 285, 715: 285}, {9: 328, 533: 328, 565: 328, 715: 328}, - {338: 5943}, - {9: 330, 533: 330, 565: 330, 715: 330}, - {338: 5945}, // 3070 + {339: 5948}, + {9: 330, 533: 330, 565: 330, 715: 330}, + {339: 5950}, {9: 331, 533: 331, 565: 331, 715: 331}, {9: 335, 56: 335, 533: 335, 565: 335, 715: 335}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 775: 3761, 3071, 3072, 3070, 809: 5949}, + // 3075 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 775: 3763, 3073, 3074, 3072, 809: 5954}, {948, 948, 9: 948, 533: 948, 565: 948, 715: 948}, {949, 949, 9: 949, 533: 949, 565: 949, 715: 949}, - // 3075 {9: 306, 533: 306, 306, 565: 306, 715: 306}, {9: 305, 533: 305, 305, 565: 305, 715: 305}, - {533: 5994, 631: 2024, 729: 2024}, - {9: 5894, 533: 5954, 715: 5955}, - {2: 290, 290, 290, 290, 290, 290, 290, 10: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 58: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 5908, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 563: 290, 611: 5907, 971: 5909, 1219: 5957}, // 3080 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5899, 976: 5956}, - {343, 343, 9: 5901}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 5911, 775: 5912, 3071, 3072, 3070, 1245: 5958}, - {715: 5959}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5915, 1000: 5916, 1029: 5960}, + {533: 5999, 631: 2024, 729: 2024}, + {9: 5899, 533: 5959, 715: 5960}, + {2: 290, 290, 290, 290, 290, 290, 290, 10: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 58: 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 5913, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 563: 290, 611: 5912, 971: 5914, 1220: 5962}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5904, 976: 5961}, + {343, 343, 9: 5906}, // 3085 - {410, 410, 9: 5918, 535: 410, 728: 5962, 1081: 5961, 5963}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 5916, 775: 5917, 3073, 3074, 3072, 1246: 5963}, + {715: 5964}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5920, 1000: 5921, 1029: 5965}, + {410, 410, 9: 5923, 535: 410, 728: 5967, 1081: 5966, 5968}, {409, 409, 6: 409, 15: 409, 51: 409, 409, 409, 409, 409, 535: 409}, - {163: 5983, 5981, 170: 5984, 5982, 5985, 412: 5976, 461: 5978, 1083: 5980, 1445: 5979, 1470: 5977}, - {342, 342, 535: 5965, 1309: 5964}, - {345, 345}, // 3090 - {165: 5969, 5967, 5968, 5970, 964: 5966}, - {1012: 5975}, - {564: 3057, 803: 5974}, - {564: 3057, 803: 5973}, - {564: 3057, 803: 5972}, + {163: 5988, 5986, 170: 5989, 5987, 5990, 412: 5981, 461: 5983, 1083: 5985, 1446: 5984, 1471: 5982}, + {342, 342, 535: 5970, 1310: 5969}, + {345, 345}, + {165: 5974, 5972, 5973, 5975, 964: 5971}, + {1012: 5980}, // 3095 - {564: 3057, 803: 5971}, + {564: 3059, 803: 5979}, + {564: 3059, 803: 5978}, + {564: 3059, 803: 5977}, + {564: 3059, 803: 5976}, {337, 337}, + // 3100 {338, 338}, {339, 339}, {340, 340}, - // 3100 {341, 341}, {408, 408, 6: 408, 15: 408, 51: 408, 408, 408, 408, 408, 535: 408}, + // 3105 {407, 407, 6: 407, 15: 407, 51: 407, 407, 407, 407, 407, 535: 407}, {406, 406, 6: 406, 15: 406, 51: 406, 406, 406, 406, 406, 535: 406}, - {405, 405, 6: 405, 15: 405, 51: 405, 405, 405, 405, 405, 163: 5983, 5981, 170: 5984, 5982, 5985, 535: 405, 570: 5991, 1083: 5992}, - // 3105 + {405, 405, 6: 405, 15: 405, 51: 405, 405, 405, 405, 405, 163: 5988, 5986, 170: 5989, 5987, 5990, 535: 405, 570: 5996, 1083: 5997}, {404, 404, 6: 404, 15: 404, 51: 404, 404, 404, 404, 404, 163: 404, 404, 170: 404, 404, 404, 535: 404, 570: 404}, - {536: 5990}, - {536: 5989}, - {536: 5988}, - {536: 5987}, + {536: 5995}, // 3110 - {536: 5986}, + {536: 5994}, + {536: 5993}, + {536: 5992}, + {536: 5991}, {397, 397, 6: 397, 15: 397, 51: 397, 397, 397, 397, 397, 163: 397, 397, 170: 397, 397, 397, 535: 397, 570: 397}, + // 3115 {398, 398, 6: 398, 15: 398, 51: 398, 398, 398, 398, 398, 163: 398, 398, 170: 398, 398, 398, 535: 398, 570: 398}, {399, 399, 6: 399, 15: 399, 51: 399, 399, 399, 399, 399, 163: 399, 399, 170: 399, 399, 399, 535: 399, 570: 399}, {400, 400, 6: 400, 15: 400, 51: 400, 400, 400, 400, 400, 163: 400, 400, 170: 400, 400, 400, 535: 400, 570: 400}, - // 3115 {401, 401, 6: 401, 15: 401, 51: 401, 401, 401, 401, 401, 163: 401, 401, 170: 401, 401, 401, 535: 401, 570: 401}, - {163: 5983, 5981, 170: 5984, 5982, 5985, 1083: 5993}, + {163: 5988, 5986, 170: 5989, 5987, 5990, 1083: 5998}, + // 3120 {402, 402, 6: 402, 15: 402, 51: 402, 402, 402, 402, 402, 163: 402, 402, 170: 402, 402, 402, 535: 402, 570: 402}, {403, 403, 6: 403, 15: 403, 51: 403, 403, 403, 403, 403, 163: 403, 403, 170: 403, 403, 403, 535: 403, 570: 403}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5995}, - // 3120 - {715: 5996}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5899, 976: 5997}, - {342, 342, 9: 5901, 535: 5965, 1309: 5998}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 6000}, + {715: 6001}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5904, 976: 6002}, + // 3125 + {342, 342, 9: 5906, 535: 5970, 1310: 6003}, {344, 344}, {2482, 2482, 9: 2482, 16: 2482, 18: 2482, 21: 2482, 538: 2482, 541: 2482, 556: 2482, 559: 2482, 565: 2482, 567: 2482, 583: 2482, 712: 2482, 715: 2482, 768: 2482, 2482}, - // 3125 {435, 435}, {2: 1068, 1068, 1068, 1068, 1068, 1068, 1068, 10: 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 58: 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 534: 1068, 536: 1068, 1068, 1068, 1068, 543: 1068, 1068, 546: 1068, 1068, 1068, 550: 1068, 1068, 1068, 555: 1068, 1068, 562: 1068, 1068, 1068, 1068, 577: 1068, 582: 1068, 589: 1068, 1068, 622: 1068, 629: 1068, 631: 1068, 1068, 1068, 1068, 639: 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 659: 1068, 661: 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 714: 1068, 719: 1068, 832: 1068, 1068, 836: 1068, 838: 1068, 840: 1068, 844: 1068, 853: 1068, 1068, 1068}, + // 3130 {2: 1066, 1066, 1066, 1066, 1066, 1066, 1066, 10: 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 58: 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 534: 1066, 552: 1066, 562: 1066, 1066, 565: 1066, 646: 1066, 836: 1066, 838: 1066, 840: 1066}, - {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 534: 1272, 552: 1272, 563: 1272, 646: 1272, 836: 6004, 838: 6006, 840: 6005, 941: 6007, 995: 6008}, + {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 534: 1272, 552: 1272, 563: 1272, 646: 1272, 836: 6009, 838: 6011, 840: 6010, 941: 6012, 995: 6013}, {2: 1275, 1275, 1275, 1275, 1275, 1275, 1275, 10: 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 58: 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 534: 1275, 536: 1275, 1275, 1275, 1275, 543: 1275, 1275, 546: 1275, 1275, 1275, 550: 1275, 1275, 1275, 555: 1275, 1275, 562: 1275, 1275, 1275, 1275, 577: 1275, 582: 1275, 589: 1275, 1275, 622: 1275, 629: 1275, 631: 1275, 1275, 1275, 1275, 639: 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 659: 1275, 661: 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 714: 1275, 719: 1275, 832: 1275, 1275, 836: 1275, 838: 1275, 840: 1275, 844: 1275, 853: 1275, 1275, 1275}, - // 3130 {2: 1274, 1274, 1274, 1274, 1274, 1274, 1274, 10: 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 58: 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 534: 1274, 536: 1274, 1274, 1274, 1274, 543: 1274, 1274, 546: 1274, 1274, 1274, 550: 1274, 1274, 1274, 555: 1274, 1274, 562: 1274, 1274, 1274, 1274, 577: 1274, 582: 1274, 589: 1274, 1274, 622: 1274, 629: 1274, 631: 1274, 1274, 1274, 1274, 639: 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 659: 1274, 661: 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 714: 1274, 719: 1274, 832: 1274, 1274, 836: 1274, 838: 1274, 840: 1274, 844: 1274, 853: 1274, 1274, 1274}, {2: 1273, 1273, 1273, 1273, 1273, 1273, 1273, 10: 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 58: 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 534: 1273, 536: 1273, 1273, 1273, 1273, 543: 1273, 1273, 546: 1273, 1273, 1273, 550: 1273, 1273, 1273, 555: 1273, 1273, 562: 1273, 1273, 1273, 1273, 577: 1273, 582: 1273, 589: 1273, 1273, 622: 1273, 629: 1273, 631: 1273, 1273, 1273, 1273, 639: 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 659: 1273, 661: 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 714: 1273, 719: 1273, 832: 1273, 1273, 836: 1273, 838: 1273, 840: 1273, 844: 1273, 853: 1273, 1273, 1273}, - {2: 1271, 1271, 1271, 1271, 1271, 1271, 1271, 10: 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 58: 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 534: 1271, 552: 1271, 562: 1271, 1271, 565: 1271, 646: 1271}, - {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 534: 2135, 552: 4703, 563: 2135, 646: 2135, 965: 6009}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 646: 6013, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6012, 962: 6010, 999: 6011}, // 3135 + {2: 1271, 1271, 1271, 1271, 1271, 1271, 1271, 10: 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 58: 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 1271, 534: 1271, 552: 1271, 562: 1271, 1271, 565: 1271, 646: 1271}, + {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 534: 2135, 552: 4705, 563: 2135, 646: 2135, 965: 6014}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 646: 6018, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6017, 962: 6015, 999: 6016}, {1145, 1145, 9: 1145, 57: 1145, 533: 1145, 535: 1145, 542: 1145, 545: 1145, 553: 1145, 1145, 557: 1145, 1145, 1145, 561: 1145, 1145, 566: 1145, 1145, 1145, 575: 1145, 1145, 578: 1145}, - {9: 6064, 559: 6133}, - {9: 1143, 543: 6031, 6032, 559: 6118, 577: 6030, 580: 6033, 584: 6029, 6034, 587: 6035, 920: 6028, 925: 6027}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6115, 3071, 3072, 3070}, - {1141, 1141, 9: 1141, 57: 1141, 533: 1141, 535: 1141, 542: 1141, 1141, 1141, 1141, 553: 1141, 1141, 557: 1141, 1141, 1141, 561: 1141, 1141, 566: 1141, 1141, 1141, 575: 1141, 1141, 1141, 1141, 580: 1141, 584: 1141, 1141, 587: 1141, 1141}, + {9: 6069, 559: 6138}, // 3140 + {9: 1143, 543: 6036, 6037, 559: 6123, 577: 6035, 580: 6038, 584: 6034, 6039, 587: 6040, 920: 6033, 925: 6032}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6120, 3073, 3074, 3072}, + {1141, 1141, 9: 1141, 57: 1141, 533: 1141, 535: 1141, 542: 1141, 1141, 1141, 1141, 553: 1141, 1141, 557: 1141, 1141, 1141, 561: 1141, 1141, 566: 1141, 1141, 1141, 575: 1141, 1141, 1141, 1141, 580: 1141, 584: 1141, 1141, 587: 1141, 1141}, {1140, 1140, 9: 1140, 57: 1140, 533: 1140, 535: 1140, 542: 1140, 1140, 1140, 1140, 553: 1140, 1140, 557: 1140, 1140, 1140, 561: 1140, 1140, 566: 1140, 1140, 1140, 575: 1140, 1140, 1140, 1140, 580: 1140, 584: 1140, 1140, 587: 1140, 1140}, - {1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 535: 1136, 540: 1136, 542: 1136, 1136, 1136, 1136, 549: 6068, 552: 1136, 1136, 1136, 557: 1136, 1136, 1136, 561: 1136, 1136, 566: 1136, 1136, 1136, 1136, 575: 1136, 1136, 1136, 1136, 1136, 1136, 584: 1136, 1136, 587: 1136, 1136, 595: 1136, 734: 1136, 970: 6067}, - {1134, 1134, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1134, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 1134, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 1134, 535: 1134, 540: 6025, 542: 1134, 1134, 1134, 1134, 553: 1134, 1134, 557: 1134, 1134, 1134, 561: 1134, 1134, 566: 1134, 1134, 1134, 575: 1134, 1134, 1134, 1134, 580: 1134, 584: 1134, 1134, 587: 1134, 1134, 775: 6024, 3071, 3072, 3070, 1022: 6023, 6022}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 2927, 550: 2926, 563: 3952, 611: 2925, 646: 6013, 658: 2921, 775: 3951, 3071, 3072, 3070, 6021, 808: 6016, 810: 3871, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 3873, 3872, 898: 6015, 903: 6014, 6020, 962: 6010, 999: 6019}, - {9: 6064, 57: 6065}, + {1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 535: 1136, 540: 1136, 542: 1136, 1136, 1136, 1136, 549: 6073, 552: 1136, 1136, 1136, 557: 1136, 1136, 1136, 561: 1136, 1136, 566: 1136, 1136, 1136, 1136, 575: 1136, 1136, 1136, 1136, 1136, 1136, 584: 1136, 1136, 587: 1136, 1136, 595: 1136, 734: 1136, 970: 6072}, // 3145 - {1143, 1143, 9: 1143, 57: 1143, 533: 1143, 535: 1143, 542: 1143, 6031, 6032, 1143, 553: 1143, 1143, 557: 1143, 1143, 1143, 561: 1143, 1143, 566: 1143, 1143, 1143, 575: 1143, 1143, 6030, 1143, 580: 6033, 584: 6029, 6034, 587: 6035, 920: 6028, 925: 6027}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1134, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 4016, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 540: 6025, 542: 1028, 1134, 1134, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 577: 1134, 580: 1134, 584: 1134, 1134, 587: 1134, 775: 6024, 3071, 3072, 3070, 845: 3884, 3885, 1022: 6023, 6022}, + {1134, 1134, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1134, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 1134, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 1134, 535: 1134, 540: 6030, 542: 1134, 1134, 1134, 1134, 553: 1134, 1134, 557: 1134, 1134, 1134, 561: 1134, 1134, 566: 1134, 1134, 1134, 575: 1134, 1134, 1134, 1134, 580: 1134, 584: 1134, 1134, 587: 1134, 1134, 775: 6029, 3073, 3074, 3072, 1022: 6028, 6027}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 2929, 550: 2928, 563: 3954, 611: 2927, 646: 6018, 658: 2923, 775: 3953, 3073, 3074, 3072, 6026, 808: 6021, 810: 3873, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 3875, 3874, 898: 6020, 903: 6019, 6025, 962: 6015, 999: 6024}, + {9: 6069, 57: 6070}, + {1143, 1143, 9: 1143, 57: 1143, 533: 1143, 535: 1143, 542: 1143, 6036, 6037, 1143, 553: 1143, 1143, 557: 1143, 1143, 1143, 561: 1143, 1143, 566: 1143, 1143, 1143, 575: 1143, 1143, 6035, 1143, 580: 6038, 584: 6034, 6039, 587: 6040, 920: 6033, 925: 6032}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1134, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 4018, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 540: 6030, 542: 1028, 1134, 1134, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 577: 1134, 580: 1134, 584: 1134, 1134, 587: 1134, 775: 6029, 3073, 3074, 3072, 845: 3886, 3887, 1022: 6028, 6027}, + // 3150 {1138, 1138, 9: 1138, 57: 1138, 533: 1138, 535: 1138, 542: 1138, 1138, 1138, 1138, 553: 1138, 1138, 557: 1138, 1138, 1138, 561: 1138, 1138, 566: 1138, 1138, 1138, 575: 1138, 1138, 1138, 1138, 580: 1138, 584: 1138, 1138, 587: 1138, 1138}, {1133, 1133, 9: 1133, 57: 1133, 533: 1133, 535: 1133, 542: 1133, 1133, 1133, 1133, 552: 1133, 1133, 1133, 557: 1133, 1133, 1133, 561: 1133, 1133, 566: 1133, 1133, 1133, 1133, 575: 1133, 1133, 1133, 1133, 1133, 1133, 584: 1133, 1133, 587: 1133, 1133, 595: 1133, 734: 1133}, {1132, 1132, 9: 1132, 57: 1132, 533: 1132, 535: 1132, 542: 1132, 1132, 1132, 1132, 552: 1132, 1132, 1132, 557: 1132, 1132, 1132, 561: 1132, 1132, 566: 1132, 1132, 1132, 1132, 575: 1132, 1132, 1132, 1132, 1132, 1132, 584: 1132, 1132, 587: 1132, 1132, 595: 1132, 734: 1132}, - // 3150 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6026, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6031, 3073, 3074, 3072}, {1131, 1131, 9: 1131, 57: 1131, 533: 1131, 535: 1131, 542: 1131, 1131, 1131, 1131, 552: 1131, 1131, 1131, 557: 1131, 1131, 1131, 561: 1131, 1131, 566: 1131, 1131, 1131, 1131, 575: 1131, 1131, 1131, 1131, 1131, 1131, 584: 1131, 1131, 587: 1131, 1131, 595: 1131, 734: 1131}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6057}, - {580: 1102, 1015: 6044, 1234: 6048}, - {543: 6031, 6032, 580: 6041, 920: 6042}, // 3155 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6038}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6062}, + {580: 1102, 1015: 6049, 1235: 6053}, + {543: 6036, 6037, 580: 6046, 920: 6047}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6043}, {580: 1104, 1015: 1104}, + // 3160 {580: 1103, 1015: 1103}, {2: 1100, 1100, 1100, 1100, 1100, 1100, 1100, 10: 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 58: 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 534: 1100, 563: 1100}, - {580: 6037}, - // 3160 - {580: 6036}, + {580: 6042}, + {580: 6041}, {2: 1098, 1098, 1098, 1098, 1098, 1098, 1098, 10: 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 58: 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 534: 1098, 563: 1098}, - {2: 1099, 1099, 1099, 1099, 1099, 1099, 1099, 10: 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 58: 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 534: 1099, 563: 1099}, - {1106, 1106, 9: 1106, 57: 1106, 533: 6039, 535: 1106, 542: 1106, 1106, 1106, 1106, 553: 1106, 1106, 557: 1106, 1106, 1106, 561: 1106, 1106, 566: 1106, 1106, 1106, 575: 1106, 1106, 1106, 1106, 580: 1106, 584: 1106, 1106, 587: 1106, 1106, 920: 6028, 925: 6027}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6040}, // 3165 - {1105, 1105, 9: 1105, 57: 1105, 533: 1105, 535: 1105, 542: 1105, 1105, 1105, 1105, 553: 1105, 1105, 557: 1105, 1105, 1105, 561: 1105, 1105, 566: 1105, 1105, 1105, 570: 3769, 3767, 3768, 3766, 3764, 1105, 1105, 1105, 1105, 580: 1105, 584: 1105, 1105, 587: 1105, 1105, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6047}, - {580: 1102, 1015: 6044, 1234: 6043}, - {580: 6045}, - {580: 1101}, + {2: 1099, 1099, 1099, 1099, 1099, 1099, 1099, 10: 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 58: 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 534: 1099, 563: 1099}, + {1106, 1106, 9: 1106, 57: 1106, 533: 6044, 535: 1106, 542: 1106, 1106, 1106, 1106, 553: 1106, 1106, 557: 1106, 1106, 1106, 561: 1106, 1106, 566: 1106, 1106, 1106, 575: 1106, 1106, 1106, 1106, 580: 1106, 584: 1106, 1106, 587: 1106, 1106, 920: 6033, 925: 6032}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6045}, + {1105, 1105, 9: 1105, 57: 1105, 533: 1105, 535: 1105, 542: 1105, 1105, 1105, 1105, 553: 1105, 1105, 557: 1105, 1105, 1105, 561: 1105, 1105, 566: 1105, 1105, 1105, 570: 3771, 3769, 3770, 3768, 3766, 1105, 1105, 1105, 1105, 580: 1105, 584: 1105, 1105, 587: 1105, 1105, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6052}, // 3170 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6046}, - {1107, 1107, 9: 1107, 57: 1107, 533: 1107, 535: 1107, 542: 1107, 1107, 1107, 1107, 553: 1107, 1107, 557: 1107, 1107, 1107, 561: 1107, 1107, 566: 1107, 1107, 1107, 575: 1107, 1107, 1107, 1107, 580: 1107, 584: 1107, 1107, 587: 1107, 1107, 920: 6028, 925: 6027}, - {1108, 1108, 9: 1108, 57: 1108, 533: 1108, 535: 1108, 542: 1108, 1108, 1108, 1108, 553: 1108, 1108, 557: 1108, 1108, 1108, 561: 1108, 1108, 566: 1108, 1108, 1108, 575: 1108, 1108, 1108, 1108, 580: 1108, 584: 1108, 1108, 587: 1108, 1108, 920: 6028, 925: 6027}, - {580: 6049}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6050}, + {580: 1102, 1015: 6049, 1235: 6048}, + {580: 6050}, + {580: 1101}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6051}, + {1107, 1107, 9: 1107, 57: 1107, 533: 1107, 535: 1107, 542: 1107, 1107, 1107, 1107, 553: 1107, 1107, 557: 1107, 1107, 1107, 561: 1107, 1107, 566: 1107, 1107, 1107, 575: 1107, 1107, 1107, 1107, 580: 1107, 584: 1107, 1107, 587: 1107, 1107, 920: 6033, 925: 6032}, // 3175 - {533: 6051, 543: 6031, 6032, 6052, 577: 6030, 580: 6033, 584: 6029, 6034, 587: 6035, 920: 6028, 925: 6027}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6056}, - {534: 6053}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 6054}, - {9: 4054, 57: 6055}, + {1108, 1108, 9: 1108, 57: 1108, 533: 1108, 535: 1108, 542: 1108, 1108, 1108, 1108, 553: 1108, 1108, 557: 1108, 1108, 1108, 561: 1108, 1108, 566: 1108, 1108, 1108, 575: 1108, 1108, 1108, 1108, 580: 1108, 584: 1108, 1108, 587: 1108, 1108, 920: 6033, 925: 6032}, + {580: 6054}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6055}, + {533: 6056, 543: 6036, 6037, 6057, 577: 6035, 580: 6038, 584: 6034, 6039, 587: 6040, 920: 6033, 925: 6032}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6061}, // 3180 + {534: 6058}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 6059}, + {9: 4056, 57: 6060}, {1109, 1109, 9: 1109, 57: 1109, 533: 1109, 535: 1109, 542: 1109, 1109, 1109, 1109, 553: 1109, 1109, 557: 1109, 1109, 1109, 561: 1109, 1109, 566: 1109, 1109, 1109, 575: 1109, 1109, 1109, 1109, 580: 1109, 584: 1109, 1109, 587: 1109, 1109}, - {1110, 1110, 9: 1110, 57: 1110, 533: 1110, 535: 1110, 542: 1110, 1110, 1110, 1110, 553: 1110, 1110, 557: 1110, 1110, 1110, 561: 1110, 1110, 566: 1110, 1110, 1110, 570: 3769, 3767, 3768, 3766, 3764, 1110, 1110, 1110, 1110, 580: 1110, 584: 1110, 1110, 587: 1110, 1110, 804: 3765, 3763}, - {1113, 1113, 9: 1113, 57: 1113, 533: 6058, 535: 1113, 542: 1113, 6031, 6032, 6059, 553: 1113, 1113, 557: 1113, 1113, 1113, 561: 1113, 1113, 566: 1113, 1113, 1113, 575: 1113, 1113, 6030, 1113, 580: 6033, 584: 6029, 6034, 587: 6035, 1113, 920: 6028, 925: 6027}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6063}, - {534: 6060}, + {1110, 1110, 9: 1110, 57: 1110, 533: 1110, 535: 1110, 542: 1110, 1110, 1110, 1110, 553: 1110, 1110, 557: 1110, 1110, 1110, 561: 1110, 1110, 566: 1110, 1110, 1110, 570: 3771, 3769, 3770, 3768, 3766, 1110, 1110, 1110, 1110, 580: 1110, 584: 1110, 1110, 587: 1110, 1110, 804: 3767, 3765}, // 3185 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 6061}, - {9: 4054, 57: 6062}, - {1111, 1111, 9: 1111, 57: 1111, 533: 1111, 535: 1111, 542: 1111, 1111, 1111, 1111, 553: 1111, 1111, 557: 1111, 1111, 1111, 561: 1111, 1111, 566: 1111, 1111, 1111, 575: 1111, 1111, 1111, 1111, 580: 1111, 584: 1111, 1111, 587: 1111, 1111}, - {1112, 1112, 9: 1112, 57: 1112, 533: 1112, 535: 1112, 542: 1112, 1112, 1112, 1112, 553: 1112, 1112, 557: 1112, 1112, 1112, 561: 1112, 1112, 566: 1112, 1112, 1112, 570: 3769, 3767, 3768, 3766, 3764, 1112, 1112, 1112, 1112, 580: 1112, 584: 1112, 1112, 587: 1112, 1112, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 646: 6013, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6020, 962: 6066}, + {1113, 1113, 9: 1113, 57: 1113, 533: 6063, 535: 1113, 542: 1113, 6036, 6037, 6064, 553: 1113, 1113, 557: 1113, 1113, 1113, 561: 1113, 1113, 566: 1113, 1113, 1113, 575: 1113, 1113, 6035, 1113, 580: 6038, 584: 6034, 6039, 587: 6040, 1113, 920: 6033, 925: 6032}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6068}, + {534: 6065}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 6066}, + {9: 4056, 57: 6067}, // 3190 + {1111, 1111, 9: 1111, 57: 1111, 533: 1111, 535: 1111, 542: 1111, 1111, 1111, 1111, 553: 1111, 1111, 557: 1111, 1111, 1111, 561: 1111, 1111, 566: 1111, 1111, 1111, 575: 1111, 1111, 1111, 1111, 580: 1111, 584: 1111, 1111, 587: 1111, 1111}, + {1112, 1112, 9: 1112, 57: 1112, 533: 1112, 535: 1112, 542: 1112, 1112, 1112, 1112, 553: 1112, 1112, 557: 1112, 1112, 1112, 561: 1112, 1112, 566: 1112, 1112, 1112, 570: 3771, 3769, 3770, 3768, 3766, 1112, 1112, 1112, 1112, 580: 1112, 584: 1112, 1112, 587: 1112, 1112, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 646: 6018, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6025, 962: 6071}, {1137, 1137, 9: 1137, 57: 1137, 533: 1137, 535: 1137, 542: 1137, 1137, 1137, 1137, 553: 1137, 1137, 557: 1137, 1137, 1137, 561: 1137, 1137, 566: 1137, 1137, 1137, 575: 1137, 1137, 1137, 1137, 580: 1137, 584: 1137, 1137, 587: 1137, 1137}, {1144, 1144, 9: 1144, 57: 1144, 533: 1144, 535: 1144, 542: 1144, 545: 1144, 553: 1144, 1144, 557: 1144, 1144, 1144, 561: 1144, 1144, 566: 1144, 1144, 1144, 575: 1144, 1144, 578: 1144}, - {1134, 1134, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1134, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 1134, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 1134, 535: 1134, 540: 6025, 542: 1134, 1134, 1134, 1134, 552: 1134, 1134, 1134, 557: 1134, 1134, 1134, 561: 1134, 1134, 566: 1134, 1134, 1134, 1134, 575: 1134, 1134, 1134, 1134, 1134, 1134, 584: 1134, 1134, 587: 1134, 1134, 595: 1134, 734: 1134, 775: 6024, 3071, 3072, 3070, 1022: 6023, 6072}, - {534: 6069}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 6070}, // 3195 - {9: 5288, 57: 6071}, + {1134, 1134, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1134, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 1134, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 1134, 535: 1134, 540: 6030, 542: 1134, 1134, 1134, 1134, 552: 1134, 1134, 1134, 557: 1134, 1134, 1134, 561: 1134, 1134, 566: 1134, 1134, 1134, 1134, 575: 1134, 1134, 1134, 1134, 1134, 1134, 584: 1134, 1134, 587: 1134, 1134, 595: 1134, 734: 1134, 775: 6029, 3073, 3074, 3072, 1022: 6028, 6077}, + {534: 6074}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 6075}, + {9: 5293, 57: 6076}, {1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 540: 1135, 542: 1135, 1135, 1135, 1135, 550: 1135, 552: 1135, 1135, 1135, 557: 1135, 1135, 1135, 561: 1135, 1135, 566: 1135, 1135, 1135, 1135, 575: 1135, 1135, 1135, 1135, 1135, 1135, 584: 1135, 1135, 587: 1135, 1135, 595: 1135, 611: 1135, 630: 1135, 658: 1135, 713: 1135, 726: 1135, 734: 1135}, - {2142, 2142, 9: 2142, 57: 2142, 533: 2142, 535: 2142, 542: 2142, 2142, 2142, 2142, 552: 2142, 2142, 2142, 557: 2142, 2142, 2142, 561: 2142, 2142, 566: 2142, 2142, 2142, 2142, 575: 2142, 2142, 2142, 2142, 2142, 2142, 584: 2142, 2142, 587: 2142, 2142, 595: 2142, 734: 4668, 1001: 6073, 1323: 6074}, - {2141, 2141, 9: 2141, 57: 2141, 533: 2141, 535: 2141, 542: 2141, 2141, 2141, 2141, 552: 2141, 2141, 2141, 557: 2141, 2141, 2141, 561: 2141, 2141, 566: 2141, 2141, 2141, 2141, 575: 2141, 2141, 2141, 2141, 2141, 2141, 584: 2141, 2141, 587: 2141, 2141, 595: 2141}, - {1115, 1115, 9: 1115, 57: 1115, 533: 1115, 535: 1115, 542: 1115, 1115, 1115, 1115, 552: 6077, 1115, 1115, 557: 1115, 1115, 1115, 561: 1115, 1115, 566: 1115, 1115, 1115, 6078, 575: 1115, 1115, 1115, 1115, 6076, 1115, 584: 1115, 1115, 587: 1115, 1115, 595: 1115, 1056: 6080, 6079, 1196: 6081, 6075}, // 3200 - {1230, 1230, 9: 1230, 57: 1230, 533: 1230, 535: 1230, 542: 1230, 1230, 1230, 1230, 553: 1230, 1230, 557: 1230, 1230, 1230, 561: 1230, 1230, 566: 1230, 1230, 1230, 575: 1230, 1230, 1230, 1230, 580: 1230, 584: 1230, 1230, 587: 1230, 1230, 595: 6096, 1488: 6097}, - {704: 4934, 713: 4935, 929: 6095}, - {704: 4934, 713: 4935, 929: 6094}, - {704: 4934, 713: 4935, 929: 6093}, - {534: 1127, 561: 6083, 1377: 6084}, + {2142, 2142, 9: 2142, 57: 2142, 533: 2142, 535: 2142, 542: 2142, 2142, 2142, 2142, 552: 2142, 2142, 2142, 557: 2142, 2142, 2142, 561: 2142, 2142, 566: 2142, 2142, 2142, 2142, 575: 2142, 2142, 2142, 2142, 2142, 2142, 584: 2142, 2142, 587: 2142, 2142, 595: 2142, 734: 4670, 1001: 6078, 1324: 6079}, + {2141, 2141, 9: 2141, 57: 2141, 533: 2141, 535: 2141, 542: 2141, 2141, 2141, 2141, 552: 2141, 2141, 2141, 557: 2141, 2141, 2141, 561: 2141, 2141, 566: 2141, 2141, 2141, 2141, 575: 2141, 2141, 2141, 2141, 2141, 2141, 584: 2141, 2141, 587: 2141, 2141, 595: 2141}, + {1115, 1115, 9: 1115, 57: 1115, 533: 1115, 535: 1115, 542: 1115, 1115, 1115, 1115, 552: 6082, 1115, 1115, 557: 1115, 1115, 1115, 561: 1115, 1115, 566: 1115, 1115, 1115, 6083, 575: 1115, 1115, 1115, 1115, 6081, 1115, 584: 1115, 1115, 587: 1115, 1115, 595: 1115, 1056: 6085, 6084, 1196: 6086, 6080}, + {1230, 1230, 9: 1230, 57: 1230, 533: 1230, 535: 1230, 542: 1230, 1230, 1230, 1230, 553: 1230, 1230, 557: 1230, 1230, 1230, 561: 1230, 1230, 566: 1230, 1230, 1230, 575: 1230, 1230, 1230, 1230, 580: 1230, 584: 1230, 1230, 587: 1230, 1230, 595: 6101, 1489: 6102}, + {704: 4936, 713: 4937, 929: 6100}, // 3205 + {704: 4936, 713: 4937, 929: 6099}, + {704: 4936, 713: 4937, 929: 6098}, + {534: 1127, 561: 6088, 1378: 6089}, {1117, 1117, 9: 1117, 57: 1117, 533: 1117, 535: 1117, 542: 1117, 1117, 1117, 1117, 552: 1117, 1117, 1117, 557: 1117, 1117, 1117, 561: 1117, 1117, 566: 1117, 1117, 1117, 1117, 575: 1117, 1117, 1117, 1117, 1117, 1117, 584: 1117, 1117, 587: 1117, 1117, 595: 1117}, - {1114, 1114, 9: 1114, 57: 1114, 533: 1114, 535: 1114, 542: 1114, 1114, 1114, 1114, 552: 6077, 1114, 1114, 557: 1114, 1114, 1114, 561: 1114, 1114, 566: 1114, 1114, 1114, 6078, 575: 1114, 1114, 1114, 1114, 6076, 1114, 584: 1114, 1114, 587: 1114, 1114, 595: 1114, 1056: 6082, 6079}, - {1116, 1116, 9: 1116, 57: 1116, 533: 1116, 535: 1116, 542: 1116, 1116, 1116, 1116, 552: 1116, 1116, 1116, 557: 1116, 1116, 1116, 561: 1116, 1116, 566: 1116, 1116, 1116, 1116, 575: 1116, 1116, 1116, 1116, 1116, 1116, 584: 1116, 1116, 587: 1116, 1116, 595: 1116}, - {568: 6089, 575: 6090, 580: 6088}, - {534: 6085}, + {1114, 1114, 9: 1114, 57: 1114, 533: 1114, 535: 1114, 542: 1114, 1114, 1114, 1114, 552: 6082, 1114, 1114, 557: 1114, 1114, 1114, 561: 1114, 1114, 566: 1114, 1114, 1114, 6083, 575: 1114, 1114, 1114, 1114, 6081, 1114, 584: 1114, 1114, 587: 1114, 1114, 595: 1114, 1056: 6087, 6084}, // 3210 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1122, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 1122, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 705: 5576, 775: 5575, 3071, 3072, 3070, 967: 6086}, - {9: 5578, 57: 6087}, + {1116, 1116, 9: 1116, 57: 1116, 533: 1116, 535: 1116, 542: 1116, 1116, 1116, 1116, 552: 1116, 1116, 1116, 557: 1116, 1116, 1116, 561: 1116, 1116, 566: 1116, 1116, 1116, 1116, 575: 1116, 1116, 1116, 1116, 1116, 1116, 584: 1116, 1116, 587: 1116, 1116, 595: 1116}, + {568: 6094, 575: 6095, 580: 6093}, + {534: 6090}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1122, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 1122, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 705: 5581, 775: 5580, 3073, 3074, 3072, 967: 6091}, + {9: 5583, 57: 6092}, + // 3215 {1123, 1123, 9: 1123, 57: 1123, 533: 1123, 535: 1123, 542: 1123, 1123, 1123, 1123, 552: 1123, 1123, 1123, 557: 1123, 1123, 1123, 561: 1123, 1123, 566: 1123, 1123, 1123, 1123, 575: 1123, 1123, 1123, 1123, 1123, 1123, 584: 1123, 1123, 587: 1123, 1123, 595: 1123}, {534: 1126}, - {726: 6092}, - // 3215 - {726: 6091}, + {726: 6097}, + {726: 6096}, {534: 1124}, + // 3220 {534: 1125}, {534: 1128, 561: 1128}, {534: 1129, 561: 1129}, - // 3220 {534: 1130, 561: 1130}, - {108: 6101, 371: 6100, 446: 6099, 534: 1227, 1487: 6098}, + {108: 6106, 372: 6105, 446: 6104, 534: 1227, 1488: 6103}, + // 3225 {1139, 1139, 9: 1139, 57: 1139, 533: 1139, 535: 1139, 542: 1139, 1139, 1139, 1139, 553: 1139, 1139, 557: 1139, 1139, 1139, 561: 1139, 1139, 566: 1139, 1139, 1139, 575: 1139, 1139, 1139, 1139, 580: 1139, 584: 1139, 1139, 587: 1139, 1139}, - {534: 6102}, + {534: 6107}, {534: 1226}, - // 3225 {534: 1225}, {534: 1224}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 6104, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6103}, - {57: 1223, 422: 6112, 570: 3769, 3767, 3768, 3766, 3764, 591: 6111, 804: 3765, 3763, 1489: 6110}, - {1220, 1220, 9: 1220, 57: 1220, 271: 6106, 533: 1220, 535: 1220, 542: 1220, 1220, 1220, 1220, 553: 1220, 1220, 557: 1220, 1220, 1220, 561: 1220, 1220, 566: 1220, 1220, 1220, 575: 1220, 1220, 1220, 1220, 580: 1220, 584: 1220, 1220, 587: 1220, 1220, 1257: 6105}, // 3230 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 6109, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6108}, + {57: 1223, 422: 6117, 570: 3771, 3769, 3770, 3768, 3766, 591: 6116, 804: 3767, 3765, 1490: 6115}, + {1220, 1220, 9: 1220, 57: 1220, 271: 6111, 533: 1220, 535: 1220, 542: 1220, 1220, 1220, 1220, 553: 1220, 1220, 557: 1220, 1220, 1220, 561: 1220, 1220, 566: 1220, 1220, 1220, 575: 1220, 1220, 1220, 1220, 580: 1220, 584: 1220, 1220, 587: 1220, 1220, 1258: 6110}, {1228, 1228, 9: 1228, 57: 1228, 533: 1228, 535: 1228, 542: 1228, 1228, 1228, 1228, 553: 1228, 1228, 557: 1228, 1228, 1228, 561: 1228, 1228, 566: 1228, 1228, 1228, 575: 1228, 1228, 1228, 1228, 580: 1228, 584: 1228, 1228, 587: 1228, 1228}, - {534: 6107}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6108}, - {57: 6109, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {1219, 1219, 9: 1219, 57: 1219, 533: 1219, 535: 1219, 542: 1219, 1219, 1219, 1219, 553: 1219, 1219, 557: 1219, 1219, 1219, 561: 1219, 1219, 566: 1219, 1219, 1219, 575: 1219, 1219, 1219, 1219, 580: 1219, 584: 1219, 1219, 587: 1219, 1219}, + {534: 6112}, // 3235 - {57: 6113}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6113}, + {57: 6114, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {1219, 1219, 9: 1219, 57: 1219, 533: 1219, 535: 1219, 542: 1219, 1219, 1219, 1219, 553: 1219, 1219, 557: 1219, 1219, 1219, 561: 1219, 1219, 566: 1219, 1219, 1219, 575: 1219, 1219, 1219, 1219, 580: 1219, 584: 1219, 1219, 587: 1219, 1219}, + {57: 6118}, {57: 1222}, + // 3240 {57: 1221}, - {1220, 1220, 9: 1220, 57: 1220, 271: 6106, 533: 1220, 535: 1220, 542: 1220, 1220, 1220, 1220, 553: 1220, 1220, 557: 1220, 1220, 1220, 561: 1220, 1220, 566: 1220, 1220, 1220, 575: 1220, 1220, 1220, 1220, 580: 1220, 584: 1220, 1220, 587: 1220, 1220, 1257: 6114}, + {1220, 1220, 9: 1220, 57: 1220, 271: 6111, 533: 1220, 535: 1220, 542: 1220, 1220, 1220, 1220, 553: 1220, 1220, 557: 1220, 1220, 1220, 561: 1220, 1220, 566: 1220, 1220, 1220, 575: 1220, 1220, 1220, 1220, 580: 1220, 584: 1220, 1220, 587: 1220, 1220, 1258: 6119}, {1229, 1229, 9: 1229, 57: 1229, 533: 1229, 535: 1229, 542: 1229, 1229, 1229, 1229, 553: 1229, 1229, 557: 1229, 1229, 1229, 561: 1229, 1229, 566: 1229, 1229, 1229, 575: 1229, 1229, 1229, 1229, 580: 1229, 584: 1229, 1229, 587: 1229, 1229}, - // 3240 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6116}, - {543: 6031, 6032, 577: 6030, 580: 6033, 584: 6029, 6034, 587: 6035, 6117, 920: 6028, 925: 6027}, - {1142, 1142, 9: 1142, 57: 1142, 533: 1142, 535: 1142, 542: 1142, 545: 1142, 553: 1142, 1142, 557: 1142, 1142, 1142, 561: 1142, 1142, 566: 1142, 1142, 1142, 575: 1142, 1142, 578: 1142}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 6119, 1002: 6120, 1032: 6121}, - {560: 6130, 720: 6131, 896: 6129}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6121}, + {543: 6036, 6037, 577: 6035, 580: 6038, 584: 6034, 6039, 587: 6040, 6122, 920: 6033, 925: 6032}, // 3245 - {2649, 2649, 9: 2649, 545: 2649, 558: 2649, 567: 2649, 2649}, - {433, 433, 9: 6122, 545: 433, 558: 433, 567: 4689, 433, 893: 4690, 6123}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 6119, 1002: 6128}, - {1516, 1516, 545: 1516, 558: 1516, 568: 3881, 845: 3935, 915: 6124}, - {1097, 1097, 545: 1097, 558: 6125, 1206: 6126}, + {1142, 1142, 9: 1142, 57: 1142, 533: 1142, 535: 1142, 542: 1142, 545: 1142, 553: 1142, 1142, 557: 1142, 1142, 1142, 561: 1142, 1142, 566: 1142, 1142, 1142, 575: 1142, 1142, 578: 1142}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 6124, 1002: 6125, 1032: 6126}, + {560: 6135, 720: 6136, 896: 6134}, + {2651, 2651, 9: 2651, 545: 2651, 558: 2651, 567: 2651, 2651}, + {433, 433, 9: 6127, 545: 433, 558: 433, 567: 4691, 433, 893: 4692, 6128}, // 3250 - {564: 3057, 645: 3892, 803: 3890, 818: 3891, 990: 6127}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 6124, 1002: 6133}, + {1516, 1516, 545: 1516, 558: 1516, 568: 3883, 845: 3937, 915: 6129}, + {1097, 1097, 545: 1097, 558: 6130, 1206: 6131}, + {564: 3059, 645: 3894, 803: 3892, 818: 3893, 990: 6132}, {437, 437, 545: 437}, - {1096, 1096, 545: 1096}, - {2648, 2648, 9: 2648, 545: 2648, 558: 2648, 567: 2648, 2648}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6132}, // 3255 + {1096, 1096, 545: 1096}, + {2650, 2650, 9: 2650, 545: 2650, 558: 2650, 567: 2650, 2650}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6137}, {2: 990, 990, 990, 990, 990, 990, 990, 10: 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 58: 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 536: 990, 990, 990, 990, 543: 990, 990, 546: 990, 990, 990, 550: 990, 990, 555: 990, 990, 564: 990, 582: 990, 589: 990, 990, 622: 990, 629: 990, 631: 990, 990, 990, 990, 639: 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 659: 990, 661: 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, 714: 990}, {2: 989, 989, 989, 989, 989, 989, 989, 10: 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 58: 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 536: 989, 989, 989, 989, 543: 989, 989, 546: 989, 989, 989, 550: 989, 989, 555: 989, 989, 564: 989, 582: 989, 589: 989, 989, 622: 989, 629: 989, 631: 989, 989, 989, 989, 639: 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 659: 989, 661: 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 989, 714: 989}, - {2650, 2650, 9: 2650, 545: 2650, 558: 2650, 567: 2650, 2650}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 6119, 1002: 6120, 1032: 6134}, - {433, 433, 9: 6122, 545: 433, 567: 4689, 893: 4690, 6135}, // 3260 + {2652, 2652, 9: 2652, 545: 2652, 558: 2652, 567: 2652, 2652}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 6124, 1002: 6125, 1032: 6139}, + {433, 433, 9: 6127, 545: 433, 567: 4691, 893: 4692, 6140}, {436, 436, 545: 436}, {2: 579, 579, 579, 579, 579, 579, 579, 10: 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 58: 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 579, 563: 579}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6138}, - {578, 578}, - {22: 6149, 139: 6142, 155: 5722, 159: 776, 240: 6141, 246: 6152, 257: 6150, 275: 6143, 289: 6147, 310: 6151, 314: 6144, 589: 6148, 611: 5721, 1092: 6146, 1367: 6140, 1393: 6145}, // 3265 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6143}, + {578, 578}, + {22: 6154, 139: 6147, 155: 5727, 159: 776, 241: 6146, 247: 6157, 258: 6155, 275: 6148, 289: 6152, 310: 6156, 314: 6149, 589: 6153, 611: 5726, 1092: 6151, 1368: 6145, 1394: 6150}, {786, 786}, {783, 783}, + // 3270 {782, 782}, - {267: 6159}, + {267: 6164}, {780, 780}, - // 3270 - {159: 6158}, - {767, 767, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 535: 767, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 4827, 1296: 6153}, + {159: 6163}, + {767, 767, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 535: 767, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 4829, 1297: 6158}, + // 3275 {777, 777}, {159: 775}, {159: 774}, - // 3275 {159: 773}, {159: 772}, + // 3280 {159: 771}, - {763, 763, 535: 6155, 1515: 6154}, + {763, 763, 535: 6160, 1516: 6159}, {778, 778}, - // 3280 - {732: 6156}, - {566: 6157}, + {732: 6161}, + {566: 6162}, + // 3285 {762, 762}, {779, 779}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6160, 3071, 3072, 3070, 1075: 6161}, - // 3285 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6165, 3073, 3074, 3072, 1075: 6166}, {785, 785, 9: 785}, - {781, 781, 9: 6162}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6163, 3071, 3072, 3070}, - {784, 784, 9: 784}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 6283, 3329, 3226, 3077, 3444, 3105, 6284, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 6282, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6285}, + {781, 781, 9: 6167}, // 3290 - {611: 6268, 713: 6269}, - {713: 6265}, - {611: 6260, 713: 6259}, - {611: 6257}, - {252: 6254}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6168, 3073, 3074, 3072}, + {784, 784, 9: 784}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 6288, 3331, 3228, 3079, 3446, 3107, 6289, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 6287, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6290}, + {611: 6273, 713: 6274}, + {713: 6270}, // 3295 - {252: 6251}, - {252: 6245}, - {180: 6242, 273: 6244, 393: 6240, 417: 6241, 1021: 6243}, - {253: 6237, 256: 6236}, - {611: 6195}, + {611: 6265, 713: 6264}, + {611: 6262}, + {253: 6259}, + {253: 6256}, + {253: 6250}, // 3300 - {180: 6189, 207: 6191, 223: 797, 245: 6193, 318: 6192, 1475: 6190}, - {180: 6188}, - {180: 6187}, - {279: 6182}, - {279: 6180}, + {180: 6247, 273: 6249, 394: 6245, 417: 6246, 1021: 6248}, + {254: 6242, 257: 6241}, + {611: 6200}, + {180: 6194, 207: 6196, 223: 797, 246: 6198, 318: 6197, 1476: 6195}, + {180: 6193}, // 3305 - {185: 6181}, + {180: 6192}, + {279: 6187}, + {279: 6185}, + {185: 6186}, {905, 905}, - {185: 6183}, - {436: 6185, 705: 6184, 1328: 6186}, - {938, 938}, // 3310 + {185: 6188}, + {436: 6190, 705: 6189, 1329: 6191}, + {938, 938}, {937, 937}, {907, 907}, + // 3315 {912, 912}, {913, 913}, {914, 914}, - // 3315 - {223: 6194}, + {223: 6199}, {223: 796}, + // 3320 {223: 795}, {223: 794}, {908, 908}, - // 3320 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6196}, - {743: 6197, 1040: 6198}, - {207: 6201, 218: 6200, 611: 2350, 1071: 6199}, - {915, 915}, - {611: 6203}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6201}, + {743: 6202, 1040: 6203}, // 3325 + {207: 6206, 218: 6205, 611: 2350, 1071: 6204}, + {915, 915}, + {611: 6208}, {155: 2349, 611: 2349}, - {218: 6202}, - {155: 2348, 611: 2348}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 563: 2137, 582: 5377, 888: 6204}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6205}, + {218: 6207}, // 3330 - {628, 628, 6: 628, 628, 628, 15: 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 533: 628, 6209, 628, 538: 628, 540: 628, 628, 628, 549: 628, 628, 552: 628, 555: 628, 628, 569: 628, 583: 6208, 611: 628, 658: 628, 712: 628, 628, 1388: 6207, 1484: 6206}, - {585, 585, 6: 4753, 4755, 589, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 533: 585, 585, 585, 538: 4752, 540: 585, 2463, 4789, 549: 585, 585, 552: 585, 555: 585, 2463, 569: 5531, 611: 585, 658: 585, 712: 2463, 4758, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 4794, 1025: 6224, 1148: 6223}, - {2466, 2466, 533: 6217, 1222: 6216}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6215}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 583: 6210, 704: 2706, 2706, 2706, 708: 2706, 5113, 713: 2706, 749: 2706, 2706, 775: 4051, 3071, 3072, 3070, 826: 4980, 934: 5363, 960: 5501, 1008: 5502, 1091: 5503, 1294: 6211}, + {155: 2348, 611: 2348}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 563: 2137, 582: 5382, 888: 6209}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6210}, + {628, 628, 6: 628, 628, 628, 15: 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 533: 628, 6214, 628, 538: 628, 540: 628, 628, 628, 549: 628, 628, 552: 628, 555: 628, 628, 569: 628, 583: 6213, 611: 628, 658: 628, 712: 628, 628, 1389: 6212, 1485: 6211}, + {585, 585, 6: 4755, 4757, 589, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 533: 585, 585, 585, 538: 4754, 540: 585, 2463, 4791, 549: 585, 585, 552: 585, 555: 585, 2463, 569: 5536, 611: 585, 658: 585, 712: 2463, 4760, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 4796, 1025: 6229, 1148: 6228}, // 3335 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6213}, - {9: 5505, 57: 6212}, + {2466, 2466, 533: 6222, 1223: 6221}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6220}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 583: 6215, 704: 2708, 2708, 2708, 708: 2708, 5115, 713: 2708, 749: 2708, 2708, 775: 4053, 3073, 3074, 3072, 826: 4982, 934: 5368, 960: 5506, 1008: 5507, 1091: 5508, 1295: 6216}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6218}, + {9: 5510, 57: 6217}, + // 3340 {627, 627, 6: 627, 627, 627, 15: 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 533: 627, 627, 627, 538: 627, 540: 627, 627, 627, 549: 627, 627, 552: 627, 555: 627, 627, 569: 627, 611: 627, 658: 627, 712: 627, 627}, - {57: 6214}, + {57: 6219}, {2384, 2384, 533: 2384}, - // 3340 {2385, 2385, 533: 2385}, {2467, 2467}, - {85: 6218}, - {425: 6220, 807: 6219}, - {591: 6222}, // 3345 - {591: 6221}, + {85: 6223}, + {425: 6225, 807: 6224}, + {591: 6227}, + {591: 6226}, {2464, 2464}, - {2465, 2465}, - {2461, 2461, 533: 2461, 2461, 2461, 540: 2461, 549: 6226, 2461, 552: 2461, 555: 2461, 611: 2461, 658: 2461, 1238: 6225}, - {584, 584, 6: 4753, 4755, 589, 5533, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 533: 584, 584, 584, 538: 4752, 540: 584, 2463, 4789, 549: 584, 584, 552: 584, 555: 584, 2463, 569: 5531, 611: 584, 658: 584, 712: 2463, 4758, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 5532}, // 3350 - {2399, 2399, 533: 2399, 2399, 2399, 540: 2399, 550: 2399, 552: 5823, 555: 5824, 611: 2399, 658: 2399, 1170: 6227}, - {726: 5589}, - {2396, 2396, 533: 2396, 2396, 2396, 540: 6229, 550: 2396, 611: 2396, 658: 2396, 1324: 6228}, - {2394, 2394, 533: 2394, 2928, 2927, 550: 2926, 611: 2925, 658: 2921, 779: 6234, 810: 6232, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 6233, 6231, 1346: 6230}, - {2395, 2395, 533: 2395, 2395, 2395, 550: 2395, 611: 2395, 658: 2395}, + {2465, 2465}, + {2461, 2461, 533: 2461, 2461, 2461, 540: 2461, 549: 6231, 2461, 552: 2461, 555: 2461, 611: 2461, 658: 2461, 1239: 6230}, + {584, 584, 6: 4755, 4757, 589, 5538, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 533: 584, 584, 584, 538: 4754, 540: 584, 2463, 4791, 549: 584, 584, 552: 584, 555: 584, 2463, 569: 5536, 611: 584, 658: 584, 712: 2463, 4760, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 5537}, + {2399, 2399, 533: 2399, 2399, 2399, 540: 2399, 550: 2399, 552: 5828, 555: 5829, 611: 2399, 658: 2399, 1170: 6232}, + {726: 5594}, // 3355 - {2466, 2466, 533: 6217, 1222: 6235}, + {2396, 2396, 533: 2396, 2396, 2396, 540: 6234, 550: 2396, 611: 2396, 658: 2396, 1325: 6233}, + {2394, 2394, 533: 2394, 2930, 2929, 550: 2928, 611: 2927, 658: 2923, 779: 6239, 810: 6237, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 6238, 6236, 1347: 6235}, + {2395, 2395, 533: 2395, 2395, 2395, 550: 2395, 611: 2395, 658: 2395}, + {2466, 2466, 533: 6222, 1223: 6240}, {2393, 2393, 533: 2393}, + // 3360 {2392, 2392, 533: 2392, 542: 1029, 553: 1029, 1029}, {2391, 2391, 533: 2391}, - {2390, 2390, 533: 2390, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, - // 3360 + {2390, 2390, 533: 2390, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, {2468, 2468}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6160, 3071, 3072, 3070, 1075: 6239}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6160, 3071, 3072, 3070, 1075: 6238}, - {917, 917, 9: 6162}, - {918, 918, 9: 6162}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6165, 3073, 3074, 3072, 1075: 6244}, // 3365 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6165, 3073, 3074, 3072, 1075: 6243}, + {917, 917, 9: 6167}, + {918, 918, 9: 6167}, {920, 920}, {919, 919}, + // 3370 {911, 911}, {910, 910}, {909, 909}, - // 3370 - {221: 6246}, - {564: 3057, 803: 4565, 835: 6248, 1011: 6247}, - {924, 924, 9: 6249}, - {897, 897, 9: 897}, - {564: 3057, 803: 4565, 835: 6250}, + {221: 6251}, + {564: 3059, 803: 4567, 835: 6253, 1011: 6252}, // 3375 + {924, 924, 9: 6254}, + {897, 897, 9: 897}, + {564: 3059, 803: 4567, 835: 6255}, {896, 896, 9: 896}, - {221: 6252}, - {564: 3057, 803: 4565, 835: 6248, 1011: 6253}, - {925, 925, 9: 6249}, - {221: 6255}, + {221: 6257}, // 3380 - {564: 3057, 803: 4565, 835: 6248, 1011: 6256}, - {926, 926, 9: 6249}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 6258}, - {927, 927, 9: 3955}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6263}, + {564: 3059, 803: 4567, 835: 6253, 1011: 6258}, + {925, 925, 9: 6254}, + {221: 6260}, + {564: 3059, 803: 4567, 835: 6253, 1011: 6261}, + {926, 926, 9: 6254}, // 3385 - {566: 6261}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 6262}, - {916, 916, 9: 3955}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6264, 3071, 3072, 3070}, - {929, 929}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 6263}, + {927, 927, 9: 3957}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6268}, + {566: 6266}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 6267}, // 3390 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6266}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6267, 3071, 3072, 3070}, - {930, 930}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 6281}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6270}, + {916, 916, 9: 3957}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6269, 3073, 3074, 3072}, + {929, 929}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6271}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6272, 3073, 3074, 3072}, // 3395 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6271, 3071, 3072, 3070}, - {931, 931, 534: 6274, 1191: 6273, 1372: 6272}, - {928, 928, 9: 6279}, - {900, 900, 9: 900}, - {564: 3057, 803: 4565, 835: 6275}, + {930, 930}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 6286}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6275}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6276, 3073, 3074, 3072}, + {931, 931, 534: 6279, 1191: 6278, 1373: 6277}, // 3400 - {9: 6276}, - {564: 3057, 803: 4565, 835: 6277}, - {57: 6278}, - {898, 898, 9: 898}, - {534: 6274, 1191: 6280}, + {928, 928, 9: 6284}, + {900, 900, 9: 900}, + {564: 3059, 803: 4567, 835: 6280}, + {9: 6281}, + {564: 3059, 803: 4567, 835: 6282}, // 3405 + {57: 6283}, + {898, 898, 9: 898}, + {534: 6279, 1191: 6285}, {899, 899, 9: 899}, - {932, 932, 9: 3955}, - {185: 6310, 212: 2091, 718: 2091}, - {212: 1910, 429: 6302, 451: 6303, 718: 1910, 1313: 6301}, - {936, 936, 209: 6288, 212: 1728, 221: 6287, 718: 1728}, + {932, 932, 9: 3957}, // 3410 - {212: 6286}, + {185: 6315, 212: 2091, 718: 2091}, + {212: 1910, 429: 6307, 451: 6308, 718: 1910, 1314: 6306}, + {936, 936, 209: 6293, 212: 1728, 221: 6292, 718: 1728}, + {212: 6291}, {933, 933}, - {433, 433, 564: 3057, 567: 4689, 803: 4565, 835: 6299, 893: 4690, 6298}, - {428: 6289}, - {558: 6290, 564: 3057, 803: 4565, 835: 6248, 1011: 6291, 1314: 6292}, // 3415 - {564: 3057, 803: 3890, 818: 6293}, - {923, 923, 9: 6249}, - {922, 922}, - {941, 941, 9: 6294, 214: 6295}, - {564: 3057, 803: 3890, 818: 6297}, + {433, 433, 564: 3059, 567: 4691, 803: 4567, 835: 6304, 893: 4692, 6303}, + {428: 6294}, + {558: 6295, 564: 3059, 803: 4567, 835: 6253, 1011: 6296, 1315: 6297}, + {564: 3059, 803: 3892, 818: 6298}, + {923, 923, 9: 6254}, // 3420 - {564: 3057, 803: 3890, 818: 6296}, + {922, 922}, + {941, 941, 9: 6299, 214: 6300}, + {564: 3059, 803: 3892, 818: 6302}, + {564: 3059, 803: 3892, 818: 6301}, {939, 939}, + // 3425 {940, 940}, {935, 935}, - {433, 433, 567: 4689, 893: 4690, 6300}, - // 3425 + {433, 433, 567: 4691, 893: 4692, 6305}, {934, 934}, {921, 921}, - {564: 3057, 803: 6309}, - {401: 6305, 564: 3057, 719: 6306, 803: 6304}, - {903, 903}, // 3430 - {564: 3057, 803: 6308}, - {564: 3057, 803: 6307}, + {564: 3059, 803: 6314}, + {402: 6310, 564: 3059, 719: 6311, 803: 6309}, + {903, 903}, + {564: 3059, 803: 6313}, + {564: 3059, 803: 6312}, + // 3435 {901, 901}, {902, 902}, {904, 904}, - // 3435 {906, 906}, {2: 455, 455, 455, 455, 455, 455, 455, 10: 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 58: 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 536: 455, 538: 455, 560: 2079, 589: 455, 718: 2079, 720: 2079}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6466, 560: 2077, 718: 2077, 720: 2077, 775: 6465, 3071, 3072, 3070}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 6463, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 560: 2040, 718: 2040, 720: 2040, 775: 6325, 3071, 3072, 3070, 931: 6366}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 560: 2034, 718: 2034, 720: 2034, 775: 6325, 3071, 3072, 3070, 931: 6460}, // 3440 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 538: 6456, 560: 2032, 589: 4381, 718: 2032, 720: 2032, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 6455}, - {560: 6130, 6445, 718: 2027, 720: 2027, 896: 6444}, - {560: 2019, 575: 6442, 718: 2019, 720: 2019}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 6347, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 538: 6439, 560: 2017, 718: 2017, 6437, 2017, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6354, 6352, 973: 6350, 1272: 6438, 1457: 6436}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 6434, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 560: 2014, 718: 2014, 720: 2014, 775: 6325, 3071, 3072, 3070, 931: 6363}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6471, 560: 2077, 718: 2077, 720: 2077, 775: 6470, 3073, 3074, 3072}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 6468, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 560: 2040, 718: 2040, 720: 2040, 775: 6330, 3073, 3074, 3072, 931: 6371}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 560: 2034, 718: 2034, 720: 2034, 775: 6330, 3073, 3074, 3072, 931: 6465}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 538: 6461, 560: 2032, 589: 4383, 718: 2032, 720: 2032, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 6460}, + {560: 6135, 6450, 718: 2027, 720: 2027, 896: 6449}, // 3445 - {233: 6419, 560: 1996, 718: 1996, 720: 1996, 732: 6420, 1028: 6418, 1094: 6417}, - {386: 6371, 388: 6370, 560: 1938, 718: 1938, 720: 1938, 1330: 6372}, - {536: 6369, 560: 1717, 718: 1717, 720: 1717}, - {1021, 1021, 9: 6359}, - {185: 6345}, + {560: 2019, 575: 6447, 718: 2019, 720: 2019}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 6352, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 538: 6444, 560: 2017, 718: 2017, 6442, 2017, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6359, 6357, 973: 6355, 1273: 6443, 1458: 6441}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 6439, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 560: 2014, 718: 2014, 720: 2014, 775: 6330, 3073, 3074, 3072, 931: 6368}, + {233: 6424, 560: 1996, 718: 1996, 720: 1996, 732: 6425, 1028: 6423, 1094: 6422}, + {387: 6376, 389: 6375, 560: 1938, 718: 1938, 720: 1938, 1331: 6377}, // 3450 - {560: 988, 718: 6343, 720: 988}, - {560: 6130, 720: 6131, 896: 6341}, - {560: 6130, 720: 6131, 896: 6336}, - {560: 6130, 720: 6131, 896: 6334}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 538: 6333, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 6332, 1334: 6331}, + {536: 6374, 560: 1717, 718: 1717, 720: 1717}, + {1021, 1021, 9: 6364}, + {185: 6350}, + {560: 988, 718: 6348, 720: 988}, + {560: 6135, 720: 6136, 896: 6346}, // 3455 + {560: 6135, 720: 6136, 896: 6341}, + {560: 6135, 720: 6136, 896: 6339}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 538: 6338, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 6337, 1335: 6336}, {966, 966, 9: 966}, {973, 973, 9: 973}, + // 3460 {972, 972, 9: 972}, {971, 971, 9: 971}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6335}, - // 3460 - {978, 978, 9: 978, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6340}, - {992, 992, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 992, 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 4477, 3620, 3702, 3619, 3616}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6340}, + {978, 978, 9: 978, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6345}, + // 3465 + {992, 992, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 992, 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 4479, 3622, 3704, 3621, 3618}, {993, 993, 9: 993}, {991, 991, 9: 991}, - // 3465 {979, 979, 9: 979}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6342}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6347}, + // 3470 {983, 983, 9: 983}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6344, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6349, 3073, 3074, 3072}, {560: 987, 720: 987}, - // 3470 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 6347, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 719: 6349, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6354, 6352, 973: 6350, 1272: 6348}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 6352, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 719: 6354, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6359, 6357, 973: 6355, 1273: 6353}, {950, 950, 9: 950, 631: 2110, 715: 950, 729: 2110}, + // 3475 {1009, 1009, 631: 1933, 715: 1009, 729: 1933}, - {715: 6357}, + {715: 6362}, {715: 1008}, - // 3475 - {1007, 1007, 9: 6355, 715: 1007}, + {1007, 1007, 9: 6360, 715: 1007}, {951, 951, 9: 951, 631: 444, 715: 951, 729: 444}, + // 3480 {945, 945, 9: 945, 715: 945}, {944, 944, 9: 944, 715: 944}, {943, 943, 9: 943, 715: 943}, - // 3480 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6356, 6352}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6361, 6357}, {942, 942, 9: 942, 715: 942}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5899, 976: 6358}, - {1010, 1010, 9: 5901}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 6311, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 6314, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 6360, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 6361, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 6315, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 556: 4446, 631: 6328, 655: 6327, 712: 4444, 775: 6325, 3071, 3072, 3070, 857: 6329, 931: 6326, 1103: 6362}, // 3485 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 560: 2040, 718: 2040, 720: 2040, 775: 6325, 3071, 3072, 3070, 931: 6366}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 560: 2014, 718: 2014, 720: 2014, 775: 6325, 3071, 3072, 3070, 931: 6363}, - {965, 965, 9: 965}, - {560: 6130, 720: 6131, 896: 6364}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6365}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5904, 976: 6363}, + {1010, 1010, 9: 5906}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 6316, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 6319, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 6365, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 6366, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 6320, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 556: 4448, 631: 6333, 655: 6332, 712: 4446, 775: 6330, 3073, 3074, 3072, 857: 6334, 931: 6331, 1103: 6367}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 560: 2040, 718: 2040, 720: 2040, 775: 6330, 3073, 3074, 3072, 931: 6371}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 560: 2014, 718: 2014, 720: 2014, 775: 6330, 3073, 3074, 3072, 931: 6368}, // 3490 + {965, 965, 9: 965}, + {560: 6135, 720: 6136, 896: 6369}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6370}, {981, 981, 9: 981}, - {560: 6130, 720: 6131, 896: 6367}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6368}, + {560: 6135, 720: 6136, 896: 6372}, + // 3495 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6373}, {982, 982, 9: 982}, {1013, 1013}, - // 3495 {561: 2505}, {561: 2504}, - {561: 6373}, - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 660: 6385, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 6384}, - {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 552: 1067, 565: 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6001, 948: 6002, 998: 6390}, // 3500 - {534: 2928, 550: 2926, 611: 2925, 658: 2921, 717: 3038, 779: 3878, 810: 3877, 2922, 2923, 2924, 2933, 2931, 3879, 3880, 825: 5742}, - {359, 359, 542: 1028, 545: 359, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {561: 6378}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 660: 6390, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 6389}, + {2: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 10: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 58: 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 1067, 552: 1067, 565: 1067, 836: 1067, 838: 1067, 840: 1067, 844: 6006, 948: 6007, 998: 6395}, + {534: 2930, 550: 2928, 611: 2927, 658: 2923, 717: 3040, 779: 3880, 810: 3879, 2924, 2925, 2926, 2935, 2933, 3881, 3882, 825: 5747}, + {359, 359, 542: 1028, 545: 359, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, + // 3505 {361, 361, 542: 1029, 545: 361, 553: 1029, 1029}, {362, 362, 545: 362}, {360, 360, 545: 360}, - // 3505 {358, 358, 545: 358}, {357, 357, 545: 357}, + // 3510 {356, 356, 545: 356}, {355, 355, 545: 355}, - {348, 348, 545: 6388}, - // 3510 - {220: 6386}, - {536: 6387}, + {348, 348, 545: 6393}, + {220: 6391}, + {536: 6392}, + // 3515 {346, 346}, - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 6389}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 6394}, {347, 347}, - // 3515 - {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 552: 1272, 565: 1272, 836: 6004, 838: 6006, 840: 6005, 941: 6007, 995: 6391}, - {2: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 10: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 58: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 6393, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 552: 1259, 565: 1259, 1251: 6392}, - {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 552: 4703, 565: 2135, 965: 6394}, - {2: 1258, 1258, 1258, 1258, 1258, 1258, 1258, 10: 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 58: 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 552: 1258, 565: 1258}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 565: 6395, 775: 6397, 3071, 3072, 3070, 1024: 6398, 1090: 6396}, + {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 552: 1272, 565: 1272, 836: 6009, 838: 6011, 840: 6010, 941: 6012, 995: 6396}, + {2: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 10: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 58: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 6398, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 552: 1259, 565: 1259, 1252: 6397}, // 3520 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6410}, - {9: 6406, 565: 6405}, - {9: 1261, 545: 1261, 565: 1261, 718: 6400, 1014: 6399}, + {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 552: 4705, 565: 2135, 965: 6399}, + {2: 1258, 1258, 1258, 1258, 1258, 1258, 1258, 10: 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 58: 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 552: 1258, 565: 1258}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 565: 6400, 775: 6402, 3073, 3074, 3072, 1024: 6403, 1090: 6401}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6415}, + {9: 6411, 565: 6410}, + // 3525 + {9: 1261, 545: 1261, 565: 1261, 718: 6405, 1014: 6404}, {9: 1263, 545: 1263, 565: 1263}, {9: 1265, 545: 1265, 565: 1265}, - // 3525 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 6402, 775: 6401, 3071, 3072, 3070}, - {9: 1261, 545: 1261, 565: 1261, 718: 6404, 1014: 6403}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 6407, 775: 6406, 3073, 3074, 3072}, + {9: 1261, 545: 1261, 565: 1261, 718: 6409, 1014: 6408}, + // 3530 {9: 1260, 545: 1260, 565: 1260}, {9: 1264, 545: 1264, 565: 1264}, - {563: 6402}, - // 3530 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 646: 6013, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6020, 962: 6010, 999: 6408}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6397, 3071, 3072, 3070, 1024: 6407}, + {563: 6407}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 646: 6018, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6025, 962: 6015, 999: 6413}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6402, 3073, 3074, 3072, 1024: 6412}, + // 3535 {9: 1262, 545: 1262, 565: 1262}, - {433, 433, 9: 6064, 545: 433, 567: 4689, 893: 4690, 6409}, + {433, 433, 9: 6069, 545: 433, 567: 4691, 893: 4692, 6414}, {2361, 2361, 545: 2361}, - // 3535 - {1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 10: 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 58: 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 540: 1136, 545: 1136, 549: 6068, 552: 1136, 558: 1136, 567: 1136, 1136, 1136, 579: 1136, 970: 6411}, - {1134, 1134, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 540: 6025, 545: 1134, 552: 1134, 558: 1134, 567: 1134, 1134, 1134, 579: 1134, 775: 6024, 3071, 3072, 3070, 1022: 6023, 6412}, - {1115, 1115, 545: 1115, 552: 6077, 558: 1115, 567: 1115, 1115, 6078, 579: 6076, 1056: 6080, 6079, 1196: 6081, 6413}, - {433, 433, 545: 433, 558: 433, 567: 4689, 433, 893: 4690, 6414}, - {1516, 1516, 545: 1516, 558: 1516, 568: 3881, 845: 3935, 915: 6415}, + {1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 10: 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 58: 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 540: 1136, 545: 1136, 549: 6073, 552: 1136, 558: 1136, 567: 1136, 1136, 1136, 579: 1136, 970: 6416}, + {1134, 1134, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 540: 6030, 545: 1134, 552: 1134, 558: 1134, 567: 1134, 1134, 1134, 579: 1134, 775: 6029, 3073, 3074, 3072, 1022: 6028, 6417}, // 3540 - {1097, 1097, 545: 1097, 558: 6125, 1206: 6416}, + {1115, 1115, 545: 1115, 552: 6082, 558: 1115, 567: 1115, 1115, 6083, 579: 6081, 1056: 6085, 6084, 1196: 6086, 6418}, + {433, 433, 545: 433, 558: 433, 567: 4691, 433, 893: 4692, 6419}, + {1516, 1516, 545: 1516, 558: 1516, 568: 3883, 845: 3937, 915: 6420}, + {1097, 1097, 545: 1097, 558: 6130, 1206: 6421}, {2362, 2362, 545: 2362}, - {1016, 1016, 9: 6432}, - {1003, 1003, 9: 1003}, - {405: 6424}, // 3545 - {195: 6422, 773: 6421}, + {1016, 1016, 9: 6437}, + {1003, 1003, 9: 1003}, + {406: 6429}, + {195: 6427, 773: 6426}, {1000, 1000, 9: 1000}, - {999, 999, 9: 999, 734: 4668, 1001: 6423}, - {998, 998, 9: 998}, - {271: 6426, 438: 6428, 732: 6427, 1384: 6425}, // 3550 + {999, 999, 9: 999, 734: 4670, 1001: 6428}, + {998, 998, 9: 998}, + {271: 6431, 438: 6433, 732: 6432, 1385: 6430}, {1001, 1001, 9: 1001}, - {732: 6431}, - {381: 6429, 456: 6430}, + {732: 6436}, + // 3555 + {382: 6434, 456: 6435}, {994, 994, 9: 994}, {996, 996, 9: 996}, - // 3555 {995, 995, 9: 995}, {997, 997, 9: 997}, - {233: 6419, 732: 6420, 1028: 6433}, - {1002, 1002, 9: 1002}, - {233: 6419, 560: 1996, 718: 1996, 720: 1996, 732: 6420, 1028: 6418, 1094: 6435}, // 3560 - {1017, 1017, 9: 6432}, + {233: 6424, 732: 6425, 1028: 6438}, + {1002, 1002, 9: 1002}, + {233: 6424, 560: 1996, 718: 1996, 720: 1996, 732: 6425, 1028: 6423, 1094: 6440}, + {1017, 1017, 9: 6437}, {1011, 1011}, - {1008, 1008, 553: 6440}, + // 3565 + {1008, 1008, 553: 6445}, {1005, 1005}, {1004, 1004}, - // 3565 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6354, 6352, 973: 6441}, - {1006, 1006, 9: 6355}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 775: 4622, 3071, 3072, 3070, 943: 6443}, - {1012, 1012}, - {15: 6450, 536: 6449, 1239: 6454}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6359, 6357, 973: 6446}, + {1006, 1006, 9: 6360}, // 3570 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 6446}, - {560: 6130, 720: 6131, 896: 6447}, - {15: 6450, 536: 6449, 1239: 6448}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 775: 4624, 3073, 3074, 3072, 943: 6448}, + {1012, 1012}, + {15: 6455, 536: 6454, 1240: 6459}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 6451}, + {560: 6135, 720: 6136, 896: 6452}, + // 3575 + {15: 6455, 536: 6454, 1240: 6453}, {1019, 1019}, {954, 954}, - // 3575 - {534: 6451}, - {536: 5931, 1003: 6452}, - {57: 6453}, + {534: 6456}, + {536: 5936, 1003: 6457}, + // 3580 + {57: 6458}, {953, 953}, {1020, 1020}, - // 3580 - {977, 977, 9: 977, 541: 6457}, + {977, 977, 9: 977, 541: 6462}, {974, 974, 9: 974}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 538: 6458, 775: 3761, 3071, 3072, 3070, 809: 6459}, + // 3585 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 538: 6463, 775: 3763, 3073, 3074, 3072, 809: 6464}, {976, 976, 9: 976}, {975, 975, 9: 975}, - // 3585 - {560: 6130, 720: 6131, 896: 6461}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6462}, - {980, 980, 9: 980}, - {233: 6419, 560: 1996, 718: 1996, 720: 1996, 732: 6420, 1028: 6418, 1094: 6464}, - {1018, 1018, 9: 6432}, + {560: 6135, 720: 6136, 896: 6466}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6467}, // 3590 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6468, 3071, 3072, 3070, 1007: 6475}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6468, 3071, 3072, 3070, 1007: 6467}, - {560: 6130, 720: 6131, 896: 6473}, - {547: 6470, 560: 986, 718: 6469, 720: 986}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6468, 3071, 3072, 3070, 1007: 6472}, + {980, 980, 9: 980}, + {233: 6424, 560: 1996, 718: 1996, 720: 1996, 732: 6425, 1028: 6423, 1094: 6469}, + {1018, 1018, 9: 6437}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6473, 3073, 3074, 3072, 1007: 6480}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6473, 3073, 3074, 3072, 1007: 6472}, // 3595 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6468, 3071, 3072, 3070, 1007: 6471}, + {560: 6135, 720: 6136, 896: 6478}, + {547: 6475, 560: 986, 718: 6474, 720: 986}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6473, 3073, 3074, 3072, 1007: 6477}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6473, 3073, 3074, 3072, 1007: 6476}, {560: 984, 720: 984}, + // 3600 {560: 985, 720: 985}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6474}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6479}, {1014, 1014}, - // 3600 - {560: 6130, 720: 6131, 896: 6476}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 6338, 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 6337, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6339, 946: 6477}, - {1015, 1015}, - {715: 6487}, - {715: 6480}, + {560: 6135, 720: 6136, 896: 6481}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 6343, 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 6342, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6344, 946: 6482}, // 3605 - {328: 6481}, - {560: 6482}, - {536: 6483}, - {561: 6484}, - {327: 6485}, + {1015, 1015}, + {715: 6492}, + {715: 6485}, + {329: 6486}, + {560: 6487}, // 3610 - {536: 6486}, + {536: 6488}, + {561: 6489}, + {328: 6490}, + {536: 6491}, {1022, 1022}, - {328: 6488}, - {560: 6489}, - {536: 6490}, // 3615 - {561: 6491}, - {327: 6492}, - {536: 6493}, - {1023, 1023}, - {534: 2928, 550: 2926, 611: 2925, 658: 2921, 779: 6505, 810: 6504, 2922, 2923, 2924, 6506}, + {329: 6493}, + {560: 6494}, + {536: 6495}, + {561: 6496}, + {328: 6497}, // 3620 - {534: 1456, 550: 1456, 611: 1456, 658: 1456, 719: 4201, 832: 4199, 4200, 889: 6498, 891: 6499, 1044: 6501, 1087: 6503}, - {534: 1456, 550: 1456, 611: 1456, 658: 1456, 719: 4201, 832: 4199, 4200, 889: 6498, 891: 6499, 1044: 6501, 1087: 6502}, - {534: 1456, 550: 1456, 611: 1456, 658: 1456, 719: 4201, 832: 4199, 4200, 889: 6498, 891: 6499, 1044: 6501, 1087: 6500}, + {536: 6498}, + {1023, 1023}, + {534: 2930, 550: 2928, 611: 2927, 658: 2923, 779: 6510, 810: 6509, 2924, 2925, 2926, 6511}, + {534: 1456, 550: 1456, 611: 1456, 658: 1456, 719: 4203, 832: 4201, 4202, 889: 6503, 891: 6504, 1044: 6506, 1087: 6508}, + {534: 1456, 550: 1456, 611: 1456, 658: 1456, 719: 4203, 832: 4201, 4202, 889: 6503, 891: 6504, 1044: 6506, 1087: 6507}, + // 3625 + {534: 1456, 550: 1456, 611: 1456, 658: 1456, 719: 4203, 832: 4201, 4202, 889: 6503, 891: 6504, 1044: 6506, 1087: 6505}, {2: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 10: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 58: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 534: 1459, 536: 1459, 1459, 1459, 1459, 543: 1459, 1459, 546: 1459, 1459, 1459, 550: 1459, 1459, 555: 1459, 1459, 563: 1459, 1459, 577: 1459, 582: 1459, 589: 1459, 1459, 611: 1459, 622: 1459, 629: 1459, 631: 1459, 1459, 1459, 1459, 639: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 661: 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 714: 1459, 719: 1459, 832: 1459, 1459, 836: 1459, 838: 1459, 840: 1459, 844: 1459, 853: 1459, 1459, 1459}, {534: 1455, 550: 1455, 611: 1455, 658: 1455}, - // 3625 {534: 1025, 550: 1025, 611: 1025, 658: 1025}, {534: 1024, 550: 1024, 611: 1024, 658: 1024}, + // 3630 {534: 1026, 550: 1026, 611: 1026, 658: 1026}, {534: 1027, 550: 1027, 611: 1027, 658: 1027}, {1039, 1039, 57: 1039, 533: 1039, 535: 1039, 542: 1029, 545: 1039, 553: 1029, 1029}, - // 3630 - {1038, 1038, 57: 1038, 533: 1038, 535: 1038, 542: 1028, 545: 1038, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 6507, 6508}, + {1038, 1038, 57: 1038, 533: 1038, 535: 1038, 542: 1028, 545: 1038, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 6512, 6513}, {542: 1030, 553: 1030, 1030}, - {1037, 1037, 57: 1037, 533: 1037, 535: 1037, 545: 1037, 557: 3883, 3882, 846: 6509}, + // 3635 + {1037, 1037, 57: 1037, 533: 1037, 535: 1037, 545: 1037, 557: 3885, 3884, 846: 6514}, {1036, 1036, 57: 1036, 533: 1036, 535: 1036, 545: 1036}, {1035, 1035, 57: 1035, 533: 1035, 535: 1035, 545: 1035}, - // 3635 - {57: 4016, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, - {9: 6525, 534: 1211, 550: 1211, 611: 1211, 658: 1211, 717: 1211, 807: 1211}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6514, 3071, 3072, 3070, 1039: 6513, 1310: 6524}, - {9: 1208, 534: 1208, 550: 1208, 611: 1208, 658: 1208, 717: 1208, 807: 1208}, - {534: 6515, 540: 2624, 1373: 6516}, + {57: 4018, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, + {9: 6530, 534: 1211, 550: 1211, 611: 1211, 658: 1211, 717: 1211, 807: 1211}, // 3640 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6520, 3071, 3072, 3070, 986: 6519}, - {540: 6517}, - {534: 2928, 779: 6518}, - {9: 1207, 534: 1207, 550: 1207, 611: 1207, 658: 1207, 717: 1207, 807: 1207}, - {9: 6522, 57: 6521}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6519, 3073, 3074, 3072, 1039: 6518, 1311: 6529}, + {9: 1208, 534: 1208, 550: 1208, 611: 1208, 658: 1208, 717: 1208, 807: 1208}, + {534: 6520, 540: 2626, 1374: 6521}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6525, 3073, 3074, 3072, 986: 6524}, + {540: 6522}, // 3645 - {2622, 2622, 9: 2622, 57: 2622, 535: 2622}, - {540: 2623}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6523, 3071, 3072, 3070}, - {2621, 2621, 9: 2621, 57: 2621, 535: 2621}, - {9: 6525, 534: 1210, 550: 1210, 611: 1210, 658: 1210, 717: 1210, 807: 1210}, + {534: 2930, 779: 6523}, + {9: 1207, 534: 1207, 550: 1207, 611: 1207, 658: 1207, 717: 1207, 807: 1207}, + {9: 6527, 57: 6526}, + {2624, 2624, 9: 2624, 57: 2624, 535: 2624}, + {540: 2625}, // 3650 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6514, 3071, 3072, 3070, 1039: 6526}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6528, 3073, 3074, 3072}, + {2623, 2623, 9: 2623, 57: 2623, 535: 2623}, + {9: 6530, 534: 1210, 550: 1210, 611: 1210, 658: 1210, 717: 1210, 807: 1210}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6519, 3073, 3074, 3072, 1039: 6531}, {9: 1209, 534: 1209, 550: 1209, 611: 1209, 658: 1209, 717: 1209, 807: 1209}, - {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3881, 845: 3935, 915: 6528}, - {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3883, 3882, 561: 1083, 1083, 566: 1083, 846: 3940, 930: 6529}, - {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3942, 1054, 566: 3943, 996: 6530}, // 3655 - {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3971, 997: 6531}, + {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3883, 845: 3937, 915: 6533}, + {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3885, 3884, 561: 1083, 1083, 566: 1083, 846: 3942, 930: 6534}, + {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3944, 1054, 566: 3945, 996: 6535}, + {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3973, 997: 6536}, {1215, 1215, 57: 1215, 533: 1215, 535: 1215, 542: 1215, 545: 1215, 553: 1215, 1215}, - {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3883, 3882, 561: 1083, 1083, 566: 1083, 846: 3940, 930: 6533}, - {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3942, 1054, 566: 3943, 996: 6534}, - {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3971, 997: 6535}, // 3660 + {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3885, 3884, 561: 1083, 1083, 566: 1083, 846: 3942, 930: 6538}, + {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3944, 1054, 566: 3945, 996: 6539}, + {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3973, 997: 6540}, {1216, 1216, 57: 1216, 533: 1216, 535: 1216, 542: 1216, 545: 1216, 553: 1216, 1216}, - {726: 6543}, - {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3881, 845: 3935, 915: 6539}, - {1061, 1061, 57: 1061, 533: 1061, 535: 1061, 542: 1061, 545: 1061, 553: 1061, 1061, 557: 1061, 1061, 561: 1061, 1061, 566: 1061, 568: 1061, 576: 1061, 578: 1061}, - {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3883, 3882, 561: 1083, 1083, 566: 1083, 846: 3940, 930: 6540}, + {726: 6548}, // 3665 - {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3942, 1054, 566: 3943, 996: 6541}, - {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3971, 997: 6542}, - {1217, 1217, 57: 1217, 533: 1217, 535: 1217, 542: 1217, 545: 1217, 553: 1217, 1217}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3905, 979: 3907, 1006: 6544}, - {2147, 2147, 9: 3908, 57: 2147, 533: 2147, 535: 6545, 542: 2147, 545: 2147, 553: 2147, 2147, 557: 2147, 2147, 561: 2147, 2147, 566: 2147, 568: 2147, 576: 2147, 578: 2147, 1516: 6546}, + {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3883, 845: 3937, 915: 6544}, + {1061, 1061, 57: 1061, 533: 1061, 535: 1061, 542: 1061, 545: 1061, 553: 1061, 1061, 557: 1061, 1061, 561: 1061, 1061, 566: 1061, 568: 1061, 576: 1061, 578: 1061}, + {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3885, 3884, 561: 1083, 1083, 566: 1083, 846: 3942, 930: 6545}, + {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3944, 1054, 566: 3945, 996: 6546}, + {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3973, 997: 6547}, // 3670 - {434: 6547}, + {1217, 1217, 57: 1217, 533: 1217, 535: 1217, 542: 1217, 545: 1217, 553: 1217, 1217}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3907, 979: 3909, 1006: 6549}, + {2147, 2147, 9: 3910, 57: 2147, 533: 2147, 535: 6550, 542: 2147, 545: 2147, 553: 2147, 2147, 557: 2147, 2147, 561: 2147, 2147, 566: 2147, 568: 2147, 576: 2147, 578: 2147, 1517: 6551}, + {434: 6552}, {2145, 2145, 57: 2145, 533: 2145, 535: 2145, 542: 2145, 545: 2145, 553: 2145, 2145, 557: 2145, 2145, 561: 2145, 2145, 566: 2145, 568: 2145, 576: 2145, 578: 2145}, - {2146, 2146, 57: 2146, 533: 2146, 535: 2146, 542: 2146, 545: 2146, 553: 2146, 2146, 557: 2146, 2146, 561: 2146, 2146, 566: 2146, 568: 2146, 576: 2146, 578: 2146}, - {433, 433, 57: 433, 533: 433, 535: 433, 542: 433, 545: 433, 553: 433, 433, 557: 433, 433, 561: 433, 433, 566: 433, 4689, 433, 575: 433, 893: 4690, 6573}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 646: 6013, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6020, 962: 6010, 999: 6558, 1354: 6557, 1486: 6556}, // 3675 - {1062, 1062, 57: 1062, 533: 1062, 535: 1062, 542: 1062, 545: 1062, 553: 1062, 1062, 557: 1062, 1062, 561: 1062, 1062, 566: 1062, 568: 1062, 575: 6536, 1055: 6538, 1086: 6551}, - {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3881, 845: 3935, 915: 6552}, - {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3883, 3882, 561: 1083, 1083, 566: 1083, 846: 3940, 930: 6553}, - {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3942, 1054, 566: 3943, 996: 6554}, - {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3971, 997: 6555}, + {2146, 2146, 57: 2146, 533: 2146, 535: 2146, 542: 2146, 545: 2146, 553: 2146, 2146, 557: 2146, 2146, 561: 2146, 2146, 566: 2146, 568: 2146, 576: 2146, 578: 2146}, + {433, 433, 57: 433, 533: 433, 535: 433, 542: 433, 545: 433, 553: 433, 433, 557: 433, 433, 561: 433, 433, 566: 433, 4691, 433, 575: 433, 893: 4692, 6578}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 646: 6018, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6025, 962: 6015, 999: 6563, 1355: 6562, 1487: 6561}, + {1062, 1062, 57: 1062, 533: 1062, 535: 1062, 542: 1062, 545: 1062, 553: 1062, 1062, 557: 1062, 1062, 561: 1062, 1062, 566: 1062, 568: 1062, 575: 6541, 1055: 6543, 1086: 6556}, + {1516, 1516, 57: 1516, 533: 1516, 535: 1516, 542: 1516, 545: 1516, 553: 1516, 1516, 557: 1516, 1516, 561: 1516, 1516, 566: 1516, 568: 3883, 845: 3937, 915: 6557}, // 3680 + {1083, 1083, 57: 1083, 533: 1083, 535: 1083, 542: 1083, 545: 1083, 553: 1083, 1083, 557: 3885, 3884, 561: 1083, 1083, 566: 1083, 846: 3942, 930: 6558}, + {1054, 1054, 57: 1054, 533: 1054, 535: 1054, 542: 1054, 545: 1054, 553: 1054, 1054, 561: 3944, 1054, 566: 3945, 996: 6559}, + {1060, 1060, 57: 1060, 533: 1060, 535: 1060, 542: 1060, 545: 1060, 553: 1060, 1060, 562: 3973, 997: 6560}, {1218, 1218, 57: 1218, 533: 1218, 535: 1218, 542: 1218, 545: 1218, 553: 1218, 1218}, - {433, 433, 57: 433, 533: 433, 535: 433, 542: 433, 545: 433, 553: 433, 433, 557: 433, 433, 561: 433, 433, 566: 433, 4689, 433, 575: 433, 433, 578: 433, 893: 4690, 6559}, - {1206, 1206, 57: 1206, 533: 1206, 535: 1206, 542: 1206, 545: 1206, 553: 1206, 1206, 557: 1206, 1206, 561: 1206, 1206, 566: 1206, 1206, 1206, 575: 1206}, - {1146, 1146, 9: 6064, 57: 1146, 533: 1146, 535: 1146, 542: 1146, 545: 1146, 553: 1146, 1146, 557: 1146, 1146, 561: 1146, 1146, 566: 1146, 1146, 1146, 575: 1146, 1146, 578: 1146}, - {1062, 1062, 57: 1062, 533: 1062, 535: 1062, 542: 1062, 545: 1062, 553: 1062, 1062, 557: 1062, 1062, 561: 1062, 1062, 566: 1062, 568: 1062, 575: 6536, 1062, 578: 1062, 1055: 6538, 1086: 6560}, + {433, 433, 57: 433, 533: 433, 535: 433, 542: 433, 545: 433, 553: 433, 433, 557: 433, 433, 561: 433, 433, 566: 433, 4691, 433, 575: 433, 433, 578: 433, 893: 4692, 6564}, // 3685 - {2144, 2144, 57: 2144, 533: 2144, 535: 2144, 542: 2144, 545: 2144, 553: 2144, 2144, 557: 2144, 2144, 561: 2144, 2144, 566: 2144, 568: 2144, 576: 6561, 578: 2144, 1193: 6562}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6572}, - {1205, 1205, 57: 1205, 533: 1205, 535: 1205, 542: 1205, 545: 1205, 553: 1205, 1205, 557: 1205, 1205, 561: 1205, 1205, 566: 1205, 568: 1205, 578: 6564, 1508: 6563}, - {1231, 1231, 57: 1231, 533: 1231, 535: 1231, 542: 1231, 545: 1231, 553: 1231, 1231, 557: 1231, 1231, 561: 1231, 1231, 566: 1231, 568: 1231}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4093, 3071, 3072, 3070, 1031: 6567, 1306: 6566, 1509: 6565}, + {1206, 1206, 57: 1206, 533: 1206, 535: 1206, 542: 1206, 545: 1206, 553: 1206, 1206, 557: 1206, 1206, 561: 1206, 1206, 566: 1206, 1206, 1206, 575: 1206}, + {1146, 1146, 9: 6069, 57: 1146, 533: 1146, 535: 1146, 542: 1146, 545: 1146, 553: 1146, 1146, 557: 1146, 1146, 561: 1146, 1146, 566: 1146, 1146, 1146, 575: 1146, 1146, 578: 1146}, + {1062, 1062, 57: 1062, 533: 1062, 535: 1062, 542: 1062, 545: 1062, 553: 1062, 1062, 557: 1062, 1062, 561: 1062, 1062, 566: 1062, 568: 1062, 575: 6541, 1062, 578: 1062, 1055: 6543, 1086: 6565}, + {2144, 2144, 57: 2144, 533: 2144, 535: 2144, 542: 2144, 545: 2144, 553: 2144, 2144, 557: 2144, 2144, 561: 2144, 2144, 566: 2144, 568: 2144, 576: 6566, 578: 2144, 1193: 6567}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6577}, // 3690 - {1204, 1204, 9: 6570, 57: 1204, 533: 1204, 535: 1204, 542: 1204, 545: 1204, 553: 1204, 1204, 557: 1204, 1204, 561: 1204, 1204, 566: 1204, 568: 1204}, + {1205, 1205, 57: 1205, 533: 1205, 535: 1205, 542: 1205, 545: 1205, 553: 1205, 1205, 557: 1205, 1205, 561: 1205, 1205, 566: 1205, 568: 1205, 578: 6569, 1509: 6568}, + {1231, 1231, 57: 1231, 533: 1231, 535: 1231, 542: 1231, 545: 1231, 553: 1231, 1231, 557: 1231, 1231, 561: 1231, 1231, 566: 1231, 568: 1231}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4095, 3073, 3074, 3072, 1031: 6572, 1307: 6571, 1510: 6570}, + {1204, 1204, 9: 6575, 57: 1204, 533: 1204, 535: 1204, 542: 1204, 545: 1204, 553: 1204, 1204, 557: 1204, 1204, 561: 1204, 1204, 566: 1204, 568: 1204}, {1203, 1203, 9: 1203, 57: 1203, 533: 1203, 535: 1203, 542: 1203, 545: 1203, 553: 1203, 1203, 557: 1203, 1203, 561: 1203, 1203, 566: 1203, 568: 1203}, - {540: 6568}, - {534: 4094, 1308: 6569}, - {1201, 1201, 9: 1201, 57: 1201, 533: 1201, 535: 1201, 542: 1201, 545: 1201, 553: 1201, 1201, 557: 1201, 1201, 561: 1201, 1201, 566: 1201, 568: 1201}, // 3695 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4093, 3071, 3072, 3070, 1031: 6567, 1306: 6571}, + {540: 6573}, + {534: 4096, 1309: 6574}, + {1201, 1201, 9: 1201, 57: 1201, 533: 1201, 535: 1201, 542: 1201, 545: 1201, 553: 1201, 1201, 557: 1201, 1201, 561: 1201, 1201, 566: 1201, 568: 1201}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4095, 3073, 3074, 3072, 1031: 6572, 1307: 6576}, {1202, 1202, 9: 1202, 57: 1202, 533: 1202, 535: 1202, 542: 1202, 545: 1202, 553: 1202, 1202, 557: 1202, 1202, 561: 1202, 1202, 566: 1202, 568: 1202}, - {2143, 2143, 57: 2143, 533: 2143, 535: 2143, 542: 2143, 545: 2143, 553: 2143, 2143, 557: 2143, 2143, 561: 2143, 2143, 565: 2143, 2143, 2143, 2143, 570: 3769, 3767, 3768, 3766, 3764, 2143, 578: 2143, 804: 3765, 3763}, - {1232, 1232, 57: 1232, 533: 1232, 535: 1232, 542: 1232, 545: 1232, 553: 1232, 1232, 557: 1232, 1232, 561: 1232, 1232, 566: 1232, 568: 1232, 575: 1232}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 563: 6590, 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 6591, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6589, 1177: 6592, 1364: 6593, 1452: 6594}, // 3700 + {2143, 2143, 57: 2143, 533: 2143, 535: 2143, 542: 2143, 545: 2143, 553: 2143, 2143, 557: 2143, 2143, 561: 2143, 2143, 565: 2143, 2143, 2143, 2143, 570: 3771, 3769, 3770, 3768, 3766, 2143, 578: 2143, 804: 3767, 3765}, + {1232, 1232, 57: 1232, 533: 1232, 535: 1232, 542: 1232, 545: 1232, 553: 1232, 1232, 557: 1232, 1232, 561: 1232, 1232, 566: 1232, 568: 1232, 575: 1232}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 563: 6595, 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 6596, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6594, 1177: 6597, 1365: 6598, 1453: 6599}, {2: 1081, 1081, 1081, 1081, 1081, 1081, 1081, 10: 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 58: 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 534: 1081, 536: 1081, 1081, 1081, 1081, 543: 1081, 1081, 546: 1081, 1081, 1081, 550: 1081, 1081, 555: 1081, 1081, 563: 1081, 1081, 577: 1081, 582: 1081, 589: 1081, 1081, 622: 1081, 629: 1081, 631: 1081, 1081, 1081, 1081, 639: 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 659: 1081, 661: 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 714: 1081, 719: 1081, 832: 1081, 1081, 836: 1081, 838: 1081, 840: 1081, 844: 1081, 853: 1081, 1081, 1081}, {2: 1080, 1080, 1080, 1080, 1080, 1080, 1080, 10: 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 58: 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 534: 1080, 536: 1080, 1080, 1080, 1080, 543: 1080, 1080, 546: 1080, 1080, 1080, 550: 1080, 1080, 555: 1080, 1080, 563: 1080, 1080, 577: 1080, 582: 1080, 589: 1080, 1080, 622: 1080, 629: 1080, 631: 1080, 1080, 1080, 1080, 639: 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 659: 1080, 661: 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 714: 1080, 719: 1080, 832: 1080, 1080, 836: 1080, 838: 1080, 840: 1080, 844: 1080, 853: 1080, 1080, 1080}, + // 3705 {2: 1079, 1079, 1079, 1079, 1079, 1079, 1079, 10: 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 58: 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 534: 1079, 536: 1079, 1079, 1079, 1079, 543: 1079, 1079, 546: 1079, 1079, 1079, 550: 1079, 1079, 555: 1079, 1079, 563: 1079, 1079, 577: 1079, 582: 1079, 589: 1079, 1079, 622: 1079, 629: 1079, 631: 1079, 1079, 1079, 1079, 639: 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 659: 1079, 661: 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 714: 1079, 719: 1079, 832: 1079, 1079, 836: 1079, 838: 1079, 840: 1079, 844: 1079, 853: 1079, 1079, 1079}, {2: 1078, 1078, 1078, 1078, 1078, 1078, 1078, 10: 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 58: 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 534: 1078, 536: 1078, 1078, 1078, 1078, 543: 1078, 1078, 546: 1078, 1078, 1078, 550: 1078, 1078, 555: 1078, 1078, 563: 1078, 1078, 577: 1078, 582: 1078, 589: 1078, 1078, 622: 1078, 629: 1078, 631: 1078, 1078, 1078, 1078, 639: 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 659: 1078, 661: 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 1078, 714: 1078, 719: 1078, 832: 1078, 1078, 836: 1078, 838: 1078, 840: 1078, 844: 1078, 853: 1078, 1078, 1078}, {2: 1077, 1077, 1077, 1077, 1077, 1077, 1077, 10: 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 58: 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 534: 1077, 536: 1077, 1077, 1077, 1077, 543: 1077, 1077, 546: 1077, 1077, 1077, 550: 1077, 1077, 555: 1077, 1077, 563: 1077, 1077, 577: 1077, 582: 1077, 589: 1077, 1077, 622: 1077, 629: 1077, 631: 1077, 1077, 1077, 1077, 639: 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 659: 1077, 661: 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 714: 1077, 719: 1077, 832: 1077, 1077, 836: 1077, 838: 1077, 840: 1077, 844: 1077, 853: 1077, 1077, 1077}, - // 3705 {2: 1076, 1076, 1076, 1076, 1076, 1076, 1076, 10: 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 58: 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 534: 1076, 536: 1076, 1076, 1076, 1076, 543: 1076, 1076, 546: 1076, 1076, 1076, 550: 1076, 1076, 555: 1076, 1076, 563: 1076, 1076, 577: 1076, 582: 1076, 589: 1076, 1076, 622: 1076, 629: 1076, 631: 1076, 1076, 1076, 1076, 639: 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 659: 1076, 661: 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 714: 1076, 719: 1076, 832: 1076, 1076, 836: 1076, 838: 1076, 840: 1076, 844: 1076, 853: 1076, 1076, 1076}, {2: 1075, 1075, 1075, 1075, 1075, 1075, 1075, 10: 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 58: 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 534: 1075, 536: 1075, 1075, 1075, 1075, 543: 1075, 1075, 546: 1075, 1075, 1075, 550: 1075, 1075, 555: 1075, 1075, 563: 1075, 1075, 577: 1075, 582: 1075, 589: 1075, 1075, 622: 1075, 629: 1075, 631: 1075, 1075, 1075, 1075, 639: 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 659: 1075, 661: 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 714: 1075, 719: 1075, 832: 1075, 1075, 836: 1075, 838: 1075, 840: 1075, 844: 1075, 853: 1075, 1075, 1075}, + // 3710 {2: 1074, 1074, 1074, 1074, 1074, 1074, 1074, 10: 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 58: 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 534: 1074, 536: 1074, 1074, 1074, 1074, 543: 1074, 1074, 546: 1074, 1074, 1074, 550: 1074, 1074, 555: 1074, 1074, 563: 1074, 1074, 577: 1074, 582: 1074, 589: 1074, 1074, 622: 1074, 629: 1074, 631: 1074, 1074, 1074, 1074, 639: 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 659: 1074, 661: 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 714: 1074, 719: 1074, 832: 1074, 1074, 836: 1074, 838: 1074, 840: 1074, 844: 1074, 853: 1074, 1074, 1074}, {2: 1073, 1073, 1073, 1073, 1073, 1073, 1073, 10: 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 58: 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 534: 1073, 536: 1073, 1073, 1073, 1073, 543: 1073, 1073, 546: 1073, 1073, 1073, 550: 1073, 1073, 555: 1073, 1073, 563: 1073, 1073, 577: 1073, 582: 1073, 589: 1073, 1073, 622: 1073, 629: 1073, 631: 1073, 1073, 1073, 1073, 639: 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 659: 1073, 661: 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 714: 1073, 719: 1073, 832: 1073, 1073, 836: 1073, 838: 1073, 840: 1073, 844: 1073, 853: 1073, 1073, 1073}, - {2: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 10: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 58: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 6580, 6586, 6587, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 534: 1071, 536: 1071, 1071, 1071, 1071, 543: 1071, 1071, 546: 1071, 1071, 1071, 550: 1071, 1071, 555: 1071, 1071, 563: 1071, 1071, 577: 6583, 582: 1071, 589: 1071, 1071, 622: 1071, 629: 1071, 631: 1071, 1071, 1071, 1071, 639: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 659: 1071, 661: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 714: 1071, 719: 4201, 832: 4199, 4200, 836: 6004, 838: 6006, 840: 6005, 844: 6001, 853: 6579, 6582, 6578, 889: 6498, 891: 6576, 941: 6577, 948: 6575, 1269: 6588, 6581}, - // 3710 + {2: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 10: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 58: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 6585, 6591, 6592, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 534: 1071, 536: 1071, 1071, 1071, 1071, 543: 1071, 1071, 546: 1071, 1071, 1071, 550: 1071, 1071, 555: 1071, 1071, 563: 1071, 1071, 577: 6588, 582: 1071, 589: 1071, 1071, 622: 1071, 629: 1071, 631: 1071, 1071, 1071, 1071, 639: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 659: 1071, 661: 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 1071, 714: 1071, 719: 4203, 832: 4201, 4202, 836: 6009, 838: 6011, 840: 6010, 844: 6006, 853: 6584, 6587, 6583, 889: 6503, 891: 6581, 941: 6582, 948: 6580, 1270: 6593, 6586}, {2: 1069, 1069, 1069, 1069, 1069, 1069, 1069, 10: 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 58: 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 534: 1069, 536: 1069, 1069, 1069, 1069, 543: 1069, 1069, 546: 1069, 1069, 1069, 550: 1069, 1069, 555: 1069, 1069, 563: 1069, 1069, 577: 1069, 582: 1069, 589: 1069, 1069, 622: 1069, 629: 1069, 631: 1069, 1069, 1069, 1069, 639: 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 659: 1069, 661: 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 714: 1069, 719: 1069, 832: 1069, 1069, 836: 1069, 838: 1069, 840: 1069, 844: 1069, 853: 1069, 1069, 1069}, {2: 1065, 1065, 1065, 1065, 1065, 1065, 1065, 10: 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 58: 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 534: 1065, 536: 1065, 1065, 1065, 1065, 543: 1065, 1065, 546: 1065, 1065, 1065, 550: 1065, 1065, 555: 1065, 1065, 563: 1065, 1065, 577: 1065, 582: 1065, 589: 1065, 1065, 622: 1065, 629: 1065, 631: 1065, 1065, 1065, 1065, 639: 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 659: 1065, 661: 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 714: 1065, 719: 1065, 832: 1065, 1065, 836: 1065, 838: 1065, 840: 1065, 844: 1065, 853: 1065, 1065, 1065}, + // 3715 {2: 1064, 1064, 1064, 1064, 1064, 1064, 1064, 10: 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 58: 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 534: 1064, 536: 1064, 1064, 1064, 1064, 543: 1064, 1064, 546: 1064, 1064, 1064, 550: 1064, 1064, 555: 1064, 1064, 563: 1064, 1064, 577: 1064, 582: 1064, 589: 1064, 1064, 622: 1064, 629: 1064, 631: 1064, 1064, 1064, 1064, 639: 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 659: 1064, 661: 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 714: 1064, 719: 1064, 832: 1064, 1064, 836: 1064, 838: 1064, 840: 1064, 844: 1064, 853: 1064, 1064, 1064}, {2: 1070, 1070, 1070, 1070, 1070, 1070, 1070, 10: 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 58: 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 534: 1070, 536: 1070, 1070, 1070, 1070, 543: 1070, 1070, 546: 1070, 1070, 1070, 550: 1070, 1070, 555: 1070, 1070, 563: 1070, 1070, 577: 1070, 582: 1070, 589: 1070, 1070, 622: 1070, 629: 1070, 631: 1070, 1070, 1070, 1070, 639: 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 659: 1070, 661: 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 714: 1070, 719: 1070, 832: 1070, 1070, 836: 1070, 838: 1070, 840: 1070, 844: 1070, 853: 1070, 1070, 1070}, - {2155, 2155, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 2155, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 2155, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 2155, 535: 2155, 6607, 540: 6606, 542: 2155, 545: 2155, 553: 2155, 2155, 557: 2155, 2155, 561: 2155, 2155, 565: 2155, 2155, 2155, 2155, 570: 3769, 3767, 3768, 3766, 3764, 2155, 2155, 775: 6605, 3071, 3072, 3070, 804: 3765, 3763, 1361: 6604, 6603}, - // 3715 + {2155, 2155, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 2155, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 2155, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 2155, 535: 2155, 6612, 540: 6611, 542: 2155, 545: 2155, 553: 2155, 2155, 557: 2155, 2155, 561: 2155, 2155, 565: 2155, 2155, 2155, 2155, 570: 3771, 3769, 3770, 3768, 3766, 2155, 2155, 775: 6610, 3073, 3074, 3072, 804: 3767, 3765, 1362: 6609, 6608}, {2159, 2159, 9: 2159, 57: 2159, 533: 2159, 535: 2159, 542: 2159, 545: 2159, 553: 2159, 2159, 557: 2159, 2159, 561: 2159, 2159, 565: 2159, 2159, 2159, 2159, 575: 2159, 2159}, - {1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 535: 1498, 1498, 1498, 539: 1498, 1498, 1498, 1498, 545: 1498, 1498, 1498, 1498, 553: 1498, 1498, 557: 1498, 1498, 560: 1498, 1498, 1498, 1498, 565: 1498, 1498, 1498, 1498, 570: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 583: 1498, 609: 1498, 612: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 623: 1498, 1498, 1498, 1498, 1498, 1498, 630: 1498, 635: 1498, 1498, 1498, 1498, 707: 1498, 718: 6598, 721: 1498, 1498}, - {2149, 2149, 9: 2149, 57: 2149, 533: 2149, 535: 2149, 542: 2149, 545: 2149, 553: 2149, 2149, 557: 2149, 2149, 561: 2149, 2149, 565: 2149, 2149, 2149, 2149, 575: 2149, 2149}, - {1063, 1063, 9: 6596, 57: 1063, 533: 1063, 535: 1063, 542: 1063, 545: 1063, 553: 1063, 1063, 557: 1063, 1063, 561: 1063, 1063, 565: 1063, 1063, 1063, 1063, 575: 1063, 1063}, - {2144, 2144, 57: 2144, 533: 2144, 535: 2144, 542: 2144, 545: 2144, 553: 2144, 2144, 557: 2144, 2144, 561: 2144, 2144, 565: 2144, 2144, 2144, 2144, 575: 2144, 6561, 1193: 6595}, + {1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 535: 1498, 1498, 1498, 539: 1498, 1498, 1498, 1498, 545: 1498, 1498, 1498, 1498, 553: 1498, 1498, 557: 1498, 1498, 560: 1498, 1498, 1498, 1498, 565: 1498, 1498, 1498, 1498, 570: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 583: 1498, 609: 1498, 612: 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 623: 1498, 1498, 1498, 1498, 1498, 1498, 630: 1498, 635: 1498, 1498, 1498, 1498, 707: 1498, 718: 6603, 721: 1498, 1498}, // 3720 + {2149, 2149, 9: 2149, 57: 2149, 533: 2149, 535: 2149, 542: 2149, 545: 2149, 553: 2149, 2149, 557: 2149, 2149, 561: 2149, 2149, 565: 2149, 2149, 2149, 2149, 575: 2149, 2149}, + {1063, 1063, 9: 6601, 57: 1063, 533: 1063, 535: 1063, 542: 1063, 545: 1063, 553: 1063, 1063, 557: 1063, 1063, 561: 1063, 1063, 565: 1063, 1063, 1063, 1063, 575: 1063, 1063}, + {2144, 2144, 57: 2144, 533: 2144, 535: 2144, 542: 2144, 545: 2144, 553: 2144, 2144, 557: 2144, 2144, 561: 2144, 2144, 565: 2144, 2144, 2144, 2144, 575: 2144, 6566, 1193: 6600}, {1233, 1233, 57: 1233, 533: 1233, 535: 1233, 542: 1233, 545: 1233, 553: 1233, 1233, 557: 1233, 1233, 561: 1233, 1233, 565: 1233, 1233, 1233, 1233, 575: 1233}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 563: 6590, 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 6591, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6589, 1177: 6597}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 563: 6595, 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 6596, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6594, 1177: 6602}, + // 3725 {2148, 2148, 9: 2148, 57: 2148, 533: 2148, 535: 2148, 542: 2148, 545: 2148, 553: 2148, 2148, 557: 2148, 2148, 561: 2148, 2148, 565: 2148, 2148, 2148, 2148, 575: 2148, 2148}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 6599, 775: 6600, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 6604, 775: 6605, 3073, 3074, 3072}, {2158, 2158, 9: 2158, 57: 2158, 533: 2158, 535: 2158, 542: 2158, 545: 2158, 553: 2158, 2158, 557: 2158, 2158, 561: 2158, 2158, 565: 2158, 2158, 2158, 2158, 575: 2158, 2158}, - // 3725 - {1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 4504, 1497, 1497, 1497, 539: 1497, 1497, 1497, 1497, 545: 1497, 1497, 1497, 1497, 553: 1497, 1497, 557: 1497, 1497, 560: 1497, 1497, 1497, 1497, 565: 1497, 1497, 1497, 1497, 570: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 583: 1497, 609: 1497, 612: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 623: 1497, 1497, 1497, 1497, 1497, 1497, 630: 1497, 635: 1497, 1497, 1497, 1497, 707: 1497, 718: 6601, 721: 1497, 1497}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 6602, 775: 3931, 3071, 3072, 3070}, + {1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 4506, 1497, 1497, 1497, 539: 1497, 1497, 1497, 1497, 545: 1497, 1497, 1497, 1497, 553: 1497, 1497, 557: 1497, 1497, 560: 1497, 1497, 1497, 1497, 565: 1497, 1497, 1497, 1497, 570: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 583: 1497, 609: 1497, 612: 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 623: 1497, 1497, 1497, 1497, 1497, 1497, 630: 1497, 635: 1497, 1497, 1497, 1497, 707: 1497, 718: 6606, 721: 1497, 1497}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 6607, 775: 3933, 3073, 3074, 3072}, + // 3730 {2157, 2157, 9: 2157, 57: 2157, 533: 2157, 535: 2157, 542: 2157, 545: 2157, 553: 2157, 2157, 557: 2157, 2157, 561: 2157, 2157, 565: 2157, 2157, 2157, 2157, 575: 2157, 2157}, {2156, 2156, 9: 2156, 57: 2156, 533: 2156, 535: 2156, 542: 2156, 545: 2156, 553: 2156, 2156, 557: 2156, 2156, 561: 2156, 2156, 565: 2156, 2156, 2156, 2156, 575: 2156, 2156}, {2154, 2154, 9: 2154, 57: 2154, 533: 2154, 535: 2154, 542: 2154, 545: 2154, 553: 2154, 2154, 557: 2154, 2154, 561: 2154, 2154, 565: 2154, 2154, 2154, 2154, 575: 2154, 2154}, - // 3730 {2153, 2153, 9: 2153, 57: 2153, 533: 2153, 535: 2153, 542: 2153, 545: 2153, 553: 2153, 2153, 557: 2153, 2153, 561: 2153, 2153, 565: 2153, 2153, 2153, 2153, 575: 2153, 2153}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6609, 775: 6608, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6614, 775: 6613, 3073, 3074, 3072}, + // 3735 {2151, 2151, 9: 2151, 57: 2151, 533: 2151, 535: 2151, 542: 2151, 545: 2151, 553: 2151, 2151, 557: 2151, 2151, 561: 2151, 2151, 565: 2151, 2151, 2151, 2151, 575: 2151, 2151}, {2152, 2152, 9: 2152, 57: 2152, 533: 2152, 535: 2152, 542: 2152, 545: 2152, 553: 2152, 2152, 557: 2152, 2152, 561: 2152, 2152, 565: 2152, 2152, 2152, 2152, 575: 2152, 2152}, {2150, 2150, 9: 2150, 57: 2150, 533: 2150, 535: 2150, 542: 2150, 545: 2150, 553: 2150, 2150, 557: 2150, 2150, 561: 2150, 2150, 565: 2150, 2150, 2150, 2150, 575: 2150, 2150}, - // 3735 {1234, 1234}, {1246, 1246}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 6625, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6626, 3071, 3072, 3070}, - {86: 6618, 288: 6617}, - {1238, 1238}, // 3740 - {901: 6616}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 6630, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6631, 3073, 3074, 3072}, + {86: 6623, 288: 6622}, + {1238, 1238}, + {901: 6621}, {1237, 1237}, - {1240, 1240, 86: 6623}, - {288: 6619}, - {1239, 1239, 86: 6621, 901: 6620}, // 3745 + {1240, 1240, 86: 6628}, + {288: 6624}, + {1239, 1239, 86: 6626, 901: 6625}, {1242, 1242}, - {901: 6622}, + {901: 6627}, + // 3750 {1241, 1241}, - {901: 6624}, + {901: 6629}, {1243, 1243}, - // 3750 - {1915, 1915, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6627, 3071, 3072, 3070}, + {1915, 1915, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6632, 3073, 3074, 3072}, {1245, 1245}, + // 3755 {1244, 1244}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6629, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6634, 3073, 3074, 3072}, {1250, 1250}, - // 3755 - {1254, 1254, 545: 6631}, - {631: 3705, 780: 6633, 1494: 6632}, - {1253, 1253, 9: 6634}, - {1252, 1252, 9: 1252}, - {631: 3705, 780: 6635}, + {1254, 1254, 545: 6636}, + {631: 3707, 780: 6638, 1495: 6637}, // 3760 + {1253, 1253, 9: 6639}, + {1252, 1252, 9: 1252}, + {631: 3707, 780: 6640}, {1251, 1251, 9: 1251}, - {565: 6637}, - {536: 6639, 631: 3705, 780: 6640, 1427: 6638}, + {565: 6642}, + // 3765 + {536: 6644, 631: 3707, 780: 6645, 1428: 6643}, {1257, 1257}, {1256, 1256}, - // 3765 {1255, 1255}, - {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 562: 1272, 1272, 836: 6004, 838: 6006, 840: 6005, 941: 6007, 995: 6642}, - {2: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 10: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 58: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 562: 6643, 1572, 1201: 6644}, - {2: 1571, 1571, 1571, 1571, 1571, 1571, 1571, 10: 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 58: 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 563: 1571}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6645}, + {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 562: 1272, 1272, 836: 6009, 838: 6011, 840: 6010, 941: 6012, 995: 6647}, // 3770 - {187: 1136, 534: 1136, 1136, 549: 6068, 1136, 559: 1136, 611: 1136, 658: 1136, 970: 6646}, - {187: 6654, 534: 6647, 2927, 550: 6655, 559: 6653, 611: 2925, 658: 2921, 779: 6652, 810: 6650, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 6651, 6649, 1102: 6648, 1200: 6656}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 2626, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 2928, 2927, 550: 2926, 611: 2925, 658: 2921, 775: 4051, 3071, 3072, 3070, 6510, 810: 3871, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 3873, 3872, 826: 4052, 910: 5655, 1130: 6669}, - {534: 3917, 945: 6666, 1100: 6665}, - {1564, 1564, 533: 1564, 545: 1564}, + {2: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 10: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 58: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 562: 6648, 1572, 1201: 6649}, + {2: 1571, 1571, 1571, 1571, 1571, 1571, 1571, 10: 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 58: 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 563: 1571}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6650}, + {187: 1136, 534: 1136, 1136, 549: 6073, 1136, 559: 1136, 611: 1136, 658: 1136, 970: 6651}, + {187: 6659, 534: 6652, 2929, 550: 6660, 559: 6658, 611: 2927, 658: 2923, 779: 6657, 810: 6655, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 6656, 6654, 1102: 6653, 1200: 6661}, // 3775 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 2628, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 2930, 2929, 550: 2928, 611: 2927, 658: 2923, 775: 4053, 3073, 3074, 3072, 6515, 810: 3873, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 3875, 3874, 826: 4054, 910: 5660, 1130: 6674}, + {534: 3919, 945: 6671, 1100: 6670}, + {1564, 1564, 533: 1564, 545: 1564}, {1563, 1563, 533: 1563, 542: 1029, 545: 1563, 553: 1029, 1029}, {1562, 1562, 533: 1562, 545: 1562}, - {1561, 1561, 533: 1561, 542: 1028, 545: 1561, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 6658, 1340: 6657}, - {534: 1559}, // 3780 - {534: 1558, 642: 3916, 1019: 3915, 1101: 3914}, + {1561, 1561, 533: 1561, 542: 1028, 545: 1561, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 6663, 1341: 6662}, + {534: 1559}, + {534: 1558, 642: 3918, 1019: 3917, 1101: 3916}, {1544, 1544, 545: 1544}, - {1560, 1560, 9: 6661, 533: 1560, 545: 1560}, - {560: 6130, 720: 6131, 896: 6659}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6660}, // 3785 + {1560, 1560, 9: 6666, 533: 1560, 545: 1560}, + {560: 6135, 720: 6136, 896: 6664}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6665}, {1548, 1548, 9: 1548, 533: 1548, 545: 1548}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 6662}, - {560: 6130, 720: 6131, 896: 6663}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3923, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3919, 897: 6664}, - {1547, 1547, 9: 1547, 533: 1547, 545: 1547}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 6667}, // 3790 - {1565, 1565, 9: 6667, 533: 1565, 545: 1565}, + {560: 6135, 720: 6136, 896: 6668}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3925, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3921, 897: 6669}, + {1547, 1547, 9: 1547, 533: 1547, 545: 1547}, + {1565, 1565, 9: 6672, 533: 1565, 545: 1565}, {1557, 1557, 9: 1557, 533: 1557, 545: 1557}, - {534: 3917, 945: 6668}, - {1556, 1556, 9: 1556, 533: 1556, 545: 1556}, - {57: 6670}, // 3795 - {187: 6654, 534: 2928, 2927, 550: 6655, 611: 2925, 658: 2921, 779: 6675, 810: 6673, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 6674, 6672, 1102: 6671}, - {534: 3917, 945: 6666, 1100: 6676}, + {534: 3919, 945: 6673}, + {1556, 1556, 9: 1556, 533: 1556, 545: 1556}, + {57: 6675}, + {187: 6659, 534: 2930, 2929, 550: 6660, 611: 2927, 658: 2923, 779: 6680, 810: 6678, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 6679, 6677, 1102: 6676}, + {534: 3919, 945: 6671, 1100: 6681}, + // 3800 {1569, 1569, 533: 1569, 545: 1569}, {1568, 1568, 533: 1568, 542: 1029, 545: 1568, 553: 1029, 1029}, {1567, 1567, 533: 1567, 545: 1567}, - // 3800 - {1566, 1566, 533: 1566, 542: 1028, 545: 1566, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, - {1570, 1570, 9: 6667, 533: 1570, 545: 1570}, - {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 552: 1272, 562: 1272, 1272, 836: 6004, 838: 6006, 840: 6005, 941: 6007, 995: 6678}, - {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 552: 4703, 562: 2135, 2135, 965: 6679}, - {2: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 10: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 58: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 562: 6643, 1572, 1201: 6680}, + {1566, 1566, 533: 1566, 542: 1028, 545: 1566, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, + {1570, 1570, 9: 6672, 533: 1570, 545: 1570}, // 3805 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6681}, - {187: 1136, 534: 1136, 1136, 549: 6068, 1136, 559: 1136, 611: 1136, 658: 1136, 970: 6682}, - {187: 6654, 534: 6647, 2927, 550: 6655, 559: 6653, 611: 2925, 658: 2921, 779: 6652, 810: 6650, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 6651, 6649, 1102: 6648, 1200: 6683}, - {1546, 1546, 533: 6685, 545: 1546, 1403: 6684}, - {1573, 1573, 545: 1573}, + {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 552: 1272, 562: 1272, 1272, 836: 6009, 838: 6011, 840: 6010, 941: 6012, 995: 6683}, + {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 552: 4705, 562: 2135, 2135, 965: 6684}, + {2: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 10: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 58: 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 562: 6648, 1572, 1201: 6685}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6686}, + {187: 1136, 534: 1136, 1136, 549: 6073, 1136, 559: 1136, 611: 1136, 658: 1136, 970: 6687}, // 3810 - {305: 6686}, - {704: 6687}, - {717: 6688}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 6119, 1002: 6120, 1032: 6689}, - {1545, 1545, 9: 6122, 545: 1545}, + {187: 6659, 534: 6652, 2929, 550: 6660, 559: 6658, 611: 2927, 658: 2923, 779: 6657, 810: 6655, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 6656, 6654, 1102: 6653, 1200: 6688}, + {1546, 1546, 533: 6690, 545: 1546, 1404: 6689}, + {1573, 1573, 545: 1573}, + {305: 6691}, + {704: 6692}, // 3815 - {1577, 1577, 534: 6698, 718: 2110}, + {717: 6693}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 6124, 1002: 6125, 1032: 6694}, + {1545, 1545, 9: 6127, 545: 1545}, + {1577, 1577, 534: 6703, 718: 2110}, {1578, 1578}, - {718: 6693}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6694, 3071, 3072, 3070}, - {1576, 1576, 534: 6695}, // 3820 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 6696}, - {57: 6697}, - {1574, 1574}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 2204, 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 3866, 863: 4372, 927: 6699}, - {57: 6700}, + {718: 6698}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6699, 3073, 3074, 3072}, + {1576, 1576, 534: 6700}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 6701}, + {57: 6702}, // 3825 + {1574, 1574}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 2204, 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 3868, 863: 4374, 927: 6704}, + {57: 6705}, {1575, 1575}, {2: 2355, 2355, 2355, 2355, 2355, 2355, 2355, 10: 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 58: 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 538: 2355, 541: 2355, 556: 2355, 559: 2355, 563: 2355, 582: 2355, 712: 2355}, - {565: 6798}, - {565: 6712}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 6707, 775: 5999, 3071, 3072, 3070, 911: 6709, 1350: 6708}, // 3830 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 6706}, - {9: 3955, 565: 2286, 715: 2286}, + {565: 6803}, + {565: 6717}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 6712, 775: 6004, 3073, 3074, 3072, 911: 6714, 1351: 6713}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 6711}, + {9: 3957, 565: 2286, 715: 2286}, + // 3835 {565: 2288, 715: 2288}, - {9: 6710, 565: 2287, 715: 2287}, + {9: 6715, 565: 2287, 715: 2287}, {9: 2285, 565: 2285, 715: 2285}, - // 3835 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 6711}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 6716}, {9: 2284, 565: 2284, 715: 2284}, - {536: 6713}, - {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 6714}, - {2289, 2289, 17: 6741, 58: 6717, 60: 6737, 6730, 6720, 6716, 6724, 6728, 6740, 6723, 6729, 6727, 6725, 6743, 6747, 6738, 6731, 6719, 6739, 6744, 6718, 6721, 6745, 6722, 6726, 6746, 533: 6732, 716: 6742, 952: 6734, 6733, 6736, 6715, 957: 6735}, // 3840 + {536: 6718}, + {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 6719}, + {2289, 2289, 17: 6746, 58: 6722, 60: 6742, 6735, 6725, 6721, 6729, 6733, 6745, 6728, 6734, 6732, 6730, 6748, 6752, 6743, 6736, 6724, 6744, 6749, 6723, 6726, 6750, 6727, 6731, 6751, 533: 6737, 716: 6747, 952: 6739, 6738, 6741, 6720, 957: 6740}, {2282, 2282, 17: 2282, 58: 2282, 60: 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 533: 2282, 716: 2282}, {560: 2281, 564: 2281}, + // 3845 {560: 2280, 564: 2280}, {560: 2279, 564: 2279, 632: 2279, 2279}, {560: 2278, 564: 2278, 632: 2278, 2278}, - // 3845 {560: 2277, 564: 2277, 632: 2277, 2277}, {560: 2276, 564: 2276, 632: 2276, 2276}, + // 3850 {560: 2275, 564: 2275, 632: 2275, 2275}, {560: 2274, 564: 2274, 632: 2274, 2274}, {560: 2273, 564: 2273, 632: 2273, 2273}, - // 3850 {560: 2272, 564: 2272, 632: 2272, 2272}, {536: 2271, 560: 2271}, + // 3855 {536: 2270, 560: 2270}, {536: 2269, 560: 2269}, {536: 2268, 560: 2268}, - // 3855 {2: 2267, 2267, 2267, 2267, 2267, 2267, 2267, 10: 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 58: 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 536: 2267, 552: 2267, 555: 2267, 560: 2267}, {2: 2266, 2266, 2266, 2266, 2266, 2266, 2266, 10: 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 58: 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 536: 2266, 552: 2266, 555: 2266, 560: 2266}, - {305: 6797}, - {560: 4615, 564: 2333, 806: 6795}, - {560: 4615, 564: 2333, 632: 2333, 2333, 806: 6793}, // 3860 - {536: 2333, 560: 4615, 806: 6791}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 552: 2333, 555: 2333, 560: 4615, 806: 6786}, - {536: 2333, 560: 4615, 564: 2333, 806: 6781}, - {536: 2333, 560: 4615, 564: 2333, 806: 6778}, - {560: 4615, 564: 2333, 806: 6773}, + {305: 6802}, + {560: 4617, 564: 2333, 806: 6800}, + {560: 4617, 564: 2333, 632: 2333, 2333, 806: 6798}, + {536: 2333, 560: 4617, 806: 6796}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 552: 2333, 555: 2333, 560: 4617, 806: 6791}, // 3865 - {131: 2333, 157: 2333, 560: 4615, 564: 2333, 806: 6770}, - {237: 2333, 2333, 241: 2333, 560: 4615, 564: 2333, 632: 2333, 2333, 806: 6767}, - {237: 2333, 2333, 241: 2333, 560: 4615, 564: 2333, 632: 2333, 2333, 806: 6758}, - {536: 2333, 560: 4615, 806: 6756}, - {536: 2333, 560: 4615, 806: 6754}, + {536: 2333, 560: 4617, 564: 2333, 806: 6786}, + {536: 2333, 560: 4617, 564: 2333, 806: 6783}, + {560: 4617, 564: 2333, 806: 6778}, + {131: 2333, 157: 2333, 560: 4617, 564: 2333, 806: 6775}, + {238: 2333, 2333, 242: 2333, 560: 4617, 564: 2333, 632: 2333, 2333, 806: 6772}, // 3870 - {536: 2333, 560: 4615, 806: 6752}, - {536: 2333, 560: 4615, 806: 6750}, - {536: 2333, 560: 4615, 806: 6748}, - {536: 6749}, - {2244, 2244, 17: 2244, 58: 2244, 60: 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 533: 2244, 716: 2244}, + {238: 2333, 2333, 242: 2333, 560: 4617, 564: 2333, 632: 2333, 2333, 806: 6763}, + {536: 2333, 560: 4617, 806: 6761}, + {536: 2333, 560: 4617, 806: 6759}, + {536: 2333, 560: 4617, 806: 6757}, + {536: 2333, 560: 4617, 806: 6755}, // 3875 - {536: 6751}, + {536: 2333, 560: 4617, 806: 6753}, + {536: 6754}, + {2244, 2244, 17: 2244, 58: 2244, 60: 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 533: 2244, 716: 2244}, + {536: 6756}, {2245, 2245, 17: 2245, 58: 2245, 60: 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 533: 2245, 716: 2245}, - {536: 6753}, - {2246, 2246, 17: 2246, 58: 2246, 60: 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 533: 2246, 716: 2246}, - {536: 6755}, // 3880 + {536: 6758}, + {2246, 2246, 17: 2246, 58: 2246, 60: 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 533: 2246, 716: 2246}, + {536: 6760}, {2247, 2247, 17: 2247, 58: 2247, 60: 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 533: 2247, 716: 2247}, - {536: 6757}, + {536: 6762}, + // 3885 {2248, 2248, 17: 2248, 58: 2248, 60: 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 533: 2248, 716: 2248}, - {237: 6764, 6765, 241: 6766, 564: 3057, 632: 6762, 6763, 803: 6761, 1004: 6759, 1230: 6760}, + {238: 6769, 6770, 242: 6771, 564: 3059, 632: 6767, 6768, 803: 6766, 1004: 6764, 1231: 6765}, {2250, 2250, 17: 2250, 58: 2250, 60: 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 533: 2250, 716: 2250}, - // 3885 {2249, 2249, 17: 2249, 58: 2249, 60: 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 533: 2249, 716: 2249}, {2240, 2240, 9: 2240, 17: 2240, 58: 2240, 60: 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 110: 2240, 2240, 2240, 2240, 2240, 533: 2240, 716: 2240}, + // 3890 {2239, 2239, 9: 2239, 17: 2239, 58: 2239, 60: 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 110: 2239, 2239, 2239, 2239, 2239, 533: 2239, 716: 2239}, {2238, 2238, 9: 2238, 17: 2238, 58: 2238, 60: 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 110: 2238, 2238, 2238, 2238, 2238, 533: 2238, 716: 2238}, {2237, 2237, 17: 2237, 58: 2237, 60: 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 533: 2237, 716: 2237}, - // 3890 {2236, 2236, 17: 2236, 58: 2236, 60: 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 533: 2236, 716: 2236}, {2235, 2235, 17: 2235, 58: 2235, 60: 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 533: 2235, 716: 2235}, - {237: 6764, 6765, 241: 6766, 564: 3057, 632: 6762, 6763, 803: 6761, 1004: 6768, 1230: 6769}, + // 3895 + {238: 6769, 6770, 242: 6771, 564: 3059, 632: 6767, 6768, 803: 6766, 1004: 6773, 1231: 6774}, {2252, 2252, 17: 2252, 58: 2252, 60: 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 533: 2252, 716: 2252}, {2251, 2251, 17: 2251, 58: 2251, 60: 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 533: 2251, 716: 2251}, - // 3895 - {131: 3977, 157: 3976, 564: 3057, 803: 3890, 818: 6772, 936: 6771}, + {131: 3979, 157: 3978, 564: 3059, 803: 3892, 818: 6777, 936: 6776}, {2254, 2254, 17: 2254, 58: 2254, 60: 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 533: 2254, 716: 2254}, - {2253, 2253, 17: 2253, 58: 2253, 60: 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 533: 2253, 716: 2253}, - {564: 3057, 803: 3890, 818: 6774}, - {263: 6775}, // 3900 - {612: 6776}, - {138: 6777}, + {2253, 2253, 17: 2253, 58: 2253, 60: 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 533: 2253, 716: 2253}, + {564: 3059, 803: 3892, 818: 6779}, + {264: 6780}, + {612: 6781}, + {138: 6782}, + // 3905 {2255, 2255, 17: 2255, 58: 2255, 60: 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 533: 2255, 716: 2255}, - {536: 6779, 564: 3057, 803: 3890, 818: 6780}, + {536: 6784, 564: 3059, 803: 3892, 818: 6785}, {2257, 2257, 17: 2257, 58: 2257, 60: 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 533: 2257, 716: 2257}, - // 3905 {2256, 2256, 17: 2256, 58: 2256, 60: 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 533: 2256, 716: 2256}, - {536: 6783, 564: 3057, 803: 3890, 818: 6782}, - {2258, 2258, 17: 2258, 58: 2258, 60: 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 118: 3791, 127: 3799, 134: 3787, 138: 3784, 140: 3786, 3783, 3785, 3789, 3790, 3795, 3794, 3793, 3797, 3798, 3792, 3796, 3788, 533: 2258, 716: 2258, 890: 6784}, - {2259, 2259, 17: 2259, 58: 2259, 60: 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 533: 2259, 716: 2259}, - {368: 6785}, + {536: 6788, 564: 3059, 803: 3892, 818: 6787}, // 3910 + {2258, 2258, 17: 2258, 58: 2258, 60: 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 118: 3793, 127: 3801, 134: 3789, 138: 3786, 140: 3788, 3785, 3787, 3791, 3792, 3797, 3796, 3795, 3799, 3800, 3794, 3798, 3790, 533: 2258, 716: 2258, 890: 6789}, + {2259, 2259, 17: 2259, 58: 2259, 60: 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 533: 2259, 716: 2259}, + {369: 6790}, {2260, 2260, 17: 2260, 58: 2260, 60: 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 533: 2260, 716: 2260}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 552: 6789, 555: 6790, 775: 3761, 3071, 3072, 3070, 809: 6788, 1479: 6787}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 552: 6794, 555: 6795, 775: 3763, 3073, 3074, 3072, 809: 6793, 1480: 6792}, + // 3915 {2261, 2261, 17: 2261, 58: 2261, 60: 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 533: 2261, 716: 2261}, {442, 442, 17: 442, 58: 442, 60: 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 533: 442, 716: 442}, {441, 441, 17: 441, 58: 441, 60: 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 533: 441, 716: 441}, - // 3915 {440, 440, 17: 440, 58: 440, 60: 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 533: 440, 716: 440}, - {536: 6792}, + {536: 6797}, + // 3920 {2262, 2262, 17: 2262, 58: 2262, 60: 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 533: 2262, 716: 2262}, - {564: 3057, 632: 6762, 6763, 803: 6761, 1004: 6794}, + {564: 3059, 632: 6767, 6768, 803: 6766, 1004: 6799}, {2263, 2263, 17: 2263, 58: 2263, 60: 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 533: 2263, 716: 2263}, - // 3920 - {564: 3057, 803: 3890, 818: 6796}, + {564: 3059, 803: 3892, 818: 6801}, {2264, 2264, 17: 2264, 58: 2264, 60: 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 533: 2264, 716: 2264}, - {2: 2265, 2265, 2265, 2265, 2265, 2265, 2265, 10: 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 58: 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 536: 2265, 552: 2265, 555: 2265, 560: 2265}, - {536: 6799}, - {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 6800}, // 3925 - {2290, 2290, 17: 6741, 58: 6717, 60: 6737, 6730, 6720, 6716, 6724, 6728, 6740, 6723, 6729, 6727, 6725, 6743, 6747, 6738, 6731, 6719, 6739, 6744, 6718, 6721, 6745, 6722, 6726, 6746, 533: 6732, 716: 6742, 952: 6734, 6733, 6736, 6715, 957: 6735}, - {209: 6805}, - {209: 6803}, - {564: 3057, 803: 4565, 835: 6804}, - {2234, 2234}, + {2: 2265, 2265, 2265, 2265, 2265, 2265, 2265, 10: 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 58: 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 536: 2265, 552: 2265, 555: 2265, 560: 2265}, + {536: 6804}, + {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 6805}, + {2290, 2290, 17: 6746, 58: 6722, 60: 6742, 6735, 6725, 6721, 6729, 6733, 6745, 6728, 6734, 6732, 6730, 6748, 6752, 6743, 6736, 6724, 6744, 6749, 6723, 6726, 6750, 6727, 6731, 6751, 533: 6737, 716: 6747, 952: 6739, 6738, 6741, 6720, 957: 6740}, + {209: 6810}, // 3930 - {564: 3057, 803: 4565, 835: 6806}, + {209: 6808}, + {564: 3059, 803: 4567, 835: 6809}, + {2234, 2234}, + {564: 3059, 803: 4567, 835: 6811}, {2292, 2292}, - {159: 6985, 325: 6986}, - {209: 6981}, - {803, 803, 567: 6978, 583: 6977, 1460: 6976}, // 3935 - {18: 6961, 51: 6962, 133: 6958, 219: 6963, 244: 6960, 611: 6957, 647: 6959, 971: 6964}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 6946, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6947}, - {884, 884, 561: 6941}, - {139: 6940}, - {407: 6938}, + {159: 6990, 325: 6991}, + {209: 6986}, + {803, 803, 567: 6983, 583: 6982, 1461: 6981}, + {18: 6966, 51: 6967, 133: 6963, 219: 6968, 245: 6965, 611: 6962, 647: 6964, 971: 6969}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 6951, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6952}, // 3940 - {139: 6937}, - {131: 3977, 155: 6932, 157: 3976, 268: 6931, 936: 6933}, + {884, 884, 561: 6946}, + {139: 6945}, + {408: 6943}, + {139: 6942}, + {131: 3979, 155: 6937, 157: 3978, 268: 6936, 936: 6938}, + // 3945 {878, 878}, - {868, 868, 236: 6913, 281: 6914, 293: 6915, 296: 6912, 320: 6917, 330: 6916, 345: 6919, 348: 6918, 557: 868, 868, 561: 868, 719: 6920, 1275: 6911, 1463: 6910, 6909}, + {868, 868, 236: 6918, 281: 6919, 293: 6920, 296: 6917, 320: 6922, 331: 6921, 346: 6924, 349: 6923, 557: 868, 868, 561: 868, 719: 6925, 1276: 6916, 1464: 6915, 6914}, {876, 876}, - // 3945 {875, 875}, - {806, 806, 321: 6901, 561: 6900, 567: 806, 583: 806}, - {209: 6897, 221: 6898}, + {806, 806, 321: 6906, 561: 6905, 567: 806, 583: 806}, + // 3950 + {209: 6902, 221: 6903}, {565: 851, 609: 851}, {565: 850, 609: 850}, - // 3950 {565: 849, 609: 849}, {846, 846, 567: 846, 583: 846}, + // 3955 {845, 845, 567: 845, 583: 845}, {844, 844, 567: 844, 583: 844}, {843, 843, 567: 843, 583: 843}, - // 3955 - {155: 6895}, - {565: 6865, 609: 6866, 907: 6890}, - {131: 793, 157: 793, 260: 6861, 1226: 6884}, - {534: 6879}, - {834, 834, 567: 834, 583: 834}, + {155: 6900}, + {565: 6870, 609: 6871, 907: 6895}, // 3960 + {131: 793, 157: 793, 261: 6866, 1227: 6889}, + {534: 6884}, + {834, 834, 567: 834, 583: 834}, {832, 832, 567: 832, 583: 832}, - {139: 6877, 180: 6878, 248: 6876}, - {828, 828, 567: 828, 583: 828}, - {791, 791, 565: 6865, 567: 791, 583: 791, 609: 6866, 907: 6868, 947: 6875}, - {139: 6874}, + {139: 6882, 180: 6883, 249: 6881}, // 3965 - {139: 6873}, - {139: 6872}, - {139: 6871}, - {139: 6870}, - {791, 791, 565: 6865, 567: 791, 583: 791, 609: 6866, 907: 6868, 947: 6867}, + {828, 828, 567: 828, 583: 828}, + {791, 791, 565: 6870, 567: 791, 583: 791, 609: 6871, 907: 6873, 947: 6880}, + {139: 6879}, + {139: 6878}, + {139: 6877}, // 3970 + {139: 6876}, + {139: 6875}, + {791, 791, 565: 6870, 567: 791, 583: 791, 609: 6871, 907: 6873, 947: 6872}, {820, 820, 567: 820, 583: 820}, {819, 819, 567: 819, 583: 819}, + // 3975 {818, 818, 567: 818, 583: 818}, {817, 817, 567: 817, 583: 817}, {816, 816, 567: 816, 583: 816}, - // 3975 {815, 815, 567: 815, 583: 815}, {814, 814, 567: 814, 583: 814}, + // 3980 {813, 813, 567: 813, 583: 813}, {812, 812, 567: 812, 583: 812}, {811, 811, 567: 811, 583: 811}, - // 3980 {810, 810, 567: 810, 583: 810}, - {139: 6864}, + {139: 6869}, + // 3985 {808, 808, 567: 808, 583: 808}, {807, 807, 567: 807, 583: 807}, - {139: 799, 180: 799, 248: 799}, - // 3985 - {139: 798, 180: 798, 203: 798, 248: 798}, + {139: 799, 180: 799, 249: 799}, + {139: 798, 180: 798, 203: 798, 249: 798}, {131: 792, 155: 792, 157: 792, 268: 792}, + // 3990 {139: 788}, {139: 787}, {809, 809, 567: 809, 583: 809}, - // 3990 {2: 848, 848, 848, 848, 848, 848, 848, 10: 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 58: 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 848, 563: 848}, {2: 847, 847, 847, 847, 847, 847, 847, 10: 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 58: 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 563: 847}, + // 3995 {821, 821, 567: 821, 583: 821}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 6869}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 6874}, {790, 790, 567: 790, 583: 790}, - // 3995 {822, 822, 567: 822, 583: 822}, {823, 823, 567: 823, 583: 823}, + // 4000 {824, 824, 567: 824, 583: 824}, {825, 825, 567: 825, 583: 825}, {826, 826, 567: 826, 583: 826}, - // 4000 {827, 827, 567: 827, 583: 827}, {831, 831, 567: 831, 583: 831}, + // 4005 {830, 830, 567: 830, 583: 830}, {829, 829, 567: 829, 583: 829}, - {563: 6880}, - // 4005 - {57: 6881}, - {315: 6883, 365: 6882}, + {563: 6885}, + {57: 6886}, + {315: 6888, 366: 6887}, + // 4010 {835, 835, 567: 835, 583: 835}, {833, 833, 567: 833, 583: 833}, - {131: 3977, 157: 3976, 936: 6885}, - // 4010 - {565: 6865, 609: 6866, 907: 6887, 1277: 6886}, - {791, 791, 565: 6865, 567: 791, 583: 791, 609: 6866, 907: 6868, 947: 6889}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6888}, + {131: 3979, 157: 3978, 936: 6890}, + {565: 6870, 609: 6871, 907: 6892, 1278: 6891}, + {791, 791, 565: 6870, 567: 791, 583: 791, 609: 6871, 907: 6873, 947: 6894}, + // 4015 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6893}, {789, 789, 565: 789, 567: 789, 583: 789, 609: 789}, {836, 836, 567: 836, 583: 836}, - // 4015 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 6891, 3071, 3072, 3070, 808: 6892}, - {1270, 1270, 565: 6865, 567: 1270, 583: 1270, 609: 6866, 718: 3959, 907: 6893}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 6896, 3073, 3074, 3072, 808: 6897}, + {1270, 1270, 565: 6870, 567: 1270, 583: 1270, 609: 6871, 718: 3961, 907: 6898}, + // 4020 {839, 839, 567: 839, 583: 839}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6894, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6899, 3073, 3074, 3072}, {838, 838, 567: 838, 583: 838}, - // 4020 - {791, 791, 565: 6865, 567: 791, 583: 791, 609: 6866, 907: 6868, 947: 6896}, + {791, 791, 565: 6870, 567: 791, 583: 791, 609: 6871, 907: 6873, 947: 6901}, {841, 841, 567: 841, 583: 841}, - {564: 3057, 803: 4565, 835: 6899}, + // 4025 + {564: 3059, 803: 4567, 835: 6904}, {804, 804, 567: 804, 583: 804}, {873, 873}, - // 4025 - {611: 6904, 647: 6701, 935: 6903, 1461: 6902}, + {611: 6909, 647: 6706, 935: 6908, 1462: 6907}, {805, 805, 567: 805, 583: 805}, - {874, 874}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 6908}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6905}, // 4030 - {870, 870, 549: 6906}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6907, 3071, 3072, 3070}, + {874, 874}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 6913}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6910}, + {870, 870, 549: 6911}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6912, 3073, 3074, 3072}, + // 4035 {869, 869}, {871, 871}, - {855, 855, 557: 855, 855, 561: 6927, 1462: 6926}, - // 4035 - {867, 867, 9: 6924, 557: 867, 867, 561: 867}, + {855, 855, 557: 855, 855, 561: 6932, 1463: 6931}, + {867, 867, 9: 6929, 557: 867, 867, 561: 867}, {866, 866, 9: 866, 557: 866, 866, 561: 866}, + // 4040 {864, 864, 9: 864, 557: 864, 864, 561: 864}, {863, 863, 9: 863, 557: 863, 863, 561: 863}, - {403: 6923}, - // 4040 - {445: 6922}, - {395: 6921}, + {404: 6928}, + {445: 6927}, + {396: 6926}, + // 4045 {859, 859, 9: 859, 557: 859, 859, 561: 859}, {858, 858, 9: 858, 557: 858, 858, 561: 858}, {857, 857, 9: 857, 557: 857, 857, 561: 857}, - // 4045 {856, 856, 9: 856, 557: 856, 856, 561: 856}, {860, 860, 9: 860, 557: 860, 860, 561: 860}, + // 4050 {861, 861, 9: 861, 557: 861, 861, 561: 861}, {862, 862, 9: 862, 557: 862, 862, 561: 862}, - {236: 6913, 281: 6914, 293: 6915, 296: 6912, 320: 6917, 330: 6916, 345: 6919, 348: 6918, 719: 6920, 1275: 6925}, - // 4050 + {236: 6918, 281: 6919, 293: 6920, 296: 6917, 320: 6922, 331: 6921, 346: 6924, 349: 6923, 719: 6925, 1276: 6930}, {865, 865, 9: 865, 557: 865, 865, 561: 865}, - {1083, 1083, 557: 3883, 3882, 846: 3940, 930: 6930}, - {161: 6928}, - {564: 3057, 803: 4565, 835: 6929}, - {854, 854, 557: 854, 854}, + {1083, 1083, 557: 3885, 3884, 846: 3942, 930: 6935}, // 4055 + {161: 6933}, + {564: 3059, 803: 4567, 835: 6934}, + {854, 854, 557: 854, 854}, {877, 877}, {879, 879}, - {791, 791, 565: 6865, 567: 791, 583: 791, 609: 6866, 907: 6868, 947: 6936}, - {565: 6865, 609: 6866, 907: 6887, 1277: 6934}, - {791, 791, 565: 6865, 567: 791, 583: 791, 609: 6866, 907: 6868, 947: 6935}, // 4060 + {791, 791, 565: 6870, 567: 791, 583: 791, 609: 6871, 907: 6873, 947: 6941}, + {565: 6870, 609: 6871, 907: 6892, 1278: 6939}, + {791, 791, 565: 6870, 567: 791, 583: 791, 609: 6871, 907: 6873, 947: 6940}, {837, 837, 567: 837, 583: 837}, {842, 842, 567: 842, 583: 842}, + // 4065 {880, 880}, - {139: 6939}, + {139: 6944}, {881, 881}, - // 4065 {882, 882}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 6942}, - {853, 853, 545: 6944, 1495: 6943}, - {883, 883}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6354, 6352, 973: 6945}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 6947}, // 4070 - {852, 852, 9: 6355}, - {791, 791, 108: 2008, 212: 2008, 549: 2008, 565: 6865, 567: 791, 583: 791, 609: 6866, 713: 2008, 718: 2008, 907: 6868, 947: 6956}, - {108: 1136, 212: 6949, 549: 6068, 713: 1136, 970: 6948}, - {108: 6950, 713: 6951}, - {886, 886}, + {853, 853, 545: 6949, 1496: 6948}, + {883, 883}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6359, 6357, 973: 6950}, + {852, 852, 9: 6360}, + {791, 791, 108: 2008, 212: 2008, 549: 2008, 565: 6870, 567: 791, 583: 791, 609: 6871, 713: 2008, 718: 2008, 907: 6873, 947: 6961}, // 4075 - {433, 433, 567: 4689, 893: 4690, 6955}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6952, 3071, 3072, 3070}, - {108: 6953}, - {433, 433, 567: 4689, 893: 4690, 6954}, - {885, 885}, + {108: 1136, 212: 6954, 549: 6073, 713: 1136, 970: 6953}, + {108: 6955, 713: 6956}, + {886, 886}, + {433, 433, 567: 4691, 893: 4692, 6960}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6957, 3073, 3074, 3072}, // 4080 + {108: 6958}, + {433, 433, 567: 4691, 893: 4692, 6959}, + {885, 885}, {887, 887}, {840, 840, 567: 840, 583: 840}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6975}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6974}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5377, 888: 6972}, // 4085 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6971}, - {215: 6969}, - {575: 6967}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 6966}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 6965}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6980}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6979}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5382, 888: 6977}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6976}, + {215: 6974}, // 4090 + {575: 6972}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 6971}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 6970}, {872, 872}, {888, 888}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 775: 4622, 3071, 3072, 3070, 943: 6968}, - {889, 889}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5548, 3071, 3072, 3070, 994: 6970}, // 4095 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 775: 4624, 3073, 3074, 3072, 943: 6973}, + {889, 889}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5553, 3073, 3074, 3072, 994: 6975}, {890, 890}, {891, 891}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 6973}, + // 4100 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 6978}, {892, 892}, {893, 893}, - // 4100 {894, 894}, {895, 895}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3705, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3639, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 6980, 3620, 3702, 3619, 3616}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 6979}, - {801, 801, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, // 4105 - {802, 802, 541: 3716, 707: 3717}, - {161: 6983, 564: 3057, 803: 4565, 835: 6982}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3707, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3641, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 6985, 3622, 3704, 3621, 3618}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 6984}, + {801, 801, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + {802, 802, 541: 3718, 707: 3719}, + {161: 6988, 564: 3059, 803: 4567, 835: 6987}, + // 4110 {2294, 2294}, - {564: 3057, 803: 4565, 835: 6984}, + {564: 3059, 803: 4567, 835: 6989}, {2293, 2293}, - // 4110 - {139: 6989, 325: 6990}, - {565: 6987}, - {536: 6988}, + {139: 6994, 325: 6995}, + {565: 6992}, + // 4115 + {536: 6993}, {2291, 2291}, {2296, 2296}, - // 4115 - {565: 6991}, - {536: 6992}, - {2295, 2295}, - {159: 6994}, - {565: 6995}, + {565: 6996}, + {536: 6997}, // 4120 - {536: 6996}, - {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 6997}, - {2297, 2297, 17: 6741, 58: 6717, 60: 6737, 6730, 6720, 6716, 6724, 6728, 6740, 6723, 6729, 6727, 6725, 6743, 6747, 6738, 6731, 6719, 6739, 6744, 6718, 6721, 6745, 6722, 6726, 6746, 533: 6732, 716: 6742, 952: 6734, 6733, 6736, 6715, 957: 6735}, + {2295, 2295}, {159: 6999}, - {2298, 2298}, - // 4125 - {159: 7001}, + {565: 7000}, + {536: 7001}, {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 7002}, - {2299, 2299, 17: 6741, 58: 6717, 60: 6737, 6730, 6720, 6716, 6724, 6728, 6740, 6723, 6729, 6727, 6725, 6743, 6747, 6738, 6731, 6719, 6739, 6744, 6718, 6721, 6745, 6722, 6726, 6746, 533: 6732, 716: 6742, 952: 6734, 6733, 6736, 6715, 957: 6735}, + // 4125 + {2297, 2297, 17: 6746, 58: 6722, 60: 6742, 6735, 6725, 6721, 6729, 6733, 6745, 6728, 6734, 6732, 6730, 6748, 6752, 6743, 6736, 6724, 6744, 6749, 6723, 6726, 6750, 6727, 6731, 6751, 533: 6737, 716: 6747, 952: 6739, 6738, 6741, 6720, 957: 6740}, {159: 7004}, - {2300, 2300}, + {2298, 2298}, + {159: 7006}, + {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 7007}, // 4130 - {715: 7010}, - {715: 7007}, - {536: 7008}, - {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 7009}, - {2301, 2301, 17: 6741, 58: 6717, 60: 6737, 6730, 6720, 6716, 6724, 6728, 6740, 6723, 6729, 6727, 6725, 6743, 6747, 6738, 6731, 6719, 6739, 6744, 6718, 6721, 6745, 6722, 6726, 6746, 533: 6732, 716: 6742, 952: 6734, 6733, 6736, 6715, 957: 6735}, + {2299, 2299, 17: 6746, 58: 6722, 60: 6742, 6735, 6725, 6721, 6729, 6733, 6745, 6728, 6734, 6732, 6730, 6748, 6752, 6743, 6736, 6724, 6744, 6749, 6723, 6726, 6750, 6727, 6731, 6751, 533: 6737, 716: 6747, 952: 6739, 6738, 6741, 6720, 957: 6740}, + {159: 7009}, + {2300, 2300}, + {715: 7015}, + {715: 7012}, // 4135 - {536: 7011}, - {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 7012}, - {2302, 2302, 17: 6741, 58: 6717, 60: 6737, 6730, 6720, 6716, 6724, 6728, 6740, 6723, 6729, 6727, 6725, 6743, 6747, 6738, 6731, 6719, 6739, 6744, 6718, 6721, 6745, 6722, 6726, 6746, 533: 6732, 716: 6742, 952: 6734, 6733, 6736, 6715, 957: 6735}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7014, 3071, 3072, 3070}, - {2303, 2303}, + {536: 7013}, + {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 7014}, + {2301, 2301, 17: 6746, 58: 6722, 60: 6742, 6735, 6725, 6721, 6729, 6733, 6745, 6728, 6734, 6732, 6730, 6748, 6752, 6743, 6736, 6724, 6744, 6749, 6723, 6726, 6750, 6727, 6731, 6751, 533: 6737, 716: 6747, 952: 6739, 6738, 6741, 6720, 957: 6740}, + {536: 7016}, + {2283, 2283, 17: 2283, 58: 2283, 60: 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 533: 2283, 716: 2283, 956: 7017}, // 4140 + {2302, 2302, 17: 6746, 58: 6722, 60: 6742, 6735, 6725, 6721, 6729, 6733, 6745, 6728, 6734, 6732, 6730, 6748, 6752, 6743, 6736, 6724, 6744, 6749, 6723, 6726, 6750, 6727, 6731, 6751, 533: 6737, 716: 6747, 952: 6739, 6738, 6741, 6720, 957: 6740}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7019, 3073, 3074, 3072}, + {2303, 2303}, {2304, 2304}, - {2323, 2323, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 7050}, - {2321, 2321}, - {28: 7048}, - {2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 10: 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 58: 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 560: 7037, 718: 2043}, + {2323, 2323, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 7055}, // 4145 - {132: 3043, 232: 7023, 534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 7022}, - {1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 10: 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 58: 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 562: 5773, 718: 1843}, - {2315, 2315}, - {560: 7024}, - {174: 7028, 283: 7031, 302: 7030, 349: 7034, 361: 7027, 7033, 364: 7032, 536: 7026, 642: 7029, 1176: 7025}, + {2321, 2321}, + {28: 7053}, + {2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 10: 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 58: 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 560: 7042, 718: 2043}, + {132: 3045, 232: 7028, 534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 7027}, + {1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 10: 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 58: 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 562: 5778, 718: 1843}, // 4150 - {132: 3043, 534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 7036}, - {132: 3043, 534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 7035}, + {2315, 2315}, + {560: 7029}, + {174: 7033, 283: 7036, 302: 7035, 350: 7039, 362: 7032, 7038, 365: 7037, 536: 7031, 642: 7034, 1176: 7030}, + {132: 3045, 534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 7041}, + {132: 3045, 534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 7040}, + // 4155 {132: 2312, 534: 2312, 2312, 550: 2312, 555: 2312, 561: 2312, 590: 2312, 611: 2312, 658: 2312, 717: 2312, 727: 2312, 807: 2312}, {132: 2311, 534: 2311, 2311, 550: 2311, 555: 2311, 561: 2311, 590: 2311, 611: 2311, 658: 2311, 717: 2311, 727: 2311, 807: 2311}, {132: 2310, 534: 2310, 2310, 550: 2310, 555: 2310, 561: 2310, 590: 2310, 611: 2310, 658: 2310, 717: 2310, 727: 2310, 807: 2310}, - // 4155 {132: 2309, 534: 2309, 2309, 550: 2309, 555: 2309, 561: 2309, 590: 2309, 611: 2309, 658: 2309, 717: 2309, 727: 2309, 807: 2309}, {132: 2308, 534: 2308, 2308, 550: 2308, 555: 2308, 561: 2308, 590: 2308, 611: 2308, 658: 2308, 717: 2308, 727: 2308, 807: 2308}, + // 4160 {132: 2307, 534: 2307, 2307, 550: 2307, 555: 2307, 561: 2307, 590: 2307, 611: 2307, 658: 2307, 717: 2307, 727: 2307, 807: 2307}, {132: 2306, 534: 2306, 2306, 550: 2306, 555: 2306, 561: 2306, 590: 2306, 611: 2306, 658: 2306, 717: 2306, 727: 2306, 807: 2306}, {132: 2305, 534: 2305, 2305, 550: 2305, 555: 2305, 561: 2305, 590: 2305, 611: 2305, 658: 2305, 717: 2305, 727: 2305, 807: 2305}, - // 4160 {2313, 2313}, {2314, 2314}, - {174: 7028, 283: 7031, 302: 7030, 349: 7034, 361: 7027, 7033, 364: 7032, 536: 7038, 642: 7029, 1176: 7039}, - {132: 3043, 534: 2928, 2927, 550: 2926, 555: 2912, 561: 7044, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 7045}, - {132: 3043, 534: 2928, 2927, 550: 2926, 555: 2912, 561: 7040, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 727: 4673, 779: 4674, 807: 2891, 810: 4675, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 4681, 4680, 825: 3037, 827: 2892, 4678, 4679, 4677, 839: 2893, 843: 4676, 908: 4682, 912: 4683, 926: 7041}, // 4165 - {28: 7042}, + {174: 7033, 283: 7036, 302: 7035, 350: 7039, 362: 7032, 7038, 365: 7037, 536: 7043, 642: 7034, 1176: 7044}, + {132: 3045, 534: 2930, 2929, 550: 2928, 555: 2914, 561: 7049, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 7050}, + {132: 3045, 534: 2930, 2929, 550: 2928, 555: 2914, 561: 7045, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 727: 4675, 779: 4676, 807: 2893, 810: 4677, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 4683, 4682, 825: 3039, 827: 2894, 4680, 4681, 4679, 839: 2895, 843: 4678, 908: 4684, 912: 4685, 926: 7046}, + {28: 7047}, {2316, 2316}, - {564: 3057, 803: 7043}, - {2317, 2317}, - {28: 7046}, // 4170 + {564: 3059, 803: 7048}, + {2317, 2317}, + {28: 7051}, {2318, 2318}, - {564: 3057, 803: 7047}, + {564: 3059, 803: 7052}, + // 4175 {2319, 2319}, - {564: 3057, 803: 7049}, + {564: 3059, 803: 7054}, {2320, 2320}, - // 4175 {2322, 2322}, {2330, 2330}, - {560: 7077}, - {84: 2884, 2887, 87: 2917, 2885, 196: 2900, 448: 7073, 534: 2928, 2927, 550: 2926, 555: 2912, 559: 7056, 590: 2911, 611: 2925, 658: 2921, 716: 2883, 3038, 779: 7054, 807: 2891, 810: 7055, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7062, 7061, 825: 3037, 827: 2892, 7059, 7060, 7058, 839: 2893, 843: 7057, 849: 7070, 7065, 7068, 7069, 901: 2901, 913: 7071, 951: 7064, 969: 7063, 972: 7067, 974: 7066, 1027: 7072}, - {656, 656, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, // 4180 + {560: 7082}, + {84: 2886, 2889, 87: 2919, 2887, 196: 2902, 448: 7078, 534: 2930, 2929, 550: 2928, 555: 2914, 559: 7061, 590: 2913, 611: 2927, 658: 2923, 716: 2885, 3040, 779: 7059, 807: 2893, 810: 7060, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7067, 7066, 825: 3039, 827: 2894, 7064, 7065, 7063, 839: 2895, 843: 7062, 849: 7075, 7070, 7073, 7074, 901: 2903, 913: 7076, 951: 7069, 969: 7068, 972: 7072, 974: 7071, 1027: 7077}, + {656, 656, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, {658, 658, 542: 1029, 553: 1029, 1029}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 6316, 6311, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 6317, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 6314, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 6313, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 6319, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 6312, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 6322, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 6320, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 6315, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 556: 4446, 631: 6328, 655: 6327, 712: 4444, 775: 6325, 3071, 3072, 3070, 857: 6329, 931: 6326, 1103: 6330, 1304: 6323}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 6321, 6316, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 6322, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 6319, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 6318, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 6324, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 6317, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 6327, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 6325, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 6320, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 556: 4448, 631: 6333, 655: 6332, 712: 4446, 775: 6330, 3073, 3074, 3072, 857: 6334, 931: 6331, 1103: 6335, 1305: 6328}, + // 4185 {663, 663}, {662, 662}, {661, 661}, - // 4185 {660, 660}, {659, 659}, + // 4190 {657, 657}, {655, 655}, {654, 654}, - // 4190 {653, 653}, {652, 652}, + // 4195 {651, 651}, {650, 650}, {649, 649}, - // 4195 {648, 648}, - {23: 5814}, - {2328, 2328}, - {560: 7074}, - {536: 7075}, + {23: 5819}, // 4200 - {84: 2884, 2887, 87: 2917, 2885, 196: 2900, 534: 2928, 2927, 550: 2926, 555: 2912, 559: 7056, 590: 2911, 611: 2925, 658: 2921, 716: 2883, 3038, 779: 7054, 807: 2891, 810: 7055, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7062, 7061, 825: 3037, 827: 2892, 7059, 7060, 7058, 839: 2893, 843: 7057, 849: 7070, 7065, 7068, 7069, 901: 2901, 913: 7071, 951: 7064, 969: 7063, 972: 7067, 974: 7066, 1027: 7076}, + {2328, 2328}, + {560: 7079}, + {536: 7080}, + {84: 2886, 2889, 87: 2919, 2887, 196: 2902, 534: 2930, 2929, 550: 2928, 555: 2914, 559: 7061, 590: 2913, 611: 2927, 658: 2923, 716: 2885, 3040, 779: 7059, 807: 2893, 810: 7060, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7067, 7066, 825: 3039, 827: 2894, 7064, 7065, 7063, 839: 2895, 843: 7062, 849: 7075, 7070, 7073, 7074, 901: 2903, 913: 7076, 951: 7069, 969: 7068, 972: 7072, 974: 7071, 1027: 7081}, {2327, 2327}, - {536: 7078}, - {84: 2884, 2887, 87: 2917, 2885, 196: 2900, 534: 2928, 2927, 550: 2926, 555: 2912, 559: 7056, 590: 2911, 611: 2925, 658: 2921, 716: 2883, 3038, 779: 7054, 807: 2891, 810: 7055, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7062, 7061, 825: 3037, 827: 2892, 7059, 7060, 7058, 839: 2893, 843: 7057, 849: 7070, 7065, 7068, 7069, 901: 2901, 913: 7071, 951: 7064, 969: 7063, 972: 7067, 974: 7066, 1027: 7079}, - {2329, 2329}, // 4205 - {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 552: 1272, 565: 1272, 836: 6004, 838: 6006, 840: 6005, 941: 6007, 995: 7081}, - {2: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 10: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 58: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 6393, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 552: 1259, 565: 1259, 1251: 7082}, - {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 552: 4703, 565: 2135, 965: 7083}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 565: 7084, 775: 6397, 3071, 3072, 3070, 1024: 6398, 1090: 6396}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 7086, 3071, 3072, 3070, 808: 6410, 1024: 6398, 1090: 7085}, + {536: 7083}, + {84: 2886, 2889, 87: 2919, 2887, 196: 2902, 534: 2930, 2929, 550: 2928, 555: 2914, 559: 7061, 590: 2913, 611: 2927, 658: 2923, 716: 2885, 3040, 779: 7059, 807: 2893, 810: 7060, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7067, 7066, 825: 3039, 827: 2894, 7064, 7065, 7063, 839: 2895, 843: 7062, 849: 7075, 7070, 7073, 7074, 901: 2903, 913: 7076, 951: 7069, 969: 7068, 972: 7072, 974: 7071, 1027: 7084}, + {2329, 2329}, + {2: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 10: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 58: 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 552: 1272, 565: 1272, 836: 6009, 838: 6011, 840: 6010, 941: 6012, 995: 7086}, + {2: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 10: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 58: 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 6398, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 552: 1259, 565: 1259, 1252: 7087}, // 4210 - {9: 6406, 545: 7089}, - {1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1261, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 58: 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 540: 1270, 545: 1261, 549: 1270, 552: 1270, 558: 1270, 567: 1270, 1270, 1270, 579: 1270, 718: 7087, 1014: 6399}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 6402, 775: 7088, 3071, 3072, 3070}, - {1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1261, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 58: 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 540: 1269, 545: 1261, 549: 1269, 552: 1269, 558: 1269, 567: 1269, 1269, 1269, 579: 1269, 718: 6404, 1014: 6403}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 6018, 563: 3952, 646: 6013, 775: 3951, 3071, 3072, 3070, 6017, 808: 6016, 898: 6015, 903: 6014, 6020, 962: 6010, 999: 7090}, + {2: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 10: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 58: 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 552: 4705, 565: 2135, 965: 7088}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 565: 7089, 775: 6402, 3073, 3074, 3072, 1024: 6403, 1090: 6401}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 7091, 3073, 3074, 3072, 808: 6415, 1024: 6403, 1090: 7090}, + {9: 6411, 545: 7094}, + {1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1261, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 58: 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 540: 1270, 545: 1261, 549: 1270, 552: 1270, 558: 1270, 567: 1270, 1270, 1270, 579: 1270, 718: 7092, 1014: 6404}, // 4215 - {433, 433, 9: 6064, 567: 4689, 893: 4690, 7091}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 6407, 775: 7093, 3073, 3074, 3072}, + {1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1261, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 58: 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 540: 1269, 545: 1261, 549: 1269, 552: 1269, 558: 1269, 567: 1269, 1269, 1269, 579: 1269, 718: 6409, 1014: 6408}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 6023, 563: 3954, 646: 6018, 775: 3953, 3073, 3074, 3072, 6022, 808: 6021, 898: 6020, 903: 6019, 6025, 962: 6015, 999: 7095}, + {433, 433, 9: 6069, 567: 4691, 893: 4692, 7096}, {2360, 2360}, - {2363, 2363, 9: 4017}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7165, 3071, 3072, 3070}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 7163}, // 4220 - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 7154}, - {713: 7149}, - {155: 5722, 611: 5721, 1092: 7145}, - {203: 799, 218: 6202}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 582: 7140, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 7139}, + {2363, 2363, 9: 4019}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7170, 3073, 3074, 3072}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 7168}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 7159}, + {713: 7154}, // 4225 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 582: 7136, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5899, 976: 7135}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 582: 7132, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6354, 6352, 973: 7131}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7127, 887: 7126}, - {203: 7118}, - {215: 7115}, + {155: 5727, 611: 5726, 1092: 7150}, + {203: 799, 218: 6207}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 582: 7145, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 7144}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 582: 7141, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5904, 976: 7140}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 582: 7137, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6359, 6357, 973: 7136}, // 4230 - {575: 7112}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4976, 858: 7110}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4976, 858: 7108}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7109}, - {29, 29}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7132, 887: 7131}, + {203: 7123}, + {215: 7120}, + {575: 7117}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4978, 858: 7115}, // 4235 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 7111}, - {165, 165, 9: 3955}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 538: 2139, 582: 4976, 858: 7113}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 775: 4622, 3071, 3072, 3070, 943: 7114}, - {192, 192}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4978, 858: 7113}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7114}, + {29, 29}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 7116}, + {165, 165, 9: 3957}, // 4240 - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 7116}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5548, 3071, 3072, 3070, 994: 7117}, - {195, 195}, - {561: 7119}, - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 660: 7121, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 7120}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 538: 2139, 582: 4978, 858: 7118}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 775: 4624, 3073, 3074, 3072, 943: 7119}, + {192, 192}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 7121}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5553, 3073, 3074, 3072, 994: 7122}, // 4245 - {351, 351, 545: 7124}, - {220: 7122}, - {536: 7123}, - {349, 349}, - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 7125}, + {195, 195}, + {561: 7124}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 660: 7126, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 7125}, + {351, 351, 545: 7129}, + {220: 7127}, // 4250 + {536: 7128}, + {349, 349}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 7130}, {350, 350}, - {2341, 2341, 9: 3955}, - {1267, 1267, 9: 1267, 207: 7129, 549: 7128}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 7130}, - {2339, 2339}, + {2341, 2341, 9: 3957}, // 4255 - {2340, 2340, 9: 5288}, - {2343, 2343, 9: 6355}, - {648: 7133}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 6354, 6352, 973: 7134}, - {2342, 2342, 9: 6355}, + {1267, 1267, 9: 1267, 207: 7134, 549: 7133}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 7135}, + {2339, 2339}, + {2340, 2340, 9: 5293}, + {2343, 2343, 9: 6360}, // 4260 - {2345, 2345, 9: 5901}, - {648: 7137}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5899, 976: 7138}, - {2344, 2344, 9: 5901}, - {2338, 2338, 9: 3955, 731: 5346, 733: 5345, 1018: 7144}, + {648: 7138}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 6359, 6357, 973: 7139}, + {2342, 2342, 9: 6360}, + {2345, 2345, 9: 5906}, + {648: 7142}, // 4265 - {648: 7141}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 7142}, - {2338, 2338, 9: 3955, 731: 5346, 733: 5345, 1018: 7143}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5904, 976: 7143}, + {2344, 2344, 9: 5906}, + {2338, 2338, 9: 3957, 731: 5351, 733: 5350, 1018: 7149}, + {648: 7146}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 7147}, + // 4270 + {2338, 2338, 9: 3957, 731: 5351, 733: 5350, 1018: 7148}, {2346, 2346}, {2347, 2347}, - // 4270 - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4976, 858: 7146}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 3953, 887: 7147}, - {2338, 2338, 9: 3955, 731: 5346, 733: 5345, 1018: 7148}, - {2351, 2351}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 7150}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4978, 858: 7151}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 3955, 887: 7152}, // 4275 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7151, 3071, 3072, 3070}, - {533: 7152}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7153}, - {2352, 2352}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7155, 3071, 3072, 3070}, + {2338, 2338, 9: 3957, 731: 5351, 733: 5350, 1018: 7153}, + {2351, 2351}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 7155}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7156, 3073, 3074, 3072}, + {533: 7157}, // 4280 - {533: 7156}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7157}, - {2494, 2494, 102: 4747, 566: 4748, 978: 7159, 991: 7158, 1198: 7160}, - {2493, 2493, 102: 4747, 978: 7162}, - {2492, 2492, 566: 4748, 991: 7161}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7158}, + {2352, 2352}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7160, 3073, 3074, 3072}, + {533: 7161}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7162}, // 4285 + {2494, 2494, 102: 4749, 566: 4750, 978: 7164, 991: 7163, 1198: 7165}, + {2493, 2493, 102: 4749, 978: 7167}, + {2492, 2492, 566: 4750, 991: 7166}, {2353, 2353}, {2490, 2490}, + // 4290 {2491, 2491}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 7164}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 7169}, {2354, 2354}, - // 4290 {2502, 2502}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5377, 888: 7639}, - {713: 7627}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5382, 888: 7644}, + // 4295 + {713: 7632}, {713: 2488}, {713: 2487}, - // 4295 {713: 2486}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5377, 888: 7604}, - {18: 7522, 102: 7521, 133: 2380, 181: 2380, 660: 2380, 1498: 7520}, - {555: 7519}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 536: 2137, 582: 5377, 634: 2137, 888: 7467}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5382, 888: 7609}, // 4300 - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 536: 2137, 582: 5377, 888: 7461}, - {203: 7448}, - {575: 7389}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 563: 2137, 582: 5377, 888: 7353}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 563: 2137, 582: 5377, 888: 7180}, + {18: 7527, 102: 7526, 133: 2380, 181: 2380, 660: 2380, 1499: 7525}, + {555: 7524}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 536: 2137, 582: 5382, 634: 2137, 888: 7472}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 536: 2137, 582: 5382, 888: 7466}, + {203: 7453}, // 4305 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7181}, - {534: 7182}, - {2: 128, 128, 128, 128, 128, 128, 128, 10: 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 133, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 609: 7186, 1199: 7188, 1233: 7187, 1282: 7185, 7184, 1411: 7189, 1469: 7183}, - {9: 7351, 57: 132}, - {9: 130, 57: 130}, + {575: 7394}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 563: 2137, 582: 5382, 888: 7358}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 563: 2137, 582: 5382, 888: 7185}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7186}, + {534: 7187}, // 4310 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7349, 3071, 3072, 3070}, + {2: 128, 128, 128, 128, 128, 128, 128, 10: 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 133, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 609: 7191, 1199: 7193, 1234: 7192, 1283: 7190, 7189, 1412: 7194, 1470: 7188}, + {9: 7356, 57: 132}, + {9: 130, 57: 130}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7354, 3073, 3074, 3072}, {2: 127, 127, 127, 127, 127, 127, 127, 10: 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 58: 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127}, + // 4315 {2: 126, 126, 126, 126, 126, 126, 126, 10: 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 58: 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126}, {2: 125, 125, 125, 125, 125, 125, 125, 10: 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 58: 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125}, - {57: 7190}, - // 4315 - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7233, 7213, 7212, 7221, 7222, 7225}, - {122, 122, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {57: 7195}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7238, 7218, 7217, 7226, 7227, 7230}, + {122, 122, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, + // 4320 {124, 124, 542: 1029, 553: 1029, 1029}, {123, 123}, {121, 121}, - // 4320 {120, 120}, {119, 119}, + // 4325 {118, 118}, {117, 117}, {116, 116}, - // 4325 {115, 115}, {114, 114}, + // 4330 {113, 113}, {112, 112}, {111, 111}, - // 4330 {110, 110}, {105, 105}, - {56: 7348}, - {56: 82, 265: 7339, 565: 7340, 1438: 7338}, - {56: 7337}, // 4335 - {56: 77, 84: 77, 77, 87: 77, 89: 77, 92: 77, 94: 77, 97: 77, 230: 7290, 534: 77, 77, 550: 77, 555: 77, 557: 77, 559: 77, 579: 77, 581: 77, 77, 586: 77, 590: 77, 611: 77, 622: 77, 629: 77, 658: 77, 716: 77, 77, 807: 77, 831: 77, 834: 77, 841: 77, 77, 1248: 7292, 1432: 7291, 7293}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7279, 1250: 7280}, + {56: 7353}, + {56: 82, 237: 7344, 565: 7345, 1439: 7343}, + {56: 7342}, + {56: 77, 84: 77, 77, 87: 77, 89: 77, 92: 77, 94: 77, 97: 77, 230: 7295, 534: 77, 77, 550: 77, 555: 77, 557: 77, 559: 77, 579: 77, 581: 77, 77, 586: 77, 590: 77, 611: 77, 622: 77, 629: 77, 658: 77, 716: 77, 77, 807: 77, 831: 77, 834: 77, 841: 77, 77, 1249: 7297, 1433: 7296, 7298}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7284, 1251: 7285}, + // 4340 {63, 63}, {62, 62}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 592: 7259, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7256, 1268: 7257, 1451: 7258}, - // 4340 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 592: 7264, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7261, 1269: 7262, 1452: 7263}, {51, 51}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7251}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7243}, - {1312: 7236}, - {56: 7235}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7256}, // 4345 - {56: 7234}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7248}, + {1313: 7241}, + {56: 7240}, + {56: 7239}, {42, 42}, + // 4350 {41, 41}, {40, 40}, {39, 39}, - // 4350 {38, 38}, {37, 37}, + // 4355 {36, 36}, {35, 35}, {34, 34}, - // 4355 {33, 33}, {32, 32}, + // 4360 {31, 31}, {30, 30}, {43, 43}, - // 4360 {44, 44}, - {84: 7210, 629: 7217, 834: 7216, 870: 7237, 7238}, - {47, 47, 56: 7239, 1247: 7241}, - {47, 47, 56: 7239, 1247: 7240}, - {46, 46}, + {84: 7215, 629: 7222, 834: 7221, 870: 7242, 7243}, // 4365 + {47, 47, 56: 7244, 1248: 7246}, + {47, 47, 56: 7244, 1248: 7245}, + {46, 46}, {45, 45}, {48, 48}, - {7250}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225, 1098: 7245}, - {7249}, // 4370 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7246}, - {97: 7247, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {629: 7248}, + {7255}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230, 1098: 7250}, + {7254}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7251}, + {97: 7252, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, + // 4375 + {629: 7253}, {49, 49, 56: 49}, {56: 70, 84: 70, 70, 87: 70, 89: 70, 92: 70, 94: 70, 97: 70, 534: 70, 70, 550: 70, 555: 70, 557: 70, 559: 70, 579: 70, 581: 70, 70, 586: 70, 590: 70, 592: 70, 70, 611: 70, 622: 70, 629: 70, 658: 70, 716: 70, 70, 807: 70, 831: 70, 834: 70, 841: 70, 70, 1048: 70, 1098: 70}, - // 4375 {56: 71, 84: 71, 71, 87: 71, 89: 71, 92: 71, 94: 71, 97: 71, 534: 71, 71, 550: 71, 555: 71, 557: 71, 559: 71, 579: 71, 581: 71, 71, 586: 71, 590: 71, 592: 71, 71, 611: 71, 622: 71, 629: 71, 658: 71, 716: 71, 71, 807: 71, 831: 71, 834: 71, 841: 71, 71, 1048: 71, 1098: 71}, - {254: 7252, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7253}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 7254, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225}, - {834: 7255}, + {255: 7257, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, // 4380 + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7258}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 7259, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230}, + {834: 7260}, {50, 50, 56: 50}, - {570: 3769, 3767, 3768, 3766, 3764, 592: 7271, 804: 3765, 3763, 1279: 7269, 1466: 7270}, - {97: 59, 592: 59, 59}, - {97: 55, 592: 7259, 7264, 1171: 7265, 1268: 7263}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7260}, + {570: 3771, 3769, 3770, 3768, 3766, 592: 7276, 804: 3767, 3765, 1280: 7274, 1467: 7275}, // 4385 - {570: 3769, 3767, 3768, 3766, 3764, 610: 7261, 804: 3765, 3763}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7262}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 56, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 592: 56, 56, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225}, - {97: 58, 592: 58, 58}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7268}, + {97: 59, 592: 59, 59}, + {97: 55, 592: 7264, 7269, 1171: 7270, 1269: 7268}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7265}, + {570: 3771, 3769, 3770, 3768, 3766, 610: 7266, 804: 3767, 3765}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7267}, // 4390 - {97: 7266}, - {622: 7267}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 56, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 592: 56, 56, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230}, + {97: 58, 592: 58, 58}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7273}, + {97: 7271}, + {622: 7272}, + // 4395 {52, 52}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 54, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 54, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230}, {97: 61, 592: 61, 61}, - // 4395 - {97: 55, 592: 7271, 7264, 1171: 7276, 1279: 7275}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7272}, - {570: 3769, 3767, 3768, 3766, 3764, 610: 7273, 804: 3765, 3763}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7274}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 57, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 592: 57, 57, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225}, + {97: 55, 592: 7276, 7269, 1171: 7281, 1280: 7280}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7277}, // 4400 + {570: 3771, 3769, 3770, 3768, 3766, 610: 7278, 804: 3767, 3765}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7279}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 57, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 592: 57, 57, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230}, {97: 60, 592: 60, 60}, - {97: 7277}, - {622: 7278}, - {53, 53}, - {570: 3769, 3767, 3768, 3766, 3764, 610: 7283, 804: 3765, 3763}, + {97: 7282}, // 4405 - {97: 7281}, - {582: 7282}, - {68, 68}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7284}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 66, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 593: 7287, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225, 1048: 7286, 1428: 7285}, + {622: 7283}, + {53, 53}, + {570: 3771, 3769, 3770, 3768, 3766, 610: 7288, 804: 3767, 3765}, + {97: 7286}, + {582: 7287}, // 4410 + {68, 68}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7289}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 66, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 593: 7292, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230, 1048: 7291, 1429: 7290}, {97: 67}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7279, 1250: 7289}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7242, 7213, 7212, 7221, 7222, 7225, 942: 7288}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 64, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7244, 7213, 7212, 7221, 7222, 7225}, - {97: 65}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7284, 1251: 7294}, // 4415 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 7301, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7302, 3071, 3072, 3070, 1344: 7305, 1358: 7306, 1431: 7303, 1435: 7304}, - {56: 76, 84: 76, 76, 87: 76, 89: 76, 92: 76, 94: 76, 97: 76, 230: 7290, 534: 76, 76, 550: 76, 555: 76, 557: 76, 559: 76, 579: 76, 581: 76, 76, 586: 76, 590: 76, 611: 76, 622: 76, 629: 76, 658: 76, 716: 76, 76, 807: 76, 831: 76, 834: 76, 841: 76, 76, 1248: 7299}, - {7298}, - {56: 73, 84: 73, 73, 87: 73, 89: 73, 92: 73, 94: 73, 97: 73, 534: 73, 73, 550: 73, 555: 73, 557: 73, 559: 73, 579: 73, 581: 73, 73, 586: 73, 590: 73, 611: 73, 622: 73, 629: 73, 658: 73, 716: 73, 73, 807: 73, 831: 73, 834: 73, 841: 73, 73, 1439: 7294}, - {56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 97: 7296, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7295, 7213, 7212, 7221, 7222, 7225}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7247, 7218, 7217, 7226, 7227, 7230, 942: 7293}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 64, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7249, 7218, 7217, 7226, 7227, 7230}, + {97: 65}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 7306, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7307, 3073, 3074, 3072, 1345: 7310, 1359: 7311, 1432: 7308, 1436: 7309}, + {56: 76, 84: 76, 76, 87: 76, 89: 76, 92: 76, 94: 76, 97: 76, 230: 7295, 534: 76, 76, 550: 76, 555: 76, 557: 76, 559: 76, 579: 76, 581: 76, 76, 586: 76, 590: 76, 611: 76, 622: 76, 629: 76, 658: 76, 716: 76, 76, 807: 76, 831: 76, 834: 76, 841: 76, 76, 1249: 7304}, // 4420 - {7297}, + {7303}, + {56: 73, 84: 73, 73, 87: 73, 89: 73, 92: 73, 94: 73, 97: 73, 534: 73, 73, 550: 73, 555: 73, 557: 73, 559: 73, 579: 73, 581: 73, 73, 586: 73, 590: 73, 611: 73, 622: 73, 629: 73, 658: 73, 716: 73, 73, 807: 73, 831: 73, 834: 73, 841: 73, 73, 1440: 7299}, + {56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 97: 7301, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7300, 7218, 7217, 7226, 7227, 7230}, + {7302}, {69, 69, 56: 69}, + // 4425 {56: 72, 84: 72, 72, 87: 72, 89: 72, 92: 72, 94: 72, 97: 72, 534: 72, 72, 550: 72, 555: 72, 557: 72, 559: 72, 579: 72, 581: 72, 72, 586: 72, 590: 72, 611: 72, 622: 72, 629: 72, 658: 72, 716: 72, 72, 807: 72, 831: 72, 834: 72, 841: 72, 72}, {56: 75, 84: 75, 75, 87: 75, 89: 75, 92: 75, 94: 75, 97: 75, 230: 75, 534: 75, 75, 550: 75, 555: 75, 557: 75, 559: 75, 579: 75, 581: 75, 75, 586: 75, 590: 75, 611: 75, 622: 75, 629: 75, 658: 75, 716: 75, 75, 807: 75, 831: 75, 834: 75, 841: 75, 75}, - {7300}, - // 4425 + {7305}, {56: 74, 84: 74, 74, 87: 74, 89: 74, 92: 74, 94: 74, 97: 74, 230: 74, 534: 74, 74, 550: 74, 555: 74, 557: 74, 559: 74, 579: 74, 581: 74, 74, 586: 74, 590: 74, 611: 74, 622: 74, 629: 74, 658: 74, 716: 74, 74, 807: 74, 831: 74, 834: 74, 841: 74, 74}, - {9: 2110, 118: 2110, 127: 2110, 174: 2110, 176: 2110, 2110, 2110, 2110, 186: 2110, 189: 2110, 199: 2110, 204: 2110, 2110, 2110, 210: 2110, 2110, 213: 2110, 556: 2110, 559: 2110, 589: 2110, 712: 2110, 735: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 744: 2110, 2110, 2110, 2110, 2110, 751: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 1348: 7330}, - {9: 104, 118: 104, 127: 104, 174: 104, 176: 104, 104, 104, 104, 186: 104, 189: 104, 199: 104, 204: 104, 104, 104, 210: 104, 104, 213: 104, 556: 104, 559: 104, 589: 104, 712: 104, 735: 104, 104, 104, 104, 104, 104, 104, 104, 744: 104, 104, 104, 104, 104, 751: 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104}, - {9: 7324, 118: 5033, 127: 5034, 174: 5024, 176: 5044, 5043, 5007, 5046, 186: 5045, 189: 5004, 199: 5040, 204: 5013, 5003, 5022, 210: 5029, 5028, 213: 5032, 556: 5027, 559: 5023, 589: 5018, 712: 5026, 735: 5031, 5030, 5005, 5010, 5008, 5001, 4995, 5009, 744: 5019, 5002, 5036, 5011, 5012, 751: 4996, 4997, 4998, 4999, 5000, 5025, 5038, 5042, 5037, 4993, 5041, 4994, 5006, 4992, 5035, 4991, 5039, 958: 5014, 1030: 5016, 1034: 4990, 5020, 4987, 1043: 4985, 1051: 4988, 4989, 1059: 4986, 1064: 5015, 1068: 4983, 5017, 1089: 4984, 1093: 5021, 1096: 7325, 1105: 5047}, - {261: 7307}, + {9: 2110, 118: 2110, 127: 2110, 174: 2110, 176: 2110, 2110, 2110, 2110, 186: 2110, 189: 2110, 199: 2110, 204: 2110, 2110, 2110, 210: 2110, 2110, 213: 2110, 556: 2110, 559: 2110, 589: 2110, 712: 2110, 735: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 744: 2110, 2110, 2110, 2110, 2110, 751: 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 1349: 7335}, // 4430 - {261: 97}, - {261: 96}, - {561: 7308}, - {539: 7313, 564: 3057, 803: 7315, 1246: 7311, 1249: 7310, 1284: 7314, 7316, 7312, 1436: 7309}, - {9: 7322, 56: 7218, 84: 7210, 2887, 87: 2917, 89: 3036, 92: 7207, 94: 7209, 534: 2928, 2927, 550: 2926, 555: 2912, 557: 7208, 559: 7056, 579: 3039, 581: 2898, 7211, 586: 2896, 590: 2911, 611: 2925, 622: 7214, 629: 7217, 658: 2921, 716: 2883, 3038, 779: 7191, 807: 2891, 810: 7192, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 7193, 7202, 825: 3037, 827: 2892, 7197, 7198, 7195, 2897, 834: 7216, 839: 2893, 841: 7219, 7220, 7203, 849: 7204, 7199, 7200, 7194, 861: 7201, 2899, 865: 7205, 7196, 870: 7206, 7215, 7224, 7227, 7228, 7223, 7231, 7229, 7230, 7232, 7226, 7321, 7213, 7212, 7221, 7222, 7225}, + {9: 104, 118: 104, 127: 104, 174: 104, 176: 104, 104, 104, 104, 186: 104, 189: 104, 199: 104, 204: 104, 104, 104, 210: 104, 104, 213: 104, 556: 104, 559: 104, 589: 104, 712: 104, 735: 104, 104, 104, 104, 104, 104, 104, 104, 744: 104, 104, 104, 104, 104, 751: 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104}, + {9: 7329, 118: 5035, 127: 5036, 174: 5026, 176: 5046, 5045, 5009, 5048, 186: 5047, 189: 5006, 199: 5042, 204: 5015, 5005, 5024, 210: 5031, 5030, 213: 5034, 556: 5029, 559: 5025, 589: 5020, 712: 5028, 735: 5033, 5032, 5007, 5012, 5010, 5003, 4997, 5011, 744: 5021, 5004, 5038, 5013, 5014, 751: 4998, 4999, 5000, 5001, 5002, 5027, 5040, 5044, 5039, 4995, 5043, 4996, 5008, 4994, 5037, 4993, 5041, 958: 5016, 1030: 5018, 1034: 4992, 5022, 4989, 1043: 4987, 1051: 4990, 4991, 1059: 4988, 1064: 5017, 1068: 4985, 5019, 1089: 4986, 1093: 5023, 1096: 7330, 1105: 5049}, + {262: 7312}, + {262: 97}, + {262: 96}, // 4435 + {561: 7313}, + {539: 7318, 564: 3059, 803: 7320, 1247: 7316, 1250: 7315, 1285: 7319, 7321, 7317, 1437: 7314}, + {9: 7327, 56: 7223, 84: 7215, 2889, 87: 2919, 89: 3038, 92: 7212, 94: 7214, 534: 2930, 2929, 550: 2928, 555: 2914, 557: 7213, 559: 7061, 579: 3041, 581: 2900, 7216, 586: 2898, 590: 2913, 611: 2927, 622: 7219, 629: 7222, 658: 2923, 716: 2885, 3040, 779: 7196, 807: 2893, 810: 7197, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 7198, 7207, 825: 3039, 827: 2894, 7202, 7203, 7200, 2899, 834: 7221, 839: 2895, 841: 7224, 7225, 7208, 849: 7209, 7204, 7205, 7199, 861: 7206, 2901, 865: 7210, 7201, 870: 7211, 7220, 7229, 7232, 7233, 7228, 7236, 7234, 7235, 7237, 7231, 7326, 7218, 7217, 7226, 7227, 7230}, {9: 95, 56: 95, 84: 95, 95, 87: 95, 89: 95, 92: 95, 94: 95, 534: 95, 95, 550: 95, 555: 95, 557: 95, 559: 95, 579: 95, 581: 95, 95, 586: 95, 590: 95, 611: 95, 622: 95, 629: 95, 658: 95, 716: 95, 95, 807: 95, 831: 95, 834: 95, 841: 95, 95}, {9: 93, 56: 93, 84: 93, 93, 87: 93, 89: 93, 92: 93, 94: 93, 534: 93, 93, 550: 93, 555: 93, 557: 93, 559: 93, 579: 93, 581: 93, 93, 586: 93, 590: 93, 611: 93, 622: 93, 629: 93, 658: 93, 716: 93, 93, 807: 93, 831: 93, 834: 93, 841: 93, 93}, + // 4440 {9: 92, 56: 92, 84: 92, 92, 87: 92, 89: 92, 92: 92, 94: 92, 534: 92, 92, 550: 92, 555: 92, 557: 92, 559: 92, 579: 92, 581: 92, 92, 586: 92, 590: 92, 611: 92, 622: 92, 629: 92, 658: 92, 716: 92, 92, 807: 92, 831: 92, 834: 92, 841: 92, 92}, - {396: 7320}, + {397: 7325}, {9: 90, 56: 90, 84: 90, 90, 87: 90, 89: 90, 92: 90, 94: 90, 534: 90, 90, 550: 90, 555: 90, 557: 90, 559: 90, 579: 90, 581: 90, 90, 586: 90, 590: 90, 611: 90, 622: 90, 629: 90, 658: 90, 716: 90, 90, 807: 90, 831: 90, 834: 90, 841: 90, 90}, - // 4440 {9: 89, 56: 89, 84: 89, 89, 87: 89, 89: 89, 92: 89, 94: 89, 534: 89, 89, 550: 89, 555: 89, 557: 89, 559: 89, 579: 89, 581: 89, 89, 586: 89, 590: 89, 611: 89, 622: 89, 629: 89, 658: 89, 716: 89, 89, 807: 89, 831: 89, 834: 89, 841: 89, 89}, - {187: 7318, 536: 87, 1413: 7317}, - {536: 7319}, + {187: 7323, 536: 87, 1414: 7322}, + // 4445 + {536: 7324}, {536: 86}, {9: 88, 56: 88, 84: 88, 88, 87: 88, 89: 88, 92: 88, 94: 88, 534: 88, 88, 550: 88, 555: 88, 557: 88, 559: 88, 579: 88, 581: 88, 88, 586: 88, 590: 88, 611: 88, 622: 88, 629: 88, 658: 88, 716: 88, 88, 807: 88, 831: 88, 834: 88, 841: 88, 88}, - // 4445 {9: 91, 56: 91, 84: 91, 91, 87: 91, 89: 91, 92: 91, 94: 91, 534: 91, 91, 550: 91, 555: 91, 557: 91, 559: 91, 579: 91, 581: 91, 91, 586: 91, 590: 91, 611: 91, 622: 91, 629: 91, 658: 91, 716: 91, 91, 807: 91, 831: 91, 834: 91, 841: 91, 91}, {98}, - {539: 7313, 564: 3057, 803: 7315, 1246: 7311, 1249: 7323, 1284: 7314, 7316, 7312}, - {9: 94, 56: 94, 84: 94, 94, 87: 94, 89: 94, 92: 94, 94: 94, 534: 94, 94, 550: 94, 555: 94, 557: 94, 559: 94, 579: 94, 581: 94, 94, 586: 94, 590: 94, 611: 94, 622: 94, 629: 94, 658: 94, 716: 94, 94, 807: 94, 831: 94, 834: 94, 841: 94, 94}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7329, 3071, 3072, 3070}, // 4450 - {102, 538: 7326, 1437: 7327}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3152, 3100, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3069, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3184, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3191, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3113, 3593, 3495, 3590, 3265, 3171, 3142, 3258, 3259, 3254, 3212, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3193, 3075, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3111, 3133, 3180, 3242, 3282, 3140, 3198, 3219, 3162, 3181, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3197, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3136, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3067, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3253, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3199, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3506, 3206, 3373, 3294, 3068, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3173, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3482, 3195, 3483, 3484, 3087, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3501, 3502, 3337, 3575, 3576, 3555, 3554, 3377, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3235, 3252, 3512, 3378, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3520, 3521, 3522, 3248, 3533, 3534, 3545, 3185, 3529, 3530, 3531, 3564, 3194, 534: 3627, 536: 3609, 3625, 3635, 3709, 543: 3640, 3644, 546: 3624, 3623, 3663, 550: 3636, 3600, 555: 3643, 3661, 564: 3604, 582: 3638, 589: 3631, 3662, 622: 3633, 629: 3642, 631: 3707, 3599, 3601, 3645, 639: 3603, 3602, 3607, 3628, 3608, 3714, 3618, 3630, 3637, 3629, 3634, 3606, 3659, 3641, 3646, 3651, 3704, 3652, 3653, 659: 3682, 661: 3621, 3622, 3677, 3678, 3679, 3680, 3681, 3632, 3664, 3674, 3675, 3668, 3683, 3684, 3685, 3669, 3687, 3688, 3670, 3686, 3665, 3673, 3671, 3657, 3689, 3690, 3694, 3647, 3650, 3693, 3699, 3698, 3700, 3697, 3701, 3696, 3695, 3692, 3691, 3649, 3648, 3654, 3655, 714: 3710, 775: 3610, 3071, 3072, 3070, 3626, 3703, 3617, 3611, 3605, 3676, 3614, 3612, 3613, 3656, 3667, 3666, 3660, 3658, 3672, 3715, 3620, 3702, 3619, 3616, 3713, 3712, 3711, 7328}, + {539: 7318, 564: 3059, 803: 7320, 1247: 7316, 1250: 7328, 1285: 7319, 7321, 7317}, + {9: 94, 56: 94, 84: 94, 94, 87: 94, 89: 94, 92: 94, 94: 94, 534: 94, 94, 550: 94, 555: 94, 557: 94, 559: 94, 579: 94, 581: 94, 94, 586: 94, 590: 94, 611: 94, 622: 94, 629: 94, 658: 94, 716: 94, 94, 807: 94, 831: 94, 834: 94, 841: 94, 94}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7334, 3073, 3074, 3072}, + {102, 538: 7331, 1438: 7332}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3154, 3102, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3071, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3186, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3193, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3115, 3595, 3497, 3592, 3267, 3173, 3144, 3260, 3261, 3256, 3214, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3195, 3077, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3113, 3135, 3182, 3244, 3284, 3142, 3200, 3221, 3164, 3183, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3199, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3138, 3218, 3148, 3376, 3302, 3069, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3255, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3070, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3201, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3508, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3175, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3484, 3197, 3485, 3486, 3089, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3503, 3504, 3339, 3577, 3578, 3557, 3556, 3379, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3237, 3254, 3514, 3380, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3522, 3523, 3524, 3250, 3535, 3536, 3547, 3187, 3531, 3532, 3533, 3566, 3196, 534: 3629, 536: 3611, 3627, 3637, 3711, 543: 3642, 3646, 546: 3626, 3625, 3665, 550: 3638, 3602, 555: 3645, 3663, 564: 3606, 582: 3640, 589: 3633, 3664, 622: 3635, 629: 3644, 631: 3709, 3601, 3603, 3647, 639: 3605, 3604, 3609, 3630, 3610, 3716, 3620, 3632, 3639, 3631, 3636, 3608, 3661, 3643, 3648, 3653, 3706, 3654, 3655, 659: 3684, 661: 3623, 3624, 3679, 3680, 3681, 3682, 3683, 3634, 3666, 3676, 3677, 3670, 3685, 3686, 3687, 3671, 3689, 3690, 3672, 3688, 3667, 3675, 3673, 3659, 3691, 3692, 3696, 3649, 3652, 3695, 3701, 3700, 3702, 3699, 3703, 3698, 3697, 3694, 3693, 3651, 3650, 3656, 3657, 714: 3712, 775: 3612, 3073, 3074, 3072, 3628, 3705, 3619, 3613, 3607, 3678, 3616, 3614, 3615, 3658, 3669, 3668, 3662, 3660, 3674, 3717, 3622, 3704, 3621, 3618, 3715, 3714, 3713, 7333}, + // 4455 {100}, - {101, 570: 3769, 3767, 3768, 3766, 3764, 804: 3765, 3763}, + {101, 570: 3771, 3769, 3770, 3768, 3766, 804: 3767, 3765}, {9: 103, 118: 103, 127: 103, 174: 103, 176: 103, 103, 103, 103, 186: 103, 189: 103, 199: 103, 204: 103, 103, 103, 210: 103, 103, 213: 103, 556: 103, 559: 103, 589: 103, 712: 103, 735: 103, 103, 103, 103, 103, 103, 103, 103, 744: 103, 103, 103, 103, 103, 751: 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103}, - // 4455 - {561: 7331}, - {534: 2928, 2927, 550: 2926, 611: 2925, 658: 2921, 779: 7332, 810: 7333, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 7334, 7335, 1430: 7336}, - {107, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, + {561: 7336}, + {534: 2930, 2929, 550: 2928, 611: 2927, 658: 2923, 779: 7337, 810: 7338, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 7339, 7340, 1431: 7341}, + // 4460 + {107, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, {109, 542: 1029, 553: 1029, 1029}, {108}, - // 4460 {106}, {99}, - {83, 83}, - {56: 7342}, - {565: 7341}, // 4465 + {83, 83}, + {56: 7347}, + {565: 7346}, {56: 80}, {56: 81}, - {562: 7343}, - {56: 7345, 1434: 7344}, - {84, 84, 9: 7346}, // 4470 + {562: 7348}, + {56: 7350, 1435: 7349}, + {84, 84, 9: 7351}, {79, 79, 9: 79}, - {56: 7347}, + {56: 7352}, + // 4475 {78, 78, 9: 78}, {85, 85}, - {118: 5033, 127: 5034, 174: 5024, 176: 5044, 5043, 5007, 5046, 186: 5045, 189: 5004, 199: 5040, 204: 5013, 5003, 5022, 210: 5029, 5028, 213: 5032, 556: 5027, 559: 5023, 589: 5018, 712: 5026, 735: 5031, 5030, 5005, 5010, 5008, 5001, 4995, 5009, 744: 5019, 5002, 5036, 5011, 5012, 751: 4996, 4997, 4998, 4999, 5000, 5025, 5038, 5042, 5037, 4993, 5041, 4994, 5006, 4992, 5035, 4991, 5039, 958: 5014, 1030: 5016, 1034: 4990, 5020, 4987, 1043: 4985, 1051: 4988, 4989, 1059: 4986, 1064: 5015, 1068: 4983, 5017, 1089: 4984, 1093: 5021, 1096: 7350, 1105: 5047}, - // 4475 + {118: 5035, 127: 5036, 174: 5026, 176: 5046, 5045, 5009, 5048, 186: 5047, 189: 5006, 199: 5042, 204: 5015, 5005, 5024, 210: 5031, 5030, 213: 5034, 556: 5029, 559: 5025, 589: 5020, 712: 5028, 735: 5033, 5032, 5007, 5012, 5010, 5003, 4997, 5011, 744: 5021, 5004, 5038, 5013, 5014, 751: 4998, 4999, 5000, 5001, 5002, 5027, 5040, 5044, 5039, 4995, 5043, 4996, 5008, 4994, 5037, 4993, 5041, 958: 5016, 1030: 5018, 1034: 4992, 5022, 4989, 1043: 4987, 1051: 4990, 4991, 1059: 4988, 1064: 5017, 1068: 4985, 5019, 1089: 4986, 1093: 5023, 1096: 7355, 1105: 5049}, {9: 129, 57: 129}, - {2: 128, 128, 128, 128, 128, 128, 128, 10: 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 58: 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 609: 7186, 1199: 7188, 1233: 7187, 1282: 7185, 7352}, - {9: 131, 57: 131}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7354}, - {188, 188, 6: 188, 188, 188, 15: 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 86: 7362, 88: 7359, 90: 7365, 7366, 95: 7367, 7360, 98: 7358, 7368, 7364, 7361, 538: 188, 541: 188, 188, 556: 188, 569: 188, 712: 188, 188, 723: 7363, 1020: 7357, 1345: 7355, 1455: 7356}, + {2: 128, 128, 128, 128, 128, 128, 128, 10: 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 58: 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 609: 7191, 1199: 7193, 1234: 7192, 1283: 7190, 7357}, // 4480 - {585, 585, 6: 4753, 4755, 589, 15: 4772, 2463, 4770, 4709, 4774, 4761, 4790, 4754, 4757, 4756, 4759, 4760, 4762, 4769, 589, 4780, 4781, 4791, 4767, 4768, 4773, 4775, 4787, 4786, 4795, 4788, 4785, 4778, 4783, 4784, 4777, 4779, 4782, 4771, 4792, 4793, 538: 4752, 541: 2463, 4789, 556: 2463, 569: 5531, 712: 2463, 4758, 869: 4763, 895: 4765, 916: 4764, 937: 4766, 944: 4776, 949: 4794, 1025: 6224, 1148: 7388}, - {187, 187, 6: 187, 187, 187, 15: 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 86: 7362, 88: 7359, 90: 7365, 7366, 95: 7367, 7360, 98: 7358, 7368, 7364, 7361, 538: 187, 541: 187, 187, 556: 187, 569: 187, 712: 187, 187, 723: 7363, 1020: 7387}, - {186, 186, 6: 186, 186, 186, 15: 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 86: 186, 88: 186, 90: 186, 186, 95: 186, 186, 98: 186, 186, 186, 186, 538: 186, 541: 186, 186, 556: 186, 569: 186, 712: 186, 186, 723: 186}, - {546: 2333, 2333, 560: 4615, 564: 2333, 726: 7384, 806: 7383}, - {535: 7380, 546: 2333, 2333, 560: 4615, 564: 2333, 806: 7379}, + {9: 131, 57: 131}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7359}, + {188, 188, 6: 188, 188, 188, 15: 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 86: 7367, 88: 7364, 90: 7370, 7371, 95: 7372, 7365, 98: 7363, 7373, 7369, 7366, 538: 188, 541: 188, 188, 556: 188, 569: 188, 712: 188, 188, 723: 7368, 1020: 7362, 1346: 7360, 1456: 7361}, + {585, 585, 6: 4755, 4757, 589, 15: 4774, 2463, 4772, 4711, 4776, 4763, 4792, 4756, 4759, 4758, 4761, 4762, 4764, 4771, 589, 4782, 4783, 4793, 4769, 4770, 4775, 4777, 4789, 4788, 4797, 4790, 4787, 4780, 4785, 4786, 4779, 4781, 4784, 4773, 4794, 4795, 538: 4754, 541: 2463, 4791, 556: 2463, 569: 5536, 712: 2463, 4760, 869: 4765, 895: 4767, 916: 4766, 937: 4768, 944: 4778, 949: 4796, 1025: 6229, 1148: 7393}, + {187, 187, 6: 187, 187, 187, 15: 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 187, 86: 7367, 88: 7364, 90: 7370, 7371, 95: 7372, 7365, 98: 7363, 7373, 7369, 7366, 538: 187, 541: 187, 187, 556: 187, 569: 187, 712: 187, 187, 723: 7368, 1020: 7392}, // 4485 - {546: 2333, 2333, 560: 4615, 564: 2333, 806: 7377}, + {186, 186, 6: 186, 186, 186, 15: 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 86: 186, 88: 186, 90: 186, 186, 95: 186, 186, 98: 186, 186, 186, 186, 538: 186, 541: 186, 186, 556: 186, 569: 186, 712: 186, 186, 723: 186}, + {546: 2333, 2333, 560: 4617, 564: 2333, 726: 7389, 806: 7388}, + {535: 7385, 546: 2333, 2333, 560: 4617, 564: 2333, 806: 7384}, + {546: 2333, 2333, 560: 4617, 564: 2333, 806: 7382}, {179, 179, 6: 179, 179, 179, 15: 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 86: 179, 88: 179, 90: 179, 179, 95: 179, 179, 98: 179, 179, 179, 179, 103: 179, 538: 179, 541: 179, 179, 556: 179, 569: 179, 712: 179, 179, 723: 179}, - {90: 7375, 95: 7376, 7373, 723: 7374}, - {546: 2333, 2333, 560: 4615, 564: 2333, 806: 7371}, - {176, 176, 6: 176, 176, 176, 15: 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 86: 176, 88: 176, 90: 176, 176, 95: 176, 176, 98: 176, 176, 176, 176, 103: 176, 538: 176, 541: 176, 176, 556: 176, 569: 176, 712: 176, 176, 723: 176}, // 4490 - {546: 2333, 2333, 560: 4615, 564: 2333, 806: 7369}, + {90: 7380, 95: 7381, 7378, 723: 7379}, + {546: 2333, 2333, 560: 4617, 564: 2333, 806: 7376}, + {176, 176, 6: 176, 176, 176, 15: 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 86: 176, 88: 176, 90: 176, 176, 95: 176, 176, 98: 176, 176, 176, 176, 103: 176, 538: 176, 541: 176, 176, 556: 176, 569: 176, 712: 176, 176, 723: 176}, + {546: 2333, 2333, 560: 4617, 564: 2333, 806: 7374}, {173, 173, 6: 173, 173, 173, 15: 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 86: 173, 88: 173, 90: 173, 173, 95: 173, 173, 98: 173, 173, 173, 173, 103: 173, 538: 173, 541: 173, 173, 556: 173, 569: 173, 712: 173, 173, 723: 173}, + // 4495 {171, 171, 6: 171, 171, 171, 15: 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 86: 171, 88: 171, 90: 171, 171, 95: 171, 171, 98: 171, 171, 171, 171, 103: 171, 538: 171, 541: 171, 171, 556: 171, 569: 171, 712: 171, 171, 723: 171}, {170, 170, 6: 170, 170, 170, 15: 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 86: 170, 88: 170, 90: 170, 170, 95: 170, 170, 98: 170, 170, 170, 170, 103: 170, 538: 170, 541: 170, 170, 556: 170, 569: 170, 712: 170, 170, 723: 170}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7370}, - // 4495 + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7375}, {174, 174, 6: 174, 174, 174, 15: 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 86: 174, 88: 174, 90: 174, 174, 95: 174, 174, 98: 174, 174, 174, 174, 103: 174, 538: 174, 541: 174, 174, 556: 174, 569: 174, 712: 174, 174, 723: 174}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7372}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7377}, + // 4500 {177, 177, 6: 177, 177, 177, 15: 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 86: 177, 88: 177, 90: 177, 177, 95: 177, 177, 98: 177, 177, 177, 177, 103: 177, 538: 177, 541: 177, 177, 556: 177, 569: 177, 712: 177, 177, 723: 177}, {178, 178, 6: 178, 178, 178, 15: 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 86: 178, 88: 178, 90: 178, 178, 95: 178, 178, 98: 178, 178, 178, 178, 103: 178, 538: 178, 541: 178, 178, 556: 178, 569: 178, 712: 178, 178, 723: 178}, {175, 175, 6: 175, 175, 175, 15: 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 86: 175, 88: 175, 90: 175, 175, 95: 175, 175, 98: 175, 175, 175, 175, 103: 175, 538: 175, 541: 175, 175, 556: 175, 569: 175, 712: 175, 175, 723: 175}, - // 4500 {172, 172, 6: 172, 172, 172, 15: 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 86: 172, 88: 172, 90: 172, 172, 95: 172, 172, 98: 172, 172, 172, 172, 103: 172, 538: 172, 541: 172, 172, 556: 172, 569: 172, 712: 172, 172, 723: 172}, {169, 169, 6: 169, 169, 169, 15: 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 86: 169, 88: 169, 90: 169, 169, 95: 169, 169, 98: 169, 169, 169, 169, 103: 169, 538: 169, 541: 169, 169, 556: 169, 569: 169, 712: 169, 169, 723: 169}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7378}, - {180, 180, 6: 180, 180, 180, 15: 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 86: 180, 88: 180, 90: 180, 180, 95: 180, 180, 98: 180, 180, 180, 180, 103: 180, 538: 180, 541: 180, 180, 556: 180, 569: 180, 712: 180, 180, 723: 180}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7382}, // 4505 - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7381}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7383}, + {180, 180, 6: 180, 180, 180, 15: 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 86: 180, 88: 180, 90: 180, 180, 95: 180, 180, 98: 180, 180, 180, 180, 103: 180, 538: 180, 541: 180, 180, 556: 180, 569: 180, 712: 180, 180, 723: 180}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7387}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7386}, {181, 181, 6: 181, 181, 181, 15: 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 86: 181, 88: 181, 90: 181, 181, 95: 181, 181, 98: 181, 181, 181, 181, 103: 181, 538: 181, 541: 181, 181, 556: 181, 569: 181, 712: 181, 181, 723: 181}, - {182, 182, 6: 182, 182, 182, 15: 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 86: 182, 88: 182, 90: 182, 182, 95: 182, 182, 98: 182, 182, 182, 182, 103: 182, 538: 182, 541: 182, 182, 556: 182, 569: 182, 712: 182, 182, 723: 182}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7386}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7385}, // 4510 + {182, 182, 6: 182, 182, 182, 15: 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 86: 182, 88: 182, 90: 182, 182, 95: 182, 182, 98: 182, 182, 182, 182, 103: 182, 538: 182, 541: 182, 182, 556: 182, 569: 182, 712: 182, 182, 723: 182}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7391}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7390}, {183, 183, 6: 183, 183, 183, 15: 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 86: 183, 88: 183, 90: 183, 183, 95: 183, 183, 98: 183, 183, 183, 183, 103: 183, 538: 183, 541: 183, 183, 556: 183, 569: 183, 712: 183, 183, 723: 183}, {184, 184, 6: 184, 184, 184, 15: 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 86: 184, 88: 184, 90: 184, 184, 95: 184, 184, 98: 184, 184, 184, 184, 103: 184, 538: 184, 541: 184, 184, 556: 184, 569: 184, 712: 184, 184, 723: 184}, + // 4515 {185, 185, 6: 185, 185, 185, 15: 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 86: 185, 88: 185, 90: 185, 185, 95: 185, 185, 98: 185, 185, 185, 185, 538: 185, 541: 185, 185, 556: 185, 569: 185, 712: 185, 185, 723: 185}, {189, 189}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 538: 2137, 582: 5377, 888: 7390}, - // 4515 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 775: 4622, 3071, 3072, 3070, 943: 7391}, - {110: 7398, 7396, 7395, 7397, 7394, 983: 7392, 1259: 7393}, - {2866, 2866, 9: 2866, 110: 2866, 2866, 2866, 2866, 2866}, - {194, 194, 9: 7446, 110: 7398, 7396, 7395, 7397, 7394, 983: 7445}, - {560: 4615, 564: 2333, 806: 7443}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 538: 2137, 582: 5382, 888: 7395}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 775: 4624, 3073, 3074, 3072, 943: 7396}, + {110: 7403, 7401, 7400, 7402, 7399, 983: 7397, 1260: 7398}, // 4520 - {312: 2333, 323: 2333, 2333, 560: 4615, 806: 7438}, - {2843, 2843, 9: 2843, 110: 2843, 2843, 2843, 2843, 2843, 560: 4615, 564: 2333, 632: 2333, 2333, 806: 7436}, - {534: 2333, 551: 2333, 560: 4615, 806: 7412}, - {534: 2333, 551: 2333, 560: 4615, 806: 7399}, - {534: 7400, 551: 7401}, + {2868, 2868, 9: 2868, 110: 2868, 2868, 2868, 2868, 2868}, + {194, 194, 9: 7451, 110: 7403, 7401, 7400, 7402, 7399, 983: 7450}, + {560: 4617, 564: 2333, 806: 7448}, + {312: 2333, 323: 2333, 2333, 560: 4617, 806: 7443}, + {2845, 2845, 9: 2845, 110: 2845, 2845, 2845, 2845, 2845, 560: 4617, 564: 2333, 632: 2333, 2333, 806: 7441}, // 4525 - {57: 7403, 198: 7405, 1045: 7404, 1446: 7402}, - {2836, 2836, 9: 2836, 110: 2836, 2836, 2836, 2836, 2836}, - {9: 7410, 57: 7408, 198: 7405, 1045: 7409}, - {2837, 2837, 9: 2837, 110: 2837, 2837, 2837, 2837, 2837}, - {9: 2835, 57: 2835, 198: 2835}, - // 4530 - {536: 2333, 560: 4615, 806: 7406}, - {536: 7407}, - {9: 2832, 57: 2832, 198: 2832}, + {534: 2333, 551: 2333, 560: 4617, 806: 7417}, + {534: 2333, 551: 2333, 560: 4617, 806: 7404}, + {534: 7405, 551: 7406}, + {57: 7408, 198: 7410, 1045: 7409, 1447: 7407}, {2838, 2838, 9: 2838, 110: 2838, 2838, 2838, 2838, 2838}, - {9: 2834, 57: 2834, 198: 2834}, - // 4535 - {198: 7405, 1045: 7411}, - {9: 2833, 57: 2833, 198: 2833}, - {534: 7413, 551: 7414}, - {57: 7420, 93: 7418, 135: 7419, 137: 7417, 1046: 7415, 1448: 7416}, + // 4530 + {9: 7415, 57: 7413, 198: 7410, 1045: 7414}, {2839, 2839, 9: 2839, 110: 2839, 2839, 2839, 2839, 2839}, + {9: 2837, 57: 2837, 198: 2837}, + {536: 2333, 560: 4617, 806: 7411}, + {536: 7412}, + // 4535 + {9: 2834, 57: 2834, 198: 2834}, + {2840, 2840, 9: 2840, 110: 2840, 2840, 2840, 2840, 2840}, + {9: 2836, 57: 2836, 198: 2836}, + {198: 7410, 1045: 7416}, + {9: 2835, 57: 2835, 198: 2835}, // 4540 - {9: 2860, 57: 2860, 93: 2860, 135: 2860, 137: 2860}, - {9: 7433, 57: 7434, 93: 7418, 135: 7419, 137: 7417, 1046: 7432}, - {536: 2333, 560: 4615, 806: 7430}, - {229: 2333, 231: 2333, 560: 4615, 806: 7428, 940: 2333}, - {117: 2333, 258: 2333, 272: 2333, 560: 4615, 806: 7421}, + {534: 7418, 551: 7419}, + {57: 7425, 93: 7423, 135: 7424, 137: 7422, 1046: 7420, 1449: 7421}, + {2841, 2841, 9: 2841, 110: 2841, 2841, 2841, 2841, 2841}, + {9: 2862, 57: 2862, 93: 2862, 135: 2862, 137: 2862}, + {9: 7438, 57: 7439, 93: 7423, 135: 7424, 137: 7422, 1046: 7437}, // 4545 - {2840, 2840, 9: 2840, 110: 2840, 2840, 2840, 2840, 2840}, - {117: 4610, 258: 4608, 272: 4609, 1261: 7422}, - {9: 2848, 57: 2848, 93: 2848, 135: 2848, 137: 2848, 160: 7424, 1506: 7423}, - {9: 2849, 57: 2849, 93: 2849, 135: 2849, 137: 2849}, - {363: 2333, 536: 2333, 560: 4615, 806: 7425}, + {536: 2333, 560: 4617, 806: 7435}, + {229: 2333, 231: 2333, 560: 4617, 806: 7433, 940: 2333}, + {117: 2333, 259: 2333, 272: 2333, 560: 4617, 806: 7426}, + {2842, 2842, 9: 2842, 110: 2842, 2842, 2842, 2842, 2842}, + {117: 4612, 259: 4610, 272: 4611, 1262: 7427}, // 4550 - {363: 7427, 536: 7426}, - {9: 2847, 57: 2847, 93: 2847, 135: 2847, 137: 2847}, - {9: 2846, 57: 2846, 93: 2846, 135: 2846, 137: 2846}, - {229: 4618, 231: 4617, 940: 4619, 1260: 7429}, - {9: 2850, 57: 2850, 93: 2850, 135: 2850, 137: 2850}, - // 4555 - {536: 7431}, + {9: 2850, 57: 2850, 93: 2850, 135: 2850, 137: 2850, 160: 7429, 1507: 7428}, {9: 2851, 57: 2851, 93: 2851, 135: 2851, 137: 2851}, - {9: 2859, 57: 2859, 93: 2859, 135: 2859, 137: 2859}, - {93: 7418, 135: 7419, 137: 7417, 1046: 7435}, - {2841, 2841, 9: 2841, 110: 2841, 2841, 2841, 2841, 2841}, + {364: 2333, 536: 2333, 560: 4617, 806: 7430}, + {364: 7432, 536: 7431}, + {9: 2849, 57: 2849, 93: 2849, 135: 2849, 137: 2849}, + // 4555 + {9: 2848, 57: 2848, 93: 2848, 135: 2848, 137: 2848}, + {229: 4620, 231: 4619, 940: 4621, 1261: 7434}, + {9: 2852, 57: 2852, 93: 2852, 135: 2852, 137: 2852}, + {536: 7436}, + {9: 2853, 57: 2853, 93: 2853, 135: 2853, 137: 2853}, // 4560 - {9: 2858, 57: 2858, 93: 2858, 135: 2858, 137: 2858}, - {564: 3057, 632: 6762, 6763, 803: 6761, 1004: 7437}, - {2842, 2842, 9: 2842, 110: 2842, 2842, 2842, 2842, 2842}, - {312: 7441, 323: 7439, 7440, 1447: 7442}, - {2863, 2863, 9: 2863, 110: 2863, 2863, 2863, 2863, 2863}, + {9: 2861, 57: 2861, 93: 2861, 135: 2861, 137: 2861}, + {93: 7423, 135: 7424, 137: 7422, 1046: 7440}, + {2843, 2843, 9: 2843, 110: 2843, 2843, 2843, 2843, 2843}, + {9: 2860, 57: 2860, 93: 2860, 135: 2860, 137: 2860}, + {564: 3059, 632: 6767, 6768, 803: 6766, 1004: 7442}, // 4565 - {2862, 2862, 9: 2862, 110: 2862, 2862, 2862, 2862, 2862}, - {2861, 2861, 9: 2861, 110: 2861, 2861, 2861, 2861, 2861}, {2844, 2844, 9: 2844, 110: 2844, 2844, 2844, 2844, 2844}, - {564: 3057, 803: 3890, 818: 7444}, - {2845, 2845, 9: 2845, 110: 2845, 2845, 2845, 2845, 2845}, - // 4570 + {312: 7446, 323: 7444, 7445, 1448: 7447}, {2865, 2865, 9: 2865, 110: 2865, 2865, 2865, 2865, 2865}, - {110: 7398, 7396, 7395, 7397, 7394, 983: 7447}, {2864, 2864, 9: 2864, 110: 2864, 2864, 2864, 2864, 2864}, - {545: 7450, 561: 7449, 565: 7451}, - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 7458}, + {2863, 2863, 9: 2863, 110: 2863, 2863, 2863, 2863, 2863}, + // 4570 + {2846, 2846, 9: 2846, 110: 2846, 2846, 2846, 2846, 2846}, + {564: 3059, 803: 3892, 818: 7449}, + {2847, 2847, 9: 2847, 110: 2847, 2847, 2847, 2847, 2847}, + {2867, 2867, 9: 2867, 110: 2867, 2867, 2867, 2867, 2867}, + {110: 7403, 7401, 7400, 7402, 7399, 983: 7452}, // 4575 - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 7457}, - {262: 7452}, - {545: 7453}, - {117: 7454}, - {220: 7455}, + {2866, 2866, 9: 2866, 110: 2866, 2866, 2866, 2866, 2866}, + {545: 7455, 561: 7454, 565: 7456}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 7463}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 7462}, + {263: 7457}, // 4580 - {536: 7456}, + {545: 7458}, + {117: 7459}, + {220: 7460}, + {536: 7461}, {352, 352}, - {353, 353}, - {545: 7459}, - {534: 2928, 2927, 550: 2926, 555: 2912, 590: 2911, 611: 2925, 658: 2921, 717: 3038, 779: 6376, 807: 6374, 810: 6377, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 6375, 6379, 6378, 825: 3037, 827: 6381, 6382, 6383, 6380, 933: 7460}, // 4585 + {353, 353}, + {545: 7464}, + {534: 2930, 2929, 550: 2928, 555: 2914, 590: 2913, 611: 2927, 658: 2923, 717: 3040, 779: 6381, 807: 6379, 810: 6382, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 6380, 6384, 6383, 825: 3039, 827: 6386, 6387, 6388, 6385, 933: 7465}, {354, 354}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 7463, 6352, 1267: 7464, 1449: 7462}, - {428, 428, 9: 7465}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 7468, 6357, 1268: 7469, 1450: 7467}, + // 4590 + {428, 428, 9: 7470}, {365, 365, 9: 365}, {364, 364, 9: 364}, - // 4590 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 6346, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 6351, 775: 3761, 3071, 3072, 3070, 809: 5852, 902: 6353, 923: 7463, 6352, 1267: 7466}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 6351, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 6356, 775: 3763, 3073, 3074, 3072, 809: 5857, 902: 6358, 923: 7468, 6357, 1268: 7471}, {363, 363, 9: 363}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5915, 1000: 5916, 1029: 7468}, - {410, 410, 6: 410, 9: 5918, 15: 410, 51: 410, 410, 410, 410, 410, 535: 410, 728: 5962, 1081: 5961, 7469}, - {418, 418, 6: 418, 15: 418, 51: 418, 418, 418, 418, 418, 535: 7471, 1138: 7470}, // 4595 - {391, 391, 6: 391, 15: 7487, 51: 391, 391, 7486, 7488, 7489, 1074: 7485, 1240: 7484, 7483}, - {165: 7476, 7474, 7475, 7477, 1137: 7473, 1342: 7472}, - {417, 417, 6: 417, 15: 417, 51: 417, 417, 417, 417, 417, 165: 7476, 7474, 7475, 7477, 1137: 7482}, - {416, 416, 6: 416, 15: 416, 51: 416, 416, 416, 416, 416, 165: 416, 416, 416, 416}, - {564: 3057, 803: 4565, 835: 7481}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5920, 1000: 5921, 1029: 7473}, + {410, 410, 6: 410, 9: 5923, 15: 410, 51: 410, 410, 410, 410, 410, 535: 410, 728: 5967, 1081: 5966, 7474}, + {418, 418, 6: 418, 15: 418, 51: 418, 418, 418, 418, 418, 535: 7476, 1138: 7475}, + {391, 391, 6: 391, 15: 7492, 51: 391, 391, 7491, 7493, 7494, 1074: 7490, 1241: 7489, 7488}, + {165: 7481, 7479, 7480, 7482, 1137: 7478, 1343: 7477}, // 4600 - {564: 3057, 803: 4565, 835: 7480}, - {564: 3057, 803: 4565, 835: 7479}, - {564: 3057, 803: 4565, 835: 7478}, + {417, 417, 6: 417, 15: 417, 51: 417, 417, 417, 417, 417, 165: 7481, 7479, 7480, 7482, 1137: 7487}, + {416, 416, 6: 416, 15: 416, 51: 416, 416, 416, 416, 416, 165: 416, 416, 416, 416}, + {564: 3059, 803: 4567, 835: 7486}, + {564: 3059, 803: 4567, 835: 7485}, + {564: 3059, 803: 4567, 835: 7484}, + // 4605 + {564: 3059, 803: 4567, 835: 7483}, {411, 411, 6: 411, 15: 411, 51: 411, 411, 411, 411, 411, 165: 411, 411, 411, 411}, {412, 412, 6: 412, 15: 412, 51: 412, 412, 412, 412, 412, 165: 412, 412, 412, 412}, - // 4605 {413, 413, 6: 413, 15: 413, 51: 413, 413, 413, 413, 413, 165: 413, 413, 413, 413}, {414, 414, 6: 414, 15: 414, 51: 414, 414, 414, 414, 414, 165: 414, 414, 414, 414}, - {415, 415, 6: 415, 15: 415, 51: 415, 415, 415, 415, 415, 165: 415, 415, 415, 415}, - {396, 396, 6: 7511, 51: 396, 7512, 1135: 7510}, - {390, 390, 6: 390, 15: 7487, 51: 390, 390, 7486, 7488, 7489, 1074: 7509}, // 4610 + {415, 415, 6: 415, 15: 415, 51: 415, 415, 415, 415, 415, 165: 415, 415, 415, 415}, + {396, 396, 6: 7516, 51: 396, 7517, 1135: 7515}, + {390, 390, 6: 390, 15: 7492, 51: 390, 390, 7491, 7493, 7494, 1074: 7514}, {389, 389, 6: 389, 15: 389, 51: 389, 389, 389, 389, 389}, - {566: 7508, 1097: 7507}, - {262: 7493, 392: 7495, 433: 7494}, - {564: 3057, 803: 4565, 835: 7492}, - {202: 7491, 564: 3057, 803: 4565, 835: 7490}, + {566: 7513, 1097: 7512}, // 4615 + {263: 7498, 393: 7500, 433: 7499}, + {564: 3059, 803: 4567, 835: 7497}, + {202: 7496, 564: 3059, 803: 4567, 835: 7495}, {376, 376, 6: 376, 15: 376, 51: 376, 376, 376, 376, 376}, {375, 375, 6: 375, 15: 375, 51: 375, 375, 375, 375, 375}, - {377, 377, 6: 377, 15: 377, 51: 377, 377, 377, 377, 377}, - {538: 7505, 564: 3057, 803: 7506}, - {644: 7501}, // 4620 - {381, 381, 6: 381, 15: 381, 51: 381, 381, 381, 381, 381, 410: 7497, 538: 7498, 644: 7496}, - {564: 3057, 803: 4565, 835: 7499}, + {377, 377, 6: 377, 15: 377, 51: 377, 377, 377, 377, 377}, + {538: 7510, 564: 3059, 803: 7511}, + {644: 7506}, + {381, 381, 6: 381, 15: 381, 51: 381, 381, 381, 381, 381, 411: 7502, 538: 7503, 644: 7501}, + {564: 3059, 803: 4567, 835: 7504}, + // 4625 {379, 379, 6: 379, 15: 379, 51: 379, 379, 379, 379, 379}, {378, 378, 6: 378, 15: 378, 51: 378, 378, 378, 378, 378}, - {134: 7500}, - // 4625 + {134: 7505}, {380, 380, 6: 380, 15: 380, 51: 380, 380, 380, 380, 380}, - {538: 7502, 564: 3057, 803: 7503}, + {538: 7507, 564: 3059, 803: 7508}, + // 4630 {383, 383, 6: 383, 15: 383, 51: 383, 383, 383, 383, 383}, - {134: 7504}, + {134: 7509}, {382, 382, 6: 382, 15: 382, 51: 382, 382, 382, 382, 382}, - // 4630 {385, 385, 6: 385, 15: 385, 51: 385, 385, 385, 385, 385}, {384, 384, 6: 384, 15: 384, 51: 384, 384, 384, 384, 384}, + // 4635 {387, 387, 6: 387, 15: 387, 51: 387, 387, 387, 387, 387}, {386, 386, 6: 386, 15: 386, 51: 386, 386, 386, 386, 386}, {388, 388, 6: 388, 15: 388, 51: 388, 388, 388, 388, 388}, - // 4635 - {393, 393, 51: 7516, 1258: 7515}, - {536: 7514}, - {536: 7513}, + {393, 393, 51: 7521, 1259: 7520}, + {536: 7519}, + // 4640 + {536: 7518}, {394, 394, 51: 394}, {395, 395, 51: 395}, - // 4640 {429, 429}, - {575: 7517}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 775: 4622, 3071, 3072, 3070, 943: 7518}, + {575: 7522}, + // 4645 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 775: 4624, 3073, 3074, 3072, 943: 7523}, {392, 392}, {18: 2381, 102: 2381, 133: 2381, 181: 2381, 660: 2381}, - // 4645 - {133: 2376, 181: 7572, 660: 2376, 1500: 7571}, - {560: 7567}, - {215: 7523}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5377, 888: 7524}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5548, 3071, 3072, 3070, 994: 7525}, + {133: 2376, 181: 7577, 660: 2376, 1501: 7576}, + {560: 7572}, // 4650 - {108: 7529, 119: 7534, 7536, 7530, 7535, 7538, 7532, 7528, 7533, 128: 7539, 7537, 7531, 982: 7526, 1242: 7527}, - {2831, 2831, 9: 2831, 108: 2831, 119: 2831, 2831, 2831, 2831, 2831, 2831, 2831, 2831, 128: 2831, 2831, 2831}, - {191, 191, 9: 7565, 108: 7529, 119: 7534, 7536, 7530, 7535, 7538, 7532, 7528, 7533, 128: 7539, 7537, 7531, 982: 7564}, - {536: 2333, 560: 4615, 806: 7562}, - {536: 2333, 560: 4615, 806: 7560}, + {215: 7528}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5382, 888: 7529}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5553, 3073, 3074, 3072, 994: 7530}, + {108: 7534, 119: 7539, 7541, 7535, 7540, 7543, 7537, 7533, 7538, 128: 7544, 7542, 7536, 982: 7531, 1243: 7532}, + {2833, 2833, 9: 2833, 108: 2833, 119: 2833, 2833, 2833, 2833, 2833, 2833, 2833, 2833, 128: 2833, 2833, 2833}, // 4655 - {560: 4615, 564: 2333, 806: 7558}, - {560: 4615, 564: 2333, 806: 7556}, - {560: 4615, 564: 2333, 806: 7554}, - {536: 2333, 560: 4615, 806: 7552}, - {536: 2333, 560: 4615, 806: 7550}, + {191, 191, 9: 7570, 108: 7534, 119: 7539, 7541, 7535, 7540, 7543, 7537, 7533, 7538, 128: 7544, 7542, 7536, 982: 7569}, + {536: 2333, 560: 4617, 806: 7567}, + {536: 2333, 560: 4617, 806: 7565}, + {560: 4617, 564: 2333, 806: 7563}, + {560: 4617, 564: 2333, 806: 7561}, // 4660 - {536: 2333, 560: 4615, 806: 7548}, - {536: 2333, 560: 4615, 806: 7546}, - {536: 2333, 560: 4615, 806: 7544}, - {536: 2333, 560: 4615, 806: 7542}, - {536: 2333, 560: 4615, 806: 7540}, + {560: 4617, 564: 2333, 806: 7559}, + {536: 2333, 560: 4617, 806: 7557}, + {536: 2333, 560: 4617, 806: 7555}, + {536: 2333, 560: 4617, 806: 7553}, + {536: 2333, 560: 4617, 806: 7551}, // 4665 - {536: 7541}, - {2817, 2817, 9: 2817, 108: 2817, 119: 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 128: 2817, 2817, 2817}, - {536: 7543}, - {2818, 2818, 9: 2818, 108: 2818, 119: 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 128: 2818, 2818, 2818}, - {536: 7545}, - // 4670 + {536: 2333, 560: 4617, 806: 7549}, + {536: 2333, 560: 4617, 806: 7547}, + {536: 2333, 560: 4617, 806: 7545}, + {536: 7546}, {2819, 2819, 9: 2819, 108: 2819, 119: 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 128: 2819, 2819, 2819}, - {536: 7547}, + // 4670 + {536: 7548}, {2820, 2820, 9: 2820, 108: 2820, 119: 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 128: 2820, 2820, 2820}, - {536: 7549}, + {536: 7550}, {2821, 2821, 9: 2821, 108: 2821, 119: 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 128: 2821, 2821, 2821}, + {536: 7552}, // 4675 - {536: 7551}, {2822, 2822, 9: 2822, 108: 2822, 119: 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 128: 2822, 2822, 2822}, - {536: 7553}, + {536: 7554}, {2823, 2823, 9: 2823, 108: 2823, 119: 2823, 2823, 2823, 2823, 2823, 2823, 2823, 2823, 128: 2823, 2823, 2823}, - {564: 3057, 803: 3890, 818: 7555}, - // 4680 + {536: 7556}, {2824, 2824, 9: 2824, 108: 2824, 119: 2824, 2824, 2824, 2824, 2824, 2824, 2824, 2824, 128: 2824, 2824, 2824}, - {564: 3057, 803: 3890, 818: 7557}, + // 4680 + {536: 7558}, {2825, 2825, 9: 2825, 108: 2825, 119: 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 128: 2825, 2825, 2825}, - {564: 3057, 803: 3890, 818: 7559}, + {564: 3059, 803: 3892, 818: 7560}, {2826, 2826, 9: 2826, 108: 2826, 119: 2826, 2826, 2826, 2826, 2826, 2826, 2826, 2826, 128: 2826, 2826, 2826}, + {564: 3059, 803: 3892, 818: 7562}, // 4685 - {536: 7561}, {2827, 2827, 9: 2827, 108: 2827, 119: 2827, 2827, 2827, 2827, 2827, 2827, 2827, 2827, 128: 2827, 2827, 2827}, - {536: 7563}, + {564: 3059, 803: 3892, 818: 7564}, {2828, 2828, 9: 2828, 108: 2828, 119: 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 128: 2828, 2828, 2828}, - {2830, 2830, 9: 2830, 108: 2830, 119: 2830, 2830, 2830, 2830, 2830, 2830, 2830, 2830, 128: 2830, 2830, 2830}, - // 4690 - {108: 7529, 119: 7534, 7536, 7530, 7535, 7538, 7532, 7528, 7533, 128: 7539, 7537, 7531, 982: 7566}, + {536: 7566}, {2829, 2829, 9: 2829, 108: 2829, 119: 2829, 2829, 2829, 2829, 2829, 2829, 2829, 2829, 128: 2829, 2829, 2829}, - {4: 7569, 449: 7570, 457: 7568}, + // 4690 + {536: 7568}, + {2830, 2830, 9: 2830, 108: 2830, 119: 2830, 2830, 2830, 2830, 2830, 2830, 2830, 2830, 128: 2830, 2830, 2830}, + {2832, 2832, 9: 2832, 108: 2832, 119: 2832, 2832, 2832, 2832, 2832, 2832, 2832, 2832, 128: 2832, 2832, 2832}, + {108: 7534, 119: 7539, 7541, 7535, 7540, 7543, 7537, 7533, 7538, 128: 7544, 7542, 7536, 982: 7571}, + {2831, 2831, 9: 2831, 108: 2831, 119: 2831, 2831, 2831, 2831, 2831, 2831, 2831, 2831, 128: 2831, 2831, 2831}, + // 4695 + {4: 7574, 449: 7575, 457: 7573}, {133: 2379, 181: 2379, 660: 2379}, {133: 2378, 181: 2378, 660: 2378}, - // 4695 {133: 2377, 181: 2377, 660: 2377}, - {133: 2374, 660: 7576, 1503: 7575}, - {560: 7573}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 7574}, - {133: 2375, 660: 2375}, + {133: 2374, 660: 7581, 1504: 7580}, // 4700 - {133: 7580}, - {437: 7577}, - {181: 7578, 402: 7579}, + {560: 7578}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 7579}, + {133: 2375, 660: 2375}, + {133: 7585}, + {437: 7582}, + // 4705 + {181: 7583, 403: 7584}, {133: 2373}, {133: 2372}, - // 4705 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7582, 1502: 7581}, - {534: 7584, 540: 2370, 1501: 7583}, - {534: 2371, 540: 2371}, - {540: 7590}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7586, 3071, 3072, 3070, 1337: 7585}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7587, 1503: 7586}, + {534: 7589, 540: 2370, 1502: 7588}, // 4710 - {9: 7588, 57: 7587}, + {534: 2371, 540: 2371}, + {540: 7595}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7591, 3073, 3074, 3072, 1338: 7590}, + {9: 7593, 57: 7592}, {9: 2368, 57: 2368}, + // 4715 {540: 2369}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7589, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7594, 3073, 3074, 3072}, {9: 2367, 57: 2367}, - // 4715 - {534: 2928, 2927, 550: 2926, 611: 2925, 658: 2921, 779: 7594, 810: 7592, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 3870, 7593, 7591, 1347: 7595}, + {534: 2930, 2929, 550: 2928, 611: 2927, 658: 2923, 779: 7599, 810: 7597, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 3872, 7598, 7596, 1348: 7600}, {2389, 2389, 535: 2389}, + // 4720 {2388, 2388, 535: 2388, 542: 1029, 553: 1029, 1029}, {2387, 2387, 535: 2387}, - {2386, 2386, 535: 2386, 542: 1028, 553: 1028, 1028, 557: 3883, 3882, 568: 3881, 845: 3884, 3885}, - // 4720 - {2366, 2366, 535: 7597, 1499: 7596}, + {2386, 2386, 535: 2386, 542: 1028, 553: 1028, 1028, 557: 3885, 3884, 568: 3883, 845: 3886, 3887}, + {2366, 2366, 535: 7602, 1500: 7601}, {2383, 2383}, - {158: 7599, 374: 7598}, - {706: 7602}, - {706: 7600}, // 4725 - {1012: 7601}, + {158: 7604, 375: 7603}, + {706: 7607}, + {706: 7605}, + {1012: 7606}, {2364, 2364}, - {1012: 7603}, - {2365, 2365}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 7605}, // 4730 - {2472, 2472, 16: 2463, 18: 2463, 21: 2463, 538: 4752, 541: 2463, 556: 2463, 559: 7609, 712: 2463, 869: 7608, 895: 7607, 961: 7611, 1042: 7610, 1349: 7606}, + {1012: 7608}, + {2365, 2365}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 7610}, + {2472, 2472, 16: 2463, 18: 2463, 21: 2463, 538: 4754, 541: 2463, 556: 2463, 559: 7614, 712: 2463, 869: 7613, 895: 7612, 961: 7616, 1042: 7615, 1350: 7611}, {2483, 2483}, - {16: 4445, 18: 4709, 21: 7619, 541: 7618, 556: 4446, 712: 4444, 857: 7617, 869: 7620}, - {2474, 2474, 16: 2474, 18: 2474, 21: 2474, 538: 2474, 541: 2474, 556: 2474, 559: 2474, 712: 2474}, - {201: 7613}, // 4735 - {2471, 2471, 16: 2463, 18: 2463, 21: 2463, 538: 4752, 541: 2463, 556: 2463, 559: 7609, 712: 2463, 869: 7608, 895: 7607, 961: 7612}, + {16: 4447, 18: 4711, 21: 7624, 541: 7623, 556: 4448, 712: 4446, 857: 7622, 869: 7625}, + {2474, 2474, 16: 2474, 18: 2474, 21: 2474, 538: 2474, 541: 2474, 556: 2474, 559: 2474, 712: 2474}, + {201: 7618}, + {2471, 2471, 16: 2463, 18: 2463, 21: 2463, 538: 4754, 541: 2463, 556: 2463, 559: 7614, 712: 2463, 869: 7613, 895: 7612, 961: 7617}, {2470, 2470, 16: 2470, 18: 2470, 21: 2470, 538: 2470, 541: 2470, 556: 2470, 559: 2470, 712: 2470}, - {2469, 2469, 16: 2469, 18: 2469, 21: 2469, 538: 2469, 541: 2469, 556: 2469, 559: 2469, 712: 2469}, - {217: 7614}, - {564: 3057, 803: 3890, 818: 7615}, // 4740 - {2800, 2800, 16: 2800, 18: 2800, 21: 2800, 222: 5521, 538: 2800, 541: 2800, 556: 2800, 559: 2800, 712: 2800, 1063: 7616}, + {2469, 2469, 16: 2469, 18: 2469, 21: 2469, 538: 2469, 541: 2469, 556: 2469, 559: 2469, 712: 2469}, + {217: 7619}, + {564: 3059, 803: 3892, 818: 7620}, + {2802, 2802, 16: 2802, 18: 2802, 21: 2802, 222: 5526, 538: 2802, 541: 2802, 556: 2802, 559: 2802, 712: 2802, 1063: 7621}, {2473, 2473, 16: 2473, 18: 2473, 21: 2473, 538: 2473, 541: 2473, 556: 2473, 559: 2473, 712: 2473}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 589: 2333, 806: 7625}, - {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4615, 589: 2333, 806: 7623}, - {536: 2333, 560: 4615, 806: 7621}, // 4745 + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 589: 2333, 806: 7630}, + {2: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 10: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 58: 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 536: 2333, 560: 4617, 589: 2333, 806: 7628}, + {536: 2333, 560: 4617, 806: 7626}, {2475, 2475, 16: 2475, 18: 2475, 21: 2475, 538: 2475, 541: 2475, 556: 2475, 559: 2475, 712: 2475}, - {536: 4824, 1173: 7622}, + {536: 4826, 1173: 7627}, + // 4750 {2476, 2476, 16: 2476, 18: 2476, 21: 2476, 538: 2476, 541: 2476, 556: 2476, 559: 2476, 712: 2476}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 3759, 775: 3761, 3071, 3072, 3070, 809: 3758, 980: 7624}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 3761, 775: 3763, 3073, 3074, 3072, 809: 3760, 980: 7629}, {2477, 2477, 16: 2477, 18: 2477, 21: 2477, 538: 2477, 541: 2477, 556: 2477, 559: 2477, 712: 2477}, - // 4750 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 589: 4381, 775: 3761, 3071, 3072, 3070, 809: 4380, 909: 7626}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 589: 4383, 775: 3763, 3073, 3074, 3072, 809: 4382, 909: 7631}, {2478, 2478, 16: 2478, 18: 2478, 21: 2478, 538: 2478, 541: 2478, 556: 2478, 559: 2478, 712: 2478}, - {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5377, 888: 7628}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7629, 3071, 3072, 3070}, - {104: 5411, 533: 2120, 545: 5410, 968: 7631, 1380: 7630}, // 4755 - {533: 7632}, + {2: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 10: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 58: 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 582: 5382, 888: 7633}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7634, 3073, 3074, 3072}, + {104: 5416, 533: 2120, 545: 5415, 968: 7636, 1381: 7635}, + {533: 7637}, {533: 2119}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7633}, - {534: 7634}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 534: 5142, 775: 4051, 3071, 3072, 3070, 826: 5141, 928: 5140, 938: 7635}, // 4760 - {9: 5151, 57: 7636}, - {2131, 2131, 6: 2131, 19: 2131, 102: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 566: 2131, 989: 7637}, - {2494, 2494, 6: 5407, 19: 5404, 102: 4747, 104: 5411, 5256, 4954, 5257, 109: 4953, 535: 5406, 545: 5410, 566: 4748, 966: 5408, 968: 5405, 977: 5409, 7159, 988: 5403, 991: 7158, 1198: 7638}, - {2501, 2501}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7640, 3071, 3072, 3070}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7638}, + {534: 7639}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 534: 5144, 775: 4053, 3073, 3074, 3072, 826: 5143, 928: 5142, 938: 7640}, + {9: 5153, 57: 7641}, + {2131, 2131, 6: 2131, 19: 2131, 102: 2131, 104: 2131, 2131, 2131, 2131, 109: 2131, 535: 2131, 545: 2131, 566: 2131, 989: 7642}, // 4765 - {534: 7641}, - {287: 5440, 295: 5442, 298: 5441, 1290: 7642}, - {57: 7643}, - {533: 7644}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7645}, - // 4770 + {2494, 2494, 6: 5412, 19: 5409, 102: 4749, 104: 5416, 5261, 4956, 5262, 109: 4955, 535: 5411, 545: 5415, 566: 4750, 966: 5413, 968: 5410, 977: 5414, 7164, 988: 5408, 991: 7163, 1198: 7643}, + {2501, 2501}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7645, 3073, 3074, 3072}, {534: 7646}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 4051, 3071, 3072, 3070, 826: 4052, 910: 7647}, - {9: 4054, 57: 7648}, - {2503, 2503}, - {2611, 2611}, + {287: 5445, 295: 5447, 298: 5446, 1291: 7647}, + // 4770 + {57: 7648}, + {533: 7649}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7650}, + {534: 7651}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 4053, 3073, 3074, 3072, 826: 4054, 910: 7652}, // 4775 - {2636, 2636}, - {2642, 2642, 535: 7653, 732: 7652}, - {195: 7660, 773: 7659}, - {375: 7655, 384: 7654}, - {60: 7658}, + {9: 4056, 57: 7653}, + {2503, 2503}, + {2613, 2613}, + {2638, 2638}, + {2644, 2644, 535: 7658, 732: 7657}, // 4780 - {383: 7656}, - {195: 7657}, - {2639, 2639}, - {2640, 2640}, - {2641, 2641}, + {195: 7665, 773: 7664}, + {376: 7660, 385: 7659}, + {60: 7663}, + {384: 7661}, + {195: 7662}, // 4785 - {2638, 2638, 734: 4668, 1001: 7661}, - {2637, 2637}, - {2644, 2644}, + {2641, 2641}, + {2642, 2642}, {2643, 2643}, - {316: 7666, 611: 7665}, + {2640, 2640, 734: 4670, 1001: 7666}, + {2639, 2639}, // 4790 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7678, 887: 7677}, - {611: 7667}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7668}, - {549: 7670, 713: 7669}, - {1122, 1122, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1122, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 535: 1122, 705: 5576, 775: 5575, 3071, 3072, 3070, 967: 7675}, + {2646, 2646}, + {2645, 2645}, + {316: 7671, 611: 7670}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7683, 887: 7682}, + {611: 7672}, // 4795 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 7671}, - {9: 5288, 713: 7672}, - {1122, 1122, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1122, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 535: 1122, 705: 5576, 775: 5575, 3071, 3072, 3070, 967: 7673}, - {2660, 2660, 9: 5578, 535: 5559, 906: 7674}, - {2668, 2668}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7673}, + {549: 7675, 713: 7674}, + {1122, 1122, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1122, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 535: 1122, 705: 5581, 775: 5580, 3073, 3074, 3072, 967: 7680}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 7676}, + {9: 5293, 713: 7677}, // 4800 - {2660, 2660, 9: 5578, 535: 5559, 906: 7676}, - {2671, 2671}, - {2663, 2663, 9: 3955, 216: 7698, 535: 2663, 719: 7697, 1108: 7708}, - {1267, 1267, 9: 1267, 131: 7683, 216: 1267, 535: 1267, 549: 7680, 713: 7679, 717: 7681, 719: 1267, 730: 7682}, - {1122, 1122, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1122, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 535: 1122, 705: 5576, 775: 5575, 3071, 3072, 3070, 967: 7706}, + {1122, 1122, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1122, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 535: 1122, 705: 5581, 775: 5580, 3073, 3074, 3072, 967: 7678}, + {2662, 2662, 9: 5583, 535: 5564, 906: 7679}, + {2670, 2670}, + {2662, 2662, 9: 5583, 535: 5564, 906: 7681}, + {2673, 2673}, // 4805 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5287, 3071, 3072, 3070, 864: 7693}, - {313: 7689}, - {313: 7686}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6520, 3071, 3072, 3070, 986: 7684}, - {2660, 2660, 9: 6522, 535: 5559, 906: 7685}, + {2665, 2665, 9: 3957, 216: 7703, 535: 2665, 719: 7702, 1108: 7713}, + {1267, 1267, 9: 1267, 131: 7688, 216: 1267, 535: 1267, 549: 7685, 713: 7684, 717: 7686, 719: 1267, 730: 7687}, + {1122, 1122, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1122, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 535: 1122, 705: 5581, 775: 5580, 3073, 3074, 3072, 967: 7711}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5292, 3073, 3074, 3072, 864: 7698}, + {313: 7694}, // 4810 - {2665, 2665}, - {533: 7687}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6520, 3071, 3072, 3070, 986: 7688}, - {2666, 2666, 9: 6522}, - {533: 7690}, - // 4815 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6520, 3071, 3072, 3070, 986: 7691}, - {2660, 2660, 9: 6522, 535: 5559, 906: 7692}, + {313: 7691}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6525, 3073, 3074, 3072, 986: 7689}, + {2662, 2662, 9: 6527, 535: 5564, 906: 7690}, {2667, 2667}, - {2663, 2663, 9: 5288, 131: 7696, 216: 7698, 535: 2663, 713: 7695, 719: 7697, 1108: 7694}, - {2660, 2660, 535: 5559, 906: 7705}, + {533: 7692}, + // 4815 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6525, 3073, 3074, 3072, 986: 7693}, + {2668, 2668, 9: 6527}, + {533: 7695}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6525, 3073, 3074, 3072, 986: 7696}, + {2662, 2662, 9: 6527, 535: 5564, 906: 7697}, // 4820 - {1122, 1122, 3320, 3473, 3284, 3159, 3200, 3322, 3084, 1122, 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 535: 1122, 705: 5576, 775: 5575, 3071, 3072, 3070, 967: 7703}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 6520, 3071, 3072, 3070, 986: 7701}, - {131: 7700}, - {131: 7699}, - {2661, 2661, 535: 2661}, - // 4825 - {2662, 2662, 535: 2662}, - {2660, 2660, 9: 6522, 535: 5559, 906: 7702}, - {2664, 2664}, - {2660, 2660, 9: 5578, 535: 5559, 906: 7704}, {2669, 2669}, + {2665, 2665, 9: 5293, 131: 7701, 216: 7703, 535: 2665, 713: 7700, 719: 7702, 1108: 7699}, + {2662, 2662, 535: 5564, 906: 7710}, + {1122, 1122, 3322, 3475, 3286, 3161, 3202, 3324, 3086, 1122, 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 535: 1122, 705: 5581, 775: 5580, 3073, 3074, 3072, 967: 7708}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6525, 3073, 3074, 3072, 986: 7706}, + // 4825 + {131: 7705}, + {131: 7704}, + {2663, 2663, 535: 2663}, + {2664, 2664, 535: 2664}, + {2662, 2662, 9: 6527, 535: 5564, 906: 7707}, // 4830 - {2670, 2670}, - {2660, 2660, 9: 5578, 535: 5559, 906: 7707}, + {2666, 2666}, + {2662, 2662, 9: 5583, 535: 5564, 906: 7709}, + {2671, 2671}, {2672, 2672}, - {2660, 2660, 535: 5559, 906: 7709}, - {2673, 2673}, + {2662, 2662, 9: 5583, 535: 5564, 906: 7712}, // 4835 - {611: 7715}, - {561: 7713}, - {611: 2675}, - {549: 7714, 611: 2676}, - {611: 2674}, + {2674, 2674}, + {2662, 2662, 535: 5564, 906: 7714}, + {2675, 2675}, + {611: 7720}, + {561: 7718}, // 4840 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7716}, - {549: 6068, 630: 1136, 713: 1136, 726: 1136, 970: 7717}, - {630: 7720, 713: 7719, 726: 7721, 1280: 7718}, - {2681, 2681}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7728, 3071, 3072, 3070}, + {611: 2677}, + {549: 7719, 611: 2678}, + {611: 2676}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7721}, + {549: 6073, 630: 1136, 713: 1136, 726: 1136, 970: 7722}, // 4845 - {534: 3917, 945: 7723}, - {534: 3917, 945: 6666, 1100: 7722}, - {2678, 2678, 9: 6667}, - {570: 7724}, - {534: 3917, 945: 7725}, + {630: 7725, 713: 7724, 726: 7726, 1281: 7723}, + {2683, 2683}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7733, 3073, 3074, 3072}, + {534: 3919, 945: 7728}, + {534: 3919, 945: 6671, 1100: 7727}, // 4850 - {108: 7726}, - {564: 3057, 803: 4565, 835: 7727}, - {2679, 2679}, - {630: 7720, 726: 7721, 1280: 7729}, - {2680, 2680}, + {2680, 2680, 9: 6672}, + {570: 7729}, + {534: 3919, 945: 7730}, + {108: 7731}, + {564: 3059, 803: 4567, 835: 7732}, // 4855 - {768: 7748, 7749}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7742, 887: 7741}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5999, 3071, 3072, 3070, 911: 7733}, - {2684, 2684, 715: 7736, 768: 7734, 7735, 1182: 7737}, - {536: 7740}, - // 4860 - {564: 3057, 803: 3890, 818: 7739}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7738, 3071, 3072, 3070}, + {2681, 2681}, + {630: 7725, 726: 7726, 1281: 7734}, {2682, 2682}, - {2683, 2683}, - {2686, 2686}, + {768: 7753, 7754}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7747, 887: 7746}, + // 4860 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 6004, 3073, 3074, 3072, 911: 7738}, + {2686, 2686, 715: 7741, 768: 7739, 7740, 1182: 7742}, + {536: 7745}, + {564: 3059, 803: 3892, 818: 7744}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7743, 3073, 3074, 3072}, // 4865 - {2689, 2689}, - {9: 3955, 768: 7744, 7745}, - {2684, 2684, 9: 1267, 715: 7736, 768: 1267, 1267, 1182: 7743}, + {2684, 2684}, {2685, 2685}, - {536: 7747}, + {2688, 2688}, + {2691, 2691}, + {9: 3957, 768: 7749, 7750}, // 4870 - {564: 3057, 803: 3890, 818: 7746}, + {2686, 2686, 9: 1267, 715: 7741, 768: 1267, 1267, 1182: 7748}, {2687, 2687}, - {2690, 2690}, - {536: 7751}, - {564: 3057, 803: 3890, 818: 7750}, + {536: 7752}, + {564: 3059, 803: 3892, 818: 7751}, + {2689, 2689}, // 4875 - {2688, 2688}, - {2691, 2691}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 726: 7753, 775: 3951, 3071, 3072, 3070, 808: 7754}, - {209: 7756}, - {2693, 2693, 564: 3057, 803: 4565, 835: 7755}, - // 4880 {2692, 2692}, - {564: 3057, 803: 4565, 835: 7757}, + {536: 7756}, + {564: 3059, 803: 3892, 818: 7755}, + {2690, 2690}, + {2693, 2693}, + // 4880 + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 726: 7758, 775: 3953, 3073, 3074, 3072, 808: 7759}, + {209: 7761}, + {2695, 2695, 564: 3059, 803: 4567, 835: 7760}, {2694, 2694}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7769, 1298: 7768, 1490: 7767}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 7762, 1303: 7761, 1493: 7760}, + {564: 3059, 803: 4567, 835: 7762}, // 4885 - {2698, 2698, 9: 7765}, - {2697, 2697, 9: 2697}, - {715: 7763}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 7764}, - {2695, 2695, 9: 2695}, + {2696, 2696}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7774, 1299: 7773, 1491: 7772}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 7767, 1304: 7766, 1494: 7765}, + {2700, 2700, 9: 7770}, + {2699, 2699, 9: 2699}, // 4890 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 7762, 1303: 7766}, - {2696, 2696, 9: 2696}, - {2702, 2702, 9: 7772}, - {2701, 2701, 9: 2701}, - {715: 7770}, + {715: 7768}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 7769}, + {2697, 2697, 9: 2697}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 7767, 1304: 7771}, + {2698, 2698, 9: 2698}, // 4895 - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7771}, - {2699, 2699, 9: 2699}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7769, 1298: 7773}, - {2700, 2700, 9: 2700}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 2463, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4752, 541: 2463, 556: 2463, 559: 7609, 712: 2463, 775: 5999, 3071, 3072, 3070, 869: 7608, 895: 7607, 911: 7823, 961: 7611, 1042: 7824}, + {2704, 2704, 9: 7777}, + {2703, 2703, 9: 2703}, + {715: 7775}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7776}, + {2701, 2701, 9: 2701}, // 4900 - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 536: 2139, 582: 4976, 634: 2139, 858: 7809}, - {335: 7803, 1382: 7802}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 7800, 3071, 3072, 3070}, - {575: 7796}, - {215: 7792}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7774, 1299: 7778}, + {2702, 2702, 9: 2702}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 2463, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4754, 541: 2463, 556: 2463, 559: 7614, 712: 2463, 775: 6004, 3073, 3074, 3072, 869: 7613, 895: 7612, 911: 7828, 961: 7616, 1042: 7829}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 536: 2139, 582: 4978, 634: 2139, 858: 7814}, + {336: 7808, 1383: 7807}, // 4905 - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4976, 858: 7781}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 563: 3952, 775: 3951, 3071, 3072, 3070, 808: 7782}, - {86: 7362, 88: 7359, 90: 7365, 7366, 95: 7367, 7360, 98: 7358, 7368, 7364, 7361, 103: 7786, 723: 7363, 1020: 7785, 1115: 7784, 1316: 7783}, - {164, 164, 86: 7362, 88: 7359, 90: 7365, 7366, 95: 7367, 7360, 98: 7358, 7368, 7364, 7361, 103: 7786, 723: 7363, 1020: 7785, 1115: 7791}, - {163, 163, 86: 163, 88: 163, 90: 163, 163, 95: 163, 163, 98: 163, 163, 163, 163, 103: 163, 723: 163}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 7805, 3073, 3074, 3072}, + {575: 7801}, + {215: 7797}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 563: 2139, 582: 4978, 858: 7786}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 563: 3954, 775: 3953, 3073, 3074, 3072, 808: 7787}, // 4910 + {86: 7367, 88: 7364, 90: 7370, 7371, 95: 7372, 7365, 98: 7363, 7373, 7369, 7366, 103: 7791, 723: 7368, 1020: 7790, 1115: 7789, 1317: 7788}, + {164, 164, 86: 7367, 88: 7364, 90: 7370, 7371, 95: 7372, 7365, 98: 7363, 7373, 7369, 7366, 103: 7791, 723: 7368, 1020: 7790, 1115: 7796}, + {163, 163, 86: 163, 88: 163, 90: 163, 163, 95: 163, 163, 98: 163, 163, 163, 163, 103: 163, 723: 163}, {161, 161, 86: 161, 88: 161, 90: 161, 161, 95: 161, 161, 98: 161, 161, 161, 161, 103: 161, 723: 161}, - {160, 160, 86: 160, 88: 160, 90: 160, 160, 95: 160, 160, 98: 160, 160, 160, 160, 103: 160, 535: 7788, 546: 2333, 2333, 560: 4615, 564: 2333, 723: 160, 806: 7787}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7790}, - {546: 4568, 4569, 564: 3057, 803: 4565, 835: 4567, 917: 7789}, - {158, 158, 86: 158, 88: 158, 90: 158, 158, 95: 158, 158, 98: 158, 158, 158, 158, 103: 158, 723: 158}, + {160, 160, 86: 160, 88: 160, 90: 160, 160, 95: 160, 160, 98: 160, 160, 160, 160, 103: 160, 535: 7793, 546: 2333, 2333, 560: 4617, 564: 2333, 723: 160, 806: 7792}, // 4915 + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7795}, + {546: 4570, 4571, 564: 3059, 803: 4567, 835: 4569, 917: 7794}, + {158, 158, 86: 158, 88: 158, 90: 158, 158, 95: 158, 158, 98: 158, 158, 158, 158, 103: 158, 723: 158}, {159, 159, 86: 159, 88: 159, 90: 159, 159, 95: 159, 159, 98: 159, 159, 159, 159, 103: 159, 723: 159}, {162, 162, 86: 162, 88: 162, 90: 162, 162, 95: 162, 162, 98: 162, 162, 162, 162, 103: 162, 723: 162}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4976, 858: 7793}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 775: 5548, 3071, 3072, 3070, 994: 7794}, - {108: 7529, 119: 7534, 7536, 7530, 7535, 7538, 7532, 7528, 7533, 128: 7539, 7537, 7531, 982: 7526, 1242: 7795}, // 4920 - {190, 190, 9: 7565, 108: 7529, 119: 7534, 7536, 7530, 7535, 7538, 7532, 7528, 7533, 128: 7539, 7537, 7531, 982: 7564}, - {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 538: 2139, 582: 4976, 858: 7797}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 3735, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 538: 4623, 775: 4622, 3071, 3072, 3070, 943: 7798}, - {110: 7398, 7396, 7395, 7397, 7394, 983: 7392, 1259: 7799}, - {193, 193, 9: 7446, 110: 7398, 7396, 7395, 7397, 7394, 983: 7445}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 582: 4978, 858: 7798}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 775: 5553, 3073, 3074, 3072, 994: 7799}, + {108: 7534, 119: 7539, 7541, 7535, 7540, 7543, 7537, 7533, 7538, 128: 7544, 7542, 7536, 982: 7531, 1243: 7800}, + {190, 190, 9: 7570, 108: 7534, 119: 7539, 7541, 7535, 7540, 7543, 7537, 7533, 7538, 128: 7544, 7542, 7536, 982: 7569}, + {2: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 10: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 58: 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 538: 2139, 582: 4978, 858: 7802}, // 4925 - {18: 4709, 869: 7801}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 3737, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 538: 4625, 775: 4624, 3073, 3074, 3072, 943: 7803}, + {110: 7403, 7401, 7400, 7402, 7399, 983: 7397, 1260: 7804}, + {193, 193, 9: 7451, 110: 7403, 7401, 7400, 7402, 7399, 983: 7450}, + {18: 4711, 869: 7806}, {424, 424}, - {425, 425}, - {450: 7804}, - {423, 423, 86: 7805}, // 4930 - {87: 7806}, - {533: 7807}, - {257: 7808}, - {422, 422}, - {2: 3320, 3473, 3284, 3159, 3200, 3322, 3084, 10: 3132, 3085, 3223, 3341, 3334, 3727, 3722, 3203, 3513, 3205, 3177, 3118, 3121, 3110, 3143, 3207, 3208, 3316, 3202, 3342, 3466, 3465, 3423, 3083, 3201, 3204, 3215, 3150, 3154, 3211, 3326, 3167, 3251, 3081, 3082, 3250, 3324, 3080, 3339, 3424, 3425, 3160, 3076, 3296, 3426, 3427, 3719, 58: 3411, 3166, 3169, 3393, 3390, 3382, 3394, 3397, 3398, 3395, 3399, 3400, 3396, 3589, 3584, 3389, 3401, 3384, 3385, 3588, 3388, 3391, 3586, 3392, 3402, 3587, 3089, 3104, 3237, 3163, 3170, 3731, 3369, 3368, 3172, 3073, 3098, 3370, 3365, 3119, 3364, 3371, 3366, 3367, 3281, 3161, 3354, 3419, 3352, 3420, 3477, 3353, 3596, 3582, 3578, 3595, 3577, 3175, 3245, 3514, 3732, 3566, 3571, 3558, 3570, 3572, 3561, 3567, 3568, 3351, 3569, 3573, 3565, 3101, 3336, 3240, 3724, 3593, 3495, 3590, 3744, 3171, 3726, 3742, 3743, 3741, 3737, 3343, 3344, 3345, 3346, 3347, 3348, 3350, 3733, 3720, 3094, 3176, 3340, 3130, 3145, 3360, 3498, 3262, 3266, 3290, 3292, 3270, 3271, 3272, 3273, 3261, 3103, 3291, 3422, 3500, 3217, 3523, 3112, 3723, 3133, 3729, 3242, 3282, 3140, 3198, 3219, 3162, 3730, 3189, 3380, 3092, 3109, 3120, 3135, 3144, 3355, 3222, 3264, 3416, 3597, 3178, 3179, 3471, 3186, 3241, 3090, 3091, 3123, 3139, 3332, 3454, 3209, 3210, 3546, 3148, 3149, 3404, 3517, 3357, 3278, 7810, 3428, 3453, 3358, 3515, 3153, 3462, 3187, 3405, 3093, 3592, 3430, 3591, 3725, 3216, 3146, 3374, 3300, 3412, 3413, 3376, 3236, 3414, 3331, 3459, 3372, 3165, 3269, 3329, 3226, 3077, 3444, 3105, 3449, 3231, 3115, 3117, 3233, 3124, 3550, 3134, 3137, 3431, 3314, 3383, 3192, 3745, 3410, 3260, 3229, 3289, 3335, 3218, 3594, 3461, 3174, 3470, 3330, 3440, 3441, 3088, 3238, 3301, 3583, 3488, 3442, 3433, 3095, 3445, 3099, 3406, 3446, 3740, 3106, 3303, 3490, 3448, 3298, 3114, 3450, 3312, 3338, 3323, 3496, 3452, 3480, 3116, 3333, 3128, 3363, 3553, 3138, 3141, 3579, 3313, 3361, 3125, 3297, 3503, 3356, 3504, 3307, 3359, 3417, 3581, 3580, 3585, 3243, 3455, 3456, 3247, 3305, 3457, 3415, 3157, 3158, 3277, 3386, 3279, 3518, 3458, 3327, 3328, 3267, 3168, 3276, 3309, 3079, 3528, 3308, 3574, 3535, 3536, 3537, 3538, 3540, 3539, 3541, 3542, 3543, 3472, 3182, 3310, 3563, 3598, 3562, 3190, 3074, 3362, 3379, 3086, 3381, 3407, 3078, 3443, 3288, 3096, 3097, 3275, 3418, 3736, 3447, 3220, 3102, 3107, 3108, 3451, 3232, 3497, 3234, 3122, 3244, 3127, 3295, 3547, 3129, 3306, 3432, 3239, 3213, 3469, 3228, 3505, 3283, 3302, 3349, 3225, 3315, 3751, 3206, 3373, 3294, 3746, 3246, 3437, 3436, 3438, 3474, 3548, 3151, 3318, 3321, 3375, 3409, 3475, 3728, 3421, 3256, 3257, 3263, 3510, 3478, 3511, 3387, 3429, 3164, 3481, 3325, 3287, 3224, 3460, 3319, 3467, 3464, 3468, 3463, 3304, 3408, 3317, 3532, 3285, 3556, 3544, 3435, 3439, 3183, 3214, 3221, 3286, 3188, 3476, 3434, 3293, 3749, 3195, 3483, 3484, 3721, 3485, 3486, 3487, 3549, 3489, 3492, 3491, 3493, 3494, 3126, 3280, 3249, 3499, 3131, 3557, 3750, 3502, 3337, 3575, 3576, 3756, 3755, 3747, 3559, 3560, 3508, 3299, 3507, 3147, 3509, 3516, 3255, 3155, 3156, 3403, 3274, 3479, 3738, 3739, 3512, 3748, 3268, 3196, 3311, 3227, 3230, 3551, 3524, 3525, 3526, 3527, 3519, 3552, 3752, 3521, 3522, 3248, 3753, 3754, 3545, 3185, 3529, 3530, 3531, 3564, 3734, 536: 3760, 634: 5898, 775: 3761, 3071, 3072, 3070, 809: 5897, 859: 5915, 1000: 5916, 1029: 7811}, + {425, 425}, + {450: 7809}, + {423, 423, 86: 7810}, + {87: 7811}, + {533: 7812}, // 4935 - {1982, 1982, 6: 1982, 9: 1982, 15: 1982, 51: 1982, 1982, 1982, 1982, 1982, 183: 1982, 534: 7817, 1982, 631: 1982, 728: 1982, 1982}, - {410, 410, 6: 410, 9: 5918, 15: 410, 51: 410, 410, 410, 410, 410, 535: 410, 728: 5962, 1081: 5961, 7812}, - {418, 418, 6: 418, 15: 418, 51: 418, 418, 418, 418, 418, 535: 7471, 1138: 7813}, - {391, 391, 6: 391, 15: 7487, 51: 391, 391, 7486, 7488, 7489, 1074: 7485, 1240: 7484, 7814}, - {396, 396, 6: 7511, 51: 396, 7512, 1135: 7815}, + {258: 7813}, + {422, 422}, + {2: 3322, 3475, 3286, 3161, 3202, 3324, 3086, 10: 3134, 3087, 3225, 3343, 3336, 3729, 3724, 3205, 3515, 3207, 3179, 3120, 3123, 3112, 3145, 3209, 3210, 3318, 3204, 3344, 3468, 3467, 3425, 3085, 3203, 3206, 3217, 3152, 3156, 3213, 3328, 3169, 3253, 3083, 3084, 3252, 3326, 3082, 3341, 3426, 3427, 3162, 3078, 3298, 3428, 3429, 3721, 58: 3413, 3168, 3171, 3395, 3392, 3384, 3396, 3399, 3400, 3397, 3401, 3402, 3398, 3591, 3586, 3391, 3403, 3386, 3387, 3590, 3390, 3393, 3588, 3394, 3404, 3589, 3091, 3106, 3239, 3165, 3172, 3733, 3371, 3370, 3174, 3075, 3100, 3372, 3367, 3121, 3366, 3373, 3368, 3369, 3283, 3163, 3356, 3421, 3354, 3422, 3479, 3355, 3598, 3584, 3580, 3597, 3579, 3177, 3247, 3516, 3734, 3568, 3573, 3560, 3572, 3574, 3563, 3569, 3570, 3353, 3571, 3575, 3567, 3103, 3338, 3242, 3726, 3595, 3497, 3592, 3746, 3173, 3728, 3744, 3745, 3743, 3739, 3345, 3346, 3347, 3348, 3349, 3350, 3352, 3735, 3722, 3096, 3178, 3342, 3132, 3147, 3362, 3500, 3264, 3268, 3292, 3294, 3272, 3273, 3274, 3275, 3263, 3105, 3293, 3424, 3502, 3219, 3525, 3114, 3725, 3135, 3731, 3244, 3284, 3142, 3200, 3221, 3164, 3732, 3191, 3382, 3094, 3111, 3122, 3137, 3146, 3357, 3224, 3266, 3418, 3599, 3180, 3181, 3473, 3188, 3243, 3092, 3093, 3125, 3141, 3334, 3456, 3211, 3212, 3548, 3150, 3151, 3406, 3519, 3359, 3280, 7815, 3430, 3455, 3360, 3517, 3155, 3464, 3189, 3407, 3095, 3594, 3432, 3593, 3727, 3218, 3148, 3376, 3302, 3747, 3414, 3415, 3378, 3238, 3416, 3333, 3461, 3374, 3167, 3271, 3331, 3228, 3079, 3446, 3107, 3451, 3233, 3117, 3119, 3235, 3126, 3552, 3136, 3139, 3433, 3316, 3385, 3194, 3412, 3262, 3231, 3291, 3337, 3220, 3596, 3463, 3176, 3472, 3332, 3442, 3443, 3090, 3240, 3303, 3585, 3490, 3444, 3435, 3097, 3447, 3101, 3408, 3448, 3742, 3108, 3305, 3492, 3450, 3300, 3116, 3452, 3314, 3340, 3325, 3498, 3454, 3482, 3118, 3335, 3130, 3365, 3555, 3140, 3143, 3581, 3315, 3363, 3127, 3299, 3505, 3358, 3506, 3309, 3361, 3419, 3583, 3582, 3587, 3245, 3748, 3457, 3458, 3249, 3307, 3459, 3417, 3159, 3160, 3279, 3388, 3281, 3520, 3460, 3329, 3330, 3269, 3170, 3278, 3311, 3081, 3530, 3310, 3576, 3537, 3538, 3539, 3540, 3542, 3541, 3543, 3544, 3545, 3474, 3184, 3312, 3565, 3600, 3564, 3192, 3076, 3364, 3381, 3088, 3383, 3409, 3080, 3445, 3290, 3098, 3099, 3277, 3420, 3738, 3449, 3222, 3104, 3109, 3110, 3453, 3234, 3499, 3236, 3124, 3246, 3129, 3297, 3549, 3131, 3308, 3434, 3241, 3215, 3471, 3230, 3507, 3285, 3304, 3351, 3227, 3317, 3753, 3208, 3375, 3296, 3248, 3439, 3438, 3440, 3476, 3550, 3153, 3320, 3323, 3377, 3411, 3477, 3730, 3423, 3258, 3259, 3265, 3512, 3480, 3513, 3389, 3431, 3166, 3483, 3327, 3289, 3226, 3462, 3321, 3469, 3466, 3470, 3465, 3306, 3410, 3319, 3534, 3287, 3558, 3546, 3437, 3441, 3185, 3216, 3223, 3288, 3190, 3478, 3436, 3295, 3751, 3197, 3485, 3486, 3723, 3487, 3488, 3489, 3551, 3491, 3494, 3493, 3495, 3496, 3128, 3282, 3251, 3501, 3133, 3559, 3752, 3504, 3339, 3577, 3578, 3758, 3757, 3749, 3561, 3562, 3510, 3301, 3509, 3149, 3511, 3518, 3257, 3157, 3158, 3405, 3276, 3481, 3740, 3741, 3514, 3750, 3270, 3198, 3313, 3229, 3232, 3553, 3526, 3527, 3528, 3529, 3521, 3554, 3754, 3523, 3524, 3250, 3755, 3756, 3547, 3187, 3531, 3532, 3533, 3566, 3736, 536: 3762, 634: 5903, 775: 3763, 3073, 3074, 3072, 809: 5902, 859: 5920, 1000: 5921, 1029: 7816}, + {1982, 1982, 6: 1982, 9: 1982, 15: 1982, 51: 1982, 1982, 1982, 1982, 1982, 183: 1982, 534: 7822, 1982, 631: 1982, 728: 1982, 1982}, + {410, 410, 6: 410, 9: 5923, 15: 410, 51: 410, 410, 410, 410, 410, 535: 410, 728: 5967, 1081: 5966, 7817}, // 4940 - {393, 393, 51: 7516, 1258: 7816}, + {418, 418, 6: 418, 15: 418, 51: 418, 418, 418, 418, 418, 535: 7476, 1138: 7818}, + {391, 391, 6: 391, 15: 7492, 51: 391, 391, 7491, 7493, 7494, 1074: 7490, 1241: 7489, 7819}, + {396, 396, 6: 7516, 51: 396, 7517, 1135: 7820}, + {393, 393, 51: 7521, 1259: 7821}, {427, 427}, - {57: 7818}, - {183: 7819}, - {726: 7820}, // 4945 - {536: 5931, 1003: 7821}, + {57: 7823}, + {183: 7824}, + {726: 7825}, + {536: 5936, 1003: 7826}, {426, 426}, - {16: 1664, 18: 1664, 21: 1664, 215: 5541, 538: 1664, 541: 1664, 556: 1664, 559: 1664, 712: 1664}, - {16: 2463, 18: 2463, 21: 2463, 538: 4752, 541: 2463, 556: 2463, 559: 7609, 712: 2463, 869: 7608, 895: 7607, 961: 7611, 1042: 7825}, - {2484, 2484, 16: 2463, 18: 2463, 21: 2463, 538: 4752, 541: 2463, 556: 2463, 559: 7609, 712: 2463, 869: 7608, 895: 7607, 961: 7612}, // 4950 - {2485, 2485, 16: 2463, 18: 2463, 21: 2463, 538: 4752, 541: 2463, 556: 2463, 559: 7609, 712: 2463, 869: 7608, 895: 7607, 961: 7612}, - {2331, 2331, 3: 2882, 58: 2905, 84: 2884, 2887, 87: 2917, 2885, 3036, 103: 2919, 117: 3051, 132: 3043, 161: 3053, 188: 2902, 196: 2900, 224: 2913, 250: 2908, 254: 2890, 259: 2938, 266: 2904, 269: 2880, 277: 2937, 3046, 280: 2886, 285: 3052, 297: 2916, 307: 2914, 309: 2881, 311: 2920, 332: 2906, 336: 2909, 343: 2918, 347: 2903, 360: 2895, 534: 2928, 2927, 550: 2926, 555: 2912, 559: 2936, 566: 3045, 579: 3039, 581: 2898, 586: 2896, 590: 2911, 611: 2925, 658: 2921, 713: 3050, 716: 2883, 3038, 727: 2878, 730: 2889, 743: 2888, 770: 2935, 3047, 2879, 779: 2932, 807: 2891, 810: 2934, 2922, 2923, 2924, 2933, 2931, 2930, 2929, 819: 2894, 3016, 3015, 825: 3037, 827: 2892, 2997, 3009, 3025, 2897, 839: 2893, 843: 2955, 849: 2949, 2953, 3006, 3017, 861: 2957, 2899, 865: 3024, 3026, 901: 2901, 908: 2942, 912: 2996, 3042, 940: 3049, 951: 2950, 964: 3040, 969: 3000, 972: 3011, 974: 3014, 2907, 1040: 2962, 1097: 3044, 1106: 2970, 2940, 1109: 2941, 2944, 1112: 2947, 2945, 2948, 1116: 2946, 1118: 2943, 1120: 2951, 2952, 1123: 2958, 2910, 2995, 3034, 1128: 2959, 1139: 2966, 2960, 2961, 2967, 2968, 2969, 2965, 2971, 2972, 1149: 2964, 2963, 1152: 2954, 2915, 1155: 2973, 2987, 2974, 2975, 2978, 2977, 2983, 2982, 2984, 2979, 2985, 2986, 2976, 2981, 2980, 1172: 2939, 1175: 2956, 1180: 2991, 2989, 1183: 2990, 2988, 1188: 2993, 2994, 2992, 1194: 3031, 2998, 1203: 3048, 2999, 1212: 3001, 1214: 3002, 3028, 1217: 3032, 1227: 3033, 1243: 3004, 3005, 1252: 3010, 1255: 3007, 3008, 1262: 3030, 3041, 3013, 3012, 1271: 3018, 1273: 3020, 3019, 1276: 3022, 1278: 3029, 1281: 3021, 1287: 7827, 1300: 3023, 3003, 3027}, + {16: 1664, 18: 1664, 21: 1664, 215: 5546, 538: 1664, 541: 1664, 556: 1664, 559: 1664, 712: 1664}, + {16: 2463, 18: 2463, 21: 2463, 538: 4754, 541: 2463, 556: 2463, 559: 7614, 712: 2463, 869: 7613, 895: 7612, 961: 7616, 1042: 7830}, + {2484, 2484, 16: 2463, 18: 2463, 21: 2463, 538: 4754, 541: 2463, 556: 2463, 559: 7614, 712: 2463, 869: 7613, 895: 7612, 961: 7617}, + {2485, 2485, 16: 2463, 18: 2463, 21: 2463, 538: 4754, 541: 2463, 556: 2463, 559: 7614, 712: 2463, 869: 7613, 895: 7612, 961: 7617}, + {2331, 2331, 3: 2884, 58: 2907, 84: 2886, 2889, 87: 2919, 2887, 3038, 103: 2921, 117: 3053, 132: 3045, 161: 3055, 188: 2904, 196: 2902, 224: 2915, 251: 2910, 255: 2892, 260: 2940, 266: 2906, 269: 2882, 277: 2939, 3048, 280: 2888, 285: 3054, 297: 2918, 307: 2916, 309: 2883, 311: 2922, 333: 2908, 337: 2911, 344: 2920, 348: 2905, 361: 2897, 534: 2930, 2929, 550: 2928, 555: 2914, 559: 2938, 566: 3047, 579: 3041, 581: 2900, 586: 2898, 590: 2913, 611: 2927, 658: 2923, 713: 3052, 716: 2885, 3040, 727: 2880, 730: 2891, 743: 2890, 770: 2937, 3049, 2881, 779: 2934, 807: 2893, 810: 2936, 2924, 2925, 2926, 2935, 2933, 2932, 2931, 819: 2896, 3018, 3017, 825: 3039, 827: 2894, 2999, 3011, 3027, 2899, 839: 2895, 843: 2957, 849: 2951, 2955, 3008, 3019, 861: 2959, 2901, 865: 3026, 3028, 901: 2903, 908: 2944, 912: 2998, 3044, 940: 3051, 951: 2952, 964: 3042, 969: 3002, 972: 3013, 974: 3016, 2909, 1040: 2964, 1097: 3046, 1106: 2972, 2942, 1109: 2943, 2946, 1112: 2949, 2947, 2950, 1116: 2948, 1118: 2945, 1120: 2953, 2954, 1123: 2960, 2912, 2997, 3036, 1128: 2961, 1139: 2968, 2962, 2963, 2969, 2970, 2971, 2967, 2973, 2974, 1149: 2966, 2965, 1152: 2956, 2917, 1155: 2975, 2989, 2976, 2977, 2980, 2979, 2985, 2984, 2986, 2981, 2987, 2988, 2978, 2983, 2982, 1172: 2941, 1175: 2958, 1180: 2993, 2991, 1183: 2992, 2990, 1188: 2995, 2996, 2994, 1194: 3033, 3000, 1203: 3050, 3001, 1212: 3003, 1214: 3004, 3030, 1218: 3034, 1228: 3035, 1244: 3006, 3007, 1253: 3012, 1256: 3009, 3010, 1263: 3032, 3043, 3015, 3014, 1272: 3020, 1274: 3022, 3021, 1277: 3024, 1279: 3031, 1282: 3023, 1288: 7832, 1301: 3025, 3005, 3029}, + // 4955 {636, 636}, } ) @@ -12898,7 +12906,7 @@ func yylex1(yylex yyLexer, lval *yySymType) (n int) { } func yyParse(yylex yyLexer, parser *Parser) int { - const yyError = 1526 + const yyError = 1527 yyEx, _ := yylex.(yyLexerEx) var yyn int @@ -15118,6 +15126,10 @@ yynewstate: parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr("CURRENT_DATE")} } case 350: + { + parser.yyVAL.expr = yyS[yypt-1].expr.(*ast.FuncCallExpr) + } + case 352: { objNameExpr := &ast.TableNameExpr{ Name: yyS[yypt-0].item.(*ast.TableName), @@ -15127,7 +15139,7 @@ yynewstate: Args: []ast.ExprNode{objNameExpr}, } } - case 351: + case 353: { objNameExpr := &ast.TableNameExpr{ Name: yyS[yypt-1].item.(*ast.TableName), @@ -15137,39 +15149,39 @@ yynewstate: Args: []ast.ExprNode{objNameExpr}, } } - case 361: + case 363: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].expr, parser.charset, parser.collation) } - case 362: + case 364: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Plus, V: ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation)} } - case 363: + case 365: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Minus, V: ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation)} } - case 367: + case 369: { parser.yyVAL.item = ast.StatsTypeCardinality } - case 368: + case 370: { parser.yyVAL.item = ast.StatsTypeDependency } - case 369: + case 371: { parser.yyVAL.item = ast.StatsTypeCorrelation } - case 370: + case 372: { parser.yyVAL.item = ast.BindingStatusTypeEnabled } - case 371: + case 373: { parser.yyVAL.item = ast.BindingStatusTypeDisabled } - case 372: + case 374: { parser.yyVAL.statement = &ast.CreateStatisticsStmt{ IfNotExists: yyS[yypt-9].item.(bool), @@ -15179,11 +15191,11 @@ yynewstate: Columns: yyS[yypt-1].item.([]*ast.ColumnName), } } - case 373: + case 375: { parser.yyVAL.statement = &ast.DropStatisticsStmt{StatsName: yyS[yypt-0].ident} } - case 374: + case 376: { var indexOption *ast.IndexOption if yyS[yypt-1].item != nil { @@ -15216,79 +15228,79 @@ yynewstate: LockAlg: indexLockAndAlgorithm, } } - case 375: + case 377: { parser.yyVAL.item = ([]*ast.IndexPartSpecification)(nil) } - case 376: + case 378: { parser.yyVAL.item = yyS[yypt-1].item } - case 377: + case 379: { parser.yyVAL.item = []*ast.IndexPartSpecification{yyS[yypt-0].item.(*ast.IndexPartSpecification)} } - case 378: + case 380: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.IndexPartSpecification), yyS[yypt-0].item.(*ast.IndexPartSpecification)) } - case 379: + case 381: { parser.yyVAL.item = &ast.IndexPartSpecification{Column: yyS[yypt-2].item.(*ast.ColumnName), Length: yyS[yypt-1].item.(int), Desc: yyS[yypt-0].item.(bool)} } - case 380: + case 382: { parser.yyVAL.item = &ast.IndexPartSpecification{Expr: yyS[yypt-2].expr, Desc: yyS[yypt-0].item.(bool)} } - case 381: + case 383: { parser.yyVAL.item = nil } - case 382: + case 384: { parser.yyVAL.item = &ast.IndexLockAndAlgorithm{ LockTp: yyS[yypt-0].item.(ast.LockType), AlgorithmTp: ast.AlgorithmTypeDefault, } } - case 383: + case 385: { parser.yyVAL.item = &ast.IndexLockAndAlgorithm{ LockTp: ast.LockTypeDefault, AlgorithmTp: yyS[yypt-0].item.(ast.AlgorithmType), } } - case 384: + case 386: { parser.yyVAL.item = &ast.IndexLockAndAlgorithm{ LockTp: yyS[yypt-1].item.(ast.LockType), AlgorithmTp: yyS[yypt-0].item.(ast.AlgorithmType), } } - case 385: + case 387: { parser.yyVAL.item = &ast.IndexLockAndAlgorithm{ LockTp: yyS[yypt-0].item.(ast.LockType), AlgorithmTp: yyS[yypt-1].item.(ast.AlgorithmType), } } - case 386: + case 388: { parser.yyVAL.item = ast.IndexKeyTypeNone } - case 387: + case 389: { parser.yyVAL.item = ast.IndexKeyTypeUnique } - case 388: + case 390: { parser.yyVAL.item = ast.IndexKeyTypeSpatial } - case 389: + case 391: { parser.yyVAL.item = ast.IndexKeyTypeFullText } - case 390: + case 392: { parser.yyVAL.statement = &ast.AlterDatabaseStmt{ Name: model.NewCIStr(yyS[yypt-1].ident), @@ -15296,7 +15308,7 @@ yynewstate: Options: yyS[yypt-0].item.([]*ast.DatabaseOption), } } - case 391: + case 393: { parser.yyVAL.statement = &ast.AlterDatabaseStmt{ Name: model.NewCIStr(""), @@ -15304,7 +15316,7 @@ yynewstate: Options: yyS[yypt-0].item.([]*ast.DatabaseOption), } } - case 392: + case 394: { parser.yyVAL.statement = &ast.CreateDatabaseStmt{ IfNotExists: yyS[yypt-2].item.(bool), @@ -15312,19 +15324,19 @@ yynewstate: Options: yyS[yypt-0].item.([]*ast.DatabaseOption), } } - case 397: + case 399: { parser.yyVAL.item = &ast.DatabaseOption{Tp: ast.DatabaseOptionCharset, Value: yyS[yypt-0].ident} } - case 398: + case 400: { parser.yyVAL.item = &ast.DatabaseOption{Tp: ast.DatabaseOptionCollate, Value: yyS[yypt-0].ident} } - case 399: + case 401: { parser.yyVAL.item = &ast.DatabaseOption{Tp: ast.DatabaseOptionEncryption, Value: yyS[yypt-0].ident} } - case 400: + case 402: { placementOptions := yyS[yypt-0].item.(*ast.PlacementOption) parser.yyVAL.item = &ast.DatabaseOption{ @@ -15334,7 +15346,7 @@ yynewstate: UintValue: placementOptions.UintValue, } } - case 401: + case 403: { placementOptions := yyS[yypt-0].item.(*ast.PlacementOption) parser.yyVAL.item = &ast.DatabaseOption{ @@ -15344,7 +15356,7 @@ yynewstate: UintValue: placementOptions.UintValue, } } - case 402: + case 404: { tiflashReplicaSpec := &ast.TiFlashReplicaSpec{ Count: yyS[yypt-1].item.(uint64), @@ -15355,19 +15367,19 @@ yynewstate: TiFlashReplica: tiflashReplicaSpec, } } - case 403: + case 405: { parser.yyVAL.item = []*ast.DatabaseOption{} } - case 405: + case 407: { parser.yyVAL.item = []*ast.DatabaseOption{yyS[yypt-0].item.(*ast.DatabaseOption)} } - case 406: + case 408: { parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.DatabaseOption), yyS[yypt-0].item.(*ast.DatabaseOption)) } - case 407: + case 409: { stmt := yyS[yypt-6].item.(*ast.CreateTableStmt) stmt.Table = yyS[yypt-7].item.(*ast.TableName) @@ -15388,7 +15400,7 @@ yynewstate: } parser.yyVAL.statement = stmt } - case 408: + case 410: { tmp := &ast.CreateTableStmt{ Table: yyS[yypt-2].item.(*ast.TableName), @@ -15405,23 +15417,23 @@ yynewstate: } parser.yyVAL.statement = tmp } - case 409: + case 411: { parser.yyVAL.item = nil } - case 410: + case 412: { parser.yyVAL.item = true } - case 411: + case 413: { parser.yyVAL.item = false } - case 414: + case 416: { parser.yyVAL.item = nil } - case 415: + case 417: { method := yyS[yypt-3].item.(*ast.PartitionMethod) method.Num = yyS[yypt-2].item.(uint64) @@ -15438,7 +15450,7 @@ yynewstate: } parser.yyVAL.item = opt } - case 416: + case 418: { keyAlgorithm, _ := yyS[yypt-3].item.(*ast.PartitionKeyAlgorithm) parser.yyVAL.item = &ast.PartitionMethod{ @@ -15448,7 +15460,7 @@ yynewstate: KeyAlgorithm: keyAlgorithm, } } - case 417: + case 419: { parser.yyVAL.item = &ast.PartitionMethod{ Tp: model.PartitionTypeHash, @@ -15456,11 +15468,11 @@ yynewstate: Expr: yyS[yypt-1].expr.(ast.ExprNode), } } - case 418: + case 420: { parser.yyVAL.item = nil } - case 419: + case 421: { tp := getUint64FromNUM(yyS[yypt-0].item) if tp != 1 && tp != 2 { @@ -15471,7 +15483,7 @@ yynewstate: Type: tp, } } - case 421: + case 423: { partitionInterval, _ := yyS[yypt-0].item.(*ast.PartitionInterval) parser.yyVAL.item = &ast.PartitionMethod{ @@ -15480,7 +15492,7 @@ yynewstate: Interval: partitionInterval, } } - case 422: + case 424: { partitionInterval, _ := yyS[yypt-0].item.(*ast.PartitionInterval) parser.yyVAL.item = &ast.PartitionMethod{ @@ -15489,21 +15501,21 @@ yynewstate: Interval: partitionInterval, } } - case 423: + case 425: { parser.yyVAL.item = &ast.PartitionMethod{ Tp: model.PartitionTypeList, Expr: yyS[yypt-1].expr.(ast.ExprNode), } } - case 424: + case 426: { parser.yyVAL.item = &ast.PartitionMethod{ Tp: model.PartitionTypeList, ColumnNames: yyS[yypt-1].item.([]*ast.ColumnName), } } - case 425: + case 427: { parser.yyVAL.item = &ast.PartitionMethod{ Tp: model.PartitionTypeSystemTime, @@ -15511,24 +15523,24 @@ yynewstate: Unit: yyS[yypt-0].item.(ast.TimeUnitType), } } - case 426: + case 428: { parser.yyVAL.item = &ast.PartitionMethod{ Tp: model.PartitionTypeSystemTime, Limit: yyS[yypt-0].item.(uint64), } } - case 427: + case 429: { parser.yyVAL.item = &ast.PartitionMethod{ Tp: model.PartitionTypeSystemTime, } } - case 428: + case 430: { parser.yyVAL.item = nil } - case 429: + case 431: { partitionInterval := &ast.PartitionInterval{ IntervalExpr: yyS[yypt-4].item.(ast.PartitionIntervalExpr), @@ -15544,35 +15556,35 @@ yynewstate: partitionInterval.SetOriginTextPosition(startOffset) parser.yyVAL.item = partitionInterval } - case 430: + case 432: { parser.yyVAL.item = ast.PartitionIntervalExpr{Expr: yyS[yypt-0].expr, TimeUnit: ast.TimeUnitInvalid} } - case 431: + case 433: { parser.yyVAL.item = ast.PartitionIntervalExpr{Expr: yyS[yypt-1].expr, TimeUnit: yyS[yypt-0].item.(ast.TimeUnitType)} } - case 432: + case 434: { parser.yyVAL.item = false } - case 433: + case 435: { parser.yyVAL.item = true } - case 434: + case 436: { parser.yyVAL.item = false } - case 435: + case 437: { parser.yyVAL.item = true } - case 436: + case 438: { parser.yyVAL.item = ast.PartitionInterval{} // First/LastRangeEnd defaults to nil } - case 437: + case 439: { first := yyS[yypt-8].expr.(ast.ExprNode) last := yyS[yypt-1].expr.(ast.ExprNode) @@ -15581,25 +15593,25 @@ yynewstate: LastRangeEnd: &last, } } - case 438: + case 440: { parser.yyVAL.ident = "" } - case 440: + case 442: { parser.yyVAL.item = nil } - case 441: + case 443: { method := yyS[yypt-1].item.(*ast.PartitionMethod) method.Num = yyS[yypt-0].item.(uint64) parser.yyVAL.item = method } - case 442: + case 444: { parser.yyVAL.item = uint64(0) } - case 443: + case 445: { res := yyS[yypt-0].item.(uint64) if res == 0 { @@ -15608,11 +15620,11 @@ yynewstate: } parser.yyVAL.item = res } - case 444: + case 446: { parser.yyVAL.item = uint64(0) } - case 445: + case 447: { res := yyS[yypt-0].item.(uint64) if res == 0 { @@ -15621,23 +15633,23 @@ yynewstate: } parser.yyVAL.item = res } - case 446: + case 448: { parser.yyVAL.item = nil } - case 447: + case 449: { parser.yyVAL.item = yyS[yypt-1].item.([]*ast.PartitionDefinition) } - case 448: + case 450: { parser.yyVAL.item = []*ast.PartitionDefinition{yyS[yypt-0].item.(*ast.PartitionDefinition)} } - case 449: + case 451: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.PartitionDefinition), yyS[yypt-0].item.(*ast.PartitionDefinition)) } - case 450: + case 452: { parser.yyVAL.item = &ast.PartitionDefinition{ Name: model.NewCIStr(yyS[yypt-3].ident), @@ -15646,80 +15658,80 @@ yynewstate: Sub: yyS[yypt-0].item.([]*ast.SubPartitionDefinition), } } - case 451: + case 453: { parser.yyVAL.item = make([]*ast.SubPartitionDefinition, 0) } - case 452: + case 454: { parser.yyVAL.item = yyS[yypt-1].item } - case 453: + case 455: { parser.yyVAL.item = []*ast.SubPartitionDefinition{yyS[yypt-0].item.(*ast.SubPartitionDefinition)} } - case 454: + case 456: { list := yyS[yypt-2].item.([]*ast.SubPartitionDefinition) parser.yyVAL.item = append(list, yyS[yypt-0].item.(*ast.SubPartitionDefinition)) } - case 455: + case 457: { parser.yyVAL.item = &ast.SubPartitionDefinition{ Name: model.NewCIStr(yyS[yypt-1].ident), Options: yyS[yypt-0].item.([]*ast.TableOption), } } - case 456: + case 458: { parser.yyVAL.item = make([]*ast.TableOption, 0) } - case 457: + case 459: { list := yyS[yypt-1].item.([]*ast.TableOption) parser.yyVAL.item = append(list, yyS[yypt-0].item.(*ast.TableOption)) } - case 458: + case 460: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionComment, StrValue: yyS[yypt-0].ident} } - case 459: + case 461: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionEngine, StrValue: yyS[yypt-0].ident} } - case 460: + case 462: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionEngine, StrValue: yyS[yypt-0].ident} } - case 461: + case 463: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionInsertMethod, StrValue: yyS[yypt-0].ident} } - case 462: + case 464: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionDataDirectory, StrValue: yyS[yypt-0].ident} } - case 463: + case 465: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionIndexDirectory, StrValue: yyS[yypt-0].ident} } - case 464: + case 466: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionMaxRows, UintValue: yyS[yypt-0].item.(uint64)} } - case 465: + case 467: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionMinRows, UintValue: yyS[yypt-0].item.(uint64)} } - case 466: + case 468: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionTablespace, StrValue: yyS[yypt-0].ident} } - case 467: + case 469: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionNodegroup, UintValue: yyS[yypt-0].item.(uint64)} } - case 468: + case 470: { placementOptions := yyS[yypt-0].item.(*ast.PlacementOption) parser.yyVAL.item = &ast.TableOption{ @@ -15729,29 +15741,29 @@ yynewstate: UintValue: placementOptions.UintValue, } } - case 469: + case 471: { parser.yyVAL.item = &ast.PartitionDefinitionClauseNone{} } - case 470: + case 472: { parser.yyVAL.item = &ast.PartitionDefinitionClauseLessThan{ Exprs: []ast.ExprNode{&ast.MaxValueExpr{}}, } } - case 471: + case 473: { parser.yyVAL.item = &ast.PartitionDefinitionClauseLessThan{ Exprs: yyS[yypt-1].item.([]ast.ExprNode), } } - case 472: + case 474: { parser.yyVAL.item = &ast.PartitionDefinitionClauseIn{ Values: [][]ast.ExprNode{{&ast.DefaultExpr{}}}, } } - case 473: + case 475: { exprs := yyS[yypt-1].item.([]ast.ExprNode) values := make([][]ast.ExprNode, 0, len(exprs)) @@ -15764,43 +15776,43 @@ yynewstate: } parser.yyVAL.item = &ast.PartitionDefinitionClauseIn{Values: values} } - case 474: + case 476: { parser.yyVAL.item = &ast.PartitionDefinitionClauseHistory{Current: false} } - case 475: + case 477: { parser.yyVAL.item = &ast.PartitionDefinitionClauseHistory{Current: true} } - case 476: + case 478: { parser.yyVAL.item = ast.OnDuplicateKeyHandlingError } - case 477: + case 479: { parser.yyVAL.item = ast.OnDuplicateKeyHandlingIgnore } - case 478: + case 480: { parser.yyVAL.item = ast.OnDuplicateKeyHandlingReplace } - case 481: + case 483: { parser.yyVAL.item = &ast.CreateTableStmt{} } - case 482: + case 484: { parser.yyVAL.item = &ast.CreateTableStmt{Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 483: + case 485: { parser.yyVAL.item = &ast.CreateTableStmt{Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 484: + case 486: { parser.yyVAL.item = &ast.CreateTableStmt{Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 485: + case 487: { var sel ast.ResultSetNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -15813,7 +15825,7 @@ yynewstate: } parser.yyVAL.item = &ast.CreateTableStmt{Select: sel} } - case 489: + case 491: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -15826,15 +15838,15 @@ yynewstate: } parser.yyVAL.statement = sel } - case 490: + case 492: { parser.yyVAL.item = yyS[yypt-0].item } - case 491: + case 493: { parser.yyVAL.item = yyS[yypt-1].item } - case 492: + case 494: { startOffset := parser.startOffset(&yyS[yypt-1]) selStmt := yyS[yypt-1].statement.(ast.StmtNode) @@ -15859,85 +15871,85 @@ yynewstate: } parser.yyVAL.statement = x } - case 493: + case 495: { parser.yyVAL.item = false } - case 494: + case 496: { parser.yyVAL.item = true } - case 495: + case 497: { parser.yyVAL.item = model.AlgorithmUndefined } - case 496: + case 498: { parser.yyVAL.item = model.AlgorithmUndefined } - case 497: + case 499: { parser.yyVAL.item = model.AlgorithmMerge } - case 498: + case 500: { parser.yyVAL.item = model.AlgorithmTemptable } - case 499: + case 501: { parser.yyVAL.item = &auth.UserIdentity{CurrentUser: true} } - case 500: + case 502: { parser.yyVAL.item = yyS[yypt-0].item } - case 501: + case 503: { parser.yyVAL.item = model.SecurityDefiner } - case 502: + case 504: { parser.yyVAL.item = model.SecurityDefiner } - case 503: + case 505: { parser.yyVAL.item = model.SecurityInvoker } - case 505: + case 507: { parser.yyVAL.item = nil } - case 506: + case 508: { parser.yyVAL.item = yyS[yypt-1].item.([]model.CIStr) } - case 507: + case 509: { parser.yyVAL.item = []model.CIStr{model.NewCIStr(yyS[yypt-0].ident)} } - case 508: + case 510: { parser.yyVAL.item = append(yyS[yypt-2].item.([]model.CIStr), model.NewCIStr(yyS[yypt-0].ident)) } - case 509: + case 511: { parser.yyVAL.item = nil } - case 510: + case 512: { parser.yyVAL.item = model.CheckOptionCascaded } - case 511: + case 513: { parser.yyVAL.item = model.CheckOptionLocal } - case 512: + case 514: { parser.yyVAL.statement = &ast.DoStmt{ Exprs: yyS[yypt-0].item.([]ast.ExprNode), } } - case 513: + case 515: { // Single Table tn := yyS[yypt-6].item.(*ast.TableName) @@ -15965,7 +15977,7 @@ yynewstate: parser.yyVAL.statement = x } - case 514: + case 516: { // Multiple Table x := &ast.DeleteStmt{ @@ -15985,7 +15997,7 @@ yynewstate: } parser.yyVAL.statement = x } - case 515: + case 517: { // Multiple Table x := &ast.DeleteStmt{ @@ -16004,23 +16016,23 @@ yynewstate: } parser.yyVAL.statement = x } - case 518: + case 520: { d := yyS[yypt-0].statement.(*ast.DeleteStmt) d.With = yyS[yypt-1].item.(*ast.WithClause) parser.yyVAL.statement = d } - case 519: + case 521: { d := yyS[yypt-0].statement.(*ast.DeleteStmt) d.With = yyS[yypt-1].item.(*ast.WithClause) parser.yyVAL.statement = d } - case 521: + case 523: { parser.yyVAL.statement = &ast.DropDatabaseStmt{IfExists: yyS[yypt-1].item.(bool), Name: model.NewCIStr(yyS[yypt-0].ident)} } - case 522: + case 524: { var indexLockAndAlgorithm *ast.IndexLockAndAlgorithm if yyS[yypt-0].item != nil { @@ -16031,43 +16043,43 @@ yynewstate: } parser.yyVAL.statement = &ast.DropIndexStmt{IfExists: yyS[yypt-4].item.(bool), IndexName: yyS[yypt-3].ident, Table: yyS[yypt-1].item.(*ast.TableName), LockAlg: indexLockAndAlgorithm} } - case 523: + case 525: { parser.yyVAL.statement = &ast.DropIndexStmt{IfExists: yyS[yypt-3].item.(bool), IndexName: yyS[yypt-2].ident, Table: yyS[yypt-0].item.(*ast.TableName), IsHypo: true} } - case 524: + case 526: { parser.yyVAL.statement = &ast.DropTableStmt{IfExists: yyS[yypt-2].item.(bool), Tables: yyS[yypt-1].item.([]*ast.TableName), IsView: false, TemporaryKeyword: yyS[yypt-4].item.(ast.TemporaryKeyword)} } - case 525: + case 527: { parser.yyVAL.item = ast.TemporaryNone } - case 526: + case 528: { parser.yyVAL.item = ast.TemporaryLocal } - case 527: + case 529: { parser.yyVAL.item = ast.TemporaryGlobal } - case 528: + case 530: { parser.yyVAL.statement = &ast.DropTableStmt{Tables: yyS[yypt-1].item.([]*ast.TableName), IsView: true} } - case 529: + case 531: { parser.yyVAL.statement = &ast.DropTableStmt{IfExists: true, Tables: yyS[yypt-1].item.([]*ast.TableName), IsView: true} } - case 530: + case 532: { parser.yyVAL.statement = &ast.DropUserStmt{IsDropRole: false, IfExists: false, UserList: yyS[yypt-0].item.([]*auth.UserIdentity)} } - case 531: + case 533: { parser.yyVAL.statement = &ast.DropUserStmt{IsDropRole: false, IfExists: true, UserList: yyS[yypt-0].item.([]*auth.UserIdentity)} } - case 532: + case 534: { tmp := make([]*auth.UserIdentity, 0, 10) roleList := yyS[yypt-0].item.([]*auth.RoleIdentity) @@ -16076,7 +16088,7 @@ yynewstate: } parser.yyVAL.statement = &ast.DropUserStmt{IsDropRole: true, IfExists: false, UserList: tmp} } - case 533: + case 535: { tmp := make([]*auth.UserIdentity, 0, 10) roleList := yyS[yypt-0].item.([]*auth.RoleIdentity) @@ -16085,11 +16097,11 @@ yynewstate: } parser.yyVAL.statement = &ast.DropUserStmt{IsDropRole: true, IfExists: true, UserList: tmp} } - case 534: + case 536: { parser.yyVAL.statement = &ast.DropStatsStmt{Tables: yyS[yypt-0].item.([]*ast.TableName)} } - case 535: + case 537: { yylex.AppendError(ErrWarnDeprecatedSyntaxNoReplacement.FastGenByArgs("'DROP STATS ... PARTITION ...'", "")) parser.lastErrorAsWarn() @@ -16098,7 +16110,7 @@ yynewstate: PartitionNames: yyS[yypt-0].item.([]model.CIStr), } } - case 536: + case 538: { yylex.AppendError(ErrWarnDeprecatedSyntax.FastGenByArgs("DROP STATS ... GLOBAL", "DROP STATS ...")) parser.lastErrorAsWarn() @@ -16107,11 +16119,11 @@ yynewstate: IsGlobalStats: true, } } - case 544: + case 546: { parser.yyVAL.statement = nil } - case 545: + case 547: { parser.yyVAL.statement = &ast.TraceStmt{ Stmt: yyS[yypt-0].statement, @@ -16121,7 +16133,7 @@ yynewstate: startOffset := parser.startOffset(&yyS[yypt]) yyS[yypt-0].statement.SetText(parser.lexer.client, string(parser.src[startOffset:])) } - case 546: + case 548: { parser.yyVAL.statement = &ast.TraceStmt{ Stmt: yyS[yypt-0].statement, @@ -16131,7 +16143,7 @@ yynewstate: startOffset := parser.startOffset(&yyS[yypt]) yyS[yypt-0].statement.SetText(parser.lexer.client, string(parser.src[startOffset:])) } - case 547: + case 549: { parser.yyVAL.statement = &ast.TraceStmt{ Stmt: yyS[yypt-0].statement, @@ -16140,7 +16152,7 @@ yynewstate: startOffset := parser.startOffset(&yyS[yypt]) yyS[yypt-0].statement.SetText(parser.lexer.client, string(parser.src[startOffset:])) } - case 548: + case 550: { parser.yyVAL.statement = &ast.TraceStmt{ Stmt: yyS[yypt-0].statement, @@ -16150,7 +16162,7 @@ yynewstate: startOffset := parser.startOffset(&yyS[yypt]) yyS[yypt-0].statement.SetText(parser.lexer.client, string(parser.src[startOffset:])) } - case 552: + case 554: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: &ast.ShowStmt{ @@ -16159,7 +16171,7 @@ yynewstate: }, } } - case 553: + case 555: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: &ast.ShowStmt{ @@ -16169,49 +16181,49 @@ yynewstate: }, } } - case 554: + case 556: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: yyS[yypt-0].statement, Format: "row", } } - case 555: + case 557: { parser.yyVAL.statement = &ast.ExplainForStmt{ Format: "row", ConnectionID: getUint64FromNUM(yyS[yypt-0].item), } } - case 556: + case 558: { parser.yyVAL.statement = &ast.ExplainForStmt{ Format: yyS[yypt-3].ident, ConnectionID: getUint64FromNUM(yyS[yypt-0].item), } } - case 557: + case 559: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: yyS[yypt-0].statement, Format: yyS[yypt-1].ident, } } - case 558: + case 560: { parser.yyVAL.statement = &ast.ExplainForStmt{ Format: yyS[yypt-3].ident, ConnectionID: getUint64FromNUM(yyS[yypt-0].item), } } - case 559: + case 561: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: yyS[yypt-0].statement, Format: yyS[yypt-1].ident, } } - case 560: + case 562: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: yyS[yypt-0].statement, @@ -16219,7 +16231,7 @@ yynewstate: Analyze: true, } } - case 561: + case 563: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: yyS[yypt-0].statement, @@ -16227,7 +16239,7 @@ yynewstate: Analyze: true, } } - case 562: + case 564: { parser.yyVAL.statement = &ast.ExplainStmt{ Stmt: yyS[yypt-0].statement, @@ -16235,15 +16247,15 @@ yynewstate: Analyze: true, } } - case 571: + case 573: { parser.yyVAL.statement = &ast.SavepointStmt{Name: yyS[yypt-0].ident} } - case 572: + case 574: { parser.yyVAL.statement = &ast.ReleaseSavepointStmt{Name: yyS[yypt-0].ident} } - case 573: + case 575: { stmt := yyS[yypt-3].item.(*ast.BRIEStmt) stmt.Kind = ast.BRIEKindBackup @@ -16251,7 +16263,7 @@ yynewstate: stmt.Options = yyS[yypt-0].item.([]*ast.BRIEOption) parser.yyVAL.statement = stmt } - case 574: + case 576: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamStart @@ -16259,26 +16271,26 @@ yynewstate: stmt.Options = yyS[yypt-0].item.([]*ast.BRIEOption) parser.yyVAL.statement = stmt } - case 575: + case 577: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamStop parser.yyVAL.statement = stmt } - case 576: + case 578: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamPause stmt.Options = yyS[yypt-0].item.([]*ast.BRIEOption) parser.yyVAL.statement = stmt } - case 577: + case 579: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamResume parser.yyVAL.statement = stmt } - case 578: + case 580: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamPurge @@ -16286,48 +16298,48 @@ yynewstate: stmt.Options = yyS[yypt-0].item.([]*ast.BRIEOption) parser.yyVAL.statement = stmt } - case 579: + case 581: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamStatus parser.yyVAL.statement = stmt } - case 580: + case 582: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindStreamMetaData stmt.Storage = yyS[yypt-0].ident parser.yyVAL.statement = stmt } - case 581: + case 583: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindShowJob stmt.JobID = yyS[yypt-0].item.(int64) parser.yyVAL.statement = stmt } - case 582: + case 584: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindShowQuery stmt.JobID = yyS[yypt-0].item.(int64) parser.yyVAL.statement = stmt } - case 583: + case 585: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindCancelJob stmt.JobID = yyS[yypt-0].item.(int64) parser.yyVAL.statement = stmt } - case 584: + case 586: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindShowBackupMeta stmt.Storage = yyS[yypt-0].ident parser.yyVAL.statement = stmt } - case 585: + case 587: { stmt := yyS[yypt-3].item.(*ast.BRIEStmt) stmt.Kind = ast.BRIEKindRestore @@ -16335,7 +16347,7 @@ yynewstate: stmt.Options = yyS[yypt-0].item.([]*ast.BRIEOption) parser.yyVAL.statement = stmt } - case 586: + case 588: { stmt := &ast.BRIEStmt{} stmt.Kind = ast.BRIEKindRestorePIT @@ -16343,110 +16355,110 @@ yynewstate: stmt.Options = yyS[yypt-0].item.([]*ast.BRIEOption) parser.yyVAL.statement = stmt } - case 587: + case 589: { parser.yyVAL.item = &ast.BRIEStmt{} } - case 588: + case 590: { parser.yyVAL.item = &ast.BRIEStmt{Schemas: yyS[yypt-0].item.([]string)} } - case 589: + case 591: { parser.yyVAL.item = &ast.BRIEStmt{Tables: yyS[yypt-0].item.([]*ast.TableName)} } - case 590: + case 592: { parser.yyVAL.item = []string{yyS[yypt-0].ident} } - case 591: + case 593: { parser.yyVAL.item = append(yyS[yypt-2].item.([]string), yyS[yypt-0].ident) } - case 592: + case 594: { parser.yyVAL.item = []*ast.BRIEOption{} } - case 593: + case 595: { parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.BRIEOption), yyS[yypt-0].item.(*ast.BRIEOption)) } - case 594: + case 596: { parser.yyVAL.item = ast.BRIEOptionConcurrency } - case 595: + case 597: { parser.yyVAL.item = ast.BRIEOptionResume } - case 596: + case 598: { parser.yyVAL.item = ast.BRIEOptionSendCreds } - case 597: + case 599: { parser.yyVAL.item = ast.BRIEOptionOnline } - case 598: + case 600: { parser.yyVAL.item = ast.BRIEOptionCheckpoint } - case 599: + case 601: { parser.yyVAL.item = ast.BRIEOptionSkipSchemaFiles } - case 600: + case 602: { parser.yyVAL.item = ast.BRIEOptionStrictFormat } - case 601: + case 603: { parser.yyVAL.item = ast.BRIEOptionCSVNotNull } - case 602: + case 604: { parser.yyVAL.item = ast.BRIEOptionCSVBackslashEscape } - case 603: + case 605: { parser.yyVAL.item = ast.BRIEOptionCSVTrimLastSeparators } - case 604: + case 606: { parser.yyVAL.item = ast.BRIEOptionTiKVImporter } - case 605: + case 607: { parser.yyVAL.item = ast.BRIEOptionCSVSeparator } - case 606: + case 608: { parser.yyVAL.item = ast.BRIEOptionCSVDelimiter } - case 607: + case 609: { parser.yyVAL.item = ast.BRIEOptionCSVNull } - case 608: + case 610: { parser.yyVAL.item = ast.BRIEOptionBackend } - case 609: + case 611: { parser.yyVAL.item = ast.BRIEOptionOnDuplicate } - case 610: + case 612: { parser.yyVAL.item = ast.BRIEOptionOnDuplicate } - case 611: + case 613: { parser.yyVAL.item = &ast.BRIEOption{ Tp: yyS[yypt-2].item.(ast.BRIEOptionType), UintValue: yyS[yypt-0].item.(uint64), } } - case 612: + case 614: { value := uint64(0) if yyS[yypt-0].item.(bool) { @@ -16457,21 +16469,21 @@ yynewstate: UintValue: value, } } - case 613: + case 615: { parser.yyVAL.item = &ast.BRIEOption{ Tp: yyS[yypt-2].item.(ast.BRIEOptionType), StrValue: yyS[yypt-0].ident, } } - case 614: + case 616: { parser.yyVAL.item = &ast.BRIEOption{ Tp: yyS[yypt-2].item.(ast.BRIEOptionType), StrValue: strings.ToLower(yyS[yypt-0].ident), } } - case 615: + case 617: { unit, err := yyS[yypt-1].item.(ast.TimeUnitType).Duration() if err != nil { @@ -16484,35 +16496,35 @@ yynewstate: UintValue: yyS[yypt-2].item.(uint64) * uint64(unit), } } - case 616: + case 618: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionBackupTS, StrValue: yyS[yypt-0].ident, } } - case 617: + case 619: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionBackupTSO, UintValue: yyS[yypt-0].item.(uint64), } } - case 618: + case 620: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionLastBackupTS, StrValue: yyS[yypt-0].ident, } } - case 619: + case 621: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionLastBackupTSO, UintValue: yyS[yypt-0].item.(uint64), } } - case 620: + case 622: { // TODO: check overflow? parser.yyVAL.item = &ast.BRIEOption{ @@ -16520,21 +16532,21 @@ yynewstate: UintValue: yyS[yypt-3].item.(uint64) * 1048576, } } - case 621: + case 623: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionCSVHeader, UintValue: ast.BRIECSVHeaderIsColumns, } } - case 622: + case 624: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionCSVHeader, UintValue: yyS[yypt-0].item.(uint64), } } - case 623: + case 625: { value := uint64(0) if yyS[yypt-0].item.(bool) { @@ -16545,14 +16557,14 @@ yynewstate: UintValue: value, } } - case 624: + case 626: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionChecksum, UintValue: uint64(yyS[yypt-0].item.(ast.BRIEOptionLevel)), } } - case 625: + case 627: { value := uint64(0) if yyS[yypt-0].item.(bool) { @@ -16563,53 +16575,53 @@ yynewstate: UintValue: value, } } - case 626: + case 628: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionAnalyze, UintValue: uint64(yyS[yypt-0].item.(ast.BRIEOptionLevel)), } } - case 627: + case 629: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionFullBackupStorage, StrValue: yyS[yypt-0].ident, } } - case 628: + case 630: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionRestoredTS, StrValue: yyS[yypt-0].ident, } } - case 629: + case 631: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionStartTS, StrValue: yyS[yypt-0].ident, } } - case 630: + case 632: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionUntilTS, StrValue: yyS[yypt-0].ident, } } - case 631: + case 633: { parser.yyVAL.item = &ast.BRIEOption{ Tp: ast.BRIEOptionGCTTL, StrValue: yyS[yypt-0].ident, } } - case 632: + case 634: { parser.yyVAL.item = getUint64FromNUM(yyS[yypt-0].item) } - case 633: + case 635: { v, rangeErrMsg := getInt64FromNUM(yyS[yypt-0].item) if len(rangeErrMsg) != 0 { @@ -16618,38 +16630,38 @@ yynewstate: } parser.yyVAL.item = v } - case 635: + case 637: { parser.yyVAL.item = yyS[yypt-0].item.(int64) != 0 } - case 636: + case 638: { parser.yyVAL.item = false } - case 637: + case 639: { parser.yyVAL.item = true } - case 638: + case 640: { parser.yyVAL.item = ast.BRIEOptionLevelOff } - case 639: + case 641: { parser.yyVAL.item = ast.BRIEOptionLevelOptional } - case 640: + case 642: { parser.yyVAL.item = ast.BRIEOptionLevelRequired } - case 641: + case 643: { parser.yyVAL.statement = &ast.ImportIntoActionStmt{ Tp: ast.ImportIntoCancel, JobID: yyS[yypt-0].item.(int64), } } - case 642: + case 644: { v := yyS[yypt-2].ident v = strings.TrimPrefix(v, "@") @@ -16660,19 +16672,19 @@ yynewstate: Value: yyS[yypt-0].expr, } } - case 643: + case 645: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.LogicOr, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 644: + case 646: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.LogicXor, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 645: + case 647: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.LogicAnd, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 646: + case 648: { expr, ok := yyS[yypt-0].expr.(*ast.ExistsSubqueryExpr) if ok { @@ -16682,7 +16694,7 @@ yynewstate: parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Not, V: yyS[yypt-0].expr} } } - case 647: + case 649: { parser.yyVAL.expr = &ast.MatchAgainst{ ColumnNames: yyS[yypt-6].item.([]*ast.ColumnName), @@ -16690,55 +16702,47 @@ yynewstate: Modifier: ast.FulltextSearchModifier(yyS[yypt-1].item.(int)), } } - case 648: + case 650: { parser.yyVAL.expr = &ast.IsTruthExpr{Expr: yyS[yypt-2].expr, Not: !yyS[yypt-1].item.(bool), True: int64(1)} } - case 649: + case 651: { parser.yyVAL.expr = &ast.IsTruthExpr{Expr: yyS[yypt-2].expr, Not: !yyS[yypt-1].item.(bool), True: int64(0)} } - case 650: + case 652: { /* https://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html#operator_is */ parser.yyVAL.expr = &ast.IsNullExpr{Expr: yyS[yypt-2].expr, Not: !yyS[yypt-1].item.(bool)} } - case 652: + case 654: { parser.yyVAL.expr = &ast.DefaultExpr{} } - case 654: + case 656: { parser.yyVAL.expr = &ast.MaxValueExpr{} } - case 656: + case 658: { parser.yyVAL.item = ast.FulltextSearchModifierNaturalLanguageMode } - case 657: + case 659: { parser.yyVAL.item = ast.FulltextSearchModifierNaturalLanguageMode } - case 658: + case 660: { parser.yyVAL.item = ast.FulltextSearchModifierNaturalLanguageMode | ast.FulltextSearchModifierWithQueryExpansion } - case 659: + case 661: { parser.yyVAL.item = ast.FulltextSearchModifierBooleanMode } - case 660: + case 662: { parser.yyVAL.item = ast.FulltextSearchModifierWithQueryExpansion } - case 665: - { - parser.yyVAL.item = []ast.ExprNode{yyS[yypt-0].expr} - } - case 666: - { - parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.ExprNode), yyS[yypt-0].expr) - } case 667: { parser.yyVAL.item = []ast.ExprNode{yyS[yypt-0].expr} @@ -16757,32 +16761,40 @@ yynewstate: } case 671: { - parser.yyVAL.item = []ast.ExprNode{} + parser.yyVAL.item = []ast.ExprNode{yyS[yypt-0].expr} + } + case 672: + { + parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.ExprNode), yyS[yypt-0].expr) } case 673: { parser.yyVAL.item = []ast.ExprNode{} } case 675: + { + parser.yyVAL.item = []ast.ExprNode{} + } + case 677: { expr := ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) parser.yyVAL.item = []ast.ExprNode{expr} } - case 676: + case 678: { parser.yyVAL.expr = &ast.IsNullExpr{Expr: yyS[yypt-2].expr, Not: !yyS[yypt-1].item.(bool)} } - case 677: + case 679: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: yyS[yypt-1].item.(opcode.Op), L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 678: + case 680: { sq := yyS[yypt-0].expr.(*ast.SubqueryExpr) sq.MultiRows = true parser.yyVAL.expr = &ast.CompareSubqueryExpr{Op: yyS[yypt-2].item.(opcode.Op), L: yyS[yypt-3].expr, R: sq, All: yyS[yypt-1].item.(bool)} } - case 679: + case 681: { v := yyS[yypt-2].ident v = strings.TrimPrefix(v, "@") @@ -16794,45 +16806,37 @@ yynewstate: } parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: yyS[yypt-3].item.(opcode.Op), L: yyS[yypt-4].expr, R: variable} } - case 681: - { - parser.yyVAL.item = opcode.GE - } - case 682: - { - parser.yyVAL.item = opcode.GT - } case 683: { - parser.yyVAL.item = opcode.LE + parser.yyVAL.item = opcode.GE } case 684: { - parser.yyVAL.item = opcode.LT + parser.yyVAL.item = opcode.GT } case 685: { - parser.yyVAL.item = opcode.NE + parser.yyVAL.item = opcode.LE } case 686: { - parser.yyVAL.item = opcode.NE + parser.yyVAL.item = opcode.LT } case 687: { - parser.yyVAL.item = opcode.EQ + parser.yyVAL.item = opcode.NE } case 688: { - parser.yyVAL.item = opcode.NullEQ + parser.yyVAL.item = opcode.NE } case 689: { - parser.yyVAL.item = true + parser.yyVAL.item = opcode.EQ } case 690: { - parser.yyVAL.item = false + parser.yyVAL.item = opcode.NullEQ } case 691: { @@ -16874,29 +16878,37 @@ yynewstate: { parser.yyVAL.item = false } - case 701: + case 701: + { + parser.yyVAL.item = true + } + case 702: + { + parser.yyVAL.item = false + } + case 703: { parser.yyVAL.item = false } - case 702: + case 704: { parser.yyVAL.item = false } - case 703: + case 705: { parser.yyVAL.item = true } - case 704: + case 706: { parser.yyVAL.expr = &ast.PatternInExpr{Expr: yyS[yypt-4].expr, Not: !yyS[yypt-3].item.(bool), List: yyS[yypt-1].item.([]ast.ExprNode)} } - case 705: + case 707: { sq := yyS[yypt-0].expr.(*ast.SubqueryExpr) sq.MultiRows = true parser.yyVAL.expr = &ast.PatternInExpr{Expr: yyS[yypt-2].expr, Not: !yyS[yypt-1].item.(bool), Sel: sq} } - case 706: + case 708: { parser.yyVAL.expr = &ast.BetweenExpr{ Expr: yyS[yypt-4].expr, @@ -16905,7 +16917,7 @@ yynewstate: Not: !yyS[yypt-3].item.(bool), } } - case 707: + case 709: { escape := yyS[yypt-0].ident if len(escape) > 1 { @@ -16922,7 +16934,7 @@ yynewstate: IsLike: true, } } - case 708: + case 710: { escape := yyS[yypt-0].ident if len(escape) > 1 { @@ -16939,55 +16951,55 @@ yynewstate: IsLike: false, } } - case 709: + case 711: { parser.yyVAL.expr = &ast.PatternRegexpExpr{Expr: yyS[yypt-2].expr, Pattern: yyS[yypt-0].expr, Not: !yyS[yypt-1].item.(bool)} } - case 710: + case 712: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.JSONMemberOf), Args: []ast.ExprNode{yyS[yypt-4].expr, yyS[yypt-1].expr}} } - case 714: + case 716: { parser.yyVAL.ident = "\\" } - case 715: + case 717: { parser.yyVAL.ident = yyS[yypt-0].ident } - case 716: + case 718: { parser.yyVAL.item = &ast.SelectField{WildCard: &ast.WildCardField{}} } - case 717: + case 719: { wildCard := &ast.WildCardField{Table: model.NewCIStr(yyS[yypt-2].ident)} parser.yyVAL.item = &ast.SelectField{WildCard: wildCard} } - case 718: + case 720: { wildCard := &ast.WildCardField{Schema: model.NewCIStr(yyS[yypt-4].ident), Table: model.NewCIStr(yyS[yypt-2].ident)} parser.yyVAL.item = &ast.SelectField{WildCard: wildCard} } - case 719: + case 721: { expr := yyS[yypt-1].expr asName := yyS[yypt-0].ident parser.yyVAL.item = &ast.SelectField{Expr: expr, AsName: model.NewCIStr(asName)} } - case 720: + case 722: { parser.yyVAL.ident = "" } - case 723: + case 725: { parser.yyVAL.ident = yyS[yypt-0].ident } - case 725: + case 727: { parser.yyVAL.ident = yyS[yypt-0].ident } - case 726: + case 728: { field := yyS[yypt-0].item.(*ast.SelectField) field.Offset = parser.startOffset(&yyS[yypt]) @@ -16997,7 +17009,7 @@ yynewstate: } parser.yyVAL.item = []*ast.SelectField{field} } - case 727: + case 729: { fl := yyS[yypt-2].item.([]*ast.SelectField) field := yyS[yypt-0].item.(*ast.SelectField) @@ -17008,79 +17020,79 @@ yynewstate: } parser.yyVAL.item = append(fl, field) } - case 728: + case 730: { parser.yyVAL.item = false } - case 729: + case 731: { parser.yyVAL.item = true } - case 730: + case 732: { parser.yyVAL.item = &ast.GroupByClause{Items: yyS[yypt-1].item.([]*ast.ByItem), Rollup: yyS[yypt-0].item.(bool)} } - case 731: + case 733: { parser.yyVAL.item = nil } - case 732: + case 734: { parser.yyVAL.item = &ast.HavingClause{Expr: yyS[yypt-0].expr} } - case 733: + case 735: { parser.yyVAL.item = nil } - case 735: + case 737: { parser.yyVAL.item = &ast.AsOfClause{ TsExpr: yyS[yypt-0].expr.(ast.ExprNode), } } - case 736: + case 738: { parser.yyVAL.item = false } - case 737: + case 739: { parser.yyVAL.item = true } - case 738: + case 740: { parser.yyVAL.item = false } - case 739: + case 741: { parser.yyVAL.item = true } - case 740: + case 742: { parser.yyVAL.item = false } - case 741: + case 743: { parser.yyVAL.item = true } - case 742: + case 744: { parser.yyVAL.item = &ast.NullString{ String: "", Empty: false, } } - case 743: + case 745: { parser.yyVAL.item = &ast.NullString{ String: yyS[yypt-0].ident, Empty: len(yyS[yypt-0].ident) == 0, } } - case 744: + case 746: { parser.yyVAL.item = nil } - case 745: + case 747: { // Merge the options if yyS[yypt-1].item == nil { @@ -17104,19 +17116,19 @@ yynewstate: parser.yyVAL.item = opt1 } } - case 746: + case 748: { parser.yyVAL.item = &ast.IndexOption{ KeyBlockSize: yyS[yypt-0].item.(uint64), } } - case 747: + case 749: { parser.yyVAL.item = &ast.IndexOption{ Tp: yyS[yypt-0].item.(model.IndexType), } } - case 748: + case 750: { parser.yyVAL.item = &ast.IndexOption{ ParserName: model.NewCIStr(yyS[yypt-0].ident), @@ -17124,79 +17136,79 @@ yynewstate: yylex.AppendError(yylex.Errorf("The WITH PARASER clause is parsed but ignored by all storage engines.")) parser.lastErrorAsWarn() } - case 749: + case 751: { parser.yyVAL.item = &ast.IndexOption{ Comment: yyS[yypt-0].ident, } } - case 750: + case 752: { parser.yyVAL.item = &ast.IndexOption{ Visibility: yyS[yypt-0].item.(ast.IndexVisibility), } } - case 751: + case 753: { parser.yyVAL.item = &ast.IndexOption{ PrimaryKeyTp: yyS[yypt-0].item.(model.PrimaryKeyType), } } - case 752: + case 754: { parser.yyVAL.item = []interface{}{yyS[yypt-0].item, nil} } - case 753: + case 755: { parser.yyVAL.item = []interface{}{yyS[yypt-2].item, yyS[yypt-0].item} } - case 754: + case 756: { parser.yyVAL.item = []interface{}{&ast.NullString{String: yyS[yypt-2].ident, Empty: len(yyS[yypt-2].ident) == 0}, yyS[yypt-0].item} } - case 755: + case 757: { parser.yyVAL.item = nil } - case 757: + case 759: { parser.yyVAL.item = yyS[yypt-0].item } - case 758: + case 760: { parser.yyVAL.item = yyS[yypt-0].item } - case 759: + case 761: { parser.yyVAL.item = model.IndexTypeBtree } - case 760: + case 762: { parser.yyVAL.item = model.IndexTypeHash } - case 761: + case 763: { parser.yyVAL.item = model.IndexTypeRtree } - case 762: + case 764: { parser.yyVAL.item = model.IndexTypeHypo } - case 763: + case 765: { parser.yyVAL.item = ast.IndexVisibilityVisible } - case 764: + case 766: { parser.yyVAL.item = ast.IndexVisibilityInvisible } - case 1297: + case 1299: { parser.yyVAL.statement = &ast.CallStmt{ Procedure: yyS[yypt-0].expr.(*ast.FuncCallExpr), } } - case 1298: + case 1300: { parser.yyVAL.expr = &ast.FuncCallExpr{ Tp: ast.FuncCallExprTypeGeneric, @@ -17204,7 +17216,7 @@ yynewstate: Args: []ast.ExprNode{}, } } - case 1299: + case 1301: { parser.yyVAL.expr = &ast.FuncCallExpr{ Tp: ast.FuncCallExprTypeGeneric, @@ -17213,7 +17225,7 @@ yynewstate: Args: []ast.ExprNode{}, } } - case 1300: + case 1302: { parser.yyVAL.expr = &ast.FuncCallExpr{ Tp: ast.FuncCallExprTypeGeneric, @@ -17221,7 +17233,7 @@ yynewstate: Args: yyS[yypt-1].item.([]ast.ExprNode), } } - case 1301: + case 1303: { parser.yyVAL.expr = &ast.FuncCallExpr{ Tp: ast.FuncCallExprTypeGeneric, @@ -17230,7 +17242,7 @@ yynewstate: Args: yyS[yypt-1].item.([]ast.ExprNode), } } - case 1302: + case 1304: { x := yyS[yypt-1].item.(*ast.InsertStmt) x.Priority = yyS[yypt-6].item.(mysql.PriorityEnum) @@ -17247,26 +17259,26 @@ yynewstate: x.PartitionNames = yyS[yypt-2].item.([]model.CIStr) parser.yyVAL.statement = x } - case 1305: + case 1307: { parser.yyVAL.item = &ast.InsertStmt{ Columns: yyS[yypt-3].item.([]*ast.ColumnName), Lists: yyS[yypt-0].item.([][]ast.ExprNode), } } - case 1306: + case 1308: { parser.yyVAL.item = &ast.InsertStmt{Columns: yyS[yypt-2].item.([]*ast.ColumnName), Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 1307: + case 1309: { parser.yyVAL.item = &ast.InsertStmt{Columns: yyS[yypt-2].item.([]*ast.ColumnName), Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 1308: + case 1310: { parser.yyVAL.item = &ast.InsertStmt{Columns: yyS[yypt-2].item.([]*ast.ColumnName), Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 1309: + case 1311: { var sel ast.ResultSetNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -17279,23 +17291,23 @@ yynewstate: } parser.yyVAL.item = &ast.InsertStmt{Columns: yyS[yypt-2].item.([]*ast.ColumnName), Select: sel} } - case 1310: + case 1312: { parser.yyVAL.item = &ast.InsertStmt{Lists: yyS[yypt-0].item.([][]ast.ExprNode)} } - case 1311: + case 1313: { parser.yyVAL.item = &ast.InsertStmt{Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 1312: + case 1314: { parser.yyVAL.item = &ast.InsertStmt{Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 1313: + case 1315: { parser.yyVAL.item = &ast.InsertStmt{Select: yyS[yypt-0].statement.(ast.ResultSetNode)} } - case 1314: + case 1316: { var sel ast.ResultSetNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -17308,39 +17320,39 @@ yynewstate: } parser.yyVAL.item = &ast.InsertStmt{Select: sel} } - case 1315: + case 1317: { parser.yyVAL.item = yyS[yypt-0].item.(*ast.InsertStmt) } - case 1318: + case 1320: { parser.yyVAL.item = [][]ast.ExprNode{yyS[yypt-0].item.([]ast.ExprNode)} } - case 1319: + case 1321: { parser.yyVAL.item = append(yyS[yypt-2].item.([][]ast.ExprNode), yyS[yypt-0].item.([]ast.ExprNode)) } - case 1320: + case 1322: { parser.yyVAL.item = yyS[yypt-1].item } - case 1321: + case 1323: { parser.yyVAL.item = []ast.ExprNode{} } - case 1323: + case 1325: { parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.ExprNode), yyS[yypt-0].expr) } - case 1324: + case 1326: { parser.yyVAL.item = []ast.ExprNode{yyS[yypt-0].expr} } - case 1326: + case 1328: { parser.yyVAL.expr = &ast.DefaultExpr{} } - case 1327: + case 1329: { parser.yyVAL.item = &ast.InsertStmt{ Columns: []*ast.ColumnName{yyS[yypt-2].item.(*ast.ColumnName)}, @@ -17348,22 +17360,22 @@ yynewstate: Setlist: true, } } - case 1328: + case 1330: { ins := yyS[yypt-4].item.(*ast.InsertStmt) ins.Columns = append(ins.Columns, yyS[yypt-2].item.(*ast.ColumnName)) ins.Lists[0] = append(ins.Lists[0], yyS[yypt-0].expr.(ast.ExprNode)) parser.yyVAL.item = ins } - case 1329: + case 1331: { parser.yyVAL.item = nil } - case 1330: + case 1332: { parser.yyVAL.item = yyS[yypt-0].item } - case 1331: + case 1333: { x := yyS[yypt-0].item.(*ast.InsertStmt) if yyS[yypt-5].item != nil { @@ -17376,31 +17388,31 @@ yynewstate: x.PartitionNames = yyS[yypt-1].item.([]model.CIStr) parser.yyVAL.statement = x } - case 1332: + case 1334: { parser.yyVAL.expr = ast.NewValueExpr(false, parser.charset, parser.collation) } - case 1333: + case 1335: { parser.yyVAL.expr = ast.NewValueExpr(nil, parser.charset, parser.collation) } - case 1334: + case 1336: { parser.yyVAL.expr = ast.NewValueExpr(true, parser.charset, parser.collation) } - case 1335: + case 1337: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) } - case 1336: + case 1338: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) } - case 1337: + case 1339: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) } - case 1339: + case 1341: { // See https://dev.mysql.com/doc/refman/5.7/en/charset-literal.html co, err := charset.GetDefaultCollationLegacy(yyS[yypt-1].ident) @@ -17418,15 +17430,15 @@ yynewstate: } parser.yyVAL.expr = expr } - case 1340: + case 1342: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) } - case 1341: + case 1343: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) } - case 1342: + case 1344: { co, err := charset.GetDefaultCollationLegacy(yyS[yypt-1].ident) if err != nil { @@ -17443,7 +17455,7 @@ yynewstate: } parser.yyVAL.expr = expr } - case 1343: + case 1345: { co, err := charset.GetDefaultCollationLegacy(yyS[yypt-1].ident) if err != nil { @@ -17460,12 +17472,12 @@ yynewstate: } parser.yyVAL.expr = expr } - case 1344: + case 1346: { expr := ast.NewValueExpr(yyS[yypt-0].ident, parser.charset, parser.collation) parser.yyVAL.expr = expr } - case 1345: + case 1347: { valExpr := yyS[yypt-1].expr.(ast.ValueExpr) strLit := valExpr.GetString() @@ -17478,31 +17490,31 @@ yynewstate: } parser.yyVAL.expr = expr } - case 1346: + case 1348: { parser.yyVAL.item = []*ast.AlterOrderItem{yyS[yypt-0].item.(*ast.AlterOrderItem)} } - case 1347: + case 1349: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.AlterOrderItem), yyS[yypt-0].item.(*ast.AlterOrderItem)) } - case 1348: + case 1350: { parser.yyVAL.item = &ast.AlterOrderItem{Column: yyS[yypt-1].item.(*ast.ColumnName), Desc: yyS[yypt-0].item.(bool)} } - case 1349: + case 1351: { parser.yyVAL.item = &ast.OrderByClause{Items: yyS[yypt-0].item.([]*ast.ByItem)} } - case 1350: + case 1352: { parser.yyVAL.item = []*ast.ByItem{yyS[yypt-0].item.(*ast.ByItem)} } - case 1351: + case 1353: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.ByItem), yyS[yypt-0].item.(*ast.ByItem)) } - case 1352: + case 1354: { expr := yyS[yypt-0].expr valueExpr, ok := expr.(ast.ValueExpr) @@ -17514,7 +17526,7 @@ yynewstate: } parser.yyVAL.item = &ast.ByItem{Expr: expr, NullOrder: true} } - case 1353: + case 1355: { expr := yyS[yypt-1].expr valueExpr, ok := expr.(ast.ValueExpr) @@ -17526,55 +17538,55 @@ yynewstate: } parser.yyVAL.item = &ast.ByItem{Expr: expr, Desc: yyS[yypt-0].item.(bool)} } - case 1354: + case 1356: { parser.yyVAL.item = false } - case 1355: + case 1357: { parser.yyVAL.item = true } - case 1356: + case 1358: { parser.yyVAL.item = false // ASC by default } - case 1357: + case 1359: { parser.yyVAL.item = false } - case 1358: + case 1360: { parser.yyVAL.item = true } - case 1359: + case 1361: { parser.yyVAL.item = nil } - case 1361: + case 1363: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Or, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1362: + case 1364: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.And, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1363: + case 1365: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.LeftShift, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1364: + case 1366: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.RightShift, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1365: + case 1367: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Plus, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1366: + case 1368: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Minus, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1367: + case 1369: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr("DATE_ADD"), @@ -17585,7 +17597,7 @@ yynewstate: }, } } - case 1368: + case 1370: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr("DATE_SUB"), @@ -17596,7 +17608,7 @@ yynewstate: }, } } - case 1369: + case 1371: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr("DATE_ADD"), @@ -17607,44 +17619,44 @@ yynewstate: }, } } - case 1370: + case 1372: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Mul, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1371: + case 1373: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Div, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1372: + case 1374: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Mod, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1373: + case 1375: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.IntDiv, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1374: + case 1376: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Mod, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1375: + case 1377: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Xor, L: yyS[yypt-2].expr, R: yyS[yypt-0].expr} } - case 1377: + case 1379: { parser.yyVAL.expr = &ast.ColumnNameExpr{Name: &ast.ColumnName{ Name: model.NewCIStr(yyS[yypt-0].ident), }} } - case 1378: + case 1380: { parser.yyVAL.expr = &ast.ColumnNameExpr{Name: &ast.ColumnName{ Table: model.NewCIStr(yyS[yypt-2].ident), Name: model.NewCIStr(yyS[yypt-0].ident), }} } - case 1379: + case 1381: { parser.yyVAL.expr = &ast.ColumnNameExpr{Name: &ast.ColumnName{ Schema: model.NewCIStr(yyS[yypt-4].ident), @@ -17652,39 +17664,39 @@ yynewstate: Name: model.NewCIStr(yyS[yypt-0].ident), }} } - case 1384: + case 1386: { parser.yyVAL.expr = &ast.SetCollationExpr{Expr: yyS[yypt-2].expr, Collate: yyS[yypt-0].ident} } - case 1387: + case 1389: { parser.yyVAL.expr = ast.NewParamMarkerExpr(yyS[yypt].offset) } - case 1390: + case 1392: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Not2, V: yyS[yypt-0].expr} } - case 1391: + case 1393: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.BitNeg, V: yyS[yypt-0].expr} } - case 1392: + case 1394: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Minus, V: yyS[yypt-0].expr} } - case 1393: + case 1395: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Plus, V: yyS[yypt-0].expr} } - case 1394: + case 1396: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.Concat), Args: []ast.ExprNode{yyS[yypt-2].expr, yyS[yypt-0].expr}} } - case 1395: + case 1397: { parser.yyVAL.expr = &ast.UnaryOperationExpr{Op: opcode.Not2, V: yyS[yypt-0].expr} } - case 1397: + case 1399: { startOffset := parser.startOffset(&yyS[yypt-1]) endOffset := parser.endOffset(&yyS[yypt]) @@ -17692,23 +17704,23 @@ yynewstate: expr.SetText(parser.lexer.client, parser.src[startOffset:endOffset]) parser.yyVAL.expr = &ast.ParenthesesExpr{Expr: expr} } - case 1398: + case 1400: { values := append(yyS[yypt-3].item.([]ast.ExprNode), yyS[yypt-1].expr) parser.yyVAL.expr = &ast.RowExpr{Values: values} } - case 1399: + case 1401: { values := append(yyS[yypt-3].item.([]ast.ExprNode), yyS[yypt-1].expr) parser.yyVAL.expr = &ast.RowExpr{Values: values} } - case 1400: + case 1402: { sq := yyS[yypt-0].expr.(*ast.SubqueryExpr) sq.Exists = true parser.yyVAL.expr = &ast.ExistsSubqueryExpr{Sel: sq} } - case 1401: + case 1403: { /* * ODBC escape syntax. @@ -17732,7 +17744,7 @@ yynewstate: parser.yyVAL.expr = yyS[yypt-1].expr } } - case 1402: + case 1404: { // See https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html#operator_binary tp := types.NewFieldType(mysql.TypeString) @@ -17745,7 +17757,7 @@ yynewstate: FunctionType: ast.CastBinaryOperator, } } - case 1403: + case 1405: { /* See https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html#function_cast */ tp := yyS[yypt-2].item.(*types.FieldType) @@ -17771,7 +17783,7 @@ yynewstate: ExplicitCharSet: explicitCharset, } } - case 1404: + case 1406: { x := &ast.CaseExpr{WhenClauses: yyS[yypt-2].item.([]*ast.WhenClause)} if yyS[yypt-3].expr != nil { @@ -17782,7 +17794,7 @@ yynewstate: } parser.yyVAL.expr = x } - case 1405: + case 1407: { // See https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html#function_convert tp := yyS[yypt-1].item.(*types.FieldType) @@ -17802,7 +17814,7 @@ yynewstate: ExplicitCharSet: explicitCharset, } } - case 1406: + case 1408: { // See https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html#function_convert charset1 := ast.NewValueExpr(yyS[yypt-1].ident, "", "") @@ -17811,70 +17823,70 @@ yynewstate: Args: []ast.ExprNode{yyS[yypt-3].expr, charset1}, } } - case 1407: + case 1409: { parser.yyVAL.expr = &ast.DefaultExpr{Name: yyS[yypt-1].expr.(*ast.ColumnNameExpr).Name} } - case 1408: + case 1410: { parser.yyVAL.expr = &ast.ValuesExpr{Column: yyS[yypt-1].expr.(*ast.ColumnNameExpr)} } - case 1409: + case 1411: { expr := ast.NewValueExpr(yyS[yypt-0].ident, parser.charset, parser.collation) parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.JSONExtract), Args: []ast.ExprNode{yyS[yypt-2].expr, expr}} } - case 1410: + case 1412: { expr := ast.NewValueExpr(yyS[yypt-0].ident, parser.charset, parser.collation) extract := &ast.FuncCallExpr{FnName: model.NewCIStr(ast.JSONExtract), Args: []ast.ExprNode{yyS[yypt-2].expr, expr}} parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.JSONUnquote), Args: []ast.ExprNode{extract}} } - case 1411: + case 1413: { parser.yyVAL.item = false } - case 1412: + case 1414: { parser.yyVAL.item = true } - case 1415: + case 1417: { parser.yyVAL.item = false } - case 1416: + case 1418: { parser.yyVAL.item = true } - case 1417: + case 1419: { parser.yyVAL.item = false } - case 1419: + case 1421: { parser.yyVAL.item = true } - case 1422: + case 1424: { parser.yyVAL.item = true } - case 1467: + case 1469: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-3].ident), Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1468: + case 1470: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-3].ident), Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1469: + case 1471: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-1].ident)} } - case 1470: + case 1472: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-2].ident)} } - case 1471: + case 1473: { args := []ast.ExprNode{} if yyS[yypt-0].item != nil { @@ -17882,7 +17894,7 @@ yynewstate: } parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-1].ident), Args: args} } - case 1472: + case 1474: { nilVal := ast.NewValueExpr(nil, parser.charset, parser.collation) args := yyS[yypt-1].item.([]ast.ExprNode) @@ -17891,7 +17903,7 @@ yynewstate: Args: append(args, nilVal), } } - case 1473: + case 1475: { charset1 := ast.NewValueExpr(yyS[yypt-1].ident, "", "") args := yyS[yypt-3].item.([]ast.ExprNode) @@ -17900,42 +17912,42 @@ yynewstate: Args: append(args, charset1), } } - case 1474: + case 1476: { expr := ast.NewValueExpr(yyS[yypt-0].ident, "", "") parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.DateLiteral), Args: []ast.ExprNode{expr}} } - case 1475: + case 1477: { expr := ast.NewValueExpr(yyS[yypt-0].ident, "", "") parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.TimeLiteral), Args: []ast.ExprNode{expr}} } - case 1476: + case 1478: { expr := ast.NewValueExpr(yyS[yypt-0].ident, "", "") parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.TimestampLiteral), Args: []ast.ExprNode{expr}} } - case 1477: + case 1479: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.InsertFunc), Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1478: + case 1480: { parser.yyVAL.expr = &ast.BinaryOperationExpr{Op: opcode.Mod, L: yyS[yypt-3].expr, R: yyS[yypt-1].expr} } - case 1479: + case 1481: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(ast.PasswordFunc), Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1480: + case 1482: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-3].ident), Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1481: + case 1483: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-3].ident), Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1482: + case 1484: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-5].ident), @@ -17946,7 +17958,7 @@ yynewstate: }, } } - case 1483: + case 1485: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), @@ -17957,7 +17969,7 @@ yynewstate: }, } } - case 1484: + case 1486: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), @@ -17968,7 +17980,7 @@ yynewstate: }, } } - case 1485: + case 1487: { timeUnit := &ast.TimeUnitExpr{Unit: yyS[yypt-3].item.(ast.TimeUnitType)} parser.yyVAL.expr = &ast.FuncCallExpr{ @@ -17976,7 +17988,7 @@ yynewstate: Args: []ast.ExprNode{timeUnit, yyS[yypt-1].expr}, } } - case 1486: + case 1488: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-5].ident), @@ -17986,67 +17998,67 @@ yynewstate: }, } } - case 1487: + case 1489: { parser.yyVAL.expr = &ast.FuncCallExpr{FnName: model.NewCIStr(yyS[yypt-5].ident), Args: []ast.ExprNode{yyS[yypt-3].expr, yyS[yypt-1].expr}} } - case 1488: + case 1490: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-5].ident), Args: []ast.ExprNode{yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1489: + case 1491: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-5].ident), Args: []ast.ExprNode{yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1490: + case 1492: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1491: + case 1493: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1492: + case 1494: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), Args: []ast.ExprNode{&ast.TimeUnitExpr{Unit: yyS[yypt-5].item.(ast.TimeUnitType)}, yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1493: + case 1495: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), Args: []ast.ExprNode{&ast.TimeUnitExpr{Unit: yyS[yypt-5].item.(ast.TimeUnitType)}, yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1494: + case 1496: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-3].ident), Args: []ast.ExprNode{yyS[yypt-1].expr}, } } - case 1495: + case 1497: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-5].ident), Args: []ast.ExprNode{yyS[yypt-1].expr, yyS[yypt-3].expr}, } } - case 1496: + case 1498: { spaceVal := ast.NewValueExpr(" ", parser.charset, parser.collation) direction := &ast.TrimDirectionExpr{Direction: yyS[yypt-3].item.(ast.TrimDirectionType)} @@ -18055,7 +18067,7 @@ yynewstate: Args: []ast.ExprNode{yyS[yypt-1].expr, spaceVal, direction}, } } - case 1497: + case 1499: { direction := &ast.TrimDirectionExpr{Direction: yyS[yypt-4].item.(ast.TrimDirectionType)} parser.yyVAL.expr = &ast.FuncCallExpr{ @@ -18063,63 +18075,63 @@ yynewstate: Args: []ast.ExprNode{yyS[yypt-1].expr, yyS[yypt-3].expr, direction}, } } - case 1498: + case 1500: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-3].ident), Args: []ast.ExprNode{yyS[yypt-1].expr}, } } - case 1499: + case 1501: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-6].ident), Args: []ast.ExprNode{yyS[yypt-4].expr, ast.NewValueExpr("CHAR", parser.charset, parser.collation), ast.NewValueExpr(yyS[yypt-1].item, parser.charset, parser.collation)}, } } - case 1500: + case 1502: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-6].ident), Args: []ast.ExprNode{yyS[yypt-4].expr, ast.NewValueExpr("BINARY", parser.charset, parser.collation), ast.NewValueExpr(yyS[yypt-1].item, parser.charset, parser.collation)}, } } - case 1502: + case 1504: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-7].ident), Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-3].expr, yyS[yypt-1].expr}, } } - case 1503: + case 1505: { parser.yyVAL.item = ast.GetFormatSelectorDate } - case 1504: + case 1506: { parser.yyVAL.item = ast.GetFormatSelectorDatetime } - case 1505: + case 1507: { parser.yyVAL.item = ast.GetFormatSelectorTime } - case 1506: + case 1508: { parser.yyVAL.item = ast.GetFormatSelectorDatetime } - case 1511: + case 1513: { parser.yyVAL.item = ast.TrimBoth } - case 1512: + case 1514: { parser.yyVAL.item = ast.TrimLeading } - case 1513: + case 1515: { parser.yyVAL.item = ast.TrimTrailing } - case 1514: + case 1516: { objNameExpr := &ast.TableNameExpr{ Name: yyS[yypt-1].item.(*ast.TableName), @@ -18129,7 +18141,7 @@ yynewstate: Args: []ast.ExprNode{objNameExpr}, } } - case 1515: + case 1517: { objNameExpr := &ast.TableNameExpr{ Name: yyS[yypt-3].item.(*ast.TableName), @@ -18140,7 +18152,7 @@ yynewstate: Args: []ast.ExprNode{objNameExpr, valueExpr}, } } - case 1517: + case 1519: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18148,15 +18160,15 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1518: + case 1520: { parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-3].ident, Args: yyS[yypt-1].item.([]ast.ExprNode), Distinct: false} } - case 1519: + case 1521: { parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-3].ident, Args: yyS[yypt-1].item.([]ast.ExprNode)} } - case 1520: + case 1522: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18164,7 +18176,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1521: + case 1523: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18172,7 +18184,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1522: + case 1524: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18180,7 +18192,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1523: + case 1525: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18188,7 +18200,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1524: + case 1526: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18196,7 +18208,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1525: + case 1527: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18204,11 +18216,11 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1526: + case 1528: { parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: yyS[yypt-1].item.([]ast.ExprNode), Distinct: true} } - case 1527: + case 1529: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18216,7 +18228,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1528: + case 1530: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18224,7 +18236,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1529: + case 1531: { args := []ast.ExprNode{ast.NewValueExpr(1, parser.charset, parser.collation)} if yyS[yypt-0].item != nil { @@ -18233,7 +18245,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: args} } } - case 1530: + case 1532: { args := yyS[yypt-4].item.([]ast.ExprNode) args = append(args, yyS[yypt-2].item.(ast.ExprNode)) @@ -18247,7 +18259,7 @@ yynewstate: parser.yyVAL.expr = agg } } - case 1531: + case 1533: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18255,7 +18267,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1532: + case 1534: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18263,7 +18275,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1533: + case 1535: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18271,7 +18283,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1534: + case 1536: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: ast.AggFuncStddevPop, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18279,7 +18291,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: ast.AggFuncStddevPop, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1535: + case 1537: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18287,7 +18299,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1536: + case 1538: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: ast.AggFuncVarPop, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool), Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18295,11 +18307,11 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: ast.AggFuncVarPop, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } } - case 1537: + case 1539: { parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Distinct: yyS[yypt-3].item.(bool)} } - case 1538: + case 1540: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18307,7 +18319,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1539: + case 1541: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18315,7 +18327,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}} } } - case 1540: + case 1542: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-6].ident, Args: []ast.ExprNode{yyS[yypt-4].expr, yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18323,7 +18335,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-6].ident, Args: []ast.ExprNode{yyS[yypt-4].expr, yyS[yypt-2].expr}} } } - case 1541: + case 1543: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-7].ident, Args: []ast.ExprNode{yyS[yypt-4].expr, yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18331,7 +18343,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-7].ident, Args: []ast.ExprNode{yyS[yypt-4].expr, yyS[yypt-2].expr}} } } - case 1542: + case 1544: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-7].ident, Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18339,7 +18351,7 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-7].ident, Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-2].expr}} } } - case 1543: + case 1545: { if yyS[yypt-0].item != nil { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-8].ident, Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-2].expr}, Spec: *(yyS[yypt-0].item.(*ast.WindowSpec))} @@ -18347,22 +18359,22 @@ yynewstate: parser.yyVAL.expr = &ast.AggregateFuncExpr{F: yyS[yypt-8].ident, Args: []ast.ExprNode{yyS[yypt-5].expr, yyS[yypt-2].expr}} } } - case 1544: + case 1546: { parser.yyVAL.item = ast.NewValueExpr(",", "", "") } - case 1545: + case 1547: { parser.yyVAL.item = ast.NewValueExpr(yyS[yypt-0].ident, "", "") } - case 1546: + case 1548: { parser.yyVAL.expr = &ast.FuncCallExpr{ FnName: model.NewCIStr(yyS[yypt-3].ident), Args: yyS[yypt-1].item.([]ast.ExprNode), } } - case 1547: + case 1549: { var tp ast.FuncCallExprType if isInTokenMap(yyS[yypt-3].ident) { @@ -18377,159 +18389,159 @@ yynewstate: Args: yyS[yypt-1].item.([]ast.ExprNode), } } - case 1548: + case 1550: { parser.yyVAL.item = nil } - case 1549: + case 1551: { parser.yyVAL.item = nil } - case 1550: + case 1552: { expr := ast.NewValueExpr(yyS[yypt-1].item, parser.charset, parser.collation) parser.yyVAL.item = expr } - case 1552: + case 1554: { parser.yyVAL.item = ast.TimeUnitSecondMicrosecond } - case 1553: + case 1555: { parser.yyVAL.item = ast.TimeUnitMinuteMicrosecond } - case 1554: + case 1556: { parser.yyVAL.item = ast.TimeUnitMinuteSecond } - case 1555: + case 1557: { parser.yyVAL.item = ast.TimeUnitHourMicrosecond } - case 1556: + case 1558: { parser.yyVAL.item = ast.TimeUnitHourSecond } - case 1557: + case 1559: { parser.yyVAL.item = ast.TimeUnitHourMinute } - case 1558: + case 1560: { parser.yyVAL.item = ast.TimeUnitDayMicrosecond } - case 1559: + case 1561: { parser.yyVAL.item = ast.TimeUnitDaySecond } - case 1560: + case 1562: { parser.yyVAL.item = ast.TimeUnitDayMinute } - case 1561: + case 1563: { parser.yyVAL.item = ast.TimeUnitDayHour } - case 1562: + case 1564: { parser.yyVAL.item = ast.TimeUnitYearMonth } - case 1563: + case 1565: { parser.yyVAL.item = ast.TimeUnitMicrosecond } - case 1564: + case 1566: { parser.yyVAL.item = ast.TimeUnitSecond } - case 1565: + case 1567: { parser.yyVAL.item = ast.TimeUnitMinute } - case 1566: + case 1568: { parser.yyVAL.item = ast.TimeUnitHour } - case 1567: + case 1569: { parser.yyVAL.item = ast.TimeUnitDay } - case 1568: + case 1570: { parser.yyVAL.item = ast.TimeUnitWeek } - case 1569: + case 1571: { parser.yyVAL.item = ast.TimeUnitMonth } - case 1570: + case 1572: { parser.yyVAL.item = ast.TimeUnitQuarter } - case 1571: + case 1573: { parser.yyVAL.item = ast.TimeUnitYear } - case 1572: + case 1574: { parser.yyVAL.item = ast.TimeUnitSecond } - case 1573: + case 1575: { parser.yyVAL.item = ast.TimeUnitMinute } - case 1574: + case 1576: { parser.yyVAL.item = ast.TimeUnitHour } - case 1575: + case 1577: { parser.yyVAL.item = ast.TimeUnitDay } - case 1576: + case 1578: { parser.yyVAL.item = ast.TimeUnitWeek } - case 1577: + case 1579: { parser.yyVAL.item = ast.TimeUnitMonth } - case 1578: + case 1580: { parser.yyVAL.item = ast.TimeUnitQuarter } - case 1579: + case 1581: { parser.yyVAL.item = ast.TimeUnitYear } - case 1580: + case 1582: { parser.yyVAL.expr = nil } - case 1582: + case 1584: { parser.yyVAL.item = []*ast.WhenClause{yyS[yypt-0].item.(*ast.WhenClause)} } - case 1583: + case 1585: { parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.WhenClause), yyS[yypt-0].item.(*ast.WhenClause)) } - case 1584: + case 1586: { parser.yyVAL.item = &ast.WhenClause{ Expr: yyS[yypt-2].expr, Result: yyS[yypt-0].expr, } } - case 1585: + case 1587: { parser.yyVAL.item = nil } - case 1586: + case 1588: { parser.yyVAL.item = yyS[yypt-0].expr } - case 1587: + case 1589: { tp := types.NewFieldType(mysql.TypeVarString) tp.SetFlen(yyS[yypt-0].item.(int)) // TODO: Flen should be the flen of expression @@ -18541,7 +18553,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1588: + case 1590: { tp := types.NewFieldType(mysql.TypeVarString) tp.SetFlen(yyS[yypt-1].item.(int)) // TODO: Flen should be the flen of expression @@ -18564,7 +18576,7 @@ yynewstate: } parser.yyVAL.item = tp } - case 1589: + case 1591: { tp := types.NewFieldType(mysql.TypeDate) tp.SetCharset(charset.CharsetBin) @@ -18572,7 +18584,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1590: + case 1592: { tp := types.NewFieldType(mysql.TypeYear) tp.SetCharset(charset.CharsetBin) @@ -18580,7 +18592,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1591: + case 1593: { tp := types.NewFieldType(mysql.TypeDatetime) flen, _ := mysql.GetDefaultFieldLengthAndDecimalForCast(mysql.TypeDatetime) @@ -18594,7 +18606,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1592: + case 1594: { fopt := yyS[yypt-0].item.(*ast.FloatOpt) tp := types.NewFieldType(mysql.TypeNewDecimal) @@ -18605,7 +18617,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1593: + case 1595: { tp := types.NewFieldType(mysql.TypeDuration) flen, _ := mysql.GetDefaultFieldLengthAndDecimalForCast(mysql.TypeDuration) @@ -18619,7 +18631,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1594: + case 1596: { tp := types.NewFieldType(mysql.TypeLonglong) tp.SetCharset(charset.CharsetBin) @@ -18627,7 +18639,7 @@ yynewstate: tp.AddFlag(mysql.BinaryFlag) parser.yyVAL.item = tp } - case 1595: + case 1597: { tp := types.NewFieldType(mysql.TypeLonglong) tp.AddFlag(mysql.UnsignedFlag | mysql.BinaryFlag) @@ -18635,7 +18647,7 @@ yynewstate: tp.SetCollate(charset.CollationBin) parser.yyVAL.item = tp } - case 1596: + case 1598: { tp := types.NewFieldType(mysql.TypeJSON) tp.AddFlag(mysql.BinaryFlag | mysql.ParseToJSONFlag) @@ -18643,7 +18655,7 @@ yynewstate: tp.SetCollate(mysql.DefaultCollationName) parser.yyVAL.item = tp } - case 1597: + case 1599: { tp := types.NewFieldType(mysql.TypeDouble) flen, decimal := mysql.GetDefaultFieldLengthAndDecimalForCast(mysql.TypeDouble) @@ -18654,7 +18666,7 @@ yynewstate: tp.SetCollate(charset.CollationBin) parser.yyVAL.item = tp } - case 1598: + case 1600: { tp := types.NewFieldType(mysql.TypeFloat) fopt := yyS[yypt-0].item.(*ast.FloatOpt) @@ -18671,7 +18683,7 @@ yynewstate: tp.SetCollate(charset.CollationBin) parser.yyVAL.item = tp } - case 1599: + case 1601: { var tp *types.FieldType if parser.lexer.GetSQLMode().HasRealAsFloatMode() { @@ -18687,27 +18699,27 @@ yynewstate: tp.SetCollate(charset.CollationBin) parser.yyVAL.item = tp } - case 1600: + case 1602: { parser.yyVAL.item = mysql.LowPriority } - case 1601: + case 1603: { parser.yyVAL.item = mysql.HighPriority } - case 1602: + case 1604: { parser.yyVAL.item = mysql.DelayedPriority } - case 1603: + case 1605: { parser.yyVAL.item = mysql.NoPriority } - case 1605: + case 1607: { parser.yyVAL.item = &ast.TableName{Name: model.NewCIStr(yyS[yypt-0].ident)} } - case 1606: + case 1608: { schema := yyS[yypt-2].ident if isInCorrectIdentifierName(schema) { @@ -18716,45 +18728,45 @@ yynewstate: } parser.yyVAL.item = &ast.TableName{Schema: model.NewCIStr(schema), Name: model.NewCIStr(yyS[yypt-0].ident)} } - case 1607: + case 1609: { parser.yyVAL.item = &ast.TableName{Schema: model.NewCIStr("*"), Name: model.NewCIStr(yyS[yypt-0].ident)} } - case 1608: + case 1610: { tbl := []*ast.TableName{yyS[yypt-0].item.(*ast.TableName)} parser.yyVAL.item = tbl } - case 1609: + case 1611: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.TableName), yyS[yypt-0].item.(*ast.TableName)) } - case 1610: + case 1612: { parser.yyVAL.item = &ast.TableName{Name: model.NewCIStr(yyS[yypt-1].ident)} } - case 1611: + case 1613: { parser.yyVAL.item = &ast.TableName{Schema: model.NewCIStr(yyS[yypt-3].ident), Name: model.NewCIStr(yyS[yypt-1].ident)} } - case 1612: + case 1614: { tbl := []*ast.TableName{yyS[yypt-0].item.(*ast.TableName)} parser.yyVAL.item = tbl } - case 1613: + case 1615: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.TableName), yyS[yypt-0].item.(*ast.TableName)) } - case 1616: + case 1618: { parser.yyVAL.item = false } - case 1617: + case 1619: { parser.yyVAL.item = true } - case 1618: + case 1620: { var sqlText string var sqlVar *ast.VariableExpr @@ -18770,94 +18782,94 @@ yynewstate: SQLVar: sqlVar, } } - case 1619: + case 1621: { parser.yyVAL.item = yyS[yypt-0].ident } - case 1620: + case 1622: { parser.yyVAL.item = yyS[yypt-0].expr } - case 1621: + case 1623: { parser.yyVAL.statement = &ast.ExecuteStmt{Name: yyS[yypt-0].ident} } - case 1622: + case 1624: { parser.yyVAL.statement = &ast.ExecuteStmt{ Name: yyS[yypt-2].ident, UsingVars: yyS[yypt-0].item.([]ast.ExprNode), } } - case 1623: + case 1625: { parser.yyVAL.item = []ast.ExprNode{yyS[yypt-0].expr} } - case 1624: + case 1626: { parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.ExprNode), yyS[yypt-0].expr) } - case 1625: + case 1627: { parser.yyVAL.statement = &ast.DeallocateStmt{Name: yyS[yypt-0].ident} } - case 1628: + case 1630: { parser.yyVAL.statement = &ast.RollbackStmt{} } - case 1629: + case 1631: { parser.yyVAL.statement = &ast.RollbackStmt{CompletionType: yyS[yypt-0].item.(ast.CompletionType)} } - case 1630: + case 1632: { parser.yyVAL.statement = &ast.RollbackStmt{SavepointName: yyS[yypt-0].ident} } - case 1631: + case 1633: { parser.yyVAL.statement = &ast.RollbackStmt{SavepointName: yyS[yypt-0].ident} } - case 1632: + case 1634: { parser.yyVAL.item = ast.CompletionTypeChain } - case 1633: + case 1635: { parser.yyVAL.item = ast.CompletionTypeRelease } - case 1634: + case 1636: { parser.yyVAL.item = ast.CompletionTypeDefault } - case 1635: + case 1637: { parser.yyVAL.item = ast.CompletionTypeChain } - case 1636: + case 1638: { parser.yyVAL.item = ast.CompletionTypeDefault } - case 1637: + case 1639: { parser.yyVAL.item = ast.CompletionTypeRelease } - case 1638: + case 1640: { parser.yyVAL.item = ast.CompletionTypeDefault } - case 1639: + case 1641: { parser.yyVAL.statement = &ast.ShutdownStmt{} } - case 1640: + case 1642: { parser.yyVAL.statement = &ast.RestartStmt{} } - case 1641: + case 1643: { parser.yyVAL.statement = &ast.HelpStmt{Topic: yyS[yypt-0].ident} } - case 1642: + case 1644: { st := &ast.SelectStmt{ SelectStmtOpts: yyS[yypt-2].item.(*ast.SelectStmtOpts), @@ -18873,7 +18885,7 @@ yynewstate: } parser.yyVAL.item = st } - case 1643: + case 1645: { st := yyS[yypt-2].item.(*ast.SelectStmt) lastField := st.Fields.Fields[len(st.Fields.Fields)-1] @@ -18885,7 +18897,7 @@ yynewstate: st.Where = yyS[yypt-0].item.(ast.ExprNode) } } - case 1644: + case 1646: { st := yyS[yypt-6].item.(*ast.SelectStmt) st.From = yyS[yypt-4].item.(*ast.TableRefsClause) @@ -18908,11 +18920,11 @@ yynewstate: } parser.yyVAL.item = st } - case 1645: + case 1647: { parser.yyVAL.item = nil } - case 1646: + case 1648: { var repSeed ast.ExprNode if yyS[yypt-0].expr != nil { @@ -18925,7 +18937,7 @@ yynewstate: RepeatableSeed: repSeed, } } - case 1647: + case 1649: { var repSeed ast.ExprNode if yyS[yypt-0].expr != nil { @@ -18936,43 +18948,43 @@ yynewstate: RepeatableSeed: repSeed, } } - case 1648: + case 1650: { parser.yyVAL.item = ast.SampleMethodTypeNone } - case 1649: + case 1651: { parser.yyVAL.item = ast.SampleMethodTypeSystem } - case 1650: + case 1652: { parser.yyVAL.item = ast.SampleMethodTypeBernoulli } - case 1651: + case 1653: { parser.yyVAL.item = ast.SampleMethodTypeTiDBRegion } - case 1652: + case 1654: { parser.yyVAL.item = ast.SampleClauseUnitTypeDefault } - case 1653: + case 1655: { parser.yyVAL.item = ast.SampleClauseUnitTypeRow } - case 1654: + case 1656: { parser.yyVAL.item = ast.SampleClauseUnitTypePercent } - case 1655: + case 1657: { parser.yyVAL.expr = nil } - case 1656: + case 1658: { parser.yyVAL.expr = yyS[yypt-1].expr } - case 1657: + case 1659: { st := yyS[yypt-6].item.(*ast.SelectStmt) if yyS[yypt-1].item != nil { @@ -18995,7 +19007,7 @@ yynewstate: } parser.yyVAL.statement = st } - case 1658: + case 1660: { st := yyS[yypt-5].item.(*ast.SelectStmt) if yyS[yypt-4].item != nil { @@ -19015,7 +19027,7 @@ yynewstate: } parser.yyVAL.statement = st } - case 1659: + case 1661: { st := yyS[yypt-4].item.(*ast.SelectStmt) if yyS[yypt-1].item != nil { @@ -19032,7 +19044,7 @@ yynewstate: } parser.yyVAL.statement = st } - case 1660: + case 1662: { st := &ast.SelectStmt{ Kind: ast.SelectStmtKindTable, @@ -19054,7 +19066,7 @@ yynewstate: } parser.yyVAL.statement = st } - case 1661: + case 1663: { st := &ast.SelectStmt{ Kind: ast.SelectStmtKindValues, @@ -19075,13 +19087,13 @@ yynewstate: } parser.yyVAL.statement = st } - case 1662: + case 1664: { sel := yyS[yypt-0].statement.(*ast.SelectStmt) sel.With = yyS[yypt-1].item.(*ast.WithClause) parser.yyVAL.statement = sel } - case 1663: + case 1665: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -19097,11 +19109,11 @@ yynewstate: } parser.yyVAL.statement = sel } - case 1664: + case 1666: { parser.yyVAL.item = yyS[yypt-0].item } - case 1665: + case 1667: { ws := yyS[yypt-0].item.(*ast.WithClause) ws.IsRecursive = true @@ -19110,20 +19122,20 @@ yynewstate: } parser.yyVAL.item = ws } - case 1666: + case 1668: { ws := yyS[yypt-2].item.(*ast.WithClause) ws.CTEs = append(ws.CTEs, yyS[yypt-0].item.(*ast.CommonTableExpression)) parser.yyVAL.item = ws } - case 1667: + case 1669: { ws := &ast.WithClause{} ws.CTEs = make([]*ast.CommonTableExpression, 0, 4) ws.CTEs = append(ws.CTEs, yyS[yypt-0].item.(*ast.CommonTableExpression)) parser.yyVAL.item = ws } - case 1668: + case 1670: { cte := &ast.CommonTableExpression{} cte.Name = model.NewCIStr(yyS[yypt-3].ident) @@ -19131,37 +19143,37 @@ yynewstate: cte.Query = yyS[yypt-0].expr.(*ast.SubqueryExpr) parser.yyVAL.item = cte } - case 1670: + case 1672: { parser.yyVAL.item = nil } - case 1671: + case 1673: { parser.yyVAL.item = yyS[yypt-0].item.([]ast.WindowSpec) } - case 1672: + case 1674: { parser.yyVAL.item = []ast.WindowSpec{yyS[yypt-0].item.(ast.WindowSpec)} } - case 1673: + case 1675: { parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.WindowSpec), yyS[yypt-0].item.(ast.WindowSpec)) } - case 1674: + case 1676: { var spec = yyS[yypt-0].item.(ast.WindowSpec) spec.Name = yyS[yypt-2].item.(model.CIStr) parser.yyVAL.item = spec } - case 1675: + case 1677: { parser.yyVAL.item = model.NewCIStr(yyS[yypt-0].ident) } - case 1676: + case 1678: { parser.yyVAL.item = yyS[yypt-1].item.(ast.WindowSpec) } - case 1677: + case 1679: { spec := ast.WindowSpec{Ref: yyS[yypt-3].item.(model.CIStr)} if yyS[yypt-2].item != nil { @@ -19175,138 +19187,138 @@ yynewstate: } parser.yyVAL.item = spec } - case 1678: + case 1680: { parser.yyVAL.item = model.CIStr{} } - case 1680: + case 1682: { parser.yyVAL.item = nil } - case 1681: + case 1683: { parser.yyVAL.item = &ast.PartitionByClause{Items: yyS[yypt-0].item.([]*ast.ByItem)} } - case 1682: + case 1684: { parser.yyVAL.item = nil } - case 1683: + case 1685: { parser.yyVAL.item = &ast.OrderByClause{Items: yyS[yypt-0].item.([]*ast.ByItem)} } - case 1684: + case 1686: { parser.yyVAL.item = nil } - case 1685: + case 1687: { parser.yyVAL.item = &ast.FrameClause{ Type: yyS[yypt-1].item.(ast.FrameType), Extent: yyS[yypt-0].item.(ast.FrameExtent), } } - case 1686: + case 1688: { parser.yyVAL.item = ast.FrameType(ast.Rows) } - case 1687: + case 1689: { parser.yyVAL.item = ast.FrameType(ast.Ranges) } - case 1688: + case 1690: { parser.yyVAL.item = ast.FrameType(ast.Groups) } - case 1689: + case 1691: { parser.yyVAL.item = ast.FrameExtent{ Start: yyS[yypt-0].item.(ast.FrameBound), End: ast.FrameBound{Type: ast.CurrentRow}, } } - case 1691: + case 1693: { parser.yyVAL.item = ast.FrameBound{Type: ast.Preceding, UnBounded: true} } - case 1692: + case 1694: { parser.yyVAL.item = ast.FrameBound{Type: ast.Preceding, Expr: ast.NewValueExpr(yyS[yypt-1].item, parser.charset, parser.collation)} } - case 1693: + case 1695: { parser.yyVAL.item = ast.FrameBound{Type: ast.Preceding, Expr: ast.NewParamMarkerExpr(yyS[yypt].offset)} } - case 1694: + case 1696: { parser.yyVAL.item = ast.FrameBound{Type: ast.Preceding, Expr: yyS[yypt-2].expr, Unit: yyS[yypt-1].item.(ast.TimeUnitType)} } - case 1695: + case 1697: { parser.yyVAL.item = ast.FrameBound{Type: ast.CurrentRow} } - case 1696: + case 1698: { parser.yyVAL.item = ast.FrameExtent{Start: yyS[yypt-2].item.(ast.FrameBound), End: yyS[yypt-0].item.(ast.FrameBound)} } - case 1698: + case 1700: { parser.yyVAL.item = ast.FrameBound{Type: ast.Following, UnBounded: true} } - case 1699: + case 1701: { parser.yyVAL.item = ast.FrameBound{Type: ast.Following, Expr: ast.NewValueExpr(yyS[yypt-1].item, parser.charset, parser.collation)} } - case 1700: + case 1702: { parser.yyVAL.item = ast.FrameBound{Type: ast.Following, Expr: ast.NewParamMarkerExpr(yyS[yypt].offset)} } - case 1701: + case 1703: { parser.yyVAL.item = ast.FrameBound{Type: ast.Following, Expr: yyS[yypt-2].expr, Unit: yyS[yypt-1].item.(ast.TimeUnitType)} } - case 1702: + case 1704: { parser.yyVAL.item = nil } - case 1703: + case 1705: { spec := yyS[yypt-0].item.(ast.WindowSpec) parser.yyVAL.item = &spec } - case 1704: + case 1706: { parser.yyVAL.item = yyS[yypt-0].item.(ast.WindowSpec) } - case 1705: + case 1707: { parser.yyVAL.item = ast.WindowSpec{Name: yyS[yypt-0].item.(model.CIStr), OnlyAlias: true} } - case 1707: + case 1709: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-3].ident, Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1708: + case 1710: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-3].ident, Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1709: + case 1711: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-3].ident, Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1710: + case 1712: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-3].ident, Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1711: + case 1713: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-3].ident, Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1712: + case 1714: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-4].ident, Args: []ast.ExprNode{yyS[yypt-2].expr}, Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1713: + case 1715: { args := []ast.ExprNode{yyS[yypt-4].expr} if yyS[yypt-3].item != nil { @@ -19314,7 +19326,7 @@ yynewstate: } parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-6].ident, Args: args, IgnoreNull: yyS[yypt-1].item.(bool), Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1714: + case 1716: { args := []ast.ExprNode{yyS[yypt-4].expr} if yyS[yypt-3].item != nil { @@ -19322,23 +19334,23 @@ yynewstate: } parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-6].ident, Args: args, IgnoreNull: yyS[yypt-1].item.(bool), Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1715: + case 1717: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-3].expr}, IgnoreNull: yyS[yypt-1].item.(bool), Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1716: + case 1718: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-5].ident, Args: []ast.ExprNode{yyS[yypt-3].expr}, IgnoreNull: yyS[yypt-1].item.(bool), Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1717: + case 1719: { parser.yyVAL.expr = &ast.WindowFuncExpr{Name: yyS[yypt-8].ident, Args: []ast.ExprNode{yyS[yypt-6].expr, yyS[yypt-4].expr}, FromLast: yyS[yypt-2].item.(bool), IgnoreNull: yyS[yypt-1].item.(bool), Spec: yyS[yypt-0].item.(ast.WindowSpec)} } - case 1718: + case 1720: { parser.yyVAL.item = nil } - case 1719: + case 1721: { args := []ast.ExprNode{ast.NewValueExpr(yyS[yypt-1].item, parser.charset, parser.collation)} if yyS[yypt-0].item != nil { @@ -19346,7 +19358,7 @@ yynewstate: } parser.yyVAL.item = args } - case 1720: + case 1722: { args := []ast.ExprNode{ast.NewParamMarkerExpr(yyS[yypt-1].offset)} if yyS[yypt-0].item != nil { @@ -19354,43 +19366,43 @@ yynewstate: } parser.yyVAL.item = args } - case 1721: + case 1723: { parser.yyVAL.item = nil } - case 1722: + case 1724: { parser.yyVAL.item = yyS[yypt-0].expr } - case 1723: + case 1725: { parser.yyVAL.item = false } - case 1724: + case 1726: { parser.yyVAL.item = false } - case 1725: + case 1727: { parser.yyVAL.item = true } - case 1726: + case 1728: { parser.yyVAL.item = false } - case 1727: + case 1729: { parser.yyVAL.item = false } - case 1728: + case 1730: { parser.yyVAL.item = true } - case 1729: + case 1731: { parser.yyVAL.item = &ast.TableRefsClause{TableRefs: yyS[yypt-0].item.(*ast.Join)} } - case 1730: + case 1732: { if j, ok := yyS[yypt-0].item.(*ast.Join); ok { // if $1 is Join, use it directly @@ -19399,12 +19411,12 @@ yynewstate: parser.yyVAL.item = &ast.Join{Left: yyS[yypt-0].item.(ast.ResultSetNode), Right: nil} } } - case 1731: + case 1733: { /* from a, b is default cross join */ parser.yyVAL.item = &ast.Join{Left: yyS[yypt-2].item.(ast.ResultSetNode), Right: yyS[yypt-0].item.(ast.ResultSetNode), Tp: ast.CrossJoin} } - case 1733: + case 1735: { /* * ODBC escape syntax for outer join is { OJ join_table } @@ -19412,7 +19424,7 @@ yynewstate: */ parser.yyVAL.item = yyS[yypt-1].item } - case 1736: + case 1738: { tn := yyS[yypt-5].item.(*ast.TableName) tn.PartitionNames = yyS[yypt-4].item.([]model.CIStr) @@ -19425,66 +19437,66 @@ yynewstate: } parser.yyVAL.item = &ast.TableSource{Source: tn, AsName: yyS[yypt-3].item.(model.CIStr)} } - case 1737: + case 1739: { resultNode := yyS[yypt-1].expr.(*ast.SubqueryExpr).Query parser.yyVAL.item = &ast.TableSource{Source: resultNode, AsName: yyS[yypt-0].item.(model.CIStr)} } - case 1738: + case 1740: { j := yyS[yypt-1].item.(*ast.Join) j.ExplicitParens = true parser.yyVAL.item = yyS[yypt-1].item } - case 1739: + case 1741: { parser.yyVAL.item = []model.CIStr{} } - case 1740: + case 1742: { parser.yyVAL.item = yyS[yypt-1].item } - case 1741: + case 1743: { parser.yyVAL.item = model.CIStr{} } - case 1743: + case 1745: { parser.yyVAL.item = model.NewCIStr(yyS[yypt-0].ident) } - case 1744: + case 1746: { parser.yyVAL.item = model.NewCIStr(yyS[yypt-0].ident) } - case 1745: + case 1747: { parser.yyVAL.item = ast.HintUse } - case 1746: + case 1748: { parser.yyVAL.item = ast.HintIgnore } - case 1747: + case 1749: { parser.yyVAL.item = ast.HintForce } - case 1748: + case 1750: { parser.yyVAL.item = ast.HintForScan } - case 1749: + case 1751: { parser.yyVAL.item = ast.HintForJoin } - case 1750: + case 1752: { parser.yyVAL.item = ast.HintForOrderBy } - case 1751: + case 1753: { parser.yyVAL.item = ast.HintForGroupBy } - case 1752: + case 1754: { parser.yyVAL.item = &ast.IndexHint{ IndexNames: yyS[yypt-1].item.([]model.CIStr), @@ -19492,134 +19504,134 @@ yynewstate: HintScope: yyS[yypt-3].item.(ast.IndexHintScope), } } - case 1753: + case 1755: { var nameList []model.CIStr parser.yyVAL.item = nameList } - case 1754: + case 1756: { parser.yyVAL.item = []model.CIStr{model.NewCIStr(yyS[yypt-0].ident)} } - case 1755: + case 1757: { parser.yyVAL.item = append(yyS[yypt-2].item.([]model.CIStr), model.NewCIStr(yyS[yypt-0].ident)) } - case 1756: + case 1758: { parser.yyVAL.item = []model.CIStr{model.NewCIStr(yyS[yypt-0].ident)} } - case 1757: + case 1759: { parser.yyVAL.item = append(yyS[yypt-2].item.([]model.CIStr), model.NewCIStr(yyS[yypt-0].ident)) } - case 1758: + case 1760: { parser.yyVAL.item = []*ast.IndexHint{yyS[yypt-0].item.(*ast.IndexHint)} } - case 1759: + case 1761: { parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.IndexHint), yyS[yypt-0].item.(*ast.IndexHint)) } - case 1760: + case 1762: { parser.yyVAL.item = []*ast.IndexHint{} } - case 1762: + case 1764: { parser.yyVAL.item = ast.NewCrossJoin(yyS[yypt-2].item.(ast.ResultSetNode), yyS[yypt-0].item.(ast.ResultSetNode)) } - case 1763: + case 1765: { on := &ast.OnCondition{Expr: yyS[yypt-0].expr} parser.yyVAL.item = &ast.Join{Left: yyS[yypt-4].item.(ast.ResultSetNode), Right: yyS[yypt-2].item.(ast.ResultSetNode), Tp: ast.CrossJoin, On: on} } - case 1764: + case 1766: { parser.yyVAL.item = &ast.Join{Left: yyS[yypt-6].item.(ast.ResultSetNode), Right: yyS[yypt-4].item.(ast.ResultSetNode), Tp: ast.CrossJoin, Using: yyS[yypt-1].item.([]*ast.ColumnName)} } - case 1765: + case 1767: { on := &ast.OnCondition{Expr: yyS[yypt-0].expr} parser.yyVAL.item = &ast.Join{Left: yyS[yypt-6].item.(ast.ResultSetNode), Right: yyS[yypt-2].item.(ast.ResultSetNode), Tp: yyS[yypt-5].item.(ast.JoinType), On: on} } - case 1766: + case 1768: { parser.yyVAL.item = &ast.Join{Left: yyS[yypt-8].item.(ast.ResultSetNode), Right: yyS[yypt-4].item.(ast.ResultSetNode), Tp: yyS[yypt-7].item.(ast.JoinType), Using: yyS[yypt-1].item.([]*ast.ColumnName)} } - case 1767: + case 1769: { parser.yyVAL.item = &ast.Join{Left: yyS[yypt-3].item.(ast.ResultSetNode), Right: yyS[yypt-0].item.(ast.ResultSetNode), NaturalJoin: true} } - case 1768: + case 1770: { parser.yyVAL.item = &ast.Join{Left: yyS[yypt-5].item.(ast.ResultSetNode), Right: yyS[yypt-0].item.(ast.ResultSetNode), Tp: yyS[yypt-3].item.(ast.JoinType), NaturalJoin: true} } - case 1769: + case 1771: { parser.yyVAL.item = &ast.Join{Left: yyS[yypt-2].item.(ast.ResultSetNode), Right: yyS[yypt-0].item.(ast.ResultSetNode), StraightJoin: true} } - case 1770: + case 1772: { on := &ast.OnCondition{Expr: yyS[yypt-0].expr} parser.yyVAL.item = &ast.Join{Left: yyS[yypt-4].item.(ast.ResultSetNode), Right: yyS[yypt-2].item.(ast.ResultSetNode), StraightJoin: true, On: on} } - case 1771: + case 1773: { parser.yyVAL.item = ast.LeftJoin } - case 1772: + case 1774: { parser.yyVAL.item = ast.RightJoin } - case 1778: + case 1780: { parser.yyVAL.item = nil } - case 1779: + case 1781: { parser.yyVAL.item = &ast.Limit{Count: yyS[yypt-0].item.(ast.ValueExpr)} } - case 1780: + case 1782: { parser.yyVAL.item = ast.NewValueExpr(yyS[yypt-0].item, parser.charset, parser.collation) } - case 1781: + case 1783: { parser.yyVAL.item = ast.NewParamMarkerExpr(yyS[yypt].offset) } - case 1786: + case 1788: { parser.yyVAL.item = ast.NewValueExpr(uint64(1), parser.charset, parser.collation) } - case 1788: + case 1790: { parser.yyVAL.item = &ast.Limit{Count: yyS[yypt-0].item.(ast.ExprNode)} } - case 1789: + case 1791: { parser.yyVAL.item = &ast.Limit{Offset: yyS[yypt-2].item.(ast.ExprNode), Count: yyS[yypt-0].item.(ast.ExprNode)} } - case 1790: + case 1792: { parser.yyVAL.item = &ast.Limit{Offset: yyS[yypt-0].item.(ast.ExprNode), Count: yyS[yypt-2].item.(ast.ExprNode)} } - case 1791: + case 1793: { parser.yyVAL.item = &ast.Limit{Count: yyS[yypt-2].item.(ast.ExprNode)} } - case 1792: + case 1794: { parser.yyVAL.item = nil } - case 1794: + case 1796: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.TableHints = yyS[yypt-0].item.([]*ast.TableOptimizerHint) parser.yyVAL.item = opt } - case 1795: + case 1797: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true @@ -19631,61 +19643,61 @@ yynewstate: } parser.yyVAL.item = opt } - case 1796: + case 1798: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.Priority = yyS[yypt-0].item.(mysql.PriorityEnum) parser.yyVAL.item = opt } - case 1797: + case 1799: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.SQLSmallResult = true parser.yyVAL.item = opt } - case 1798: + case 1800: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.SQLBigResult = true parser.yyVAL.item = opt } - case 1799: + case 1801: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.SQLBufferResult = true parser.yyVAL.item = opt } - case 1800: + case 1802: { opt := &ast.SelectStmtOpts{} opt.SQLCache = yyS[yypt-0].item.(bool) parser.yyVAL.item = opt } - case 1801: + case 1803: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.CalcFoundRows = true parser.yyVAL.item = opt } - case 1802: + case 1804: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true opt.StraightJoin = true parser.yyVAL.item = opt } - case 1803: + case 1805: { opt := &ast.SelectStmtOpts{} opt.SQLCache = true parser.yyVAL.item = opt } - case 1805: + case 1807: { opts := yyS[yypt-1].item.(*ast.SelectStmtOpts) opt := yyS[yypt-0].item.(*ast.SelectStmtOpts) @@ -19730,7 +19742,7 @@ yynewstate: parser.yyVAL.item = opts } - case 1807: + case 1809: { hints, warns := parser.parseHint(yyS[yypt-0].ident) for _, w := range warns { @@ -19739,31 +19751,31 @@ yynewstate: } parser.yyVAL.item = hints } - case 1808: + case 1810: { parser.yyVAL.item = nil } - case 1810: + case 1812: { parser.yyVAL.item = true } - case 1811: + case 1813: { parser.yyVAL.item = false } - case 1812: + case 1814: { parser.yyVAL.item = &ast.FieldList{Fields: yyS[yypt-0].item.([]*ast.SelectField)} } - case 1813: + case 1815: { parser.yyVAL.item = nil } - case 1815: + case 1817: { parser.yyVAL.item = nil } - case 1816: + case 1818: { x := &ast.SelectIntoOption{ Tp: ast.SelectIntoOutfile, @@ -19778,7 +19790,7 @@ yynewstate: parser.yyVAL.item = x } - case 1817: + case 1819: { rs := yyS[yypt-1].statement.(*ast.SelectStmt) endOffset := parser.endOffset(&yyS[yypt]) @@ -19788,14 +19800,14 @@ yynewstate: rs.SetText(parser.lexer.client, src[yyS[yypt-1].offset:yyS[yypt].offset]) parser.yyVAL.expr = &ast.SubqueryExpr{Query: rs} } - case 1818: + case 1820: { rs := yyS[yypt-1].statement.(*ast.SetOprStmt) src := parser.src rs.SetText(parser.lexer.client, src[yyS[yypt-1].offset:yyS[yypt].offset]) parser.yyVAL.expr = &ast.SubqueryExpr{Query: rs} } - case 1819: + case 1821: { switch rs := yyS[yypt-1].statement.(type) { case *ast.SelectStmt: @@ -19811,7 +19823,7 @@ yynewstate: parser.yyVAL.expr = &ast.SubqueryExpr{Query: rs} } } - case 1820: + case 1822: { subQuery := yyS[yypt-1].expr.(*ast.SubqueryExpr).Query isRecursive := true @@ -19834,32 +19846,32 @@ yynewstate: parser.yyVAL.expr = &ast.SubqueryExpr{Query: rs} } } - case 1821: + case 1823: { parser.yyVAL.item = nil } - case 1822: + case 1824: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForUpdate, Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 1823: + case 1825: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForShare, Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 1824: + case 1826: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForUpdateNoWait, Tables: yyS[yypt-1].item.([]*ast.TableName), } } - case 1825: + case 1827: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForUpdateWaitN, @@ -19867,55 +19879,55 @@ yynewstate: Tables: yyS[yypt-2].item.([]*ast.TableName), } } - case 1826: + case 1828: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForShareNoWait, Tables: yyS[yypt-1].item.([]*ast.TableName), } } - case 1827: + case 1829: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForUpdateSkipLocked, Tables: yyS[yypt-2].item.([]*ast.TableName), } } - case 1828: + case 1830: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForShareSkipLocked, Tables: yyS[yypt-2].item.([]*ast.TableName), } } - case 1829: + case 1831: { parser.yyVAL.item = &ast.SelectLockInfo{ LockType: ast.SelectLockForShare, Tables: []*ast.TableName{}, } } - case 1830: + case 1832: { parser.yyVAL.item = []*ast.TableName{} } - case 1831: + case 1833: { parser.yyVAL.item = yyS[yypt-0].item.([]*ast.TableName) } - case 1834: + case 1836: { setOpr := yyS[yypt-0].statement.(*ast.SetOprStmt) setOpr.With = yyS[yypt-1].item.(*ast.WithClause) parser.yyVAL.statement = setOpr } - case 1835: + case 1837: { setOpr := yyS[yypt-0].statement.(*ast.SetOprStmt) setOpr.With = yyS[yypt-1].item.(*ast.WithClause) parser.yyVAL.statement = setOpr } - case 1836: + case 1838: { setOprList1 := yyS[yypt-2].item.([]ast.Node) if sel, isSelect := setOprList1[len(setOprList1)-1].(*ast.SelectStmt); isSelect && !sel.IsInBraces { @@ -19932,7 +19944,7 @@ yynewstate: setOpr.SelectList.Selects = append(setOpr.SelectList.Selects, st) parser.yyVAL.statement = setOpr } - case 1837: + case 1839: { setOprList1 := yyS[yypt-2].item.([]ast.Node) if sel, isSelect := setOprList1[len(setOprList1)-1].(*ast.SelectStmt); isSelect && !sel.IsInBraces { @@ -19961,7 +19973,7 @@ yynewstate: setOpr := &ast.SetOprStmt{SelectList: &ast.SetOprSelectList{Selects: setOprList}} parser.yyVAL.statement = setOpr } - case 1838: + case 1840: { setOprList1 := yyS[yypt-3].item.([]ast.Node) if sel, isSelect := setOprList1[len(setOprList1)-1].(*ast.SelectStmt); isSelect && !sel.IsInBraces { @@ -19989,7 +20001,7 @@ yynewstate: setOpr.OrderBy = yyS[yypt-0].item.(*ast.OrderByClause) parser.yyVAL.statement = setOpr } - case 1839: + case 1841: { setOprList1 := yyS[yypt-3].item.([]ast.Node) if sel, isSelect := setOprList1[len(setOprList1)-1].(*ast.SelectStmt); isSelect && !sel.IsInBraces { @@ -20017,7 +20029,7 @@ yynewstate: setOpr.Limit = yyS[yypt-0].item.(*ast.Limit) parser.yyVAL.statement = setOpr } - case 1840: + case 1842: { setOprList1 := yyS[yypt-4].item.([]ast.Node) if sel, isSelect := setOprList1[len(setOprList1)-1].(*ast.SelectStmt); isSelect && !sel.IsInBraces { @@ -20046,7 +20058,7 @@ yynewstate: setOpr.Limit = yyS[yypt-0].item.(*ast.Limit) parser.yyVAL.statement = setOpr } - case 1841: + case 1843: { var setOprList []ast.Node switch x := yyS[yypt-1].expr.(*ast.SubqueryExpr).Query.(type) { @@ -20059,7 +20071,7 @@ yynewstate: setOpr.OrderBy = yyS[yypt-0].item.(*ast.OrderByClause) parser.yyVAL.statement = setOpr } - case 1842: + case 1844: { var setOprList []ast.Node switch x := yyS[yypt-1].expr.(*ast.SubqueryExpr).Query.(type) { @@ -20072,7 +20084,7 @@ yynewstate: setOpr.Limit = yyS[yypt-0].item.(*ast.Limit) parser.yyVAL.statement = setOpr } - case 1843: + case 1845: { var setOprList []ast.Node switch x := yyS[yypt-2].expr.(*ast.SubqueryExpr).Query.(type) { @@ -20086,7 +20098,7 @@ yynewstate: setOpr.Limit = yyS[yypt-0].item.(*ast.Limit) parser.yyVAL.statement = setOpr } - case 1845: + case 1847: { setOprList1 := yyS[yypt-2].item.([]ast.Node) setOprList2 := yyS[yypt-0].item.([]ast.Node) @@ -20102,11 +20114,11 @@ yynewstate: } parser.yyVAL.item = append(setOprList1, setOprList2...) } - case 1846: + case 1848: { parser.yyVAL.item = []ast.Node{yyS[yypt-0].statement.(*ast.SelectStmt)} } - case 1847: + case 1849: { var setOprList []ast.Node switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -20117,7 +20129,7 @@ yynewstate: } parser.yyVAL.item = setOprList } - case 1848: + case 1850: { var tp ast.SetOprType tp = ast.Union @@ -20126,7 +20138,7 @@ yynewstate: } parser.yyVAL.item = &tp } - case 1849: + case 1851: { var tp ast.SetOprType tp = ast.Except @@ -20135,7 +20147,7 @@ yynewstate: } parser.yyVAL.item = &tp } - case 1850: + case 1852: { var tp ast.SetOprType tp = ast.Intersect @@ -20144,7 +20156,7 @@ yynewstate: } parser.yyVAL.item = &tp } - case 1852: + case 1854: { parser.yyVAL.statement = &ast.ChangeStmt{ NodeType: ast.PumpType, @@ -20152,7 +20164,7 @@ yynewstate: NodeID: yyS[yypt-0].ident, } } - case 1853: + case 1855: { parser.yyVAL.statement = &ast.ChangeStmt{ NodeType: ast.DrainerType, @@ -20160,19 +20172,19 @@ yynewstate: NodeID: yyS[yypt-0].ident, } } - case 1854: + case 1856: { parser.yyVAL.statement = &ast.SetStmt{Variables: yyS[yypt-0].item.([]*ast.VariableAssignment)} } - case 1855: + case 1857: { parser.yyVAL.statement = &ast.SetPwdStmt{Password: yyS[yypt-0].ident} } - case 1856: + case 1858: { parser.yyVAL.statement = &ast.SetPwdStmt{User: yyS[yypt-2].item.(*auth.UserIdentity), Password: yyS[yypt-0].ident} } - case 1857: + case 1859: { vars := yyS[yypt-0].item.([]*ast.VariableAssignment) for _, v := range vars { @@ -20180,11 +20192,11 @@ yynewstate: } parser.yyVAL.statement = &ast.SetStmt{Variables: vars} } - case 1858: + case 1860: { parser.yyVAL.statement = &ast.SetStmt{Variables: yyS[yypt-0].item.([]*ast.VariableAssignment)} } - case 1859: + case 1861: { assigns := yyS[yypt-0].item.([]*ast.VariableAssignment) for i := 0; i < len(assigns); i++ { @@ -20195,27 +20207,27 @@ yynewstate: } parser.yyVAL.statement = &ast.SetStmt{Variables: assigns} } - case 1860: + case 1862: { parser.yyVAL.statement = &ast.SetConfigStmt{Type: strings.ToLower(yyS[yypt-3].ident), Name: yyS[yypt-2].ident, Value: yyS[yypt-0].expr} } - case 1861: + case 1863: { parser.yyVAL.statement = &ast.SetConfigStmt{Instance: yyS[yypt-3].ident, Name: yyS[yypt-2].ident, Value: yyS[yypt-0].expr} } - case 1862: + case 1864: { parser.yyVAL.statement = &ast.SetSessionStatesStmt{SessionStates: yyS[yypt-0].ident} } - case 1863: + case 1865: { parser.yyVAL.statement = &ast.SetResourceGroupStmt{Name: model.NewCIStr(yyS[yypt-0].ident)} } - case 1864: + case 1866: { parser.yyVAL.statement = yyS[yypt-0].item.(*ast.SetRoleStmt) } - case 1865: + case 1867: { tmp := yyS[yypt-2].item.(*ast.SetRoleStmt) parser.yyVAL.statement = &ast.SetDefaultRoleStmt{ @@ -20224,27 +20236,27 @@ yynewstate: UserList: yyS[yypt-0].item.([]*auth.UserIdentity), } } - case 1866: + case 1868: { parser.yyVAL.item = &ast.SetRoleStmt{SetRoleOpt: ast.SetRoleNone, RoleList: nil} } - case 1867: + case 1869: { parser.yyVAL.item = &ast.SetRoleStmt{SetRoleOpt: ast.SetRoleAll, RoleList: nil} } - case 1868: + case 1870: { parser.yyVAL.item = &ast.SetRoleStmt{SetRoleOpt: ast.SetRoleRegular, RoleList: yyS[yypt-0].item.([]*auth.RoleIdentity)} } - case 1869: + case 1871: { parser.yyVAL.item = &ast.SetRoleStmt{SetRoleOpt: ast.SetRoleAllExcept, RoleList: yyS[yypt-0].item.([]*auth.RoleIdentity)} } - case 1871: + case 1873: { parser.yyVAL.item = &ast.SetRoleStmt{SetRoleOpt: ast.SetRoleDefault, RoleList: nil} } - case 1872: + case 1874: { if yyS[yypt-0].item != nil { parser.yyVAL.item = yyS[yypt-0].item @@ -20252,7 +20264,7 @@ yynewstate: parser.yyVAL.item = []*ast.VariableAssignment{} } } - case 1873: + case 1875: { if yyS[yypt-0].item != nil { varAssigns := yyS[yypt-0].item.([]*ast.VariableAssignment) @@ -20261,28 +20273,28 @@ yynewstate: parser.yyVAL.item = yyS[yypt-2].item } } - case 1874: + case 1876: { varAssigns := []*ast.VariableAssignment{} expr := ast.NewValueExpr(yyS[yypt-0].ident, parser.charset, parser.collation) varAssigns = append(varAssigns, &ast.VariableAssignment{Name: "tx_isolation", Value: expr, IsSystem: true}) parser.yyVAL.item = varAssigns } - case 1875: + case 1877: { varAssigns := []*ast.VariableAssignment{} expr := ast.NewValueExpr("0", parser.charset, parser.collation) varAssigns = append(varAssigns, &ast.VariableAssignment{Name: "tx_read_only", Value: expr, IsSystem: true}) parser.yyVAL.item = varAssigns } - case 1876: + case 1878: { varAssigns := []*ast.VariableAssignment{} expr := ast.NewValueExpr("1", parser.charset, parser.collation) varAssigns = append(varAssigns, &ast.VariableAssignment{Name: "tx_read_only", Value: expr, IsSystem: true}) parser.yyVAL.item = varAssigns } - case 1877: + case 1879: { varAssigns := []*ast.VariableAssignment{} asof := yyS[yypt-0].item.(*ast.AsOfClause) @@ -20291,59 +20303,59 @@ yynewstate: } parser.yyVAL.item = varAssigns } - case 1878: + case 1880: { parser.yyVAL.ident = ast.RepeatableRead } - case 1879: + case 1881: { parser.yyVAL.ident = ast.ReadCommitted } - case 1880: + case 1882: { parser.yyVAL.ident = ast.ReadUncommitted } - case 1881: + case 1883: { parser.yyVAL.ident = ast.Serializable } - case 1882: + case 1884: { parser.yyVAL.expr = ast.NewValueExpr("ON", parser.charset, parser.collation) } - case 1883: + case 1885: { parser.yyVAL.expr = ast.NewValueExpr("BINARY", parser.charset, parser.collation) } - case 1888: + case 1890: { parser.yyVAL.ident = yyS[yypt-2].ident + "." + yyS[yypt-0].ident } - case 1890: + case 1892: { parser.yyVAL.ident = yyS[yypt-2].ident + "." + yyS[yypt-0].ident } - case 1891: + case 1893: { parser.yyVAL.ident = yyS[yypt-2].ident + "-" + yyS[yypt-0].ident } - case 1892: + case 1894: { parser.yyVAL.item = &ast.VariableAssignment{Name: yyS[yypt-2].ident, Value: yyS[yypt-0].expr, IsSystem: true} } - case 1893: + case 1895: { parser.yyVAL.item = &ast.VariableAssignment{Name: yyS[yypt-2].ident, Value: yyS[yypt-0].expr, IsGlobal: true, IsSystem: true} } - case 1894: + case 1896: { parser.yyVAL.item = &ast.VariableAssignment{Name: yyS[yypt-2].ident, Value: yyS[yypt-0].expr, IsSystem: true} } - case 1895: + case 1897: { parser.yyVAL.item = &ast.VariableAssignment{Name: yyS[yypt-2].ident, Value: yyS[yypt-0].expr, IsSystem: true} } - case 1896: + case 1898: { v := strings.ToLower(yyS[yypt-2].ident) var isGlobal bool @@ -20359,27 +20371,27 @@ yynewstate: } parser.yyVAL.item = &ast.VariableAssignment{Name: v, Value: yyS[yypt-0].expr, IsGlobal: isGlobal, IsSystem: true} } - case 1897: + case 1899: { v := yyS[yypt-2].ident v = strings.TrimPrefix(v, "@") parser.yyVAL.item = &ast.VariableAssignment{Name: v, Value: yyS[yypt-0].expr} } - case 1898: + case 1900: { parser.yyVAL.item = &ast.VariableAssignment{ Name: ast.SetNames, Value: ast.NewValueExpr(yyS[yypt-0].ident, "", ""), } } - case 1899: + case 1901: { parser.yyVAL.item = &ast.VariableAssignment{ Name: ast.SetNames, Value: ast.NewValueExpr(yyS[yypt-2].ident, "", ""), } } - case 1900: + case 1902: { parser.yyVAL.item = &ast.VariableAssignment{ Name: ast.SetNames, @@ -20387,24 +20399,24 @@ yynewstate: ExtendValue: ast.NewValueExpr(yyS[yypt-0].ident, "", ""), } } - case 1901: + case 1903: { v := &ast.DefaultExpr{} parser.yyVAL.item = &ast.VariableAssignment{Name: ast.SetNames, Value: v} } - case 1902: + case 1904: { parser.yyVAL.item = &ast.VariableAssignment{Name: ast.SetCharset, Value: yyS[yypt-0].expr} } - case 1903: + case 1905: { parser.yyVAL.expr = ast.NewValueExpr(yyS[yypt-0].ident, "", "") } - case 1904: + case 1906: { parser.yyVAL.expr = &ast.DefaultExpr{} } - case 1905: + case 1907: { // Validate input charset name to keep the same behavior as parser of MySQL. cs, err := charset.GetCharsetInfo(yyS[yypt-0].ident) @@ -20416,11 +20428,11 @@ yynewstate: // to keep lower case of input for generated column restore. parser.yyVAL.ident = cs.Name } - case 1906: + case 1908: { parser.yyVAL.ident = charset.CharsetBin } - case 1907: + case 1909: { info, err := charset.GetCollationByName(yyS[yypt-0].ident) if err != nil { @@ -20429,19 +20441,19 @@ yynewstate: } parser.yyVAL.ident = info.Name } - case 1908: + case 1910: { parser.yyVAL.ident = charset.CollationBin } - case 1909: + case 1911: { parser.yyVAL.item = []*ast.VariableAssignment{yyS[yypt-0].item.(*ast.VariableAssignment)} } - case 1910: + case 1912: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.VariableAssignment), yyS[yypt-0].item.(*ast.VariableAssignment)) } - case 1913: + case 1915: { v := strings.ToLower(yyS[yypt-0].ident) var isGlobal bool @@ -20458,97 +20470,97 @@ yynewstate: } parser.yyVAL.expr = &ast.VariableExpr{Name: v, IsGlobal: isGlobal, IsSystem: true, ExplicitScope: explicitScope} } - case 1914: + case 1916: { v := yyS[yypt-0].ident v = strings.TrimPrefix(v, "@") parser.yyVAL.expr = &ast.VariableExpr{Name: v, IsGlobal: false, IsSystem: false} } - case 1915: + case 1917: { parser.yyVAL.item = &auth.UserIdentity{Username: yyS[yypt-0].ident, Hostname: "%"} } - case 1916: + case 1918: { parser.yyVAL.item = &auth.UserIdentity{Username: yyS[yypt-2].ident, Hostname: strings.ToLower(yyS[yypt-0].ident)} } - case 1917: + case 1919: { parser.yyVAL.item = &auth.UserIdentity{Username: yyS[yypt-1].ident, Hostname: strings.ToLower(strings.TrimPrefix(yyS[yypt-0].ident, "@"))} } - case 1918: + case 1920: { parser.yyVAL.item = &auth.UserIdentity{CurrentUser: true} } - case 1919: + case 1921: { parser.yyVAL.item = []*auth.UserIdentity{yyS[yypt-0].item.(*auth.UserIdentity)} } - case 1920: + case 1922: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*auth.UserIdentity), yyS[yypt-0].item.(*auth.UserIdentity)) } - case 1922: + case 1924: { parser.yyVAL.ident = yyS[yypt-1].ident } - case 1926: + case 1928: { parser.yyVAL.item = &auth.RoleIdentity{Username: yyS[yypt-2].ident, Hostname: strings.ToLower(yyS[yypt-0].ident)} } - case 1927: + case 1929: { parser.yyVAL.item = &auth.RoleIdentity{Username: yyS[yypt-1].ident, Hostname: strings.ToLower(strings.TrimPrefix(yyS[yypt-0].ident, "@"))} } - case 1928: + case 1930: { parser.yyVAL.item = &auth.RoleIdentity{Username: yyS[yypt-0].ident, Hostname: "%"} } - case 1929: + case 1931: { parser.yyVAL.item = yyS[yypt-0].item } - case 1930: + case 1932: { parser.yyVAL.item = &auth.RoleIdentity{Username: yyS[yypt-0].ident, Hostname: "%"} } - case 1931: + case 1933: { parser.yyVAL.item = yyS[yypt-0].item } - case 1932: + case 1934: { parser.yyVAL.item = []*auth.RoleIdentity{yyS[yypt-0].item.(*auth.RoleIdentity)} } - case 1933: + case 1935: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*auth.RoleIdentity), yyS[yypt-0].item.(*auth.RoleIdentity)) } - case 1934: + case 1936: { parser.yyVAL.item = &ast.LimitSimple{Offset: 0, Count: yyS[yypt-0].item.(uint64)} } - case 1935: + case 1937: { parser.yyVAL.item = &ast.LimitSimple{Offset: yyS[yypt-2].item.(uint64), Count: yyS[yypt-0].item.(uint64)} } - case 1936: + case 1938: { parser.yyVAL.item = &ast.LimitSimple{Offset: yyS[yypt-0].item.(uint64), Count: yyS[yypt-2].item.(uint64)} } - case 1937: + case 1939: { parser.yyVAL.item = ast.BDRRolePrimary } - case 1938: + case 1940: { parser.yyVAL.item = ast.BDRRoleSecondary } - case 1939: + case 1941: { parser.yyVAL.statement = &ast.AdminStmt{Tp: ast.AdminShowDDL} } - case 1940: + case 1942: { stmt := &ast.AdminStmt{Tp: ast.AdminShowDDLJobs} if yyS[yypt-0].item != nil { @@ -20556,7 +20568,7 @@ yynewstate: } parser.yyVAL.statement = stmt } - case 1941: + case 1943: { stmt := &ast.AdminStmt{ Tp: ast.AdminShowDDLJobs, @@ -20567,21 +20579,21 @@ yynewstate: } parser.yyVAL.statement = stmt } - case 1942: + case 1944: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminShowNextRowID, Tables: []*ast.TableName{yyS[yypt-1].item.(*ast.TableName)}, } } - case 1943: + case 1945: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminCheckTable, Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 1944: + case 1946: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminCheckIndex, @@ -20589,7 +20601,7 @@ yynewstate: Index: string(yyS[yypt-0].ident), } } - case 1945: + case 1947: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminRecoverIndex, @@ -20597,7 +20609,7 @@ yynewstate: Index: string(yyS[yypt-0].ident), } } - case 1946: + case 1948: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminCleanupIndex, @@ -20605,7 +20617,7 @@ yynewstate: Index: string(yyS[yypt-0].ident), } } - case 1947: + case 1949: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminCheckIndexRange, @@ -20614,42 +20626,42 @@ yynewstate: HandleRanges: yyS[yypt-0].item.([]ast.HandleRange), } } - case 1948: + case 1950: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminChecksumTable, Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 1949: + case 1951: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminCancelDDLJobs, JobIDs: yyS[yypt-0].item.([]int64), } } - case 1950: + case 1952: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminPauseDDLJobs, JobIDs: yyS[yypt-0].item.([]int64), } } - case 1951: + case 1953: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminResumeDDLJobs, JobIDs: yyS[yypt-0].item.([]int64), } } - case 1952: + case 1954: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminShowDDLJobQueries, JobIDs: yyS[yypt-0].item.([]int64), } } - case 1953: + case 1955: { ret := &ast.AdminStmt{ Tp: ast.AdminShowDDLJobQueriesWithRange, @@ -20658,122 +20670,122 @@ yynewstate: ret.LimitSimple.Offset = yyS[yypt-0].item.(*ast.LimitSimple).Offset parser.yyVAL.statement = ret } - case 1954: + case 1956: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminShowSlow, ShowSlow: yyS[yypt-0].item.(*ast.ShowSlow), } } - case 1955: + case 1957: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminReloadExprPushdownBlacklist, } } - case 1956: + case 1958: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminReloadOptRuleBlacklist, } } - case 1957: + case 1959: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminPluginEnable, Plugins: yyS[yypt-0].item.([]string), } } - case 1958: + case 1960: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminPluginDisable, Plugins: yyS[yypt-0].item.([]string), } } - case 1959: + case 1961: { parser.yyVAL.statement = &ast.CleanupTableLockStmt{ Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 1960: + case 1962: { parser.yyVAL.statement = &ast.RepairTableStmt{ Table: yyS[yypt-1].item.(*ast.TableName), CreateStmt: yyS[yypt-0].statement.(*ast.CreateTableStmt), } } - case 1961: + case 1963: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminFlushBindings, } } - case 1962: + case 1964: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminCaptureBindings, } } - case 1963: + case 1965: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminEvolveBindings, } } - case 1964: + case 1966: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminReloadBindings, } } - case 1965: + case 1967: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminReloadStatistics, } } - case 1966: + case 1968: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminReloadStatistics, } } - case 1967: + case 1969: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminFlushPlanCache, StatementScope: yyS[yypt-1].item.(ast.StatementScope), } } - case 1968: + case 1970: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminSetBDRRole, BDRRole: yyS[yypt-0].item.(ast.BDRRole), } } - case 1969: + case 1971: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminShowBDRRole, } } - case 1970: + case 1972: { parser.yyVAL.statement = &ast.AdminStmt{ Tp: ast.AdminUnsetBDRRole, } } - case 1971: + case 1973: { parser.yyVAL.item = &ast.ShowSlow{ Tp: ast.ShowSlowRecent, Count: getUint64FromNUM(yyS[yypt-0].item), } } - case 1972: + case 1974: { parser.yyVAL.item = &ast.ShowSlow{ Tp: ast.ShowSlowTop, @@ -20781,7 +20793,7 @@ yynewstate: Count: getUint64FromNUM(yyS[yypt-0].item), } } - case 1973: + case 1975: { parser.yyVAL.item = &ast.ShowSlow{ Tp: ast.ShowSlowTop, @@ -20789,7 +20801,7 @@ yynewstate: Count: getUint64FromNUM(yyS[yypt-0].item), } } - case 1974: + case 1976: { parser.yyVAL.item = &ast.ShowSlow{ Tp: ast.ShowSlowTop, @@ -20797,27 +20809,27 @@ yynewstate: Count: getUint64FromNUM(yyS[yypt-0].item), } } - case 1975: + case 1977: { parser.yyVAL.item = []ast.HandleRange{yyS[yypt-0].item.(ast.HandleRange)} } - case 1976: + case 1978: { parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.HandleRange), yyS[yypt-0].item.(ast.HandleRange)) } - case 1977: + case 1979: { parser.yyVAL.item = ast.HandleRange{Begin: yyS[yypt-3].item.(int64), End: yyS[yypt-1].item.(int64)} } - case 1978: + case 1980: { parser.yyVAL.item = []int64{yyS[yypt-0].item.(int64)} } - case 1979: + case 1981: { parser.yyVAL.item = append(yyS[yypt-2].item.([]int64), yyS[yypt-0].item.(int64)) } - case 1980: + case 1982: { stmt := yyS[yypt-1].item.(*ast.ShowStmt) if yyS[yypt-0].item != nil { @@ -20829,21 +20841,21 @@ yynewstate: } parser.yyVAL.statement = stmt } - case 1981: + case 1983: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreateTable, Table: yyS[yypt-0].item.(*ast.TableName), } } - case 1982: + case 1984: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreateView, Table: yyS[yypt-0].item.(*ast.TableName), } } - case 1983: + case 1985: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreateDatabase, @@ -20851,28 +20863,28 @@ yynewstate: DBName: yyS[yypt-0].ident, } } - case 1984: + case 1986: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreateSequence, Table: yyS[yypt-0].item.(*ast.TableName), } } - case 1985: + case 1987: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreatePlacementPolicy, DBName: yyS[yypt-0].ident, } } - case 1986: + case 1988: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreateResourceGroup, ResourceGroupName: yyS[yypt-0].ident, } } - case 1987: + case 1989: { // See https://dev.mysql.com/doc/refman/5.7/en/show-create-user.html parser.yyVAL.statement = &ast.ShowStmt{ @@ -20880,7 +20892,7 @@ yynewstate: User: yyS[yypt-0].item.(*auth.UserIdentity), } } - case 1988: + case 1990: { stmt := &ast.ShowStmt{ Tp: ast.ShowRegions, @@ -20892,14 +20904,14 @@ yynewstate: } parser.yyVAL.statement = stmt } - case 1989: + case 1991: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowTableNextRowId, Table: yyS[yypt-1].item.(*ast.TableName), } } - case 1990: + case 1992: { stmt := &ast.ShowStmt{ Tp: ast.ShowRegions, @@ -20912,12 +20924,12 @@ yynewstate: } parser.yyVAL.statement = stmt } - case 1991: + case 1993: { // See https://dev.mysql.com/doc/refman/5.7/en/show-grants.html parser.yyVAL.statement = &ast.ShowStmt{Tp: ast.ShowGrants} } - case 1992: + case 1994: { // See https://dev.mysql.com/doc/refman/5.7/en/show-grants.html if yyS[yypt-0].item != nil { @@ -20934,38 +20946,38 @@ yynewstate: } } } - case 1993: + case 1995: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowMasterStatus, } } - case 1994: + case 1996: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowBinlogStatus, } } - case 1995: + case 1997: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowReplicaStatus, } } - case 1996: + case 1998: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowProcessList, Full: yyS[yypt-1].item.(bool), } } - case 1997: + case 1999: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowProfiles, } } - case 1998: + case 2000: { v := &ast.ShowStmt{ Tp: ast.ShowProfile, @@ -20981,23 +20993,23 @@ yynewstate: } parser.yyVAL.statement = v } - case 1999: + case 2001: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowPrivileges, } } - case 2000: + case 2002: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowBuiltins, } } - case 2001: + case 2003: { parser.yyVAL.statement = yyS[yypt-0].item.(*ast.ShowStmt) } - case 2002: + case 2004: { v := yyS[yypt-0].item.(int64) parser.yyVAL.statement = &ast.ShowStmt{ @@ -21005,28 +21017,28 @@ yynewstate: ImportJobID: &v, } } - case 2003: + case 2005: { parser.yyVAL.statement = &ast.ShowStmt{ Tp: ast.ShowCreateProcedure, Procedure: yyS[yypt-0].item.(*ast.TableName), } } - case 2004: + case 2006: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowPlacementForDatabase, DBName: yyS[yypt-0].ident, } } - case 2005: + case 2007: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowPlacementForTable, Table: yyS[yypt-0].item.(*ast.TableName), } } - case 2006: + case 2008: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowPlacementForPartition, @@ -21034,90 +21046,90 @@ yynewstate: Partition: model.NewCIStr(yyS[yypt-0].ident), } } - case 2007: + case 2009: { parser.yyVAL.item = nil } - case 2009: + case 2011: { parser.yyVAL.item = []int{yyS[yypt-0].item.(int)} } - case 2010: + case 2012: { l := yyS[yypt-2].item.([]int) l = append(l, yyS[yypt-0].item.(int)) parser.yyVAL.item = l } - case 2011: + case 2013: { parser.yyVAL.item = ast.ProfileTypeCPU } - case 2012: + case 2014: { parser.yyVAL.item = ast.ProfileTypeMemory } - case 2013: + case 2015: { parser.yyVAL.item = ast.ProfileTypeBlockIo } - case 2014: + case 2016: { parser.yyVAL.item = ast.ProfileTypeContextSwitch } - case 2015: + case 2017: { parser.yyVAL.item = ast.ProfileTypePageFaults } - case 2016: + case 2018: { parser.yyVAL.item = ast.ProfileTypeIpc } - case 2017: + case 2019: { parser.yyVAL.item = ast.ProfileTypeSwaps } - case 2018: + case 2020: { parser.yyVAL.item = ast.ProfileTypeSource } - case 2019: + case 2021: { parser.yyVAL.item = ast.ProfileTypeAll } - case 2020: + case 2022: { parser.yyVAL.item = nil } - case 2021: + case 2023: { v := yyS[yypt-0].item.(int64) parser.yyVAL.item = &v } - case 2022: + case 2024: { parser.yyVAL.item = nil } - case 2023: + case 2025: { parser.yyVAL.item = yyS[yypt-0].item.([]*auth.RoleIdentity) } - case 2029: + case 2031: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowEngines} } - case 2030: + case 2032: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowDatabases} } - case 2031: + case 2033: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowConfig} } - case 2032: + case 2034: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowCharset} } - case 2033: + case 2035: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowTables, @@ -21125,28 +21137,28 @@ yynewstate: Full: yyS[yypt-2].item.(bool), } } - case 2034: + case 2036: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowOpenTables, DBName: yyS[yypt-0].ident, } } - case 2035: + case 2037: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowTableStatus, DBName: yyS[yypt-0].ident, } } - case 2036: + case 2038: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowIndex, Table: yyS[yypt-0].item.(*ast.TableName), } } - case 2037: + case 2039: { show := &ast.ShowStmt{ Tp: ast.ShowIndex, @@ -21154,7 +21166,7 @@ yynewstate: } parser.yyVAL.item = show } - case 2038: + case 2040: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowColumns, @@ -21163,7 +21175,7 @@ yynewstate: Full: yyS[yypt-3].item.(bool), } } - case 2039: + case 2041: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowColumns, @@ -21173,81 +21185,81 @@ yynewstate: Extended: true, } } - case 2040: + case 2042: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowWarnings, CountWarningsOrErrors: true} } - case 2041: + case 2043: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowWarnings} } - case 2042: + case 2044: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowErrors, CountWarningsOrErrors: true} } - case 2043: + case 2045: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowErrors} } - case 2044: + case 2046: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowVariables, GlobalScope: yyS[yypt-1].item.(bool), } } - case 2045: + case 2047: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowStatus, GlobalScope: yyS[yypt-1].item.(bool), } } - case 2046: + case 2048: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowBindings, GlobalScope: yyS[yypt-1].item.(bool), } } - case 2047: + case 2049: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowCollation, } } - case 2048: + case 2050: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowTriggers, DBName: yyS[yypt-0].ident, } } - case 2049: + case 2051: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowBindingCacheStatus, } } - case 2050: + case 2052: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowProcedureStatus, } } - case 2051: + case 2053: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowPumpStatus, } } - case 2052: + case 2054: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowDrainerStatus, } } - case 2053: + case 2055: { // This statement is similar to SHOW PROCEDURE STATUS but for stored functions. // See http://dev.mysql.com/doc/refman/5.7/en/show-function-status.html @@ -21257,88 +21269,88 @@ yynewstate: Tp: ast.ShowFunctionStatus, } } - case 2054: + case 2056: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowEvents, DBName: yyS[yypt-0].ident, } } - case 2055: + case 2057: { parser.yyVAL.item = &ast.ShowStmt{ Tp: ast.ShowPlugins, } } - case 2056: + case 2058: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowSessionStates} } - case 2057: + case 2059: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsExtended} } - case 2058: + case 2060: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsMeta, Table: &ast.TableName{Name: model.NewCIStr("STATS_META"), Schema: model.NewCIStr(mysql.SystemDB)}} } - case 2059: + case 2061: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsHistograms, Table: &ast.TableName{Name: model.NewCIStr("STATS_HISTOGRAMS"), Schema: model.NewCIStr(mysql.SystemDB)}} } - case 2060: + case 2062: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsTopN} } - case 2061: + case 2063: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsBuckets, Table: &ast.TableName{Name: model.NewCIStr("STATS_BUCKETS"), Schema: model.NewCIStr(mysql.SystemDB)}} } - case 2062: + case 2064: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsHealthy} } - case 2063: + case 2065: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowStatsLocked, Table: &ast.TableName{Name: model.NewCIStr("STATS_TABLE_LOCKED"), Schema: model.NewCIStr(mysql.SystemDB)}} } - case 2064: + case 2066: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowHistogramsInFlight} } - case 2065: + case 2067: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowColumnStatsUsage} } - case 2066: + case 2068: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowAnalyzeStatus} } - case 2067: + case 2069: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowBackups} } - case 2068: + case 2070: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowRestores} } - case 2069: + case 2071: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowPlacement} } - case 2070: + case 2072: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowPlacementLabels} } - case 2071: + case 2073: { parser.yyVAL.item = &ast.ShowStmt{Tp: ast.ShowImportJobs} } - case 2072: + case 2074: { parser.yyVAL.item = nil } - case 2073: + case 2075: { parser.yyVAL.item = &ast.PatternLikeOrIlikeExpr{ Pattern: yyS[yypt-0].expr, @@ -21346,105 +21358,105 @@ yynewstate: IsLike: true, } } - case 2074: + case 2076: { parser.yyVAL.item = yyS[yypt-0].expr } - case 2075: + case 2077: { parser.yyVAL.item = false } - case 2076: + case 2078: { parser.yyVAL.item = true } - case 2077: + case 2079: { parser.yyVAL.item = false } - case 2078: + case 2080: { parser.yyVAL.item = ast.StatementScopeSession } - case 2079: + case 2081: { parser.yyVAL.item = ast.StatementScopeGlobal } - case 2080: + case 2082: { parser.yyVAL.item = ast.StatementScopeInstance } - case 2081: + case 2083: { parser.yyVAL.item = ast.StatementScopeSession } - case 2082: + case 2084: { parser.yyVAL.item = false } - case 2083: + case 2085: { parser.yyVAL.item = true } - case 2084: + case 2086: { parser.yyVAL.ident = "" } - case 2085: + case 2087: { parser.yyVAL.ident = yyS[yypt-0].ident } - case 2086: + case 2088: { parser.yyVAL.item = yyS[yypt-0].item.(*ast.TableName) } - case 2089: + case 2091: { tmp := yyS[yypt-0].item.(*ast.FlushStmt) tmp.NoWriteToBinLog = yyS[yypt-1].item.(bool) parser.yyVAL.statement = tmp } - case 2090: + case 2092: { parser.yyVAL.item = []string{yyS[yypt-0].ident} } - case 2091: + case 2093: { parser.yyVAL.item = append(yyS[yypt-2].item.([]string), yyS[yypt-0].ident) } - case 2092: + case 2094: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushPrivileges, } } - case 2093: + case 2095: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushStatus, } } - case 2094: + case 2096: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushTiDBPlugin, Plugins: yyS[yypt-0].item.([]string), } } - case 2095: + case 2097: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushHosts, } } - case 2096: + case 2098: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushLogs, LogType: yyS[yypt-1].item.(ast.LogType), } } - case 2097: + case 2099: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushTables, @@ -21452,69 +21464,69 @@ yynewstate: ReadLock: yyS[yypt-0].item.(bool), } } - case 2098: + case 2100: { parser.yyVAL.item = &ast.FlushStmt{ Tp: ast.FlushClientErrorsSummary, } } - case 2099: + case 2101: { parser.yyVAL.item = ast.LogTypeDefault } - case 2100: + case 2102: { parser.yyVAL.item = ast.LogTypeBinary } - case 2101: + case 2103: { parser.yyVAL.item = ast.LogTypeEngine } - case 2102: + case 2104: { parser.yyVAL.item = ast.LogTypeError } - case 2103: + case 2105: { parser.yyVAL.item = ast.LogTypeGeneral } - case 2104: + case 2106: { parser.yyVAL.item = ast.LogTypeSlow } - case 2105: + case 2107: { parser.yyVAL.item = false } - case 2106: + case 2108: { parser.yyVAL.item = true } - case 2107: + case 2109: { parser.yyVAL.item = true } - case 2108: + case 2110: { parser.yyVAL.item = []*ast.TableName{} } - case 2110: + case 2112: { parser.yyVAL.item = []*ast.TableName{} } - case 2111: + case 2113: { parser.yyVAL.item = yyS[yypt-0].item } - case 2112: + case 2114: { parser.yyVAL.item = false } - case 2113: + case 2115: { parser.yyVAL.item = true } - case 2193: + case 2195: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -21527,7 +21539,7 @@ yynewstate: } parser.yyVAL.statement = sel } - case 2219: + case 2221: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -21540,7 +21552,7 @@ yynewstate: } parser.yyVAL.statement = sel } - case 2235: + case 2237: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -21553,7 +21565,7 @@ yynewstate: } parser.yyVAL.statement = sel } - case 2238: + case 2240: { if yyS[yypt-0].statement != nil { s := yyS[yypt-0].statement @@ -21563,7 +21575,7 @@ yynewstate: parser.result = append(parser.result, s) } } - case 2239: + case 2241: { if yyS[yypt-0].statement != nil { s := yyS[yypt-0].statement @@ -21573,7 +21585,7 @@ yynewstate: parser.result = append(parser.result, s) } } - case 2240: + case 2242: { cst := yyS[yypt-0].item.(*ast.Constraint) if yyS[yypt-1].item != nil { @@ -21582,7 +21594,7 @@ yynewstate: } parser.yyVAL.item = cst } - case 2245: + case 2247: { if yyS[yypt-0].item != nil { parser.yyVAL.item = []interface{}{yyS[yypt-0].item.(interface{})} @@ -21590,7 +21602,7 @@ yynewstate: parser.yyVAL.item = []interface{}{} } } - case 2246: + case 2248: { if yyS[yypt-0].item != nil { parser.yyVAL.item = append(yyS[yypt-2].item.([]interface{}), yyS[yypt-0].item) @@ -21598,7 +21610,7 @@ yynewstate: parser.yyVAL.item = yyS[yypt-2].item } } - case 2247: + case 2249: { var columnDefs []*ast.ColumnDef var constraints []*ast.Constraint @@ -21607,7 +21619,7 @@ yynewstate: Constraints: constraints, } } - case 2248: + case 2250: { tes := yyS[yypt-1].item.([]interface{}) var columnDefs []*ast.ColumnDef @@ -21625,69 +21637,69 @@ yynewstate: Constraints: constraints, } } - case 2250: + case 2252: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionCharset, StrValue: yyS[yypt-0].ident, UintValue: ast.TableOptionCharsetWithoutConvertTo} } - case 2251: + case 2253: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionCollate, StrValue: yyS[yypt-0].ident, UintValue: ast.TableOptionCharsetWithoutConvertTo} } - case 2252: + case 2254: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionAutoIncrement, UintValue: yyS[yypt-0].item.(uint64), BoolValue: yyS[yypt-3].item.(bool)} } - case 2253: + case 2255: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionAutoIdCache, UintValue: yyS[yypt-0].item.(uint64)} } - case 2254: + case 2256: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionAutoRandomBase, UintValue: yyS[yypt-0].item.(uint64), BoolValue: yyS[yypt-3].item.(bool)} } - case 2255: + case 2257: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionAvgRowLength, UintValue: yyS[yypt-0].item.(uint64)} } - case 2256: + case 2258: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionConnection, StrValue: yyS[yypt-0].ident} } - case 2257: + case 2259: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionCheckSum, UintValue: yyS[yypt-0].item.(uint64)} } - case 2258: + case 2260: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionTableCheckSum, UintValue: yyS[yypt-0].item.(uint64)} } - case 2259: + case 2261: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionPassword, StrValue: yyS[yypt-0].ident} } - case 2260: + case 2262: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionCompression, StrValue: yyS[yypt-0].ident} } - case 2261: + case 2263: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionKeyBlockSize, UintValue: yyS[yypt-0].item.(uint64)} } - case 2262: + case 2264: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionDelayKeyWrite, UintValue: yyS[yypt-0].item.(uint64)} } - case 2263: + case 2265: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionRowFormat, UintValue: yyS[yypt-0].item.(uint64)} } - case 2264: + case 2266: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionStatsPersistent} } - case 2265: + case 2267: { n := yyS[yypt-0].item.(uint64) if n != 0 && n != 1 { @@ -21698,13 +21710,13 @@ yynewstate: yylex.AppendError(yylex.Errorf("The STATS_AUTO_RECALC is parsed but ignored by all storage engines.")) parser.lastErrorAsWarn() } - case 2266: + case 2268: { parser.yyVAL.item = &ast.TableOption{Tp: ast.TableOptionStatsAutoRecalc, Default: true} yylex.AppendError(yylex.Errorf("The STATS_AUTO_RECALC is parsed but ignored by all storage engines.")) parser.lastErrorAsWarn() } - case 2267: + case 2269: { // Parse it but will ignore it. // In MySQL, STATS_SAMPLE_PAGES=N(Where 0 1 { @@ -23601,7 +23613,7 @@ yynewstate: OptEnclosed: true, } } - case 2615: + case 2617: { str := yyS[yypt-0].ident if str != "\\" && len(str) > 1 { @@ -23613,7 +23625,7 @@ yynewstate: Value: str, } } - case 2616: + case 2618: { str := yyS[yypt-0].ident if str != "\\" && len(str) > 1 { @@ -23625,14 +23637,14 @@ yynewstate: Value: str, } } - case 2617: + case 2619: { parser.yyVAL.item = &ast.FieldItem{ Type: ast.DefinedNullBy, Value: yyS[yypt-0].item.(*ast.TextString).Value, } } - case 2618: + case 2620: { parser.yyVAL.item = &ast.FieldItem{ Type: ast.DefinedNullBy, @@ -23640,89 +23652,89 @@ yynewstate: OptEnclosed: true, } } - case 2620: + case 2622: { parser.yyVAL.ident = yyS[yypt-0].item.(ast.BinaryLiteral).ToString() } - case 2621: + case 2623: { parser.yyVAL.ident = yyS[yypt-0].item.(ast.BinaryLiteral).ToString() } - case 2622: + case 2624: { parser.yyVAL.item = (*ast.LinesClause)(nil) } - case 2623: + case 2625: { parser.yyVAL.item = &ast.LinesClause{Starting: yyS[yypt-1].item.(*string), Terminated: yyS[yypt-0].item.(*string)} } - case 2624: + case 2626: { parser.yyVAL.item = (*string)(nil) } - case 2625: + case 2627: { s := yyS[yypt-0].ident parser.yyVAL.item = &s } - case 2626: + case 2628: { parser.yyVAL.item = (*string)(nil) } - case 2627: + case 2629: { s := yyS[yypt-0].ident parser.yyVAL.item = &s } - case 2628: + case 2630: { parser.yyVAL.item = ([]*ast.Assignment)(nil) } - case 2629: + case 2631: { parser.yyVAL.item = yyS[yypt-0].item } - case 2630: + case 2632: { l := yyS[yypt-2].item.([]*ast.Assignment) parser.yyVAL.item = append(l, yyS[yypt-0].item.(*ast.Assignment)) } - case 2631: + case 2633: { parser.yyVAL.item = []*ast.Assignment{yyS[yypt-0].item.(*ast.Assignment)} } - case 2632: + case 2634: { parser.yyVAL.item = &ast.Assignment{ Column: yyS[yypt-2].expr.(*ast.ColumnNameExpr).Name, Expr: yyS[yypt-0].expr, } } - case 2633: + case 2635: { parser.yyVAL.item = []*ast.LoadDataOpt{} } - case 2634: + case 2636: { parser.yyVAL.item = yyS[yypt-0].item.([]*ast.LoadDataOpt) } - case 2635: + case 2637: { parser.yyVAL.item = []*ast.LoadDataOpt{yyS[yypt-0].item.(*ast.LoadDataOpt)} } - case 2636: + case 2638: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.LoadDataOpt), yyS[yypt-0].item.(*ast.LoadDataOpt)) } - case 2637: + case 2639: { parser.yyVAL.item = &ast.LoadDataOpt{Name: strings.ToLower(yyS[yypt-0].ident)} } - case 2638: + case 2640: { parser.yyVAL.item = &ast.LoadDataOpt{Name: strings.ToLower(yyS[yypt-2].ident), Value: yyS[yypt-0].expr.(ast.ExprNode)} } - case 2639: + case 2641: { parser.yyVAL.statement = &ast.ImportIntoStmt{ Table: yyS[yypt-6].item.(*ast.TableName), @@ -23733,7 +23745,7 @@ yynewstate: Options: yyS[yypt-0].item.([]*ast.LoadDataOpt), } } - case 2640: + case 2642: { st := &ast.ImportIntoStmt{ Table: yyS[yypt-5].item.(*ast.TableName), @@ -23753,19 +23765,19 @@ yynewstate: } parser.yyVAL.statement = st } - case 2641: + case 2643: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2642: + case 2644: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2643: + case 2645: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2644: + case 2646: { var sel ast.ResultSetNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -23778,48 +23790,48 @@ yynewstate: } parser.yyVAL.statement = sel.(ast.StmtNode) } - case 2645: + case 2647: { parser.yyVAL.statement = &ast.UnlockTablesStmt{} } - case 2646: + case 2648: { parser.yyVAL.statement = &ast.LockTablesStmt{ TableLocks: yyS[yypt-0].item.([]ast.TableLock), } } - case 2649: + case 2651: { parser.yyVAL.item = ast.TableLock{ Table: yyS[yypt-1].item.(*ast.TableName), Type: yyS[yypt-0].item.(model.TableLockType), } } - case 2650: + case 2652: { parser.yyVAL.item = model.TableLockRead } - case 2651: + case 2653: { parser.yyVAL.item = model.TableLockReadLocal } - case 2652: + case 2654: { parser.yyVAL.item = model.TableLockWrite } - case 2653: + case 2655: { parser.yyVAL.item = model.TableLockWriteLocal } - case 2654: + case 2656: { parser.yyVAL.item = []ast.TableLock{yyS[yypt-0].item.(ast.TableLock)} } - case 2655: + case 2657: { parser.yyVAL.item = append(yyS[yypt-2].item.([]ast.TableLock), yyS[yypt-0].item.(ast.TableLock)) } - case 2656: + case 2658: { parser.yyVAL.statement = &ast.NonTransactionalDMLStmt{ DryRun: yyS[yypt-1].item.(int), @@ -23828,48 +23840,48 @@ yynewstate: DMLStmt: yyS[yypt-0].statement.(ast.ShardableDMLStmt), } } - case 2661: + case 2663: { parser.yyVAL.item = ast.NoDryRun } - case 2662: + case 2664: { parser.yyVAL.item = ast.DryRunSplitDml } - case 2663: + case 2665: { parser.yyVAL.item = ast.DryRunQuery } - case 2664: + case 2666: { parser.yyVAL.item = (*ast.ColumnName)(nil) } - case 2665: + case 2667: { parser.yyVAL.item = yyS[yypt-0].item.(*ast.ColumnName) } - case 2666: + case 2668: { parser.yyVAL.statement = &ast.OptimizeTableStmt{ Tables: yyS[yypt-0].item.([]*ast.TableName), NoWriteToBinLog: yyS[yypt-2].item.(bool), } } - case 2667: + case 2669: { parser.yyVAL.statement = &ast.KillStmt{ ConnectionID: getUint64FromNUM(yyS[yypt-0].item), TiDBExtension: yyS[yypt-1].item.(bool), } } - case 2668: + case 2670: { parser.yyVAL.statement = &ast.KillStmt{ ConnectionID: getUint64FromNUM(yyS[yypt-0].item), TiDBExtension: yyS[yypt-2].item.(bool), } } - case 2669: + case 2671: { parser.yyVAL.statement = &ast.KillStmt{ ConnectionID: getUint64FromNUM(yyS[yypt-0].item), @@ -23877,34 +23889,34 @@ yynewstate: TiDBExtension: yyS[yypt-2].item.(bool), } } - case 2670: + case 2672: { parser.yyVAL.statement = &ast.KillStmt{ TiDBExtension: yyS[yypt-1].item.(bool), Expr: yyS[yypt-0].expr, } } - case 2671: + case 2673: { parser.yyVAL.item = false } - case 2672: + case 2674: { parser.yyVAL.item = true } - case 2673: + case 2675: { parser.yyVAL.statement = &ast.LoadStatsStmt{ Path: yyS[yypt-0].ident, } } - case 2674: + case 2676: { parser.yyVAL.statement = &ast.LockStatsStmt{ Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 2675: + case 2677: { x := yyS[yypt-2].item.(*ast.TableName) x.PartitionNames = yyS[yypt-0].item.([]model.CIStr) @@ -23912,7 +23924,7 @@ yynewstate: Tables: []*ast.TableName{x}, } } - case 2676: + case 2678: { x := yyS[yypt-4].item.(*ast.TableName) x.PartitionNames = yyS[yypt-1].item.([]model.CIStr) @@ -23920,13 +23932,13 @@ yynewstate: Tables: []*ast.TableName{x}, } } - case 2677: + case 2679: { parser.yyVAL.statement = &ast.UnlockStatsStmt{ Tables: yyS[yypt-0].item.([]*ast.TableName), } } - case 2678: + case 2680: { x := yyS[yypt-2].item.(*ast.TableName) x.PartitionNames = yyS[yypt-0].item.([]model.CIStr) @@ -23934,7 +23946,7 @@ yynewstate: Tables: []*ast.TableName{x}, } } - case 2679: + case 2681: { x := yyS[yypt-4].item.(*ast.TableName) x.PartitionNames = yyS[yypt-1].item.([]model.CIStr) @@ -23942,14 +23954,14 @@ yynewstate: Tables: []*ast.TableName{x}, } } - case 2680: + case 2682: { parser.yyVAL.statement = &ast.DropPlacementPolicyStmt{ IfExists: yyS[yypt-1].item.(bool), PolicyName: model.NewCIStr(yyS[yypt-0].ident), } } - case 2681: + case 2683: { parser.yyVAL.statement = &ast.CreateResourceGroupStmt{ IfNotExists: yyS[yypt-2].item.(bool), @@ -23957,7 +23969,7 @@ yynewstate: ResourceGroupOptionList: yyS[yypt-0].item.([]*ast.ResourceGroupOption), } } - case 2682: + case 2684: { parser.yyVAL.statement = &ast.AlterResourceGroupStmt{ IfExists: yyS[yypt-2].item.(bool), @@ -23965,14 +23977,14 @@ yynewstate: ResourceGroupOptionList: yyS[yypt-0].item.([]*ast.ResourceGroupOption), } } - case 2683: + case 2685: { parser.yyVAL.statement = &ast.DropResourceGroupStmt{ IfExists: yyS[yypt-1].item.(bool), ResourceGroupName: model.NewCIStr(yyS[yypt-0].ident), } } - case 2684: + case 2686: { parser.yyVAL.statement = &ast.CreatePlacementPolicyStmt{ OrReplace: yyS[yypt-5].item.(bool), @@ -23981,7 +23993,7 @@ yynewstate: PlacementOptions: yyS[yypt-0].item.([]*ast.PlacementOption), } } - case 2685: + case 2687: { parser.yyVAL.statement = &ast.AlterPlacementPolicyStmt{ IfExists: yyS[yypt-2].item.(bool), @@ -23989,7 +24001,7 @@ yynewstate: PlacementOptions: yyS[yypt-0].item.([]*ast.PlacementOption), } } - case 2686: + case 2688: { parser.yyVAL.statement = &ast.CreateSequenceStmt{ IfNotExists: yyS[yypt-3].item.(bool), @@ -23998,87 +24010,87 @@ yynewstate: TblOptions: yyS[yypt-0].item.([]*ast.TableOption), } } - case 2687: + case 2689: { parser.yyVAL.item = []*ast.SequenceOption{} } - case 2689: + case 2691: { parser.yyVAL.item = []*ast.SequenceOption{yyS[yypt-0].item.(*ast.SequenceOption)} } - case 2690: + case 2692: { parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.SequenceOption), yyS[yypt-0].item.(*ast.SequenceOption)) } - case 2691: + case 2693: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceOptionIncrementBy, IntValue: yyS[yypt-0].item.(int64)} } - case 2692: + case 2694: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceOptionIncrementBy, IntValue: yyS[yypt-0].item.(int64)} } - case 2693: + case 2695: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceStartWith, IntValue: yyS[yypt-0].item.(int64)} } - case 2694: + case 2696: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceStartWith, IntValue: yyS[yypt-0].item.(int64)} } - case 2695: + case 2697: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceMinValue, IntValue: yyS[yypt-0].item.(int64)} } - case 2696: + case 2698: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoMinValue} } - case 2697: + case 2699: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoMinValue} } - case 2698: + case 2700: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceMaxValue, IntValue: yyS[yypt-0].item.(int64)} } - case 2699: + case 2701: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoMaxValue} } - case 2700: + case 2702: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoMaxValue} } - case 2701: + case 2703: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceCache, IntValue: yyS[yypt-0].item.(int64)} } - case 2702: + case 2704: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoCache} } - case 2703: + case 2705: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoCache} } - case 2704: + case 2706: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceCycle} } - case 2705: + case 2707: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoCycle} } - case 2706: + case 2708: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceNoCycle} } - case 2708: + case 2710: { parser.yyVAL.item = yyS[yypt-0].item } - case 2709: + case 2711: { unsigned_num := getUint64FromNUM(yyS[yypt-0].item) if unsigned_num > 9223372036854775808 { @@ -24091,14 +24103,14 @@ yynewstate: parser.yyVAL.item = -int64(unsigned_num) } } - case 2710: + case 2712: { parser.yyVAL.statement = &ast.DropSequenceStmt{ IfExists: yyS[yypt-1].item.(bool), Sequences: yyS[yypt-0].item.([]*ast.TableName), } } - case 2711: + case 2713: { parser.yyVAL.statement = &ast.AlterSequenceStmt{ IfExists: yyS[yypt-2].item.(bool), @@ -24106,27 +24118,27 @@ yynewstate: SeqOptions: yyS[yypt-0].item.([]*ast.SequenceOption), } } - case 2712: + case 2714: { parser.yyVAL.item = []*ast.SequenceOption{yyS[yypt-0].item.(*ast.SequenceOption)} } - case 2713: + case 2715: { parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.SequenceOption), yyS[yypt-0].item.(*ast.SequenceOption)) } - case 2715: + case 2717: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceRestart} } - case 2716: + case 2718: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceRestartWith, IntValue: yyS[yypt-0].item.(int64)} } - case 2717: + case 2719: { parser.yyVAL.item = &ast.SequenceOption{Tp: ast.SequenceRestartWith, IntValue: yyS[yypt-0].item.(int64)} } - case 2718: + case 2720: { x := &ast.IndexAdviseStmt{ Path: yyS[yypt-3].ident, @@ -24143,42 +24155,42 @@ yynewstate: } parser.yyVAL.statement = x } - case 2719: + case 2721: { parser.yyVAL.item = uint64(ast.UnspecifiedSize) } - case 2720: + case 2722: { parser.yyVAL.item = getUint64FromNUM(yyS[yypt-0].item) } - case 2721: + case 2723: { parser.yyVAL.item = nil } - case 2722: + case 2724: { parser.yyVAL.item = &ast.MaxIndexNumClause{ PerTable: yyS[yypt-1].item.(uint64), PerDB: yyS[yypt-0].item.(uint64), } } - case 2723: + case 2725: { parser.yyVAL.item = uint64(ast.UnspecifiedSize) } - case 2724: + case 2726: { parser.yyVAL.item = getUint64FromNUM(yyS[yypt-0].item) } - case 2725: + case 2727: { parser.yyVAL.item = uint64(ast.UnspecifiedSize) } - case 2726: + case 2728: { parser.yyVAL.item = getUint64FromNUM(yyS[yypt-0].item) } - case 2727: + case 2729: { // Parse it but will ignore it switch yyS[yypt-0].ident { @@ -24193,19 +24205,19 @@ yynewstate: } parser.yyVAL.ident = yyS[yypt-0].ident } - case 2728: + case 2730: { parser.yyVAL.item = append([]*ast.RowExpr{}, yyS[yypt-0].item.(*ast.RowExpr)) } - case 2729: + case 2731: { parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.RowExpr), yyS[yypt-0].item.(*ast.RowExpr)) } - case 2730: + case 2732: { parser.yyVAL.item = &ast.RowExpr{Values: yyS[yypt-0].item.([]ast.ExprNode)} } - case 2731: + case 2733: { x := &ast.PlanReplayerStmt{ Stmt: yyS[yypt-0].statement, @@ -24224,7 +24236,7 @@ yynewstate: parser.yyVAL.statement = x } - case 2732: + case 2734: { x := &ast.PlanReplayerStmt{ Stmt: yyS[yypt-0].statement, @@ -24243,7 +24255,7 @@ yynewstate: parser.yyVAL.statement = x } - case 2733: + case 2735: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24266,7 +24278,7 @@ yynewstate: parser.yyVAL.statement = x } - case 2734: + case 2736: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24289,7 +24301,7 @@ yynewstate: parser.yyVAL.statement = x } - case 2735: + case 2737: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24302,7 +24314,7 @@ yynewstate: } parser.yyVAL.statement = x } - case 2736: + case 2738: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24315,7 +24327,7 @@ yynewstate: } parser.yyVAL.statement = x } - case 2737: + case 2739: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24329,7 +24341,7 @@ yynewstate: parser.yyVAL.statement = x } - case 2738: + case 2740: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24344,7 +24356,7 @@ yynewstate: parser.yyVAL.statement = x } - case 2739: + case 2741: { x := &ast.PlanReplayerStmt{ Stmt: nil, @@ -24359,33 +24371,33 @@ yynewstate: parser.yyVAL.statement = x } - case 2740: + case 2742: { parser.yyVAL.item = nil } - case 2741: + case 2743: { parser.yyVAL.item = yyS[yypt-0].item.(*ast.AsOfClause) } - case 2742: + case 2744: { parser.yyVAL.item = []*ast.StoreParameter{} } - case 2743: + case 2745: { parser.yyVAL.item = yyS[yypt-0].item } - case 2744: + case 2746: { l := yyS[yypt-2].item.([]*ast.StoreParameter) l = append(l, yyS[yypt-0].item.(*ast.StoreParameter)) parser.yyVAL.item = l } - case 2745: + case 2747: { parser.yyVAL.item = []*ast.StoreParameter{yyS[yypt-0].item.(*ast.StoreParameter)} } - case 2746: + case 2748: { x := &ast.StoreParameter{ Paramstatus: yyS[yypt-2].item.(int), @@ -24394,23 +24406,23 @@ yynewstate: } parser.yyVAL.item = x } - case 2747: + case 2749: { parser.yyVAL.item = ast.MODE_IN } - case 2748: + case 2750: { parser.yyVAL.item = ast.MODE_IN } - case 2749: + case 2751: { parser.yyVAL.item = ast.MODE_OUT } - case 2750: + case 2752: { parser.yyVAL.item = ast.MODE_INOUT } - case 2753: + case 2755: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -24423,7 +24435,7 @@ yynewstate: } parser.yyVAL.statement = sel } - case 2768: + case 2770: { var sel ast.StmtNode switch x := yyS[yypt-0].expr.(*ast.SubqueryExpr).Query.(type) { @@ -24436,29 +24448,29 @@ yynewstate: } parser.yyVAL.statement = sel } - case 2770: + case 2772: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2771: + case 2773: { parser.yyVAL.item = []string{strings.ToLower(yyS[yypt-0].ident)} } - case 2772: + case 2774: { l := yyS[yypt-2].item.([]string) l = append(l, strings.ToLower(yyS[yypt-0].ident)) parser.yyVAL.item = l } - case 2773: + case 2775: { parser.yyVAL.item = nil } - case 2774: + case 2776: { parser.yyVAL.item = yyS[yypt-0].expr } - case 2775: + case 2777: { x := &ast.ProcedureDecl{ DeclNames: yyS[yypt-2].item.([]string), @@ -24469,7 +24481,7 @@ yynewstate: } parser.yyVAL.item = x } - case 2776: + case 2778: { name := strings.ToLower(yyS[yypt-3].ident) parser.yyVAL.item = &ast.ProcedureCursor{ @@ -24477,7 +24489,7 @@ yynewstate: Selectstring: yyS[yypt-0].statement.(ast.StmtNode), } } - case 2777: + case 2779: { parser.yyVAL.item = &ast.ProcedureErrorControl{ ControlHandle: yyS[yypt-4].item.(int), @@ -24485,66 +24497,66 @@ yynewstate: Operate: yyS[yypt-0].statement.(ast.StmtNode), } } - case 2778: + case 2780: { parser.yyVAL.item = ast.PROCEDUR_CONTINUE } - case 2779: + case 2781: { parser.yyVAL.item = ast.PROCEDUR_EXIT } - case 2780: + case 2782: { parser.yyVAL.item = []ast.ErrNode{yyS[yypt-0].statement.(ast.ErrNode)} } - case 2781: + case 2783: { l := yyS[yypt-2].item.([]ast.ErrNode) l = append(l, yyS[yypt-0].statement.(ast.ErrNode)) parser.yyVAL.item = l } - case 2782: + case 2784: { parser.yyVAL.statement = yyS[yypt-0].statement.(ast.ErrNode) } - case 2783: + case 2785: { parser.yyVAL.statement = &ast.ProcedureErrorCon{ ErrorCon: ast.PROCEDUR_SQLWARNING, } } - case 2784: + case 2786: { parser.yyVAL.statement = &ast.ProcedureErrorCon{ ErrorCon: ast.PROCEDUR_NOT_FOUND, } } - case 2785: + case 2787: { parser.yyVAL.statement = &ast.ProcedureErrorCon{ ErrorCon: ast.PROCEDUR_SQLEXCEPTION, } } - case 2786: + case 2788: { parser.yyVAL.statement = &ast.ProcedureErrorVal{ ErrorNum: getUint64FromNUM(yyS[yypt-0].item), } } - case 2787: + case 2789: { parser.yyVAL.statement = &ast.ProcedureErrorState{ CodeStatus: yyS[yypt-0].ident, } } - case 2790: + case 2792: { name := strings.ToLower(yyS[yypt-0].ident) parser.yyVAL.statement = &ast.ProcedureOpenCur{ CurName: name, } } - case 2791: + case 2793: { name := strings.ToLower(yyS[yypt-2].ident) parser.yyVAL.statement = &ast.ProcedureFetchInto{ @@ -24552,62 +24564,62 @@ yynewstate: Variables: yyS[yypt-0].item.([]string), } } - case 2792: + case 2794: { name := strings.ToLower(yyS[yypt-0].ident) parser.yyVAL.statement = &ast.ProcedureCloseCur{ CurName: name, } } - case 2796: + case 2798: { parser.yyVAL.item = []string{strings.ToLower(yyS[yypt-0].ident)} } - case 2797: + case 2799: { l := yyS[yypt-2].item.([]string) l = append(l, strings.ToLower(yyS[yypt-0].ident)) parser.yyVAL.item = l } - case 2798: + case 2800: { parser.yyVAL.item = []ast.DeclNode{} } - case 2799: + case 2801: { parser.yyVAL.item = yyS[yypt-0].item } - case 2800: + case 2802: { parser.yyVAL.item = []ast.DeclNode{yyS[yypt-1].item.(ast.DeclNode)} } - case 2801: + case 2803: { l := yyS[yypt-2].item.([]ast.DeclNode) l = append(l, yyS[yypt-1].item.(ast.DeclNode)) parser.yyVAL.item = l } - case 2802: + case 2804: { parser.yyVAL.item = []ast.StmtNode{} } - case 2803: + case 2805: { l := yyS[yypt-2].item.([]ast.StmtNode) l = append(l, yyS[yypt-1].statement.(ast.StmtNode)) parser.yyVAL.item = l } - case 2804: + case 2806: { parser.yyVAL.item = []ast.StmtNode{yyS[yypt-1].statement.(ast.StmtNode)} } - case 2805: + case 2807: { l := yyS[yypt-2].item.([]ast.StmtNode) l = append(l, yyS[yypt-1].statement.(ast.StmtNode)) parser.yyVAL.item = l } - case 2806: + case 2808: { x := &ast.ProcedureBlock{ ProcedureVars: yyS[yypt-2].item.([]ast.DeclNode), @@ -24615,13 +24627,13 @@ yynewstate: } parser.yyVAL.statement = x } - case 2807: + case 2809: { parser.yyVAL.statement = &ast.ProcedureIfInfo{ IfBody: yyS[yypt-2].statement.(*ast.ProcedureIfBlock), } } - case 2808: + case 2810: { ifBlock := &ast.ProcedureIfBlock{ IfExpr: yyS[yypt-3].expr.(ast.ExprNode), @@ -24632,73 +24644,73 @@ yynewstate: } parser.yyVAL.statement = ifBlock } - case 2809: + case 2811: { parser.yyVAL.statement = nil } - case 2810: + case 2812: { parser.yyVAL.statement = &ast.ProcedureElseIfBlock{ ProcedureIfStmt: yyS[yypt-0].statement.(*ast.ProcedureIfBlock), } } - case 2811: + case 2813: { parser.yyVAL.statement = &ast.ProcedureElseBlock{ ProcedureIfStmts: yyS[yypt-0].item.([]ast.StmtNode), } } - case 2812: + case 2814: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2813: + case 2815: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2814: + case 2816: { parser.yyVAL.item = []*ast.SimpleWhenThenStmt{yyS[yypt-0].statement.(*ast.SimpleWhenThenStmt)} } - case 2815: + case 2817: { l := yyS[yypt-1].item.([]*ast.SimpleWhenThenStmt) l = append(l, yyS[yypt-0].statement.(*ast.SimpleWhenThenStmt)) parser.yyVAL.item = l } - case 2816: + case 2818: { parser.yyVAL.item = []*ast.SearchWhenThenStmt{yyS[yypt-0].statement.(*ast.SearchWhenThenStmt)} } - case 2817: + case 2819: { l := yyS[yypt-1].item.([]*ast.SearchWhenThenStmt) l = append(l, yyS[yypt-0].statement.(*ast.SearchWhenThenStmt)) parser.yyVAL.item = l } - case 2818: + case 2820: { parser.yyVAL.statement = &ast.SimpleWhenThenStmt{ Expr: yyS[yypt-2].expr.(ast.ExprNode), ProcedureStmts: yyS[yypt-0].item.([]ast.StmtNode), } } - case 2819: + case 2821: { parser.yyVAL.statement = &ast.SearchWhenThenStmt{ Expr: yyS[yypt-2].expr.(ast.ExprNode), ProcedureStmts: yyS[yypt-0].item.([]ast.StmtNode), } } - case 2820: + case 2822: { parser.yyVAL.item = nil } - case 2821: + case 2823: { parser.yyVAL.item = yyS[yypt-0].item.([]ast.StmtNode) } - case 2822: + case 2824: { caseStmt := &ast.SimpleCaseStmt{ Condition: yyS[yypt-4].expr.(ast.ExprNode), @@ -24709,7 +24721,7 @@ yynewstate: } parser.yyVAL.statement = caseStmt } - case 2823: + case 2825: { caseStmt := &ast.SearchCaseStmt{ WhenCases: yyS[yypt-3].item.([]*ast.SearchWhenThenStmt), @@ -24719,25 +24731,25 @@ yynewstate: } parser.yyVAL.statement = caseStmt } - case 2824: + case 2826: { parser.yyVAL.statement = yyS[yypt-0].statement } - case 2825: + case 2827: { parser.yyVAL.statement = &ast.ProcedureWhileStmt{ Condition: yyS[yypt-4].expr.(ast.ExprNode), Body: yyS[yypt-2].item.([]ast.StmtNode), } } - case 2826: + case 2828: { parser.yyVAL.statement = &ast.ProcedureRepeatStmt{ Body: yyS[yypt-4].item.([]ast.StmtNode), Condition: yyS[yypt-2].expr.(ast.ExprNode), } } - case 2827: + case 2829: { labelBlock := &ast.ProcedureLabelBlock{ LabelName: yyS[yypt-3].ident, @@ -24749,15 +24761,15 @@ yynewstate: } parser.yyVAL.statement = labelBlock } - case 2828: + case 2830: { parser.yyVAL.ident = "" } - case 2829: + case 2831: { parser.yyVAL.ident = yyS[yypt-0].ident } - case 2830: + case 2832: { labelLoop := &ast.ProcedureLabelLoop{ LabelName: yyS[yypt-3].ident, @@ -24769,21 +24781,21 @@ yynewstate: } parser.yyVAL.statement = labelLoop } - case 2831: + case 2833: { parser.yyVAL.statement = &ast.ProcedureJump{ Name: yyS[yypt-0].ident, IsLeave: false, } } - case 2832: + case 2834: { parser.yyVAL.statement = &ast.ProcedureJump{ Name: yyS[yypt-0].ident, IsLeave: true, } } - case 2845: + case 2847: { x := &ast.ProcedureInfo{ IfNotExists: yyS[yypt-5].item.(bool), @@ -24802,38 +24814,38 @@ yynewstate: x.ProcedureParamStr = strings.TrimSpace(parser.src[startOffset:endOffset]) parser.yyVAL.statement = x } - case 2846: + case 2848: { parser.yyVAL.statement = &ast.DropProcedureStmt{ IfExists: yyS[yypt-1].item.(bool), ProcedureName: yyS[yypt-0].item.(*ast.TableName), } } - case 2847: + case 2849: { parser.yyVAL.statement = yyS[yypt-0].item.(*ast.CalibrateResourceStmt) } - case 2848: + case 2850: { parser.yyVAL.item = &ast.CalibrateResourceStmt{} } - case 2849: + case 2851: { parser.yyVAL.item = &ast.CalibrateResourceStmt{ DynamicCalibrateResourceOptionList: yyS[yypt-0].item.([]*ast.DynamicCalibrateResourceOption), } } - case 2850: + case 2852: { parser.yyVAL.item = &ast.CalibrateResourceStmt{ Tp: yyS[yypt-0].item.(ast.CalibrateResourceType), } } - case 2851: + case 2853: { parser.yyVAL.item = []*ast.DynamicCalibrateResourceOption{yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption)} } - case 2852: + case 2854: { if yyS[yypt-1].item.([]*ast.DynamicCalibrateResourceOption)[0].Tp == yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption).Tp || (len(yyS[yypt-1].item.([]*ast.DynamicCalibrateResourceOption)) > 1 && yyS[yypt-1].item.([]*ast.DynamicCalibrateResourceOption)[1].Tp == yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption).Tp) { @@ -24842,7 +24854,7 @@ yynewstate: } parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.DynamicCalibrateResourceOption), yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption)) } - case 2853: + case 2855: { if yyS[yypt-2].item.([]*ast.DynamicCalibrateResourceOption)[0].Tp == yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption).Tp || (len(yyS[yypt-2].item.([]*ast.DynamicCalibrateResourceOption)) > 1 && yyS[yypt-2].item.([]*ast.DynamicCalibrateResourceOption)[1].Tp == yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption).Tp) { @@ -24851,15 +24863,15 @@ yynewstate: } parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.DynamicCalibrateResourceOption), yyS[yypt-0].item.(*ast.DynamicCalibrateResourceOption)) } - case 2854: + case 2856: { parser.yyVAL.item = &ast.DynamicCalibrateResourceOption{Tp: ast.CalibrateStartTime, Ts: yyS[yypt-0].expr.(ast.ExprNode)} } - case 2855: + case 2857: { parser.yyVAL.item = &ast.DynamicCalibrateResourceOption{Tp: ast.CalibrateEndTime, Ts: yyS[yypt-0].expr.(ast.ExprNode)} } - case 2856: + case 2858: { _, err := duration.ParseDuration(yyS[yypt-0].ident) if err != nil { @@ -24868,41 +24880,41 @@ yynewstate: } parser.yyVAL.item = &ast.DynamicCalibrateResourceOption{Tp: ast.CalibrateDuration, StrValue: yyS[yypt-0].ident} } - case 2857: + case 2859: { parser.yyVAL.item = &ast.DynamicCalibrateResourceOption{Tp: ast.CalibrateDuration, Ts: yyS[yypt-1].expr.(ast.ExprNode), Unit: yyS[yypt-0].item.(ast.TimeUnitType)} } - case 2858: + case 2860: { parser.yyVAL.item = ast.TPCC } - case 2859: + case 2861: { parser.yyVAL.item = ast.OLTPREADWRITE } - case 2860: + case 2862: { parser.yyVAL.item = ast.OLTPREADONLY } - case 2861: + case 2863: { parser.yyVAL.item = ast.OLTPWRITEONLY } - case 2862: + case 2864: { parser.yyVAL.item = ast.TPCH10 } - case 2863: + case 2865: { parser.yyVAL.statement = &ast.AddQueryWatchStmt{ QueryWatchOptionList: yyS[yypt-0].item.([]*ast.QueryWatchOption), } } - case 2864: + case 2866: { parser.yyVAL.item = []*ast.QueryWatchOption{yyS[yypt-0].item.(*ast.QueryWatchOption)} } - case 2865: + case 2867: { if !ast.CheckQueryWatchAppend(yyS[yypt-1].item.([]*ast.QueryWatchOption), yyS[yypt-0].item.(*ast.QueryWatchOption)) { yylex.AppendError(yylex.Errorf("Dupliated options specified")) @@ -24910,7 +24922,7 @@ yynewstate: } parser.yyVAL.item = append(yyS[yypt-1].item.([]*ast.QueryWatchOption), yyS[yypt-0].item.(*ast.QueryWatchOption)) } - case 2866: + case 2868: { if !ast.CheckQueryWatchAppend(yyS[yypt-2].item.([]*ast.QueryWatchOption), yyS[yypt-0].item.(*ast.QueryWatchOption)) { yylex.AppendError(yylex.Errorf("Dupliated options specified")) @@ -24918,35 +24930,35 @@ yynewstate: } parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.QueryWatchOption), yyS[yypt-0].item.(*ast.QueryWatchOption)) } - case 2867: + case 2869: { parser.yyVAL.item = &ast.QueryWatchOption{Tp: ast.QueryWatchResourceGroup, StrValue: model.NewCIStr(yyS[yypt-0].ident)} } - case 2868: + case 2870: { parser.yyVAL.item = &ast.QueryWatchOption{Tp: ast.QueryWatchResourceGroup, ExprValue: yyS[yypt-0].expr} } - case 2869: + case 2871: { parser.yyVAL.item = &ast.QueryWatchOption{Tp: ast.QueryWatchAction, IntValue: yyS[yypt-0].item.(int32)} } - case 2870: + case 2872: { parser.yyVAL.item = yyS[yypt-0].item.(*ast.QueryWatchOption) } - case 2871: + case 2873: { parser.yyVAL.item = &ast.QueryWatchOption{Tp: ast.QueryWatchType, IntValue: int32(model.WatchSimilar), ExprValue: yyS[yypt-0].expr} } - case 2872: + case 2874: { parser.yyVAL.item = &ast.QueryWatchOption{Tp: ast.QueryWatchType, IntValue: int32(model.WatchPlan), ExprValue: yyS[yypt-0].expr} } - case 2873: + case 2875: { parser.yyVAL.item = &ast.QueryWatchOption{Tp: ast.QueryWatchType, IntValue: yyS[yypt-2].item.(int32), ExprValue: yyS[yypt-0].expr, BoolValue: true} } - case 2874: + case 2876: { parser.yyVAL.statement = &ast.DropQueryWatchStmt{ IntValue: yyS[yypt-0].item.(int64), diff --git a/pkg/parser/parser.y b/pkg/parser/parser.y index 03d8ea7b6763d..0efda89ec6e42 100644 --- a/pkg/parser/parser.y +++ b/pkg/parser/parser.y @@ -931,6 +931,7 @@ import ( NowSymOptionFraction "NowSym with optional fraction part" NowSymOptionFractionParentheses "NowSym with optional fraction part within potential parentheses" CharsetNameOrDefault "Character set name or default" + NextValueForSequenceParentheses "Default nextval expression within potential parentheses" NextValueForSequence "Default nextval expression" BuiltinFunction "Default builtin functions for columns" FunctionNameSequence "Function with sequence function call" @@ -3937,7 +3938,7 @@ ReferOpt: DefaultValueExpr: NowSymOptionFractionParentheses | SignedLiteral -| NextValueForSequence +| NextValueForSequenceParentheses | BuiltinFunction BuiltinFunction: @@ -3995,6 +3996,13 @@ NowSymOptionFraction: $$ = &ast.FuncCallExpr{FnName: model.NewCIStr("CURRENT_DATE")} } +NextValueForSequenceParentheses: + '(' NextValueForSequenceParentheses ')' + { + $$ = $2.(*ast.FuncCallExpr) + } +| NextValueForSequence + NextValueForSequence: "NEXT" "VALUE" forKwd TableName { diff --git a/pkg/parser/parser_test.go b/pkg/parser/parser_test.go index eb088353008e5..9a712ae5cdc7a 100644 --- a/pkg/parser/parser_test.go +++ b/pkg/parser/parser_test.go @@ -2936,32 +2936,32 @@ func TestDDL(t *testing.T) { {"CREATE TABLE followers ( f1 int NOT NULL REFERENCES user_profiles (uid) );", true, "CREATE TABLE `followers` (`f1` INT NOT NULL REFERENCES `user_profiles`(`uid`))"}, // For column default expression - {"create table t (a int default rand())", true, "CREATE TABLE `t` (`a` INT DEFAULT RAND())"}, - {"create table t (a int default rand(1))", true, "CREATE TABLE `t` (`a` INT DEFAULT RAND(1))"}, - {"create table t (a int default (rand()))", true, "CREATE TABLE `t` (`a` INT DEFAULT RAND())"}, - {"create table t (a int default (rand(1)))", true, "CREATE TABLE `t` (`a` INT DEFAULT RAND(1))"}, - {"create table t (a int default (((rand()))))", true, "CREATE TABLE `t` (`a` INT DEFAULT RAND())"}, - {"create table t (a int default (((rand(1)))))", true, "CREATE TABLE `t` (`a` INT DEFAULT RAND(1))"}, - {"create table t (d date default current_date())", true, "CREATE TABLE `t` (`d` DATE DEFAULT CURRENT_DATE())"}, - {"create table t (d date default current_date)", true, "CREATE TABLE `t` (`d` DATE DEFAULT CURRENT_DATE())"}, - {"create table t (d date default (current_date()))", true, "CREATE TABLE `t` (`d` DATE DEFAULT CURRENT_DATE())"}, - {"create table t (d date default (curdate()))", true, "CREATE TABLE `t` (`d` DATE DEFAULT CURRENT_DATE())"}, - {"create table t (d date default curdate())", true, "CREATE TABLE `t` (`d` DATE DEFAULT CURRENT_DATE())"}, - {"create table t (d date default current_date())", true, "CREATE TABLE `t` (`d` DATE DEFAULT CURRENT_DATE())"}, - {"create table t (d date default date_format(now(),'%Y-%m'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m'))"}, - {"create table t (d date default (date_format(now(),'%Y-%m')))", true, "CREATE TABLE `t` (`d` DATE DEFAULT DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m'))"}, - {"create table t (d date default date_format(now(),'%Y-%m-%d'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m-%d'))"}, - {"create table t (d date default date_format(now(),'%Y-%m-%d %H.%i.%s'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m-%d %H.%i.%s'))"}, - {"create table t (d date default date_format(now(),'%Y-%m-%d %H:%i:%s'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m-%d %H:%i:%s'))"}, - {"create table t (d date default date_format(now(),'%b %d %Y %h:%i %p'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT DATE_FORMAT(NOW(), _UTF8MB4'%b %d %Y %h:%i %p'))"}, - {"create table t (a varchar(32) default (replace(upper(uuid()), '-', '')))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT REPLACE(UPPER(UUID()), _UTF8MB4'-', _UTF8MB4''))"}, - {"create table t (a varchar(32) default replace(upper(uuid()), '-', ''))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT REPLACE(UPPER(UUID()), _UTF8MB4'-', _UTF8MB4''))"}, - {"create table t (a varchar(32) default (replace(convert(upper(uuid()) using utf8mb4), '-', '')))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT REPLACE(CONVERT(UPPER(UUID()) USING 'utf8mb4'), _UTF8MB4'-', _UTF8MB4''))"}, - {"create table t (a varchar(32) default replace(convert(upper(uuid()) using utf8mb4), '-', ''))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT REPLACE(CONVERT(UPPER(UUID()) USING 'utf8mb4'), _UTF8MB4'-', _UTF8MB4''))"}, - {"create table t (a int default upper(substring_index(user(),'@',1)))", true, "CREATE TABLE `t` (`a` INT DEFAULT UPPER(SUBSTRING_INDEX(USER(), _UTF8MB4'@', 1)))"}, - {"create table t (a int default (upper(substring_index(user(),'@',1))))", true, "CREATE TABLE `t` (`a` INT DEFAULT UPPER(SUBSTRING_INDEX(USER(), _UTF8MB4'@', 1)))"}, - {"create table t (a varchar(32) default (str_to_date('1980-01-01','%Y-%m-%d')))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT STR_TO_DATE(_UTF8MB4'1980-01-01', _UTF8MB4'%Y-%m-%d'))"}, - {"create table t (a varchar(32) default str_to_date('1980-01-01','%Y-%m-%d'))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT STR_TO_DATE(_UTF8MB4'1980-01-01', _UTF8MB4'%Y-%m-%d'))"}, + {"create table t (a int default rand())", true, "CREATE TABLE `t` (`a` INT DEFAULT (RAND()))"}, + {"create table t (a int default rand(1))", true, "CREATE TABLE `t` (`a` INT DEFAULT (RAND(1)))"}, + {"create table t (a int default (rand()))", true, "CREATE TABLE `t` (`a` INT DEFAULT (RAND()))"}, + {"create table t (a int default (rand(1)))", true, "CREATE TABLE `t` (`a` INT DEFAULT (RAND(1)))"}, + {"create table t (a int default (((rand()))))", true, "CREATE TABLE `t` (`a` INT DEFAULT (RAND()))"}, + {"create table t (a int default (((rand(1)))))", true, "CREATE TABLE `t` (`a` INT DEFAULT (RAND(1)))"}, + {"create table t (d date default current_date())", true, "CREATE TABLE `t` (`d` DATE DEFAULT (CURRENT_DATE()))"}, + {"create table t (d date default current_date)", true, "CREATE TABLE `t` (`d` DATE DEFAULT (CURRENT_DATE()))"}, + {"create table t (d date default (current_date()))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (CURRENT_DATE()))"}, + {"create table t (d date default (curdate()))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (CURRENT_DATE()))"}, + {"create table t (d date default curdate())", true, "CREATE TABLE `t` (`d` DATE DEFAULT (CURRENT_DATE()))"}, + {"create table t (d date default current_date())", true, "CREATE TABLE `t` (`d` DATE DEFAULT (CURRENT_DATE()))"}, + {"create table t (d date default date_format(now(),'%Y-%m'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m')))"}, + {"create table t (d date default (date_format(now(),'%Y-%m')))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m')))"}, + {"create table t (d date default date_format(now(),'%Y-%m-%d'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m-%d')))"}, + {"create table t (d date default date_format(now(),'%Y-%m-%d %H.%i.%s'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m-%d %H.%i.%s')))"}, + {"create table t (d date default date_format(now(),'%Y-%m-%d %H:%i:%s'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (DATE_FORMAT(NOW(), _UTF8MB4'%Y-%m-%d %H:%i:%s')))"}, + {"create table t (d date default date_format(now(),'%b %d %Y %h:%i %p'))", true, "CREATE TABLE `t` (`d` DATE DEFAULT (DATE_FORMAT(NOW(), _UTF8MB4'%b %d %Y %h:%i %p')))"}, + {"create table t (a varchar(32) default (replace(upper(uuid()), '-', '')))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT (REPLACE(UPPER(UUID()), _UTF8MB4'-', _UTF8MB4'')))"}, + {"create table t (a varchar(32) default replace(upper(uuid()), '-', ''))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT (REPLACE(UPPER(UUID()), _UTF8MB4'-', _UTF8MB4'')))"}, + {"create table t (a varchar(32) default (replace(convert(upper(uuid()) using utf8mb4), '-', '')))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT (REPLACE(CONVERT(UPPER(UUID()) USING 'utf8mb4'), _UTF8MB4'-', _UTF8MB4'')))"}, + {"create table t (a varchar(32) default replace(convert(upper(uuid()) using utf8mb4), '-', ''))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT (REPLACE(CONVERT(UPPER(UUID()) USING 'utf8mb4'), _UTF8MB4'-', _UTF8MB4'')))"}, + {"create table t (a int default upper(substring_index(user(),'@',1)))", true, "CREATE TABLE `t` (`a` INT DEFAULT (UPPER(SUBSTRING_INDEX(USER(), _UTF8MB4'@', 1))))"}, + {"create table t (a int default (upper(substring_index(user(),'@',1))))", true, "CREATE TABLE `t` (`a` INT DEFAULT (UPPER(SUBSTRING_INDEX(USER(), _UTF8MB4'@', 1))))"}, + {"create table t (a varchar(32) default (str_to_date('1980-01-01','%Y-%m-%d')))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT (STR_TO_DATE(_UTF8MB4'1980-01-01', _UTF8MB4'%Y-%m-%d')))"}, + {"create table t (a varchar(32) default str_to_date('1980-01-01','%Y-%m-%d'))", true, "CREATE TABLE `t` (`a` VARCHAR(32) DEFAULT (STR_TO_DATE(_UTF8MB4'1980-01-01', _UTF8MB4'%Y-%m-%d')))"}, // For table option `ENCRYPTION` {"create table t (a int) encryption = 'n';", true, "CREATE TABLE `t` (`a` INT) ENCRYPTION = 'n'"}, diff --git a/pkg/planner/core/BUILD.bazel b/pkg/planner/core/BUILD.bazel index e76a8a58b7d92..6db508cbe175f 100644 --- a/pkg/planner/core/BUILD.bazel +++ b/pkg/planner/core/BUILD.bazel @@ -6,6 +6,7 @@ go_library( "access_object.go", "collect_column_stats_usage.go", "common_plans.go", + "core_init.go", "debugtrace.go", "encode.go", "exhaust_physical_plans.go", @@ -15,7 +16,6 @@ go_library( "flat_plan.go", "foreign_key.go", "fragment.go", - "handle_cols.go", "hashcode.go", "hint_utils.go", "indexmerge_path.go", @@ -33,6 +33,7 @@ go_library( "plan_cache.go", "plan_cache_lru.go", "plan_cache_param.go", + "plan_cache_rebuild.go", "plan_cache_utils.go", "plan_cacheable_checker.go", "plan_cost_detail.go", @@ -114,6 +115,7 @@ go_library( "//pkg/planner/cardinality", "//pkg/planner/context", "//pkg/planner/core/base", + "//pkg/planner/core/cost", "//pkg/planner/core/metrics", "//pkg/planner/core/operator/baseimpl", "//pkg/planner/funcdep", @@ -124,6 +126,8 @@ go_library( "//pkg/planner/util/debugtrace", "//pkg/planner/util/fixcontrol", "//pkg/planner/util/optimizetrace", + "//pkg/planner/util/tablesampler", + "//pkg/planner/util/utilfuncp", "//pkg/privilege", "//pkg/sessionctx", "//pkg/sessionctx/stmtctx", @@ -231,6 +235,7 @@ go_test( "rule_join_reorder_dp_test.go", "runtime_filter_generator_test.go", "stringer_test.go", + "util_test.go", ], data = glob(["testdata/**"]), embed = [":core"], diff --git a/pkg/planner/core/access_object.go b/pkg/planner/core/access_object.go index 806d0a672dbaa..d1cb8a242aa97 100644 --- a/pkg/planner/core/access_object.go +++ b/pkg/planner/core/access_object.go @@ -458,36 +458,27 @@ func (p *PhysicalTableReader) accessObject(sctx base.PlanContext) base.AccessObj return res } -func (p *PhysicalIndexReader) accessObject(sctx base.PlanContext) base.AccessObject { +func getAccessObjectFromIndexScan(sctx base.PlanContext, is *PhysicalIndexScan, p *PhysPlanPartInfo) base.AccessObject { if !sctx.GetSessionVars().StmtCtx.UseDynamicPartitionPrune() { return DynamicPartitionAccessObjects(nil) } - is := p.IndexPlans[0].(*PhysicalIndexScan) asName := "" if is.TableAsName != nil && len(is.TableAsName.O) > 0 { asName = is.TableAsName.O } - res := getDynamicAccessPartition(sctx, is.Table, &p.PlanPartInfo, asName) + res := getDynamicAccessPartition(sctx, is.Table, p, asName) if res == nil { return DynamicPartitionAccessObjects(nil) } return DynamicPartitionAccessObjects{res} } +func (p *PhysicalIndexReader) accessObject(sctx base.PlanContext) base.AccessObject { + return getAccessObjectFromIndexScan(sctx, p.IndexPlans[0].(*PhysicalIndexScan), &p.PlanPartInfo) +} + func (p *PhysicalIndexLookUpReader) accessObject(sctx base.PlanContext) base.AccessObject { - if !sctx.GetSessionVars().StmtCtx.UseDynamicPartitionPrune() { - return DynamicPartitionAccessObjects(nil) - } - ts := p.TablePlans[0].(*PhysicalTableScan) - asName := "" - if ts.TableAsName != nil && len(ts.TableAsName.O) > 0 { - asName = ts.TableAsName.O - } - res := getDynamicAccessPartition(sctx, ts.Table, &p.PlanPartInfo, asName) - if res == nil { - return DynamicPartitionAccessObjects(nil) - } - return DynamicPartitionAccessObjects{res} + return getAccessObjectFromIndexScan(sctx, p.IndexPlans[0].(*PhysicalIndexScan), &p.PlanPartInfo) } func (p *PhysicalIndexMergeReader) accessObject(sctx base.PlanContext) base.AccessObject { diff --git a/pkg/planner/core/base/BUILD.bazel b/pkg/planner/core/base/BUILD.bazel index 162cb34897459..ffc2550f9b43a 100644 --- a/pkg/planner/core/base/BUILD.bazel +++ b/pkg/planner/core/base/BUILD.bazel @@ -18,6 +18,7 @@ go_library( "//pkg/planner/util/costusage", "//pkg/planner/util/optimizetrace", "//pkg/types", + "//pkg/util/collate", "//pkg/util/execdetails", "//pkg/util/tracing", "@com_github_pingcap_tipb//go-tipb", diff --git a/pkg/planner/core/base/misc_base.go b/pkg/planner/core/base/misc_base.go index 82d20d5d74a58..2ed7e2cc92edb 100644 --- a/pkg/planner/core/base/misc_base.go +++ b/pkg/planner/core/base/misc_base.go @@ -14,7 +14,12 @@ package base -import "github.com/pingcap/tipb/go-tipb" +import ( + "github.com/pingcap/tidb/pkg/expression" + "github.com/pingcap/tidb/pkg/types" + "github.com/pingcap/tidb/pkg/util/collate" + "github.com/pingcap/tipb/go-tipb" +) // AccessObject represents what is accessed by an operator. // It corresponds to the "access object" column in an EXPLAIN statement result. @@ -24,3 +29,39 @@ type AccessObject interface { // SetIntoPB transform itself into a protobuf message and set into the binary plan. SetIntoPB(*tipb.ExplainOperator) } + +// ShowPredicateExtractor is used to extract some predicates from `PatternLikeOrIlikeExpr` clause +// and push the predicates down to the data retrieving on reading memory table stage when use ShowStmt. +// +// e.g: +// SHOW COLUMNS FROM t LIKE '%abc%' +// We must request all components from the memory table, and filter the result by the PatternLikeOrIlikeExpr predicate. +// +// it is a way to fix https://github.com/pingcap/tidb/issues/29910. +type ShowPredicateExtractor interface { + // Extract predicates which can be pushed down and returns whether the extractor can extract predicates. + Extract() bool + ExplainInfo() string + Field() string + FieldPatternLike() collate.WildcardPattern +} + +// MemTablePredicateExtractor is used to extract some predicates from `WHERE` clause +// and push the predicates down to the data retrieving on reading memory table stage. +// +// e.g: +// SELECT * FROM cluster_config WHERE type='tikv' AND instance='192.168.1.9:2379' +// We must request all components in the cluster via HTTP API for retrieving +// configurations and filter them by `type/instance` columns. +// +// The purpose of defining a `MemTablePredicateExtractor` is to optimize this +// 1. Define a `ClusterConfigTablePredicateExtractor` +// 2. Extract the `type/instance` columns on the logic optimizing stage and save them via fields. +// 3. Passing the extractor to the `ClusterReaderExecExec` executor +// 4. Executor sends requests to the target components instead of all of the components +type MemTablePredicateExtractor interface { + // Extract extracts predicates which can be pushed down and returns the remained predicates + Extract(PlanContext, *expression.Schema, []*types.FieldName, []expression.Expression) (remained []expression.Expression) + // ExplainInfo give the basic desc of this mem extractor, `p` indicates a PhysicalPlan here. + ExplainInfo(p PhysicalPlan) string +} diff --git a/pkg/planner/core/casetest/BUILD.bazel b/pkg/planner/core/casetest/BUILD.bazel index bf8d00caf5079..6c62171aef90d 100644 --- a/pkg/planner/core/casetest/BUILD.bazel +++ b/pkg/planner/core/casetest/BUILD.bazel @@ -12,7 +12,7 @@ go_test( ], data = glob(["testdata/**"]), flaky = True, - shard_count = 23, + shard_count = 24, deps = [ "//pkg/domain", "//pkg/parser", diff --git a/pkg/planner/core/casetest/dag/testdata/plan_suite_out.json b/pkg/planner/core/casetest/dag/testdata/plan_suite_out.json index 02c188b7b090a..e0fcf34eae5d4 100644 --- a/pkg/planner/core/casetest/dag/testdata/plan_suite_out.json +++ b/pkg/planner/core/casetest/dag/testdata/plan_suite_out.json @@ -120,7 +120,7 @@ }, { "SQL": "select * from ((SELECT 1 a,6 b) UNION (SELECT 2,5) UNION (SELECT 2, 4) ORDER BY 1) t order by 1, 2", - "Best": "UnionAll{Dual->Projection->Projection->Dual->Projection->Projection->Dual->Projection->Projection}->HashAgg->Projection->Sort" + "Best": "UnionAll{Dual->Projection->Dual->Projection->Dual->Projection}->HashAgg->Projection->Sort" }, { "SQL": "select * from (select *, NULL as xxx from t) t order by xxx", diff --git a/pkg/planner/core/casetest/hint/testdata/integration_suite_out.json b/pkg/planner/core/casetest/hint/testdata/integration_suite_out.json index c0a044e2e441e..db7113f881942 100644 --- a/pkg/planner/core/casetest/hint/testdata/integration_suite_out.json +++ b/pkg/planner/core/casetest/hint/testdata/integration_suite_out.json @@ -786,12 +786,10 @@ " └─ExchangeSender 3544.89 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: Column#14, collate: binary], [name: Column#15, collate: binary]", " └─HashAgg 3544.89 mpp[tiflash] group by:Column#14, Column#15, ", " └─Union 4431.11 mpp[tiflash] ", - " ├─Projection 3323.33 mpp[tiflash] cast(test.t.a, int(11) BINARY)->Column#14, test.t.b->Column#15", - " │ └─Selection 3323.33 mpp[tiflash] lt(test.t.a, 18), lt(test.t.a, 60)", - " │ └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo", - " └─Projection 1107.78 mpp[tiflash] cast(test.t.a, int(11) BINARY)->Column#14, test.t.b->Column#15", - " └─Selection 1107.78 mpp[tiflash] gt(test.t.b, 1), lt(test.t.a, 60)", - " └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo" + " ├─Selection 3323.33 mpp[tiflash] lt(test.t.a, 18), lt(test.t.a, 60)", + " │ └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo", + " └─Selection 1107.78 mpp[tiflash] gt(test.t.b, 1), lt(test.t.a, 60)", + " └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo" ], "Warn": null }, diff --git a/pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_out.json b/pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_out.json index 6ffc8c1fde96b..05c75cbb2b649 100644 --- a/pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_out.json +++ b/pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_out.json @@ -759,21 +759,19 @@ " └─ExchangeReceiver 3013.16 mpp[tiflash] ", " └─ExchangeSender 3013.16 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: Column#20, collate: binary], [name: Column#21, collate: binary]", " └─Union 3013.16 mpp[tiflash] ", - " ├─Projection 2126.93 mpp[tiflash] cast(Column#12, bigint(21) BINARY)->Column#20, test.t.b->Column#21", - " │ └─Selection 2126.93 mpp[tiflash] lt(Column#12, 18)", - " │ └─Projection 2658.67 mpp[tiflash] Column#12, test.t.b", - " │ └─HashAgg 2658.67 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#12, funcs:firstrow(test.t.b)->test.t.b", - " │ └─ExchangeReceiver 3323.33 mpp[tiflash] ", - " │ └─ExchangeSender 3323.33 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", - " │ └─Selection 3323.33 mpp[tiflash] lt(test.t.a, 60)", - " │ └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo", - " └─Projection 886.22 mpp[tiflash] cast(Column#20, bigint(21) BINARY)->Column#20, Column#21", - " └─Projection 886.22 mpp[tiflash] Column#19->Column#20, test.t.b->Column#21", - " └─HashAgg 886.22 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#19, funcs:firstrow(test.t.b)->test.t.b", - " └─ExchangeReceiver 1107.78 mpp[tiflash] ", - " └─ExchangeSender 1107.78 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", - " └─Selection 1107.78 mpp[tiflash] gt(test.t.b, 1), lt(test.t.a, 60)", - " └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo" + " ├─Selection 2126.93 mpp[tiflash] lt(Column#12, 18)", + " │ └─Projection 2658.67 mpp[tiflash] Column#12, test.t.b", + " │ └─HashAgg 2658.67 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#12, funcs:firstrow(test.t.b)->test.t.b", + " │ └─ExchangeReceiver 3323.33 mpp[tiflash] ", + " │ └─ExchangeSender 3323.33 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", + " │ └─Selection 3323.33 mpp[tiflash] lt(test.t.a, 60)", + " │ └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo", + " └─Projection 886.22 mpp[tiflash] Column#19->Column#20, test.t.b->Column#21", + " └─HashAgg 886.22 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#19, funcs:firstrow(test.t.b)->test.t.b", + " └─ExchangeReceiver 1107.78 mpp[tiflash] ", + " └─ExchangeSender 1107.78 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", + " └─Selection 1107.78 mpp[tiflash] gt(test.t.b, 1), lt(test.t.a, 60)", + " └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo" ], "Warn": null }, @@ -787,23 +785,21 @@ " └─ExchangeReceiver 3013.16 mpp[tiflash] ", " └─ExchangeSender 3013.16 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: Column#20, collate: binary], [name: Column#21, collate: binary]", " └─Union 3013.16 mpp[tiflash] ", - " ├─Projection 2126.93 mpp[tiflash] cast(Column#12, bigint(21) BINARY)->Column#20, test.t.b->Column#21", - " │ └─Selection 2126.93 mpp[tiflash] lt(Column#12, 18)", - " │ └─Projection 2658.67 mpp[tiflash] Column#12, test.t.b", - " │ └─HashAgg 2658.67 mpp[tiflash] group by:test.t.b, funcs:sum(Column#32)->Column#12, funcs:firstrow(test.t.b)->test.t.b", - " │ └─ExchangeReceiver 2658.67 mpp[tiflash] ", - " │ └─ExchangeSender 2658.67 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", - " │ └─HashAgg 2658.67 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#32", - " │ └─Selection 3323.33 mpp[tiflash] lt(test.t.a, 60)", - " │ └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo", - " └─Projection 886.22 mpp[tiflash] cast(Column#20, bigint(21) BINARY)->Column#20, Column#21", - " └─Projection 886.22 mpp[tiflash] Column#19->Column#20, test.t.b->Column#21", - " └─HashAgg 886.22 mpp[tiflash] group by:test.t.b, funcs:sum(Column#46)->Column#19, funcs:firstrow(test.t.b)->test.t.b", - " └─ExchangeReceiver 886.22 mpp[tiflash] ", - " └─ExchangeSender 886.22 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", - " └─HashAgg 886.22 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#46", - " └─Selection 1107.78 mpp[tiflash] gt(test.t.b, 1), lt(test.t.a, 60)", - " └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo" + " ├─Selection 2126.93 mpp[tiflash] lt(Column#12, 18)", + " │ └─Projection 2658.67 mpp[tiflash] Column#12, test.t.b", + " │ └─HashAgg 2658.67 mpp[tiflash] group by:test.t.b, funcs:sum(Column#32)->Column#12, funcs:firstrow(test.t.b)->test.t.b", + " │ └─ExchangeReceiver 2658.67 mpp[tiflash] ", + " │ └─ExchangeSender 2658.67 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", + " │ └─HashAgg 2658.67 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#32", + " │ └─Selection 3323.33 mpp[tiflash] lt(test.t.a, 60)", + " │ └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo", + " └─Projection 886.22 mpp[tiflash] Column#19->Column#20, test.t.b->Column#21", + " └─HashAgg 886.22 mpp[tiflash] group by:test.t.b, funcs:sum(Column#46)->Column#19, funcs:firstrow(test.t.b)->test.t.b", + " └─ExchangeReceiver 886.22 mpp[tiflash] ", + " └─ExchangeSender 886.22 mpp[tiflash] ExchangeType: HashPartition, Compression: FAST, Hash Cols: [name: test.t.b, collate: binary]", + " └─HashAgg 886.22 mpp[tiflash] group by:test.t.b, funcs:count(1)->Column#46", + " └─Selection 1107.78 mpp[tiflash] gt(test.t.b, 1), lt(test.t.a, 60)", + " └─TableFullScan 10000.00 mpp[tiflash] table:t pushed down filter:empty, keep order:false, stats:pseudo" ], "Warn": null }, diff --git a/pkg/planner/core/casetest/plan_test.go b/pkg/planner/core/casetest/plan_test.go index 46347dc353c01..b1b4d3f7eeab5 100644 --- a/pkg/planner/core/casetest/plan_test.go +++ b/pkg/planner/core/casetest/plan_test.go @@ -308,3 +308,25 @@ func TestJSONPlanInExplain(t *testing.T) { } } } + +func TestHandleEQAll(t *testing.T) { + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + tk.MustExec("use test") + tk.MustExec("CREATE TABLE t1 (c1 int, c2 int, UNIQUE i1 (c1, c2));") + tk.MustExec("INSERT INTO t1 VALUES (7, null),(5,1);") + tk.MustQuery("SELECT c1 FROM t1 WHERE ('m' = ALL (SELECT /*+ IGNORE_INDEX(t1, i1) */ c2 FROM t1)) IS NOT UNKNOWN; ").Check(testkit.Rows("5", "7")) + tk.MustQuery("SELECT c1 FROM t1 WHERE ('m' = ALL (SELECT /*+ use_INDEX(t1, i1) */ c2 FROM t1)) IS NOT UNKNOWN; ").Check(testkit.Rows("5", "7")) + tk.MustQuery("select (null = ALL (SELECT /*+ NO_INDEX() */ c2 FROM t1)) IS NOT UNKNOWN").Check(testkit.Rows("0")) + tk.MustExec("CREATE TABLE t2 (c1 int, c2 int, UNIQUE i1 (c1, c2));") + tk.MustExec("INSERT INTO t2 VALUES (7, null),(5,null);") + tk.MustQuery("select (null = ALL (SELECT /*+ NO_INDEX() */ c2 FROM t2)) IS NOT UNKNOWN").Check(testkit.Rows("0")) + tk.MustQuery("SELECT c1 FROM t2 WHERE ('m' = ALL (SELECT /*+ IGNORE_INDEX(t2, i1) */ c2 FROM t2)) IS NOT UNKNOWN; ").Check(testkit.Rows()) + tk.MustQuery("SELECT c1 FROM t2 WHERE ('m' = ALL (SELECT /*+ use_INDEX(t2, i1) */ c2 FROM t2)) IS NOT UNKNOWN; ").Check(testkit.Rows()) + tk.MustExec("truncate table t2") + tk.MustExec("INSERT INTO t2 VALUES (7, null),(7,null);") + tk.MustQuery("select c1 from t2 where (c1 = all (select /*+ IGNORE_INDEX(t2, i1) */ c1 from t2))").Check(testkit.Rows("7", "7")) + tk.MustQuery("select c1 from t2 where (c1 = all (select /*+ use_INDEX(t2, i1) */ c1 from t2))").Check(testkit.Rows("7", "7")) + tk.MustQuery("select c2 from t2 where (c2 = all (select /*+ IGNORE_INDEX(t2, i1) */ c2 from t2))").Check(testkit.Rows()) + tk.MustQuery("select c2 from t2 where (c2 = all (select /*+ use_INDEX(t2, i1) */ c2 from t2))").Check(testkit.Rows()) +} diff --git a/pkg/planner/core/casetest/planstats/plan_stats_test.go b/pkg/planner/core/casetest/planstats/plan_stats_test.go index 5f7c4f05d4dcb..6adfe93de15c9 100644 --- a/pkg/planner/core/casetest/planstats/plan_stats_test.go +++ b/pkg/planner/core/casetest/planstats/plan_stats_test.go @@ -234,7 +234,7 @@ func TestPlanStatsLoadTimeout(t *testing.T) { p := parser.New() originConfig := config.GetGlobalConfig() newConfig := config.NewConfig() - newConfig.Performance.StatsLoadConcurrency = 0 // no worker to consume channel + newConfig.Performance.StatsLoadConcurrency = -1 // no worker to consume channel newConfig.Performance.StatsLoadQueueSize = 1 config.StoreGlobalConfig(newConfig) defer config.StoreGlobalConfig(originConfig) diff --git a/pkg/planner/core/collect_column_stats_usage.go b/pkg/planner/core/collect_column_stats_usage.go index 159f1556ceac5..2e30cc7496feb 100644 --- a/pkg/planner/core/collect_column_stats_usage.go +++ b/pkg/planner/core/collect_column_stats_usage.go @@ -205,18 +205,17 @@ func (c *columnStatsUsageCollector) addHistNeededColumns(ds *DataSource) { colIDSet.Insert(int(col.ID)) c.histNeededCols[tblColID] = true } - for _, col := range ds.Columns { + for _, column := range ds.tableInfo.Columns { // If the column is plan-generated one, Skip it. // TODO: we may need to consider the ExtraHandle. - if col.ID < 0 { + if column.ID < 0 { continue } - if !colIDSet.Has(int(col.ID)) && !col.Hidden { - tblColID := model.TableItemID{TableID: ds.physicalTableID, ID: col.ID, IsIndex: false} - if _, ok := c.histNeededCols[tblColID]; ok { - continue + if !column.Hidden { + tblColID := model.TableItemID{TableID: ds.physicalTableID, ID: column.ID, IsIndex: false} + if _, ok := c.histNeededCols[tblColID]; !ok { + c.histNeededCols[tblColID] = false } - c.histNeededCols[tblColID] = false } } } diff --git a/pkg/planner/core/collect_column_stats_usage_test.go b/pkg/planner/core/collect_column_stats_usage_test.go index 0ba631dfe583f..d9fb4234c874f 100644 --- a/pkg/planner/core/collect_column_stats_usage_test.go +++ b/pkg/planner/core/collect_column_stats_usage_test.go @@ -316,7 +316,7 @@ func TestCollectHistNeededColumns(t *testing.T) { }, { sql: "select b, count(a) from t where b > 1 group by b having count(a) > 2", - res: []string{"t.a meta", "t.b full"}, + res: []string{"t.a meta", "t.b full", "t.c meta", "t.c_str meta", "t.d meta", "t.d_str meta", "t.e meta", "t.e_str meta", "t.f meta", "t.g meta", "t.h meta", "t.i_date meta"}, }, { sql: "select * from t as x join t2 as y on x.b + y.b > 2 and x.c > 1 and y.a < 1", @@ -324,15 +324,15 @@ func TestCollectHistNeededColumns(t *testing.T) { }, { sql: "select * from t2 where t2.b > all(select b from t where t.c > 2)", - res: []string{"t.b meta", "t.c full", "t2.a meta", "t2.b meta", "t2.c meta"}, + res: []string{"t.a meta", "t.b meta", "t.c full", "t.c_str meta", "t.d meta", "t.d_str meta", "t.e meta", "t.e_str meta", "t.f meta", "t.g meta", "t.h meta", "t.i_date meta", "t2.a meta", "t2.b meta", "t2.c meta"}, }, { sql: "select * from t2 where t2.b > any(select b from t where t.c > 2)", - res: []string{"t.b meta", "t.c full", "t2.a meta", "t2.b meta", "t2.c meta"}, + res: []string{"t.a meta", "t.b meta", "t.c full", "t.c_str meta", "t.d meta", "t.d_str meta", "t.e meta", "t.e_str meta", "t.f meta", "t.g meta", "t.h meta", "t.i_date meta", "t2.a meta", "t2.b meta", "t2.c meta"}, }, { sql: "select * from t2 where t2.b in (select b from t where t.c > 2)", - res: []string{"t.b meta", "t.c full", "t2.a meta", "t2.b meta", "t2.c meta"}, + res: []string{"t.a meta", "t.b meta", "t.c full", "t.c_str meta", "t.d meta", "t.d_str meta", "t.e meta", "t.e_str meta", "t.f meta", "t.g meta", "t.h meta", "t.i_date meta", "t2.a meta", "t2.b meta", "t2.c meta"}, }, { pruneMode: "static", diff --git a/pkg/planner/core/common_plans.go b/pkg/planner/core/common_plans.go index ec6ab30e1542a..e68ad699e1ed6 100644 --- a/pkg/planner/core/common_plans.go +++ b/pkg/planner/core/common_plans.go @@ -29,6 +29,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/planner/property" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/costusage" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" "github.com/pingcap/tidb/pkg/sessionctx/variable" @@ -520,7 +521,7 @@ type V2AnalyzeOptions struct { // AnalyzeColumnsTask is used for analyze columns. type AnalyzeColumnsTask struct { - HandleCols HandleCols + HandleCols util.HandleCols CommonHandleInfo *model.IndexInfo ColsInfo []*model.ColumnInfo TblInfo *model.TableInfo @@ -1385,9 +1386,9 @@ func (e *Explain) prepareTaskDot(p base.PhysicalPlan, taskTp string, buffer *byt // 1. ctx is auto commit tagged // 2. session is not InTxn // 3. plan is point get by pk, or point get by unique index (no double read) -func IsPointGetWithPKOrUniqueKeyByAutoCommit(vars *variable.SessionVars, p base.Plan) (bool, error) { +func IsPointGetWithPKOrUniqueKeyByAutoCommit(vars *variable.SessionVars, p base.Plan) bool { if !IsAutoCommitTxn(vars) { - return false, nil + return false } // check plan @@ -1398,22 +1399,22 @@ func IsPointGetWithPKOrUniqueKeyByAutoCommit(vars *variable.SessionVars, p base. switch v := p.(type) { case *PhysicalIndexReader: indexScan := v.IndexPlans[0].(*PhysicalIndexScan) - return indexScan.IsPointGetByUniqueKey(vars.StmtCtx.TypeCtx()), nil + return indexScan.IsPointGetByUniqueKey(vars.StmtCtx.TypeCtx()) case *PhysicalTableReader: tableScan, ok := v.TablePlans[0].(*PhysicalTableScan) if !ok { - return false, nil + return false } isPointRange := len(tableScan.Ranges) == 1 && tableScan.Ranges[0].IsPointNonNullable(vars.StmtCtx.TypeCtx()) if !isPointRange { - return false, nil + return false } pkLength := 1 if tableScan.Table.IsCommonHandle { pkIdx := tables.FindPrimaryIndex(tableScan.Table) pkLength = len(pkIdx.Columns) } - return len(tableScan.Ranges[0].LowVal) == pkLength, nil + return len(tableScan.Ranges[0].LowVal) == pkLength case *PointGetPlan: // If the PointGetPlan needs to read data using unique index (double read), we // can't use max uint64, because using math.MaxUint64 can't guarantee repeatable-read @@ -1422,14 +1423,14 @@ func IsPointGetWithPKOrUniqueKeyByAutoCommit(vars *variable.SessionVars, p base. // because math.MaxUint64 always make cacheData invalid. noSecondRead := v.IndexInfo == nil || (v.IndexInfo.Primary && v.TblInfo.IsCommonHandle) if !noSecondRead { - return false, nil + return false } if v.TblInfo != nil && (v.TblInfo.TableCacheStatusType != model.TableCacheStatusDisable) { - return false, nil + return false } - return true, nil + return true default: - return false, nil + return false } } diff --git a/pkg/planner/core/core_init.go b/pkg/planner/core/core_init.go new file mode 100644 index 0000000000000..daf563d65a764 --- /dev/null +++ b/pkg/planner/core/core_init.go @@ -0,0 +1,48 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package core + +import ( + "github.com/pingcap/tidb/pkg/expression" + "github.com/pingcap/tidb/pkg/planner/cardinality" + plannerutil "github.com/pingcap/tidb/pkg/planner/util" + "github.com/pingcap/tidb/pkg/planner/util/utilfuncp" + "github.com/pingcap/tidb/pkg/statistics" + "github.com/pingcap/tidb/pkg/util/set" + "go.uber.org/atomic" +) + +func init() { + // For code refactor init. + utilfuncp.AddSelection = addSelection + utilfuncp.HasMaxOneRowUtil = HasMaxOneRow + utilfuncp.GetTaskPlanCost = getTaskPlanCost + utilfuncp.AppendCandidate4PhysicalOptimizeOp = appendCandidate4PhysicalOptimizeOp + + // For mv index init. + cardinality.GetTblInfoForUsedStatsByPhysicalID = getTblInfoForUsedStatsByPhysicalID + cardinality.CollectFilters4MVIndex = collectFilters4MVIndex + cardinality.BuildPartialPaths4MVIndex = buildPartialPaths4MVIndex + statistics.PrepareCols4MVIndex = PrepareIdxColsAndUnwrapArrayType + + // For basic optimizer init. + expression.EvalSimpleAst = evalAstExpr + expression.BuildSimpleExpr = buildSimpleExpr + expression.DecodeKeyFromString = decodeKeyFromString + plannerutil.EvalAstExprWithPlanCtx = evalAstExprWithPlanCtx + plannerutil.RewriteAstExprWithPlanCtx = rewriteAstExprWithPlanCtx + DefaultDisabledLogicalRulesList = new(atomic.Value) + DefaultDisabledLogicalRulesList.Store(set.NewStringSet()) +} diff --git a/pkg/planner/core/cost/BUILD.bazel b/pkg/planner/core/cost/BUILD.bazel new file mode 100644 index 0000000000000..05ee2b26fb415 --- /dev/null +++ b/pkg/planner/core/cost/BUILD.bazel @@ -0,0 +1,9 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library") + +go_library( + name = "cost", + srcs = ["factors_thresholds.go"], + importpath = "github.com/pingcap/tidb/pkg/planner/core/cost", + visibility = ["//visibility:public"], + deps = ["//pkg/parser/ast"], +) diff --git a/pkg/planner/core/cost/factors_thresholds.go b/pkg/planner/core/cost/factors_thresholds.go new file mode 100644 index 0000000000000..cdd101babd956 --- /dev/null +++ b/pkg/planner/core/cost/factors_thresholds.go @@ -0,0 +1,54 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package cost + +import "github.com/pingcap/tidb/pkg/parser/ast" + +// ******************************* Factors ******************************* +const ( + // SelectionFactor is the default factor of the selectivity. + // For example, If we have no idea how to estimate the selectivity + // of a Selection or a JoinCondition, we can use this default value. + SelectionFactor = 0.8 + + DistinctFactor = 0.8 +) + +// AggFuncFactor is the basic factor for aggregation. +var AggFuncFactor = map[string]float64{ + ast.AggFuncCount: 1.0, + ast.AggFuncSum: 1.0, + ast.AggFuncAvg: 2.0, + ast.AggFuncFirstRow: 0.1, + ast.AggFuncMax: 1.0, + ast.AggFuncMin: 1.0, + ast.AggFuncGroupConcat: 1.0, + ast.AggFuncBitOr: 0.9, + ast.AggFuncBitXor: 0.9, + ast.AggFuncBitAnd: 0.9, + ast.AggFuncVarPop: 3.0, + ast.AggFuncVarSamp: 3.0, + ast.AggFuncStddevPop: 3.0, + ast.AggFuncStddevSamp: 3.0, + "default": 1.5, +} + +// // ******************************* Thresholds ******************************* +const ( + // SmallScanThreshold means: If the actual row count is much more + // than the limit count, the unordered scan may cost much more than keep order. + // So when a limit exists, we don't apply the DescScanFactor. + SmallScanThreshold = 10000 +) diff --git a/pkg/planner/core/exhaust_physical_plans.go b/pkg/planner/core/exhaust_physical_plans.go index 4d588efd1b7f7..db85041869b00 100644 --- a/pkg/planner/core/exhaust_physical_plans.go +++ b/pkg/planner/core/exhaust_physical_plans.go @@ -32,6 +32,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" @@ -966,14 +967,16 @@ func (p *LogicalJoin) buildIndexJoinInner2IndexScan( } innerTask := p.constructInnerIndexScanTask(wrapper, helper.chosenPath, helper.chosenRanges.Range(), helper.chosenRemained, innerJoinKeys, helper.idxOff2KeyOff, rangeInfo, false, false, avgInnerRowCnt, maxOneRow) failpoint.Inject("MockOnlyEnableIndexHashJoin", func(val failpoint.Value) { - if val.(bool) && !p.SCtx().GetSessionVars().InRestrictedSQL { + if val.(bool) && !p.SCtx().GetSessionVars().InRestrictedSQL && innerTask != nil { failpoint.Return(p.constructIndexHashJoin(prop, outerIdx, innerTask, helper.chosenRanges, keyOff2IdxOff, helper.chosenPath, helper.lastColManager)) } }) - joins = append(joins, p.constructIndexJoin(prop, outerIdx, innerTask, helper.chosenRanges, keyOff2IdxOff, helper.chosenPath, helper.lastColManager, true)...) - // We can reuse the `innerTask` here since index nested loop hash join - // do not need the inner child to promise the order. - joins = append(joins, p.constructIndexHashJoin(prop, outerIdx, innerTask, helper.chosenRanges, keyOff2IdxOff, helper.chosenPath, helper.lastColManager)...) + if innerTask != nil { + joins = append(joins, p.constructIndexJoin(prop, outerIdx, innerTask, helper.chosenRanges, keyOff2IdxOff, helper.chosenPath, helper.lastColManager, true)...) + // We can reuse the `innerTask` here since index nested loop hash join + // do not need the inner child to promise the order. + joins = append(joins, p.constructIndexHashJoin(prop, outerIdx, innerTask, helper.chosenRanges, keyOff2IdxOff, helper.chosenPath, helper.lastColManager)...) + } // The index merge join's inner plan is different from index join, so we // should construct another inner plan for it. // Because we can't keep order for union scan, if there is a union scan in inner task, @@ -1076,7 +1079,7 @@ func (p *LogicalJoin) constructInnerTableScanTask( selectivity, _, err = cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, ts.filterCondition, ds.possibleAccessPaths) if err != nil || selectivity <= 0 { logutil.BgLogger().Debug("unexpected selectivity, use selection factor", zap.Float64("selectivity", selectivity), zap.String("table", ts.TableAsName.L)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } // rowCount is computed from result row count of join, which has already accounted the filters on DataSource, // i.e, rowCount equals to `countAfterAccess * selectivity`. @@ -1289,8 +1292,8 @@ func (p *LogicalJoin) constructInnerIndexScanTask( }.Init(ds.SCtx(), ds.QueryBlockOffset()) ts.schema = is.dataSourceSchema.Clone() if ds.tableInfo.IsCommonHandle { - commonHandle := ds.handleCols.(*CommonHandleCols) - for _, col := range commonHandle.columns { + commonHandle := ds.handleCols.(*util.CommonHandleCols) + for _, col := range commonHandle.GetColumns() { if ts.schema.ColumnIndex(col) == -1 { ts.Schema().Append(col) ts.Columns = append(ts.Columns, col.ToInfo()) @@ -1368,7 +1371,7 @@ func (p *LogicalJoin) constructInnerIndexScanTask( selectivity, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, tblConds, ds.possibleAccessPaths) if err != nil || selectivity <= 0 { logutil.BgLogger().Debug("unexpected selectivity, use selection factor", zap.Float64("selectivity", selectivity), zap.String("table", ds.TableAsName.L)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } // rowCount is computed from result row count of join, which has already accounted the filters on DataSource, // i.e, rowCount equals to `countAfterIndex * selectivity`. @@ -1386,7 +1389,7 @@ func (p *LogicalJoin) constructInnerIndexScanTask( selectivity, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, indexConds, ds.possibleAccessPaths) if err != nil || selectivity <= 0 { logutil.BgLogger().Debug("unexpected selectivity, use selection factor", zap.Float64("selectivity", selectivity), zap.String("table", ds.TableAsName.L)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } cnt := tmpPath.CountAfterIndex / selectivity if rowCountUpperBound > 0 { @@ -1403,7 +1406,10 @@ func (p *LogicalJoin) constructInnerIndexScanTask( is.usedStatsInfo = usedStats.GetUsedInfo(is.physicalTableID) } finalStats := ds.tableStats.ScaleByExpectCnt(rowCount) - is.addPushedDownSelection(cop, ds, tmpPath, finalStats) + if err := is.addPushedDownSelection(cop, ds, tmpPath, finalStats); err != nil { + logutil.BgLogger().Warn("unexpected error happened during addPushedDownSelection function", zap.Error(err)) + return nil + } return p.constructIndexJoinInnerSideTask(cop, ds, path, wrapper) } @@ -3099,10 +3105,11 @@ func (*baseLogicalPlan) ExhaustPhysicalPlans(*property.PhysicalProperty) ([]base // CanPushToCop checks if it can be pushed to some stores. For TiKV, it only checks datasource. // For TiFlash, it will check whether the operator is supported, but note that the check might be inaccrate. func (p *baseLogicalPlan) CanPushToCop(storeTp kv.StoreType) bool { - return p.canPushToCopImpl(storeTp, false) + return canPushToCopImpl(p, storeTp, false) } -func (p *baseLogicalPlan) canPushToCopImpl(storeTp kv.StoreType, considerDual bool) bool { +// todo: move canPushToCopImpl to func_pointer_misc when move baseLogicalPlan out of core. +func canPushToCopImpl(p *baseLogicalPlan, storeTp kv.StoreType, considerDual bool) bool { ret := true for _, ch := range p.children { switch c := ch.(type) { @@ -3136,23 +3143,23 @@ func (p *baseLogicalPlan) canPushToCopImpl(storeTp kv.StoreType, considerDual bo if storeTp != kv.TiFlash { return false } - ret = ret && c.canPushToCopImpl(storeTp, true) + ret = ret && canPushToCopImpl(&c.baseLogicalPlan, storeTp, true) case *LogicalSort: if storeTp != kv.TiFlash { return false } - ret = ret && c.canPushToCopImpl(storeTp, true) + ret = ret && canPushToCopImpl(&c.baseLogicalPlan, storeTp, true) case *LogicalProjection: if storeTp != kv.TiFlash { return false } - ret = ret && c.canPushToCopImpl(storeTp, considerDual) + ret = ret && canPushToCopImpl(&c.baseLogicalPlan, storeTp, considerDual) case *LogicalExpand: // Expand itself only contains simple col ref and literal projection. (always ok, check its child) if storeTp != kv.TiFlash { return false } - ret = ret && c.canPushToCopImpl(storeTp, considerDual) + ret = ret && canPushToCopImpl(&c.baseLogicalPlan, storeTp, considerDual) case *LogicalTableDual: return storeTp == kv.TiFlash && considerDual case *LogicalAggregation, *LogicalSelection, *LogicalJoin, *LogicalWindow: @@ -3664,7 +3671,7 @@ func (p *LogicalUnionAll) ExhaustPhysicalPlans(prop *property.PhysicalProperty) if prop.TaskTp == property.MppTaskType && prop.MPPPartitionTp != property.AnyType { return nil, true, nil } - canUseMpp := p.SCtx().GetSessionVars().IsMPPAllowed() && p.canPushToCopImpl(kv.TiFlash, true) + canUseMpp := p.SCtx().GetSessionVars().IsMPPAllowed() && canPushToCopImpl(&p.baseLogicalPlan, kv.TiFlash, true) chReqProps := make([]*property.PhysicalProperty, 0, len(p.children)) for range p.children { if canUseMpp && prop.TaskTp == property.MppTaskType { @@ -3741,7 +3748,7 @@ func (ls *LogicalSort) ExhaustPhysicalPlans(prop *property.PhysicalProperty) ([] return ret, true, nil } } else if prop.TaskTp == property.MppTaskType && prop.RejectSort { - if ls.canPushToCopImpl(kv.TiFlash, true) { + if canPushToCopImpl(&ls.baseLogicalPlan, kv.TiFlash, true) { newProp := prop.CloneEssentialFields() newProp.RejectSort = true ps := NominalSort{OnlyColumn: true, ByItems: ls.ByItems}.Init( diff --git a/pkg/planner/core/explain.go b/pkg/planner/core/explain.go index 007dc95f615f2..697af13149efb 100644 --- a/pkg/planner/core/explain.go +++ b/pkg/planner/core/explain.go @@ -1109,9 +1109,6 @@ func (p *TiKVSingleGather) ExplainInfo() string { return buffer.String() } -// MetricTableTimeFormat is the time format for metric table explain and format. -const MetricTableTimeFormat = "2006-01-02 15:04:05.999" - // ExplainInfo implements Plan interface. func (p *PhysicalMemTable) ExplainInfo() string { accessObject, operatorInfo := p.AccessObject().String(), p.OperatorInfo(false) @@ -1124,7 +1121,7 @@ func (p *PhysicalMemTable) ExplainInfo() string { // OperatorInfo implements dataAccesser interface. func (p *PhysicalMemTable) OperatorInfo(_ bool) string { if p.Extractor != nil { - return p.Extractor.explainInfo(p) + return p.Extractor.ExplainInfo(p) } return "" } diff --git a/pkg/planner/core/expression_rewriter.go b/pkg/planner/core/expression_rewriter.go index e6a40ffe149a3..ea6ee0d773811 100644 --- a/pkg/planner/core/expression_rewriter.go +++ b/pkg/planner/core/expression_rewriter.go @@ -953,7 +953,9 @@ func (er *expressionRewriter) handleEQAll(planCtx *exprRewriterPlanCtx, lexpr, r intest.AssertNotNil(planCtx) sctx := planCtx.builder.ctx exprCtx := sctx.GetExprCtx() - firstRowFunc, err := aggregation.NewAggFuncDesc(exprCtx, ast.AggFuncFirstRow, []expression.Expression{rexpr}, false) + // If there is NULL in s.id column, s.id should be the value that isn't null in condition t.id == s.id. + // So use function max to filter NULL. + maxFunc, err := aggregation.NewAggFuncDesc(exprCtx, ast.AggFuncMax, []expression.Expression{rexpr}, false) if err != nil { er.err = err return @@ -964,7 +966,7 @@ func (er *expressionRewriter) handleEQAll(planCtx *exprRewriterPlanCtx, lexpr, r return } plan4Agg := LogicalAggregation{ - AggFuncs: []*aggregation.AggFuncDesc{firstRowFunc, countFunc}, + AggFuncs: []*aggregation.AggFuncDesc{maxFunc, countFunc}, }.Init(sctx, planCtx.builder.getSelectOffset()) if hintinfo := planCtx.builder.TableHints(); hintinfo != nil { plan4Agg.PreferAggType = hintinfo.PreferAggType @@ -973,29 +975,19 @@ func (er *expressionRewriter) handleEQAll(planCtx *exprRewriterPlanCtx, lexpr, r plan4Agg.SetChildren(np) plan4Agg.names = append(plan4Agg.names, types.EmptyName) - // Currently, firstrow agg function is treated like the exact representation of aggregate group key, - // so the data type is the same with group key, even if the group key is not null. - // However, the return type of firstrow should be nullable, we clear the null flag here instead of - // during invoking NewAggFuncDesc, in order to keep compatibility with the existing presumption - // that the return type firstrow does not change nullability, whatsoever. - // Cloning it because the return type is the same object with argument's data type. - newRetTp := firstRowFunc.RetTp.Clone() - newRetTp.DelFlag(mysql.NotNullFlag) - firstRowFunc.RetTp = newRetTp - - firstRowResultCol := &expression.Column{ + maxResultCol := &expression.Column{ UniqueID: sctx.GetSessionVars().AllocPlanColumnID(), - RetType: firstRowFunc.RetTp, + RetType: maxFunc.RetTp, } - firstRowResultCol.SetCoercibility(rexpr.Coercibility()) + maxResultCol.SetCoercibility(rexpr.Coercibility()) plan4Agg.names = append(plan4Agg.names, types.EmptyName) count := &expression.Column{ UniqueID: sctx.GetSessionVars().AllocPlanColumnID(), RetType: countFunc.RetTp, } - plan4Agg.SetSchema(expression.NewSchema(firstRowResultCol, count)) + plan4Agg.SetSchema(expression.NewSchema(maxResultCol, count)) leFunc := expression.NewFunctionInternal(er.sctx, ast.LE, types.NewFieldType(mysql.TypeTiny), count, expression.NewOne()) - eqCond := expression.NewFunctionInternal(er.sctx, ast.EQ, types.NewFieldType(mysql.TypeTiny), lexpr, firstRowResultCol) + eqCond := expression.NewFunctionInternal(er.sctx, ast.EQ, types.NewFieldType(mysql.TypeTiny), lexpr, maxResultCol) cond := expression.ComposeCNFCondition(er.sctx, leFunc, eqCond) er.buildQuantifierPlan(planCtx, plan4Agg, cond, lexpr, rexpr, true, markNoDecorrelate) } diff --git a/pkg/planner/core/find_best_task.go b/pkg/planner/core/find_best_task.go index 8a263d642772a..bfdf5cd928cc5 100644 --- a/pkg/planner/core/find_best_task.go +++ b/pkg/planner/core/find_best_task.go @@ -31,10 +31,12 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" + "github.com/pingcap/tidb/pkg/planner/util/utilfuncp" "github.com/pingcap/tidb/pkg/statistics" "github.com/pingcap/tidb/pkg/types" tidbutil "github.com/pingcap/tidb/pkg/util" @@ -47,36 +49,6 @@ import ( "go.uber.org/zap" ) -const ( - // SelectionFactor is the default factor of the selectivity. - // For example, If we have no idea how to estimate the selectivity - // of a Selection or a JoinCondition, we can use this default value. - SelectionFactor = 0.8 - distinctFactor = 0.8 - - // If the actual row count is much more than the limit count, the unordered scan may cost much more than keep order. - // So when a limit exists, we don't apply the DescScanFactor. - smallScanThreshold = 10000 -) - -var aggFuncFactor = map[string]float64{ - ast.AggFuncCount: 1.0, - ast.AggFuncSum: 1.0, - ast.AggFuncAvg: 2.0, - ast.AggFuncFirstRow: 0.1, - ast.AggFuncMax: 1.0, - ast.AggFuncMin: 1.0, - ast.AggFuncGroupConcat: 1.0, - ast.AggFuncBitOr: 0.9, - ast.AggFuncBitXor: 0.9, - ast.AggFuncBitAnd: 0.9, - ast.AggFuncVarPop: 3.0, - ast.AggFuncVarSamp: 3.0, - ast.AggFuncStddevPop: 3.0, - ast.AggFuncStddevSamp: 3.0, - "default": 1.5, -} - // PlanCounterDisabled is the default value of PlanCounterTp, indicating that optimizer needn't force a plan. var PlanCounterDisabled base.PlanCounterTp = -1 @@ -132,7 +104,7 @@ func (p *LogicalTableDual) FindBestTask(prop *property.PhysicalProperty, planCou }.Init(p.SCtx(), p.StatsInfo(), p.QueryBlockOffset()) dual.SetSchema(p.schema) planCounter.Dec(1) - appendCandidate4PhysicalOptimizeOp(opt, p, dual, prop) + utilfuncp.AppendCandidate4PhysicalOptimizeOp(opt, p, dual, prop) rt := &RootTask{} rt.SetPlan(dual) rt.SetEmpty(p.RowCount == 0) @@ -268,7 +240,7 @@ func (p *baseLogicalPlan) enumeratePhysicalPlans4Task( bestTask = curTask break } - appendCandidate4PhysicalOptimizeOp(opt, p, curTask.Plan(), prop) + utilfuncp.AppendCandidate4PhysicalOptimizeOp(opt, p, curTask.Plan(), prop) // Get the most efficient one. if curIsBetter, err := compareTaskCost(curTask, bestTask, opt); err != nil { return nil, 0, err @@ -372,11 +344,11 @@ func (p *LogicalSequence) iterateChildPlan( // compareTaskCost compares cost of curTask and bestTask and returns whether curTask's cost is smaller than bestTask's. func compareTaskCost(curTask, bestTask base.Task, op *optimizetrace.PhysicalOptimizeOp) (curIsBetter bool, err error) { - curCost, curInvalid, err := getTaskPlanCost(curTask, op) + curCost, curInvalid, err := utilfuncp.GetTaskPlanCost(curTask, op) if err != nil { return false, err } - bestCost, bestInvalid, err := getTaskPlanCost(bestTask, op) + bestCost, bestInvalid, err := utilfuncp.GetTaskPlanCost(bestTask, op) if err != nil { return false, err } @@ -608,7 +580,7 @@ func (p *baseLogicalPlan) FindBestTask(prop *property.PhysicalProperty, planCoun bestTask = curTask goto END } - appendCandidate4PhysicalOptimizeOp(opt, p, curTask.Plan(), prop) + utilfuncp.AppendCandidate4PhysicalOptimizeOp(opt, p, curTask.Plan(), prop) if curIsBetter, err := compareTaskCost(curTask, bestTask, opt); err != nil { return nil, 0, err } else if curIsBetter { @@ -668,7 +640,7 @@ func (p *LogicalMemTable) FindBestTask(prop *property.PhysicalProperty, planCoun }.Init(p.SCtx(), p.StatsInfo(), p.QueryBlockOffset()) memTable.SetSchema(p.schema) planCounter.Dec(1) - appendCandidate4PhysicalOptimizeOp(opt, p, memTable, prop) + utilfuncp.AppendCandidate4PhysicalOptimizeOp(opt, p, memTable, prop) rt := &RootTask{} rt.SetPlan(memTable) return rt, 1, nil @@ -1042,7 +1014,7 @@ func (ds *DataSource) matchPropForIndexMergeAlternatives(path *util.AccessPath, sel, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, []expression.Expression{accessDNF}, nil) if err != nil { logutil.BgLogger().Debug("something wrong happened, use the default selectivity", zap.Error(err)) - sel = SelectionFactor + sel = cost.SelectionFactor } indexMergePath.CountAfterAccess = sel * ds.tableStats.RowCount if noSortItem { @@ -1614,7 +1586,10 @@ func (ds *DataSource) convertToIndexMergeScan(prop *property.PhysicalProperty, c if partPath.IsTablePath() { scan = ds.convertToPartialTableScan(prop, partPath, candidate.isMatchProp, byItems) } else { - scan = ds.convertToPartialIndexScan(prop, partPath, candidate.isMatchProp, byItems) + scan, err = ds.convertToPartialIndexScan(&cop.physPlanPartInfo, prop, partPath, candidate.isMatchProp, byItems) + if err != nil { + return invalidTask, err + } } scans = append(scans, scan) } @@ -1659,7 +1634,7 @@ func (ds *DataSource) convertToIndexMergeScan(prop *property.PhysicalProperty, c return task, nil } -func (ds *DataSource) convertToPartialIndexScan(prop *property.PhysicalProperty, path *util.AccessPath, matchProp bool, byItems []*util.ByItems) (indexPlan base.PhysicalPlan) { +func (ds *DataSource) convertToPartialIndexScan(physPlanPartInfo *PhysPlanPartInfo, prop *property.PhysicalProperty, path *util.AccessPath, matchProp bool, byItems []*util.ByItems) (base.PhysicalPlan, error) { is := ds.getOriginalPhysicalIndexScan(prop, path, matchProp, false) // TODO: Consider using isIndexCoveringColumns() to avoid another TableRead indexConds := path.IndexFilters @@ -1670,6 +1645,14 @@ func (ds *DataSource) convertToPartialIndexScan(prop *property.PhysicalProperty, // Add sort items for index scan for merge-sort operation between partitions. is.ByItems = byItems } + + // Add a `Selection` for `IndexScan` with global index. + // It should pushdown to TiKV, DataSource schema doesn't contain partition id column. + indexConds, err := is.addSelectionConditionForGlobalIndex(ds, physPlanPartInfo, indexConds) + if err != nil { + return nil, err + } + if len(indexConds) > 0 { var selectivity float64 if path.CountAfterAccess > 0 { @@ -1683,10 +1666,9 @@ func (ds *DataSource) convertToPartialIndexScan(prop *property.PhysicalProperty, } indexPlan := PhysicalSelection{Conditions: indexConds}.Init(is.SCtx(), stats, ds.QueryBlockOffset()) indexPlan.SetChildren(is) - return indexPlan + return indexPlan, nil } - indexPlan = is - return indexPlan + return is, nil } func checkColinSchema(cols []*expression.Column, schema *expression.Schema) bool { @@ -1720,7 +1702,7 @@ func (ds *DataSource) convertToPartialTableScan(prop *property.PhysicalProperty, selectivity, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, ts.filterCondition, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } tablePlan = PhysicalSelection{Conditions: ts.filterCondition}.Init(ts.SCtx(), ts.StatsInfo().ScaleByExpectCnt(selectivity*rowCount), ds.QueryBlockOffset()) tablePlan.SetChildren(ts) @@ -1734,7 +1716,7 @@ func (ds *DataSource) convertToPartialTableScan(prop *property.PhysicalProperty, func overwritePartialTableScanSchema(ds *DataSource, ts *PhysicalTableScan) { handleCols := ds.handleCols if handleCols == nil { - handleCols = NewIntHandleCols(ds.newExtraHandleSchemaCol()) + handleCols = util.NewIntHandleCols(ds.newExtraHandleSchemaCol()) } hdColNum := handleCols.NumCols() exprCols := make([]*expression.Column, 0, hdColNum) @@ -1756,7 +1738,7 @@ func overwritePartialTableScanSchema(ds *DataSource, ts *PhysicalTableScan) { func setIndexMergeTableScanHandleCols(ds *DataSource, ts *PhysicalTableScan) (err error) { handleCols := ds.handleCols if handleCols == nil { - handleCols = NewIntHandleCols(ds.newExtraHandleSchemaCol()) + handleCols = util.NewIntHandleCols(ds.newExtraHandleSchemaCol()) } hdColNum := handleCols.NumCols() exprCols := make([]*expression.Column, 0, hdColNum) @@ -1806,7 +1788,7 @@ func (ds *DataSource) buildIndexMergeTableScan(tableFilters []expression.Express selectivity, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, pushedFilters, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } sel := PhysicalSelection{Conditions: pushedFilters}.Init(ts.SCtx(), ts.StatsInfo().ScaleByExpectCnt(selectivity*totalRowCount), ts.QueryBlockOffset()) sel.SetChildren(ts) @@ -2038,8 +2020,8 @@ func (ds *DataSource) convertToIndexScan(prop *property.PhysicalProperty, task = cop if cop.tablePlan != nil && ds.tableInfo.IsCommonHandle { cop.commonHandleCols = ds.commonHandleCols - commonHandle := ds.handleCols.(*CommonHandleCols) - for _, col := range commonHandle.columns { + commonHandle := ds.handleCols.(*util.CommonHandleCols) + for _, col := range commonHandle.GetColumns() { if ds.schema.ColumnIndex(col) == -1 { ts := cop.tablePlan.(*PhysicalTableScan) ts.Schema().Append(col) @@ -2084,7 +2066,9 @@ func (ds *DataSource) convertToIndexScan(prop *property.PhysicalProperty, // prop.IsSortItemEmpty() would always return true when coming to here, // so we can just use prop.ExpectedCnt as parameter of addPushedDownSelection. finalStats := ds.StatsInfo().ScaleByExpectCnt(prop.ExpectedCnt) - is.addPushedDownSelection(cop, ds, path, finalStats) + if err = is.addPushedDownSelection(cop, ds, path, finalStats); err != nil { + return invalidTask, err + } if prop.TaskTp == property.RootTaskType { task = task.ConvertToRootTask(ds.SCtx()) } else if _, ok := task.(*RootTask); ok { @@ -2154,22 +2138,23 @@ func (is *PhysicalIndexScan) initSchema(idxExprCols []*expression.Column, isDoub if isDoubleRead || is.Index.Global { // If it's double read case, the first index must return handle. So we should add extra handle column // if there isn't a handle column. - // If it's global index, handle and PidColID columns has to be added, so that needed pids can be filtered. if !setHandle { if !is.Table.IsCommonHandle { indexCols = append(indexCols, &expression.Column{ RetType: types.NewFieldType(mysql.TypeLonglong), ID: model.ExtraHandleID, UniqueID: is.SCtx().GetSessionVars().AllocPlanColumnID(), + OrigName: model.ExtraHandleName.O, }) } } - // If index is global, we should add extra column for pid. + // If it's global index, handle and PidColID columns has to be added, so that needed pids can be filtered. if is.Index.Global { indexCols = append(indexCols, &expression.Column{ RetType: types.NewFieldType(mysql.TypeLonglong), ID: model.ExtraPidColID, UniqueID: is.SCtx().GetSessionVars().AllocPlanColumnID(), + OrigName: model.ExtraPartitionIdName.O, }) } } @@ -2185,7 +2170,70 @@ func (is *PhysicalIndexScan) initSchema(idxExprCols []*expression.Column, isDoub is.SetSchema(expression.NewSchema(indexCols...)) } -func (is *PhysicalIndexScan) addPushedDownSelection(copTask *CopTask, p *DataSource, path *util.AccessPath, finalStats *property.StatsInfo) { +func (is *PhysicalIndexScan) addSelectionConditionForGlobalIndex(p *DataSource, physPlanPartInfo *PhysPlanPartInfo, conditions []expression.Expression) ([]expression.Expression, error) { + if !is.Index.Global { + return conditions, nil + } + args := make([]expression.Expression, 0, len(p.partitionNames)+1) + for _, col := range is.schema.Columns { + if col.ID == model.ExtraPidColID { + args = append(args, col.Clone()) + break + } + } + + if len(args) != 1 { + return nil, errors.Errorf("Can't find column %s in schema %s", model.ExtraPartitionIdName.O, is.schema) + } + + // For SQL like 'select x from t partition(p0, p1) use index(idx)', + // we will add a `Selection` like `in(t._tidb_pid, p0, p1)` into the plan. + // For truncate/drop partitions, we should only return indexes where partitions still in public state. + idxArr, err := PartitionPruning(p.SCtx(), p.table.GetPartitionedTable(), + physPlanPartInfo.PruningConds, + physPlanPartInfo.PartitionNames, + physPlanPartInfo.Columns, + physPlanPartInfo.ColumnNames) + if err != nil { + return nil, err + } + needNot := false + pInfo := p.TableInfo().GetPartitionInfo() + if len(idxArr) == 1 && idxArr[0] == FullRange { + // Only filter adding and dropping partitions. + if len(pInfo.AddingDefinitions) == 0 && len(pInfo.DroppingDefinitions) == 0 { + return conditions, nil + } + needNot = true + for _, p := range pInfo.AddingDefinitions { + args = append(args, expression.NewInt64Const(p.ID)) + } + for _, p := range pInfo.DroppingDefinitions { + args = append(args, expression.NewInt64Const(p.ID)) + } + } else if len(idxArr) == 0 { + // add an invalid pid as param for `IN` function + args = append(args, expression.NewInt64Const(-1)) + } else { + // `PartitionPruning`` func does not return adding and dropping partitions + for _, idx := range idxArr { + args = append(args, expression.NewInt64Const(pInfo.Definitions[idx].ID)) + } + } + condition, err := expression.NewFunction(p.SCtx().GetExprCtx(), ast.In, types.NewFieldType(mysql.TypeLonglong), args...) + if err != nil { + return nil, err + } + if needNot { + condition, err = expression.NewFunction(p.SCtx().GetExprCtx(), ast.UnaryNot, types.NewFieldType(mysql.TypeLonglong), condition) + if err != nil { + return nil, err + } + } + return append(conditions, condition), nil +} + +func (is *PhysicalIndexScan) addPushedDownSelection(copTask *CopTask, p *DataSource, path *util.AccessPath, finalStats *property.StatsInfo) error { // Add filter condition to table plan now. indexConds, tableConds := path.IndexFilters, path.TableFilters tableConds, copTask.rootTaskConds = SplitSelCondsWithVirtualColumn(tableConds) @@ -2198,6 +2246,13 @@ func (is *PhysicalIndexScan) addPushedDownSelection(copTask *CopTask, p *DataSou tableConds, newRootConds = expression.PushDownExprs(pctx, tableConds, kv.TiKV) copTask.rootTaskConds = append(copTask.rootTaskConds, newRootConds...) + // Add a `Selection` for `IndexScan` with global index. + // It should pushdown to TiKV, DataSource schema doesn't contain partition id column. + indexConds, err := is.addSelectionConditionForGlobalIndex(p, &copTask.physPlanPartInfo, indexConds) + if err != nil { + return err + } + if indexConds != nil { var selectivity float64 if path.CountAfterAccess > 0 { @@ -2216,13 +2271,14 @@ func (is *PhysicalIndexScan) addPushedDownSelection(copTask *CopTask, p *DataSou selectivity, _, err := cardinality.Selectivity(is.SCtx(), copTask.tblColHists, tableConds, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } tableSel.SetStats(copTask.Plan().StatsInfo().Scale(selectivity)) } tableSel.SetChildren(copTask.tablePlan) copTask.tablePlan = tableSel } + return nil } // NeedExtraOutputCol is designed for check whether need an extra column for @@ -2706,7 +2762,7 @@ func (ts *PhysicalTableScan) addPushedDownSelection(copTask *CopTask, stats *pro selectivity, _, err := cardinality.Selectivity(ts.SCtx(), copTask.tblColHists, ts.filterCondition, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } sel.SetStats(ts.StatsInfo().Scale(selectivity)) } @@ -2871,7 +2927,7 @@ func appendCandidate(lp base.LogicalPlan, task base.Task, prop *property.Physica if task == nil || task.Invalid() { return } - appendCandidate4PhysicalOptimizeOp(opt, lp, task.Plan(), prop) + utilfuncp.AppendCandidate4PhysicalOptimizeOp(opt, lp, task.Plan(), prop) } // PushDownNot here can convert condition 'not (a != 1)' to 'a = 1'. When we build range from conds, the condition like diff --git a/pkg/planner/core/hashcode.go b/pkg/planner/core/hashcode.go index 6772f1e092fac..d6a029882265e 100644 --- a/pkg/planner/core/hashcode.go +++ b/pkg/planner/core/hashcode.go @@ -19,21 +19,16 @@ import ( "encoding/binary" "slices" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/util/plancodec" ) -func encodeIntAsUint32(result []byte, value int) []byte { - var buf [4]byte - binary.BigEndian.PutUint32(buf[:], uint32(value)) - return append(result, buf[:]...) -} - // HashCode implements LogicalPlan interface. func (p *baseLogicalPlan) HashCode() []byte { // We use PlanID for the default hash, so if two plans do not have // the same id, the hash value will never be the same. result := make([]byte, 0, 4) - result = encodeIntAsUint32(result, p.ID()) + result = util.EncodeIntAsUint32(result, p.ID()) return result } @@ -43,12 +38,12 @@ func (p *LogicalProjection) HashCode() []byte { // Expressions are commonly `Column`s, whose hashcode has the length 9, so // we pre-alloc 10 bytes for each expr's hashcode. result := make([]byte, 0, 12+len(p.Exprs)*10) - result = encodeIntAsUint32(result, plancodec.TypeStringToPhysicalID(p.TP())) - result = encodeIntAsUint32(result, p.QueryBlockOffset()) - result = encodeIntAsUint32(result, len(p.Exprs)) + result = util.EncodeIntAsUint32(result, plancodec.TypeStringToPhysicalID(p.TP())) + result = util.EncodeIntAsUint32(result, p.QueryBlockOffset()) + result = util.EncodeIntAsUint32(result, len(p.Exprs)) for _, expr := range p.Exprs { exprHashCode := expr.HashCode() - result = encodeIntAsUint32(result, len(exprHashCode)) + result = util.EncodeIntAsUint32(result, len(exprHashCode)) result = append(result, exprHashCode...) } return result @@ -58,9 +53,9 @@ func (p *LogicalProjection) HashCode() []byte { func (p *LogicalTableDual) HashCode() []byte { // PlanType + SelectOffset + RowCount result := make([]byte, 0, 12) - result = encodeIntAsUint32(result, plancodec.TypeStringToPhysicalID(p.TP())) - result = encodeIntAsUint32(result, p.QueryBlockOffset()) - result = encodeIntAsUint32(result, p.RowCount) + result = util.EncodeIntAsUint32(result, plancodec.TypeStringToPhysicalID(p.TP())) + result = util.EncodeIntAsUint32(result, p.QueryBlockOffset()) + result = util.EncodeIntAsUint32(result, p.RowCount) return result } @@ -70,9 +65,9 @@ func (p *LogicalSelection) HashCode() []byte { // Conditions are commonly `ScalarFunction`s, whose hashcode usually has a // length larger than 20, so we pre-alloc 25 bytes for each expr's hashcode. result := make([]byte, 0, 12+len(p.Conditions)*25) - result = encodeIntAsUint32(result, plancodec.TypeStringToPhysicalID(p.TP())) - result = encodeIntAsUint32(result, p.QueryBlockOffset()) - result = encodeIntAsUint32(result, len(p.Conditions)) + result = util.EncodeIntAsUint32(result, plancodec.TypeStringToPhysicalID(p.TP())) + result = util.EncodeIntAsUint32(result, p.QueryBlockOffset()) + result = util.EncodeIntAsUint32(result, len(p.Conditions)) condHashCodes := make([][]byte, len(p.Conditions)) for i, expr := range p.Conditions { @@ -82,7 +77,7 @@ func (p *LogicalSelection) HashCode() []byte { slices.SortFunc(condHashCodes, func(i, j []byte) int { return bytes.Compare(i, j) }) for _, condHashCode := range condHashCodes { - result = encodeIntAsUint32(result, len(condHashCode)) + result = util.EncodeIntAsUint32(result, len(condHashCode)) result = append(result, condHashCode...) } return result diff --git a/pkg/planner/core/indexmerge_path.go b/pkg/planner/core/indexmerge_path.go index 2483e57f2c1ca..27b67f738d929 100644 --- a/pkg/planner/core/indexmerge_path.go +++ b/pkg/planner/core/indexmerge_path.go @@ -30,6 +30,7 @@ import ( "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/context" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/debugtrace" "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" @@ -42,12 +43,6 @@ import ( "golang.org/x/exp/maps" ) -func init() { - cardinality.CollectFilters4MVIndex = collectFilters4MVIndex - cardinality.BuildPartialPaths4MVIndex = buildPartialPaths4MVIndex - statistics.PrepareCols4MVIndex = PrepareIdxColsAndUnwrapArrayType -} - // generateIndexMergePath generates IndexMerge AccessPaths on this DataSource. func (ds *DataSource) generateIndexMergePath() error { if ds.SCtx().GetSessionVars().StmtCtx.EnableOptimizerDebugTrace { @@ -168,7 +163,7 @@ func (ds *DataSource) generateNormalIndexPartialPaths4DNF( } return false }) - partialPath := ds.buildIndexMergePartialPath(itemPaths) + partialPath := buildIndexMergePartialPath(itemPaths) if partialPath == nil { // for this dnf item, we couldn't generate an index merge partial path. // (1 member of (a)) or (3 member of (b)) or d=1; if one dnf item like d=1 here could walk index path, @@ -271,7 +266,7 @@ func (ds *DataSource) generateIndexMergeOrPaths(filters []expression.Expression) } } // 2.1: trade off on countAfterAccess. - minCountAfterAccessPath := ds.buildIndexMergePartialPath(oneAlternativeSet) + minCountAfterAccessPath := buildIndexMergePartialPath(oneAlternativeSet) indexCondsForP := minCountAfterAccessPath.AccessConds[:] indexCondsForP = append(indexCondsForP, minCountAfterAccessPath.IndexFilters...) if len(indexCondsForP) > 0 { @@ -286,10 +281,10 @@ func (ds *DataSource) generateIndexMergeOrPaths(filters []expression.Expression) sel, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, []expression.Expression{accessDNF}, nil) if err != nil { logutil.BgLogger().Debug("something wrong happened, use the default selectivity", zap.Error(err)) - sel = SelectionFactor + sel = cost.SelectionFactor } - possiblePath := ds.buildIndexMergeOrPath(filters, partialAlternativePaths, k, shouldKeepCurrentFilter) + possiblePath := buildIndexMergeOrPath(filters, partialAlternativePaths, k, shouldKeepCurrentFilter) if possiblePath == nil { return nil } @@ -425,7 +420,7 @@ func (ds *DataSource) accessPathsForConds( // buildIndexMergePartialPath chooses the best index path from all possible paths. // Now we choose the index with minimal estimate row count. -func (*DataSource) buildIndexMergePartialPath(indexAccessPaths []*util.AccessPath) *util.AccessPath { +func buildIndexMergePartialPath(indexAccessPaths []*util.AccessPath) *util.AccessPath { if len(indexAccessPaths) == 1 { return indexAccessPaths[0] } @@ -446,7 +441,7 @@ func (*DataSource) buildIndexMergePartialPath(indexAccessPaths []*util.AccessPat } // buildIndexMergeOrPath generates one possible IndexMergePath. -func (ds *DataSource) buildIndexMergeOrPath( +func buildIndexMergeOrPath( filters []expression.Expression, partialAlternativePaths [][]*util.AccessPath, current int, @@ -455,25 +450,6 @@ func (ds *DataSource) buildIndexMergeOrPath( indexMergePath := &util.AccessPath{PartialAlternativeIndexPaths: partialAlternativePaths} indexMergePath.TableFilters = append(indexMergePath.TableFilters, filters[:current]...) indexMergePath.TableFilters = append(indexMergePath.TableFilters, filters[current+1:]...) - // If global index exists, index merge is not allowed. - // Global index is not compatible with IndexMergeReaderExecutor. - for i := range partialAlternativePaths { - // if one path's all alternatives are global index, warning it. - allGlobal := true - for _, oneAlternative := range partialAlternativePaths[i] { - // once we have a table alternative path - if oneAlternative.IsTablePath() { - allGlobal = false - } - if oneAlternative.Index != nil && !oneAlternative.Index.Global { - allGlobal = false - } - } - if allGlobal { - ds.SCtx().GetSessionVars().StmtCtx.AppendWarning(errors.NewNoStackError("global index is not compatible with index merge, so ignore it")) - return nil - } - } // since shouldKeepCurrentFilter may be changed in alternative paths converging, kept the filer expression anyway here. indexMergePath.KeepIndexMergeORSourceFilter = shouldKeepCurrentFilter // this filter will be merged into indexPath's table filters when converging. @@ -613,7 +589,7 @@ func (ds *DataSource) generateIndexMergeAndPaths(normalPathCnt int, usedAccessMa sel, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, partialFilters, nil) if err != nil { logutil.BgLogger().Debug("something wrong happened, use the default selectivity", zap.Error(err)) - sel = SelectionFactor + sel = cost.SelectionFactor } indexMergePath := &util.AccessPath{ diff --git a/pkg/planner/core/integration_test.go b/pkg/planner/core/integration_test.go index 8b3ba40903146..5c06840c2d4b0 100644 --- a/pkg/planner/core/integration_test.go +++ b/pkg/planner/core/integration_test.go @@ -30,6 +30,7 @@ import ( "github.com/pingcap/tidb/pkg/infoschema" "github.com/pingcap/tidb/pkg/parser/auth" "github.com/pingcap/tidb/pkg/parser/model" + "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core" "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/table" @@ -2165,6 +2166,22 @@ func TestWindowRangeFramePushDownTiflash(t *testing.T) { " └─TableFullScan_9 10000.00 mpp[tiflash] table:first_range keep order:false, stats:pseudo")) } +func TestIssue46556(t *testing.T) { + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + tk.MustExec(`use test`) + tk.MustExec(`CREATE TABLE t0(c0 BLOB);`) + tk.MustExec(`CREATE definer='root'@'localhost' VIEW v0(c0) AS SELECT NULL FROM t0 GROUP BY NULL;`) + tk.MustExec(`SELECT t0.c0 FROM t0 NATURAL JOIN v0 WHERE v0.c0 LIKE v0.c0;`) // no error + tk.MustQuery(`explain format='brief' SELECT t0.c0 FROM t0 NATURAL JOIN v0 WHERE v0.c0 LIKE v0.c0`).Check( + testkit.Rows(`HashJoin 0.00 root inner join, equal:[eq(Column#5, test.t0.c0)]`, + `├─Projection(Build) 0.00 root ->Column#5`, + `│ └─TableDual 0.00 root rows:0`, + `└─TableReader(Probe) 7992.00 root data:Selection`, + ` └─Selection 7992.00 cop[tikv] like(test.t0.c0, test.t0.c0, 92), not(isnull(test.t0.c0))`, + ` └─TableFullScan 10000.00 cop[tikv] table:t0 keep order:false, stats:pseudo`)) +} + // https://github.com/pingcap/tidb/issues/41458 func TestIssue41458(t *testing.T) { store := testkit.CreateMockStore(t) @@ -2269,3 +2286,29 @@ func TestIssue48257(t *testing.T) { "└─TableFullScan 1.00 cop[tikv] table:t1 keep order:false", )) } + +func TestIssue52472(t *testing.T) { + store := testkit.CreateMockStore(t) + tk := testkit.NewTestKit(t, store) + + tk.MustExec("use test") + tk.MustExec("CREATE TABLE t1 ( c1 int);") + tk.MustExec("CREATE TABLE t2 ( c1 int unsigned);") + tk.MustExec("CREATE TABLE t3 ( c1 bigint unsigned);") + tk.MustExec("INSERT INTO t1 (c1) VALUES (8);") + tk.MustExec("INSERT INTO t2 (c1) VALUES (2454396638);") + + // union int and unsigned int will be promoted to long long + rs, err := tk.Exec("SELECT c1 FROM t1 UNION ALL SELECT c1 FROM t2") + require.NoError(t, err) + require.Len(t, rs.Fields(), 1) + require.Equal(t, mysql.TypeLonglong, rs.Fields()[0].Column.FieldType.GetType()) + require.NoError(t, rs.Close()) + + // union int (even literal) and unsigned bigint will be promoted to decimal + rs, err = tk.Exec("SELECT 0 UNION ALL SELECT c1 FROM t3") + require.NoError(t, err) + require.Len(t, rs.Fields(), 1) + require.Equal(t, mysql.TypeNewDecimal, rs.Fields()[0].Column.FieldType.GetType()) + require.NoError(t, rs.Close()) +} diff --git a/pkg/planner/core/logical_plan_builder.go b/pkg/planner/core/logical_plan_builder.go index bc049cf560cab..9be25bd620b47 100644 --- a/pkg/planner/core/logical_plan_builder.go +++ b/pkg/planner/core/logical_plan_builder.go @@ -48,6 +48,7 @@ import ( "github.com/pingcap/tidb/pkg/planner/util/coreusage" "github.com/pingcap/tidb/pkg/planner/util/debugtrace" "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" + "github.com/pingcap/tidb/pkg/planner/util/tablesampler" "github.com/pingcap/tidb/pkg/privilege" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessionctx/variable" @@ -250,7 +251,6 @@ func (b *PlanBuilder) buildAggregation(ctx context.Context, p base.LogicalPlan, b.optFlag |= flagPredicatePushDown b.optFlag |= flagEliminateAgg b.optFlag |= flagEliminateProjection - b.optFlag |= flagConvertOuterToInnerJoin if b.ctx.GetSessionVars().EnableSkewDistinctAgg { b.optFlag |= flagSkewDistinctAgg @@ -1289,7 +1289,6 @@ func (b *PlanBuilder) buildSelection(ctx context.Context, p base.LogicalPlan, wh b.optFlag |= flagPredicatePushDown b.optFlag |= flagDeriveTopNFromWindow b.optFlag |= flagPredicateSimplification - b.optFlag |= flagConvertOuterToInnerJoin if b.curClause != havingClause { b.curClause = whereClause } @@ -1906,7 +1905,7 @@ func unionJoinFieldType(a, b *types.FieldType) *types.FieldType { } else if b.GetType() == mysql.TypeNull { return a } - resultTp := types.NewFieldType(types.MergeFieldType(a.GetType(), b.GetType())) + resultTp := types.AggFieldType([]*types.FieldType{a, b}) // This logic will be intelligible when it is associated with the buildProjection4Union logic. if resultTp.GetType() == mysql.TypeNewDecimal { // The decimal result type will be unsigned only when all the decimals to be united are unsigned. @@ -2104,6 +2103,8 @@ func (b *PlanBuilder) buildSemiJoinForSetOperator( if err != nil { return nil, err } + b.optFlag |= flagConvertOuterToInnerJoin + joinPlan := LogicalJoin{JoinType: joinType}.Init(b.ctx, b.getSelectOffset()) joinPlan.SetChildren(leftPlan, rightPlan) joinPlan.SetSchema(leftPlan.Schema()) @@ -3297,8 +3298,7 @@ func (g *gbyResolver) Leave(inNode ast.Node) (ast.Node, bool) { } func tblInfoFromCol(from ast.ResultSetNode, name *types.FieldName) *model.TableInfo { - var tableList []*ast.TableName - tableList = extractTableList(from, tableList, true) + tableList := ExtractTableList(from, true) for _, field := range tableList { if field.Name.L == name.TblName.L { return field.TableInfo @@ -4712,7 +4712,6 @@ func (b *PlanBuilder) buildDataSourceFromCTEMerge(ctx context.Context, cte *ast. func (b *PlanBuilder) buildDataSource(ctx context.Context, tn *ast.TableName, asName *model.CIStr) (base.LogicalPlan, error) { b.optFlag |= flagPredicateSimplification - b.optFlag |= flagConvertOuterToInnerJoin dbName := tn.Schema sessionVars := b.ctx.GetSessionVars() @@ -4968,7 +4967,7 @@ func (b *PlanBuilder) buildDataSource(ctx context.Context, tn *ast.TableName, as is: b.is, isForUpdateRead: b.isForUpdateRead, }.Init(b.ctx, b.getSelectOffset()) - var handleCols HandleCols + var handleCols util.HandleCols schema := expression.NewSchema(make([]*expression.Column, 0, len(columns))...) names := make([]*types.FieldName, 0, len(columns)) for i, col := range columns { @@ -4990,7 +4989,7 @@ func (b *PlanBuilder) buildDataSource(ctx context.Context, tn *ast.TableName, as IsHidden: col.Hidden, } if col.IsPKHandleColumn(tableInfo) { - handleCols = &IntHandleCols{col: newCol} + handleCols = util.NewIntHandleCols(newCol) } schema.Append(newCol) ds.TblCols = append(ds.TblCols, newCol) @@ -5000,10 +4999,10 @@ func (b *PlanBuilder) buildDataSource(ctx context.Context, tn *ast.TableName, as if handleCols == nil { if tableInfo.IsCommonHandle { primaryIdx := tables.FindPrimaryIndex(tableInfo) - handleCols = NewCommonHandleCols(b.ctx.GetSessionVars().StmtCtx, tableInfo, primaryIdx, ds.TblCols) + handleCols = util.NewCommonHandleCols(b.ctx.GetSessionVars().StmtCtx, tableInfo, primaryIdx, ds.TblCols) } else { extraCol := ds.newExtraHandleSchemaCol() - handleCols = &IntHandleCols{col: extraCol} + handleCols = util.NewIntHandleCols(extraCol) ds.Columns = append(ds.Columns, model.NewExtraHandleColInfo()) schema.Append(extraCol) names = append(names, &types.FieldName{ @@ -5017,13 +5016,13 @@ func (b *PlanBuilder) buildDataSource(ctx context.Context, tn *ast.TableName, as } ds.handleCols = handleCols ds.unMutableHandleCols = handleCols - handleMap := make(map[int64][]HandleCols) - handleMap[tableInfo.ID] = []HandleCols{handleCols} + handleMap := make(map[int64][]util.HandleCols) + handleMap[tableInfo.ID] = []util.HandleCols{handleCols} b.handleHelper.pushMap(handleMap) ds.SetSchema(schema) ds.names = names ds.setPreferredStoreType(b.TableHints()) - ds.SampleInfo = NewTableSampleInfo(tn.TableSample, schema, b.partitionedTable) + ds.SampleInfo = tablesampler.NewTableSampleInfo(tn.TableSample, schema, b.partitionedTable) b.isSampling = ds.SampleInfo != nil for i, colExpr := range ds.Schema().Columns { @@ -5215,19 +5214,19 @@ func (ds *DataSource) ExtractFD() *fd.FDSet { return ds.fdSet } -func (b *PlanBuilder) timeRangeForSummaryTable() QueryTimeRange { +func (b *PlanBuilder) timeRangeForSummaryTable() util.QueryTimeRange { const defaultSummaryDuration = 30 * time.Minute hints := b.TableHints() // User doesn't use TIME_RANGE hint if hints == nil || (hints.TimeRangeHint.From == "" && hints.TimeRangeHint.To == "") { to := time.Now() from := to.Add(-defaultSummaryDuration) - return QueryTimeRange{From: from, To: to} + return util.QueryTimeRange{From: from, To: to} } // Parse time specified by user via TIM_RANGE hint parse := func(s string) (time.Time, bool) { - t, err := time.ParseInLocation(MetricTableTimeFormat, s, time.Local) + t, err := time.ParseInLocation(util.MetricTableTimeFormat, s, time.Local) if err != nil { b.ctx.GetSessionVars().StmtCtx.AppendWarning(err) } @@ -5245,7 +5244,7 @@ func (b *PlanBuilder) timeRangeForSummaryTable() QueryTimeRange { from = to.Add(-defaultSummaryDuration) } - return QueryTimeRange{From: from, To: to} + return util.QueryTimeRange{From: from, To: to} } func (b *PlanBuilder) buildMemTable(_ context.Context, dbName model.CIStr, tableInfo *model.TableInfo) (base.LogicalPlan, error) { @@ -5253,7 +5252,7 @@ func (b *PlanBuilder) buildMemTable(_ context.Context, dbName model.CIStr, table // a stable schema and there is no online DDL on the memory table. schema := expression.NewSchema(make([]*expression.Column, 0, len(tableInfo.Columns))...) names := make([]*types.FieldName, 0, len(tableInfo.Columns)) - var handleCols HandleCols + var handleCols util.HandleCols for _, col := range tableInfo.Columns { names = append(names, &types.FieldName{ DBName: dbName, @@ -5269,14 +5268,14 @@ func (b *PlanBuilder) buildMemTable(_ context.Context, dbName model.CIStr, table RetType: &col.FieldType, } if tableInfo.PKIsHandle && mysql.HasPriKeyFlag(col.GetFlag()) { - handleCols = &IntHandleCols{col: newCol} + handleCols = util.NewIntHandleCols(newCol) } schema.Append(newCol) } if handleCols != nil { - handleMap := make(map[int64][]HandleCols) - handleMap[tableInfo.ID] = []HandleCols{handleCols} + handleMap := make(map[int64][]util.HandleCols) + handleMap[tableInfo.ID] = []util.HandleCols{handleCols} b.handleHelper.pushMap(handleMap) } else { b.handleHelper.pushMap(nil) @@ -5559,7 +5558,7 @@ func (b *PlanBuilder) buildApplyWithJoinType(outerPlan, innerPlan base.LogicalPl // buildSemiApply builds apply plan with outerPlan and innerPlan, which apply semi-join for every row from outerPlan and the whole innerPlan. func (b *PlanBuilder) buildSemiApply(outerPlan, innerPlan base.LogicalPlan, condition []expression.Expression, asScalar, not, considerRewrite, markNoDecorrelate bool) (base.LogicalPlan, error) { - b.optFlag = b.optFlag | flagPredicatePushDown | flagBuildKeyInfo | flagDecorrelate | flagConvertOuterToInnerJoin + b.optFlag = b.optFlag | flagPredicatePushDown | flagBuildKeyInfo | flagDecorrelate join, err := b.buildSemiJoin(outerPlan, innerPlan, condition, asScalar, not, considerRewrite) if err != nil { @@ -5601,6 +5600,7 @@ func (b *PlanBuilder) buildMaxOneRow(p base.LogicalPlan) base.LogicalPlan { } func (b *PlanBuilder) buildSemiJoin(outerPlan, innerPlan base.LogicalPlan, onCondition []expression.Expression, asScalar, not, forceRewrite bool) (*LogicalJoin, error) { + b.optFlag |= flagConvertOuterToInnerJoin joinPlan := LogicalJoin{}.Init(b.ctx, b.getSelectOffset()) for i, expr := range onCondition { onCondition[i] = expr.Decorrelate(outerPlan.Schema()) @@ -5654,7 +5654,7 @@ type TblColPosInfo struct { // Start and End represent the ordinal range [Start, End) of the consecutive columns. Start, End int // HandleOrdinal represents the ordinal of the handle column. - HandleCols HandleCols + HandleCols util.HandleCols } // MemoryUsage return the memory usage of TblColPosInfo @@ -5705,7 +5705,7 @@ func (c TblColPosInfoSlice) FindTblIdx(colOrdinal int) (int, bool) { // buildColumns2Handle builds columns to handle mapping. func buildColumns2Handle( names []*types.FieldName, - tblID2Handle map[int64][]HandleCols, + tblID2Handle map[int64][]util.HandleCols, tblID2Table map[int64]table.Table, onlyWritableCol bool, ) (TblColPosInfoSlice, error) { @@ -5759,8 +5759,7 @@ func (b *PlanBuilder) buildUpdate(ctx context.Context, update *ast.UpdateStmt) ( return nil, err } - var tableList []*ast.TableName - tableList = extractTableList(update.TableRefs.TableRefs, tableList, false) + tableList := ExtractTableList(update.TableRefs.TableRefs, false) for _, t := range tableList { dbName := t.Schema.L if dbName == "" { @@ -6048,7 +6047,7 @@ func (b *PlanBuilder) buildUpdateLists(ctx context.Context, tableList []*ast.Tab if expr := extractDefaultExpr(assign.Expr); expr != nil { expr.Name = assign.Column } - newExpr, np, err = b.rewrite(ctx, assign.Expr, p, nil, false) + newExpr, np, err = b.rewrite(ctx, assign.Expr, p, nil, true) if err != nil { return nil, nil, false, err } @@ -6072,7 +6071,7 @@ func (b *PlanBuilder) buildUpdateLists(ctx context.Context, tableList []*ast.Tab o := b.allowBuildCastArray b.allowBuildCastArray = true - newExpr, np, err = b.rewriteWithPreprocess(ctx, assign.Expr, p, nil, nil, false, rewritePreprocess(assign)) + newExpr, np, err = b.rewriteWithPreprocess(ctx, assign.Expr, p, nil, nil, true, rewritePreprocess(assign)) b.allowBuildCastArray = o if err != nil { return nil, nil, false, err @@ -6095,8 +6094,8 @@ func (b *PlanBuilder) buildUpdateLists(ctx context.Context, tableList []*ast.Tab allAssignmentsAreConstant = false } p = np - if col, ok := newExpr.(*expression.Column); ok { - b.ctx.GetSessionVars().StmtCtx.ColRefFromUpdatePlan = append(b.ctx.GetSessionVars().StmtCtx.ColRefFromUpdatePlan, col.UniqueID) + if cols := expression.ExtractColumnSet(newExpr); cols.Len() > 0 { + b.ctx.GetSessionVars().StmtCtx.ColRefFromUpdatePlan.UnionWith(cols) } newList = append(newList, &expression.Assignment{Col: col, ColName: name.ColName, Expr: newExpr}) dbName := name.DBName.L @@ -6288,8 +6287,7 @@ func (b *PlanBuilder) buildDelete(ctx context.Context, ds *ast.DeleteStmt) (base } } else { // Delete from a, b, c, d. - var tableList []*ast.TableName - tableList = extractTableList(ds.TableRefs.TableRefs, tableList, false) + tableList := ExtractTableList(ds.TableRefs.TableRefs, false) for _, v := range tableList { if isCTE(v) { return nil, plannererrors.ErrNonUpdatableTable.GenWithStackByArgs(v.Name.O, "DELETE") @@ -6333,8 +6331,8 @@ func (b *PlanBuilder) buildDelete(ctx context.Context, ds *ast.DeleteStmt) (base return del, err } -func resolveIndicesForTblID2Handle(tblID2Handle map[int64][]HandleCols, schema *expression.Schema) (map[int64][]HandleCols, error) { - newMap := make(map[int64][]HandleCols, len(tblID2Handle)) +func resolveIndicesForTblID2Handle(tblID2Handle map[int64][]util.HandleCols, schema *expression.Schema) (map[int64][]util.HandleCols, error) { + newMap := make(map[int64][]util.HandleCols, len(tblID2Handle)) for i, cols := range tblID2Handle { for _, col := range cols { resolvedCol, err := col.ResolveIndices(schema) @@ -6349,9 +6347,9 @@ func resolveIndicesForTblID2Handle(tblID2Handle map[int64][]HandleCols, schema * func (p *Delete) cleanTblID2HandleMap( tablesToDelete map[int64][]*ast.TableName, - tblID2Handle map[int64][]HandleCols, + tblID2Handle map[int64][]util.HandleCols, outputNames []*types.FieldName, -) map[int64][]HandleCols { +) map[int64][]util.HandleCols { for id, cols := range tblID2Handle { names, ok := tablesToDelete[id] if !ok { @@ -7111,17 +7109,6 @@ func buildWindowSpecs(specs []ast.WindowSpec) (map[string]*ast.WindowSpec, error return specsMap, nil } -func unfoldSelectList(list *ast.SetOprSelectList, unfoldList *ast.SetOprSelectList) { - for _, sel := range list.Selects { - switch s := sel.(type) { - case *ast.SelectStmt: - unfoldList.Selects = append(unfoldList.Selects, s) - case *ast.SetOprSelectList: - unfoldSelectList(s, unfoldList) - } - } -} - type updatableTableListResolver struct { updatableTableList []*ast.TableName } @@ -7150,111 +7137,149 @@ func (u *updatableTableListResolver) Leave(inNode ast.Node) (ast.Node, bool) { return inNode, true } -// extractTableList extracts all the TableNames from node. +// ExtractTableList is a wrapper for tableListExtractor and removes duplicate TableName // If asName is true, extract AsName prior to OrigName. // Privilege check should use OrigName, while expression may use AsName. -// TODO: extracting all tables by vistor model maybe a better way -func extractTableList(node ast.Node, input []*ast.TableName, asName bool) []*ast.TableName { - switch x := node.(type) { - case *ast.SelectStmt: - if x.From != nil { - input = extractTableList(x.From.TableRefs, input, asName) - } - if x.Where != nil { - input = extractTableList(x.Where, input, asName) - } - if x.With != nil { - for _, cte := range x.With.CTEs { - input = extractTableList(cte.Query, input, asName) - } - } - for _, f := range x.Fields.Fields { - if s, ok := f.Expr.(*ast.SubqueryExpr); ok { - input = extractTableList(s, input, asName) - } - } - case *ast.DeleteStmt: - input = extractTableList(x.TableRefs.TableRefs, input, asName) - if x.IsMultiTable { - for _, t := range x.Tables.Tables { - input = extractTableList(t, input, asName) - } - } - if x.Where != nil { - input = extractTableList(x.Where, input, asName) - } - if x.With != nil { - for _, cte := range x.With.CTEs { - input = extractTableList(cte.Query, input, asName) - } - } - case *ast.UpdateStmt: - input = extractTableList(x.TableRefs.TableRefs, input, asName) - for _, e := range x.List { - input = extractTableList(e.Expr, input, asName) - } - if x.Where != nil { - input = extractTableList(x.Where, input, asName) - } - if x.With != nil { - for _, cte := range x.With.CTEs { - input = extractTableList(cte.Query, input, asName) +func ExtractTableList(node ast.Node, asName bool) []*ast.TableName { + if node == nil { + return []*ast.TableName{} + } + e := &tableListExtractor{ + asName: asName, + tableNames: []*ast.TableName{}, + } + node.Accept(e) + tableNames := e.tableNames + m := make(map[string]map[string]*ast.TableName) // k1: schemaName, k2: tableName, v: ast.TableName + for _, x := range tableNames { + k1, k2 := x.Schema.L, x.Name.L + // allow empty schema name OR empty table name + if k1 != "" || k2 != "" { + if _, ok := m[k1]; !ok { + m[k1] = make(map[string]*ast.TableName) } + m[k1][k2] = x } - case *ast.InsertStmt: - input = extractTableList(x.Table.TableRefs, input, asName) - input = extractTableList(x.Select, input, asName) - case *ast.SetOprStmt: - l := &ast.SetOprSelectList{} - unfoldSelectList(x.SelectList, l) - for _, s := range l.Selects { - input = extractTableList(s.(ast.ResultSetNode), input, asName) - } - case *ast.PatternInExpr: - if s, ok := x.Sel.(*ast.SubqueryExpr); ok { - input = extractTableList(s, input, asName) + } + tableNames = tableNames[:0] + for _, x := range m { + for _, v := range x { + tableNames = append(tableNames, v) } - case *ast.ExistsSubqueryExpr: - if s, ok := x.Sel.(*ast.SubqueryExpr); ok { - input = extractTableList(s, input, asName) + } + return tableNames +} + +// tableListExtractor extracts all the TableNames from node. +type tableListExtractor struct { + asName bool + tableNames []*ast.TableName +} + +func (e *tableListExtractor) Enter(n ast.Node) (_ ast.Node, skipChildren bool) { + innerExtract := func(inner ast.Node) []*ast.TableName { + if inner == nil { + return nil } - case *ast.BinaryOperationExpr: - if s, ok := x.R.(*ast.SubqueryExpr); ok { - input = extractTableList(s, input, asName) + innerExtractor := &tableListExtractor{ + asName: e.asName, + tableNames: []*ast.TableName{}, } - case *ast.SubqueryExpr: - input = extractTableList(x.Query, input, asName) - case *ast.Join: - input = extractTableList(x.Left, input, asName) - input = extractTableList(x.Right, input, asName) + inner.Accept(innerExtractor) + return innerExtractor.tableNames + } + + switch x := n.(type) { + case *ast.TableName: + e.tableNames = append(e.tableNames, x) case *ast.TableSource: if s, ok := x.Source.(*ast.TableName); ok { - if x.AsName.L != "" && asName { + if x.AsName.L != "" && e.asName { newTableName := *s newTableName.Name = x.AsName newTableName.Schema = model.NewCIStr("") - input = append(input, &newTableName) + e.tableNames = append(e.tableNames, &newTableName) } else { - input = append(input, s) + e.tableNames = append(e.tableNames, s) } } else if s, ok := x.Source.(*ast.SelectStmt); ok { if s.From != nil { - var innerList []*ast.TableName - innerList = extractTableList(s.From.TableRefs, innerList, asName) + innerList := innerExtract(s.From.TableRefs) if len(innerList) > 0 { innerTableName := innerList[0] - if x.AsName.L != "" && asName { + if x.AsName.L != "" && e.asName { newTableName := *innerList[0] newTableName.Name = x.AsName newTableName.Schema = model.NewCIStr("") innerTableName = &newTableName } - input = append(input, innerTableName) + e.tableNames = append(e.tableNames, innerTableName) } } } + return n, true + + case *ast.ShowStmt: + if x.DBName != "" { + e.tableNames = append(e.tableNames, &ast.TableName{Schema: model.NewCIStr(x.DBName)}) + } + case *ast.CreateDatabaseStmt: + e.tableNames = append(e.tableNames, &ast.TableName{Schema: x.Name}) + case *ast.AlterDatabaseStmt: + e.tableNames = append(e.tableNames, &ast.TableName{Schema: x.Name}) + case *ast.DropDatabaseStmt: + e.tableNames = append(e.tableNames, &ast.TableName{Schema: x.Name}) + + case *ast.FlashBackDatabaseStmt: + e.tableNames = append(e.tableNames, &ast.TableName{Schema: x.DBName}) + e.tableNames = append(e.tableNames, &ast.TableName{Schema: model.NewCIStr(x.NewName)}) + case *ast.FlashBackToTimestampStmt: + if x.DBName.L != "" { + e.tableNames = append(e.tableNames, &ast.TableName{Schema: x.DBName}) + } + case *ast.FlashBackTableStmt: + if newName := x.NewName; newName != "" { + e.tableNames = append(e.tableNames, &ast.TableName{ + Schema: x.Table.Schema, + Name: model.NewCIStr(newName)}) + } + + case *ast.GrantStmt: + if x.ObjectType == ast.ObjectTypeTable || x.ObjectType == ast.ObjectTypeNone { + if x.Level.Level == ast.GrantLevelDB || x.Level.Level == ast.GrantLevelTable { + e.tableNames = append(e.tableNames, &ast.TableName{ + Schema: model.NewCIStr(x.Level.DBName), + Name: model.NewCIStr(x.Level.TableName), + }) + } + } + case *ast.RevokeStmt: + if x.ObjectType == ast.ObjectTypeTable || x.ObjectType == ast.ObjectTypeNone { + if x.Level.Level == ast.GrantLevelDB || x.Level.Level == ast.GrantLevelTable { + e.tableNames = append(e.tableNames, &ast.TableName{ + Schema: model.NewCIStr(x.Level.DBName), + Name: model.NewCIStr(x.Level.TableName), + }) + } + } + case *ast.BRIEStmt: + if x.Kind == ast.BRIEKindBackup || x.Kind == ast.BRIEKindRestore { + for _, v := range x.Schemas { + e.tableNames = append(e.tableNames, &ast.TableName{Schema: model.NewCIStr(v)}) + } + } + case *ast.UseStmt: + e.tableNames = append(e.tableNames, &ast.TableName{Schema: model.NewCIStr(x.DBName)}) + case *ast.ExecuteStmt: + if v, ok := x.PrepStmt.(*PlanCacheStmt); ok { + e.tableNames = append(e.tableNames, innerExtract(v.PreparedAst.Stmt)...) + } } - return input + return n, false +} + +func (*tableListExtractor) Leave(n ast.Node) (ast.Node, bool) { + return n, true } func collectTableName(node ast.ResultSetNode, updatableName *map[string]bool, info *map[string]*ast.TableName) { diff --git a/pkg/planner/core/logical_plans.go b/pkg/planner/core/logical_plans.go index b7512116812e4..38528ed97c6b5 100644 --- a/pkg/planner/core/logical_plans.go +++ b/pkg/planner/core/logical_plans.go @@ -29,11 +29,13 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" fd "github.com/pingcap/tidb/pkg/planner/funcdep" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/coreusage" "github.com/pingcap/tidb/pkg/planner/util/debugtrace" + "github.com/pingcap/tidb/pkg/planner/util/tablesampler" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/statistics" "github.com/pingcap/tidb/pkg/table" @@ -1395,7 +1397,7 @@ type LogicalTableDual struct { type LogicalMemTable struct { logicalSchemaProducer - Extractor MemTablePredicateExtractor + Extractor base.MemTablePredicateExtractor DBName model.CIStr TableInfo *model.TableInfo Columns []*model.ColumnInfo @@ -1404,7 +1406,7 @@ type LogicalMemTable struct { // select /*+ time_range('2020-02-02 12:10:00', '2020-02-02 13:00:00') */ from metrics_summary_by_label; // select /*+ time_range('2020-02-02 12:10:00', '2020-02-02 13:00:00') */ from inspection_summary; // select /*+ time_range('2020-02-02 12:10:00', '2020-02-02 13:00:00') */ from inspection_result; - QueryTimeRange QueryTimeRange + QueryTimeRange util.QueryTimeRange } // LogicalUnionScan is used in non read-only txn or for scanning a local temporary table whose snapshot data is located in memory. @@ -1413,7 +1415,7 @@ type LogicalUnionScan struct { conditions []expression.Expression - handleCols HandleCols + handleCols util.HandleCols } // GetAllConds Exported for unit test. @@ -1455,8 +1457,8 @@ type DataSource struct { // handleCol represents the handle column for the datasource, either the // int primary key column or extra handle column. // handleCol *expression.Column - handleCols HandleCols - unMutableHandleCols HandleCols + handleCols util.HandleCols + unMutableHandleCols util.HandleCols // TblCols contains the original columns of table before being pruned, and it // is used for estimating table scan cost. TblCols []*expression.Column @@ -1470,7 +1472,7 @@ type DataSource struct { preferStoreType int // preferPartitions store the map, the key represents store type, the value represents the partition name list. preferPartitions map[int][]model.CIStr - SampleInfo *TableSampleInfo + SampleInfo *tablesampler.TableSampleInfo is infoschema.InfoSchema // isForUpdateRead should be true in either of the following situations // 1. use `inside insert`, `update`, `delete` or `select for update` statement @@ -1516,7 +1518,7 @@ type TiKVSingleGather struct { type LogicalTableScan struct { logicalSchemaProducer Source *DataSource - HandleCols HandleCols + HandleCols util.HandleCols AccessConds expression.CNFExprs Ranges []*ranger.Range } @@ -1686,7 +1688,7 @@ func (ds *DataSource) deriveCommonHandleTablePathStats(path *util.AccessPath, co // If the `CountAfterAccess` is less than `stats.RowCount`, there must be some inconsistent stats info. // We prefer the `stats.RowCount` because it could use more stats info to calculate the selectivity. if path.CountAfterAccess < ds.StatsInfo().RowCount && !isIm { - path.CountAfterAccess = math.Min(ds.StatsInfo().RowCount/SelectionFactor, float64(ds.statisticTable.RealtimeCount)) + path.CountAfterAccess = math.Min(ds.StatsInfo().RowCount/cost.SelectionFactor, float64(ds.statisticTable.RealtimeCount)) } return nil } @@ -1772,7 +1774,7 @@ func (ds *DataSource) deriveTablePathStats(path *util.AccessPath, conds []expres // If the `CountAfterAccess` is less than `stats.RowCount`, there must be some inconsistent stats info. // We prefer the `stats.RowCount` because it could use more stats info to calculate the selectivity. if path.CountAfterAccess < ds.StatsInfo().RowCount && !isIm { - path.CountAfterAccess = math.Min(ds.StatsInfo().RowCount/SelectionFactor, float64(ds.statisticTable.RealtimeCount)) + path.CountAfterAccess = math.Min(ds.StatsInfo().RowCount/cost.SelectionFactor, float64(ds.statisticTable.RealtimeCount)) } return err } @@ -1843,13 +1845,13 @@ func (ds *DataSource) deriveIndexPathStats(path *util.AccessPath, _ []expression // If the `CountAfterAccess` is less than `stats.RowCount`, there must be some inconsistent stats info. // We prefer the `stats.RowCount` because it could use more stats info to calculate the selectivity. if path.CountAfterAccess < ds.StatsInfo().RowCount && !isIm { - path.CountAfterAccess = math.Min(ds.StatsInfo().RowCount/SelectionFactor, float64(ds.statisticTable.RealtimeCount)) + path.CountAfterAccess = math.Min(ds.StatsInfo().RowCount/cost.SelectionFactor, float64(ds.statisticTable.RealtimeCount)) } if path.IndexFilters != nil { selectivity, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, path.IndexFilters, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } if isIm { path.CountAfterIndex = path.CountAfterAccess * selectivity @@ -1973,7 +1975,7 @@ type LogicalLock struct { baseLogicalPlan Lock *ast.SelectLockInfo - tblID2Handle map[int64][]HandleCols + tblID2Handle map[int64][]util.HandleCols // tblID2phyTblIDCol is used for partitioned tables, // the child executor need to return an extra column containing @@ -2228,7 +2230,7 @@ type LogicalShow struct { logicalSchemaProducer ShowContents - Extractor ShowPredicateExtractor + Extractor base.ShowPredicateExtractor } // LogicalShowDDLJobs is for showing DDL job list. diff --git a/pkg/planner/core/logical_plans_test.go b/pkg/planner/core/logical_plans_test.go index 5f24d9bb0ae6d..46c64f870484e 100644 --- a/pkg/planner/core/logical_plans_test.go +++ b/pkg/planner/core/logical_plans_test.go @@ -138,7 +138,7 @@ func TestPredicatePushDown(t *testing.T) { require.NoError(t, err, comment) p, err := BuildLogicalPlanForTest(ctx, s.sctx, stmt, s.is) require.NoError(t, err) - p, err = logicalOptimize(context.TODO(), flagPredicatePushDown|flagDecorrelate|flagPrunColumns|flagPrunColumnsAgain, p.(base.LogicalPlan)) + p, err = logicalOptimize(context.TODO(), flagConvertOuterToInnerJoin|flagPredicatePushDown|flagDecorrelate|flagPrunColumns|flagPrunColumnsAgain, p.(base.LogicalPlan)) require.NoError(t, err) testdata.OnRecord(func() { output[ith] = ToString(p) diff --git a/pkg/planner/core/memtable_predicate_extractor.go b/pkg/planner/core/memtable_predicate_extractor.go index aa48a274a539e..e73ad29638ac1 100644 --- a/pkg/planner/core/memtable_predicate_extractor.go +++ b/pkg/planner/core/memtable_predicate_extractor.go @@ -32,6 +32,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/tablecodec" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/chunk" @@ -44,25 +45,6 @@ import ( "go.uber.org/zap" ) -// MemTablePredicateExtractor is used to extract some predicates from `WHERE` clause -// and push the predicates down to the data retrieving on reading memory table stage. -// -// e.g: -// SELECT * FROM cluster_config WHERE type='tikv' AND instance='192.168.1.9:2379' -// We must request all components in the cluster via HTTP API for retrieving -// configurations and filter them by `type/instance` columns. -// -// The purpose of defining a `MemTablePredicateExtractor` is to optimize this -// 1. Define a `ClusterConfigTablePredicateExtractor` -// 2. Extract the `type/instance` columns on the logic optimizing stage and save them via fields. -// 3. Passing the extractor to the `ClusterReaderExecExec` executor -// 4. Executor sends requests to the target components instead of all of the components -type MemTablePredicateExtractor interface { - // Extracts predicates which can be pushed down and returns the remained predicates - Extract(base.PlanContext, *expression.Schema, []*types.FieldName, []expression.Expression) (remained []expression.Expression) - explainInfo(p *PhysicalMemTable) string -} - // extractHelper contains some common utililty functions for all extractor. // define an individual struct instead of a bunch of un-exported functions // to avoid polluting the global scope of current package. @@ -732,7 +714,8 @@ func (e *ClusterTableExtractor) Extract(_ base.PlanContext, return remained } -func (e *ClusterTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *ClusterTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request:true" } @@ -821,7 +804,9 @@ func (e *ClusterLogTableExtractor) Extract(ctx base.PlanContext, return remained } -func (e *ClusterLogTableExtractor) explainInfo(p *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *ClusterLogTableExtractor) ExplainInfo(pp base.PhysicalPlan) string { + p := pp.(*PhysicalMemTable) if e.SkipRequest { return "skip_request: true" } @@ -829,11 +814,11 @@ func (e *ClusterLogTableExtractor) explainInfo(p *PhysicalMemTable) string { st, et := e.StartTime, e.EndTime if st > 0 { st := time.UnixMilli(st) - fmt.Fprintf(r, "start_time:%v, ", st.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(MetricTableTimeFormat)) + fmt.Fprintf(r, "start_time:%v, ", st.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(util.MetricTableTimeFormat)) } if et > 0 { et := time.UnixMilli(et) - fmt.Fprintf(r, "end_time:%v, ", et.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(MetricTableTimeFormat)) + fmt.Fprintf(r, "end_time:%v, ", et.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(util.MetricTableTimeFormat)) } if len(e.NodeTypes) > 0 { fmt.Fprintf(r, "node_types:[%s], ", extractStringFromStringSet(e.NodeTypes)) @@ -955,7 +940,9 @@ func (e *HotRegionsHistoryTableExtractor) Extract(ctx base.PlanContext, return remained } -func (e *HotRegionsHistoryTableExtractor) explainInfo(p *PhysicalMemTable) string { +// ExplainInfo implements the base.MemTablePredicateExtractor interface. +func (e *HotRegionsHistoryTableExtractor) ExplainInfo(pp base.PhysicalPlan) string { + p := pp.(*PhysicalMemTable) if e.SkipRequest { return "skip_request: true" } @@ -1070,7 +1057,9 @@ func (e *MetricTableExtractor) getTimeRange(start, end int64) (time.Time, time.T return startTime, endTime } -func (e *MetricTableExtractor) explainInfo(p *PhysicalMemTable) string { +// ExplainInfo implements the base.MemTablePredicateExtractor interface. +func (e *MetricTableExtractor) ExplainInfo(pp base.PhysicalPlan) string { + p := pp.(*PhysicalMemTable) if e.SkipRequest { return "skip_request: true" } @@ -1079,8 +1068,8 @@ func (e *MetricTableExtractor) explainInfo(p *PhysicalMemTable) string { step := time.Second * time.Duration(p.SCtx().GetSessionVars().MetricSchemaStep) return fmt.Sprintf("PromQL:%v, start_time:%v, end_time:%v, step:%v", promQL, - startTime.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(MetricTableTimeFormat), - endTime.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(MetricTableTimeFormat), + startTime.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(util.MetricTableTimeFormat), + endTime.In(p.SCtx().GetSessionVars().StmtCtx.TimeZone()).Format(util.MetricTableTimeFormat), step, ) } @@ -1130,7 +1119,8 @@ func (e *MetricSummaryTableExtractor) Extract(_ base.PlanContext, return remained } -func (*MetricSummaryTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (*MetricSummaryTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { return "" } @@ -1162,7 +1152,8 @@ func (e *InspectionResultTableExtractor) Extract(_ base.PlanContext, return remained } -func (e *InspectionResultTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *InspectionResultTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipInspection { return "skip_inspection:true" } @@ -1203,7 +1194,8 @@ func (e *InspectionSummaryTableExtractor) Extract(_ base.PlanContext, return remained } -func (e *InspectionSummaryTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *InspectionSummaryTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipInspection { return "skip_inspection: true" } @@ -1255,7 +1247,8 @@ func (e *InspectionRuleTableExtractor) Extract(_ base.PlanContext, return remained } -func (e *InspectionRuleTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *InspectionRuleTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request: true" } @@ -1408,7 +1401,8 @@ func (e *TableStorageStatsExtractor) Extract(_ base.PlanContext, return remained } -func (e *TableStorageStatsExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *TableStorageStatsExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request: true" } @@ -1426,7 +1420,9 @@ func (e *TableStorageStatsExtractor) explainInfo(_ *PhysicalMemTable) string { return r.String() } -func (e *SlowQueryExtractor) explainInfo(p *PhysicalMemTable) string { +// ExplainInfo implements the base.MemTablePredicateExtractor interface. +func (e *SlowQueryExtractor) ExplainInfo(pp base.PhysicalPlan) string { + p := pp.(*PhysicalMemTable) if e.SkipRequest { return "skip_request: true" } @@ -1481,7 +1477,8 @@ func (e *TiFlashSystemTableExtractor) Extract(_ base.PlanContext, return remained } -func (e *TiFlashSystemTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *TiFlashSystemTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request:true" } @@ -1550,7 +1547,9 @@ func (e *StatementsSummaryExtractor) Extract(sctx base.PlanContext, return remained } -func (e *StatementsSummaryExtractor) explainInfo(p *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *StatementsSummaryExtractor) ExplainInfo(pp base.PhysicalPlan) string { + p := pp.(*PhysicalMemTable) if e.SkipRequest { return "skip_request: true" } @@ -1641,7 +1640,8 @@ func (e *TikvRegionPeersExtractor) Extract(_ base.PlanContext, return remained } -func (e *TikvRegionPeersExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *TikvRegionPeersExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request:true" } @@ -1706,7 +1706,8 @@ func (e *ColumnsTableExtractor) Extract(_ base.PlanContext, return remained } -func (e *ColumnsTableExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *ColumnsTableExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request:true" } @@ -1767,7 +1768,8 @@ func (e *TiKVRegionStatusExtractor) Extract(_ base.PlanContext, return remained } -func (e *TiKVRegionStatusExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *TiKVRegionStatusExtractor) ExplainInfo(_ base.PhysicalPlan) string { r := new(bytes.Buffer) if len(e.tablesID) > 0 { r.WriteString("table_id in {") @@ -1827,7 +1829,8 @@ func (e *InfoSchemaTablesExtractor) Extract(_ base.PlanContext, return remained } -func (e *InfoSchemaTablesExtractor) explainInfo(_ *PhysicalMemTable) string { +// ExplainInfo implements base.MemTablePredicateExtractor interface. +func (e *InfoSchemaTablesExtractor) ExplainInfo(_ base.PhysicalPlan) string { if e.SkipRequest { return "skip_request:true" } diff --git a/pkg/planner/core/memtable_predicate_extractor_test.go b/pkg/planner/core/memtable_predicate_extractor_test.go index 1d6723d1a4232..18b66a6c1ebdf 100644 --- a/pkg/planner/core/memtable_predicate_extractor_test.go +++ b/pkg/planner/core/memtable_predicate_extractor_test.go @@ -31,6 +31,7 @@ import ( "github.com/pingcap/tidb/pkg/planner" plannercore "github.com/pingcap/tidb/pkg/planner/core" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/session" sessiontypes "github.com/pingcap/tidb/pkg/session/types" "github.com/pingcap/tidb/pkg/testkit" @@ -544,7 +545,7 @@ func TestMetricTableExtractor(t *testing.T) { require.NoError(t, err) parseTime := func(t *testing.T, s string) time.Time { - tt, err := time.ParseInLocation(plannercore.MetricTableTimeFormat, s, time.Local) + tt, err := time.ParseInLocation(util.MetricTableTimeFormat, s, time.Local) require.NoError(t, err) return tt } @@ -1721,13 +1722,13 @@ func TestExtractorInPreparedStmt(t *testing.T) { prepared string userVars []any params []any - checker func(extractor plannercore.MemTablePredicateExtractor) + checker func(extractor base.MemTablePredicateExtractor) }{ { prepared: "select * from information_schema.TIKV_REGION_STATUS where table_id = ?", userVars: []any{1}, params: []any{1}, - checker: func(extractor plannercore.MemTablePredicateExtractor) { + checker: func(extractor base.MemTablePredicateExtractor) { rse := extractor.(*plannercore.TiKVRegionStatusExtractor) tableids := rse.GetTablesID() slices.Sort(tableids) @@ -1738,7 +1739,7 @@ func TestExtractorInPreparedStmt(t *testing.T) { prepared: "select * from information_schema.TIKV_REGION_STATUS where table_id = ? or table_id = ?", userVars: []any{1, 2}, params: []any{1, 2}, - checker: func(extractor plannercore.MemTablePredicateExtractor) { + checker: func(extractor base.MemTablePredicateExtractor) { rse := extractor.(*plannercore.TiKVRegionStatusExtractor) tableids := rse.GetTablesID() slices.Sort(tableids) @@ -1749,7 +1750,7 @@ func TestExtractorInPreparedStmt(t *testing.T) { prepared: "select * from information_schema.TIKV_REGION_STATUS where table_id in (?,?)", userVars: []any{1, 2}, params: []any{1, 2}, - checker: func(extractor plannercore.MemTablePredicateExtractor) { + checker: func(extractor base.MemTablePredicateExtractor) { rse := extractor.(*plannercore.TiKVRegionStatusExtractor) tableids := rse.GetTablesID() slices.Sort(tableids) @@ -1760,7 +1761,7 @@ func TestExtractorInPreparedStmt(t *testing.T) { prepared: "select * from information_schema.COLUMNS where table_name like ?", userVars: []any{`"a%"`}, params: []any{"a%"}, - checker: func(extractor plannercore.MemTablePredicateExtractor) { + checker: func(extractor base.MemTablePredicateExtractor) { rse := extractor.(*plannercore.ColumnsTableExtractor) require.EqualValues(t, []string{"a%"}, rse.TableNamePatterns) }, @@ -1773,7 +1774,7 @@ func TestExtractorInPreparedStmt(t *testing.T) { require.NoError(t, err) return tt }()}, - checker: func(extractor plannercore.MemTablePredicateExtractor) { + checker: func(extractor base.MemTablePredicateExtractor) { rse := extractor.(*plannercore.HotRegionsHistoryTableExtractor) require.Equal(t, timestamp(t, "2019-10-10 10:10:10"), rse.StartTime) }, diff --git a/pkg/planner/core/optimizer.go b/pkg/planner/core/optimizer.go index 94b9515050911..f56ddc8a351ef 100644 --- a/pkg/planner/core/optimizer.go +++ b/pkg/planner/core/optimizer.go @@ -40,7 +40,6 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/planner/property" - plannerutil "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/debugtrace" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" "github.com/pingcap/tidb/pkg/privilege" @@ -1174,16 +1173,6 @@ func existsCartesianProduct(p base.LogicalPlan) bool { // DefaultDisabledLogicalRulesList indicates the logical rules which should be banned. var DefaultDisabledLogicalRulesList *atomic.Value -func init() { - expression.EvalSimpleAst = evalAstExpr - expression.BuildSimpleExpr = buildSimpleExpr - expression.DecodeKeyFromString = decodeKeyFromString - plannerutil.EvalAstExprWithPlanCtx = evalAstExprWithPlanCtx - plannerutil.RewriteAstExprWithPlanCtx = rewriteAstExprWithPlanCtx - DefaultDisabledLogicalRulesList = new(atomic.Value) - DefaultDisabledLogicalRulesList.Store(set.NewStringSet()) -} - func disableReuseChunkIfNeeded(sctx base.PlanContext, plan base.PhysicalPlan) { if !sctx.GetSessionVars().IsAllocValid() { return diff --git a/pkg/planner/core/physical_plans.go b/pkg/planner/core/physical_plans.go index b83c33ccba9c7..ed043548b9e08 100644 --- a/pkg/planner/core/physical_plans.go +++ b/pkg/planner/core/physical_plans.go @@ -29,10 +29,12 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/coreusage" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" + "github.com/pingcap/tidb/pkg/planner/util/tablesampler" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/statistics" @@ -604,7 +606,7 @@ type PhysicalIndexMergeReader struct { KeepOrder bool - HandleCols HandleCols + HandleCols util.HandleCols } // GetAvgTableRowSize return the average row size of table plan. @@ -838,8 +840,8 @@ type PhysicalMemTable struct { DBName model.CIStr Table *model.TableInfo Columns []*model.ColumnInfo - Extractor MemTablePredicateExtractor - QueryTimeRange QueryTimeRange + Extractor base.MemTablePredicateExtractor + QueryTimeRange util.QueryTimeRange } // MemoryUsage return the memory usage of PhysicalMemTable @@ -878,7 +880,7 @@ type PhysicalTableScan struct { // HandleIdx is the index of handle, which is only used for admin check table. HandleIdx []int - HandleCols HandleCols + HandleCols util.HandleCols StoreType kv.StoreType @@ -898,7 +900,7 @@ type PhysicalTableScan struct { PlanPartInfo PhysPlanPartInfo - SampleInfo *TableSampleInfo + SampleInfo *tablesampler.TableSampleInfo // required by cost model // tblCols and tblColHists contains all columns before pruning, which are used to calculate row-size @@ -1760,7 +1762,7 @@ type PhysicalLock struct { Lock *ast.SelectLockInfo - TblID2Handle map[int64][]HandleCols + TblID2Handle map[int64][]util.HandleCols TblID2PhysTblIDCol map[int64]*expression.Column } @@ -1914,10 +1916,10 @@ func (p *basePhysicalAgg) numDistinctFunc() (num int) { func (p *basePhysicalAgg) getAggFuncCostFactor(isMPP bool) (factor float64) { factor = 0.0 for _, agg := range p.AggFuncs { - if fac, ok := aggFuncFactor[agg.Name]; ok { + if fac, ok := cost.AggFuncFactor[agg.Name]; ok { factor += fac } else { - factor += aggFuncFactor["default"] + factor += cost.AggFuncFactor["default"] } } if factor == 0 { @@ -1926,7 +1928,7 @@ func (p *basePhysicalAgg) getAggFuncCostFactor(isMPP bool) (factor float64) { // But in mpp cases, 2-phase is more usual. So we change this factor. // TODO: This is still a little tricky and might cause regression. We should // calibrate these factors and polish our cost model in the future. - factor = aggFuncFactor[ast.AggFuncFirstRow] + factor = cost.AggFuncFactor[ast.AggFuncFirstRow] } else { factor = 1.0 } @@ -2125,7 +2127,7 @@ type PhysicalUnionScan struct { Conditions []expression.Expression - HandleCols HandleCols + HandleCols util.HandleCols } // ExtractCorrelatedCols implements op.PhysicalPlan interface. @@ -2472,7 +2474,7 @@ type PhysicalShow struct { ShowContents - Extractor ShowPredicateExtractor + Extractor base.ShowPredicateExtractor } // MemoryUsage return the memory usage of PhysicalShow @@ -2525,47 +2527,12 @@ func SafeClone(v base.PhysicalPlan) (_ base.PhysicalPlan, err error) { // It returns the sample rows to its parent operand. type PhysicalTableSample struct { physicalSchemaProducer - TableSampleInfo *TableSampleInfo + TableSampleInfo *tablesampler.TableSampleInfo TableInfo table.Table PhysicalTableID int64 Desc bool } -// TableSampleInfo contains the information for PhysicalTableSample. -type TableSampleInfo struct { - AstNode *ast.TableSample - FullSchema *expression.Schema - Partitions []table.PartitionedTable -} - -// MemoryUsage return the memory usage of TableSampleInfo -func (t *TableSampleInfo) MemoryUsage() (sum int64) { - if t == nil { - return - } - - sum = size.SizeOfPointer*2 + size.SizeOfSlice + int64(cap(t.Partitions))*size.SizeOfInterface - if t.AstNode != nil { - sum += int64(unsafe.Sizeof(ast.TableSample{})) - } - if t.FullSchema != nil { - sum += t.FullSchema.MemoryUsage() - } - return -} - -// NewTableSampleInfo creates a new TableSampleInfo. -func NewTableSampleInfo(node *ast.TableSample, fullSchema *expression.Schema, pt []table.PartitionedTable) *TableSampleInfo { - if node == nil { - return nil - } - return &TableSampleInfo{ - AstNode: node, - FullSchema: fullSchema.Clone(), - Partitions: pt, - } -} - // PhysicalCTE is for CTE. type PhysicalCTE struct { physicalSchemaProducer diff --git a/pkg/planner/core/plan.go b/pkg/planner/core/plan.go index ab2b60d152eac..6c86c4a78d445 100644 --- a/pkg/planner/core/plan.go +++ b/pkg/planner/core/plan.go @@ -27,6 +27,7 @@ import ( "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/costusage" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" + "github.com/pingcap/tidb/pkg/planner/util/utilfuncp" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/execdetails" @@ -475,7 +476,7 @@ func (p *baseLogicalPlan) BuildKeyInfo(_ *expression.Schema, _ []*expression.Sch for i := range p.children { childMaxOneRow[i] = p.children[i].MaxOneRow() } - p.maxOneRow = HasMaxOneRow(p.self, childMaxOneRow) + p.maxOneRow = utilfuncp.HasMaxOneRowUtil(p.self, childMaxOneRow) } // BuildKeyInfo implements LogicalPlan BuildKeyInfo interface. diff --git a/pkg/planner/core/plan_cache.go b/pkg/planner/core/plan_cache.go index b0e2d2acce999..c2ca1ff8d250b 100644 --- a/pkg/planner/core/plan_cache.go +++ b/pkg/planner/core/plan_cache.go @@ -25,26 +25,19 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/metrics" "github.com/pingcap/tidb/pkg/parser/ast" - "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/core/base" core_metrics "github.com/pingcap/tidb/pkg/planner/core/metrics" "github.com/pingcap/tidb/pkg/planner/util/debugtrace" - "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" "github.com/pingcap/tidb/pkg/privilege" "github.com/pingcap/tidb/pkg/sessionctx" - "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" - "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/sessiontxn/staleread" - "github.com/pingcap/tidb/pkg/table/tables" "github.com/pingcap/tidb/pkg/types" driver "github.com/pingcap/tidb/pkg/types/parser_driver" "github.com/pingcap/tidb/pkg/util/chunk" - "github.com/pingcap/tidb/pkg/util/collate" contextutil "github.com/pingcap/tidb/pkg/util/context" "github.com/pingcap/tidb/pkg/util/dbterror/plannererrors" "github.com/pingcap/tidb/pkg/util/kvcache" utilpc "github.com/pingcap/tidb/pkg/util/plancache" - "github.com/pingcap/tidb/pkg/util/ranger" ) // PlanCacheKeyTestIssue43667 is only for test. @@ -106,13 +99,37 @@ func planCachePreprocess(ctx context.Context, sctx sessionctx.Context, isNonPrep return errors.Trace(err) } - // step 3: check schema version - if stmt.SchemaVersion != is.SchemaMetaVersion() { + // step 3: add metadata lock and check each table's schema version + schemaNotMatch := false + for i := 0; i < len(stmt.dbName); i++ { + _, ok := is.TableByID(stmt.tbls[i].Meta().ID) + if !ok { + tblByName, err := is.TableByName(stmt.dbName[i], stmt.tbls[i].Meta().Name) + if err != nil { + return plannererrors.ErrSchemaChanged.GenWithStack("Schema change caused error: %s", err.Error()) + } + delete(stmt.RelateVersion, stmt.tbls[i].Meta().ID) + stmt.tbls[i] = tblByName + stmt.RelateVersion[tblByName.Meta().ID] = tblByName.Meta().Revision + } + newTbl, err := tryLockMDLAndUpdateSchemaIfNecessary(sctx.GetPlanCtx(), stmt.dbName[i], stmt.tbls[i], is) + if err != nil { + schemaNotMatch = true + continue + } + if stmt.tbls[i].Meta().Revision != newTbl.Meta().Revision { + schemaNotMatch = true + } + stmt.tbls[i] = newTbl + stmt.RelateVersion[newTbl.Meta().ID] = newTbl.Meta().Revision + } + + // step 4: check schema version + if schemaNotMatch || stmt.SchemaVersion != is.SchemaMetaVersion() { // In order to avoid some correctness issues, we have to clear the // cached plan once the schema version is changed. // Cached plan in prepared struct does NOT have a "cache key" with // schema version like prepared plan cache key - stmt.PointGet.Plan = nil stmt.PointGet.Executor = nil stmt.PointGet.ColumnInfos = nil // If the schema version has changed we need to preprocess it again, @@ -129,7 +146,7 @@ func planCachePreprocess(ctx context.Context, sctx sessionctx.Context, isNonPrep stmt.SchemaVersion = is.SchemaMetaVersion() } - // step 4: handle expiration + // step 5: handle expiration // If the lastUpdateTime less than expiredTimeStamp4PC, // it means other sessions have executed 'admin flush instance plan_cache'. // So we need to clear the current session's plan cache. @@ -137,9 +154,9 @@ func planCachePreprocess(ctx context.Context, sctx sessionctx.Context, isNonPrep expiredTimeStamp4PC := domain.GetDomain(sctx).ExpiredTimeStamp4PC() if stmt.StmtCacheable && expiredTimeStamp4PC.Compare(vars.LastUpdateTime4PC) > 0 { sctx.GetSessionPlanCache().DeleteAll() - stmt.PointGet.Plan = nil vars.LastUpdateTime4PC = expiredTimeStamp4PC } + return nil } @@ -193,22 +210,16 @@ func GetPlanFromSessionPlanCache(ctx context.Context, sctx sessionctx.Context, latestSchemaVersion = domain.GetDomain(sctx).InfoSchema().SchemaMetaVersion() } if cacheKey, err = NewPlanCacheKey(sctx.GetSessionVars(), stmt.StmtText, - stmt.StmtDB, stmt.SchemaVersion, latestSchemaVersion, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load()); err != nil { + stmt.StmtDB, stmt.SchemaVersion, latestSchemaVersion, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load(), stmt.RelateVersion); err != nil { return nil, nil, err } } - if stmtCtx.UseCache() && stmt.PointGet.Plan != nil { // special code path for fast point plan - if plan, names, ok, err := getCachedPointPlan(stmt, sessVars, stmtCtx); ok { - return plan, names, err - } - } - matchOpts, err := GetMatchOpts(sctx, is, stmt, params) if err != nil { return nil, nil, err } - if stmtCtx.UseCache() { // for non-point plans + if stmtCtx.UseCache() { if plan, names, ok, err := getCachedPlan(sctx, isNonPrepared, cacheKey, bindSQL, is, stmt, matchOpts); err != nil || ok { return plan, names, err } @@ -217,52 +228,6 @@ func GetPlanFromSessionPlanCache(ctx context.Context, sctx sessionctx.Context, return generateNewPlan(ctx, sctx, isNonPrepared, is, stmt, cacheKey, latestSchemaVersion, bindSQL, matchOpts) } -// parseParamTypes get parameters' types in PREPARE statement -func parseParamTypes(sctx sessionctx.Context, params []expression.Expression) (paramTypes []*types.FieldType) { - paramTypes = make([]*types.FieldType, 0, len(params)) - for _, param := range params { - if c, ok := param.(*expression.Constant); ok { // from binary protocol - paramTypes = append(paramTypes, c.GetType()) - continue - } - - // from text protocol, there must be a GetVar function - name := param.(*expression.ScalarFunction).GetArgs()[0].String() - tp, ok := sctx.GetSessionVars().GetUserVarType(name) - if !ok { - tp = types.NewFieldType(mysql.TypeNull) - } - paramTypes = append(paramTypes, tp) - } - return -} - -func getCachedPointPlan(stmt *PlanCacheStmt, sessVars *variable.SessionVars, stmtCtx *stmtctx.StatementContext) (base.Plan, - []*types.FieldName, bool, error) { - // short path for point-get plans - // Rewriting the expression in the select.where condition will convert its - // type from "paramMarker" to "Constant".When Point Select queries are executed, - // the expression in the where condition will not be evaluated, - // so you don't need to consider whether prepared.useCache is enabled. - plan := stmt.PointGet.Plan.(base.Plan) - names := stmt.PointGet.ColumnNames.(types.NameSlice) - if !RebuildPlan4CachedPlan(plan) { - return nil, nil, false, nil - } - if metrics.ResettablePlanCacheCounterFortTest { - metrics.PlanCacheCounter.WithLabelValues("prepare").Inc() - } else { - // only for prepared plan cache - core_metrics.GetPlanCacheHitCounter(false).Inc() - } - sessVars.FoundInPlanCache = true - stmtCtx.PointExec = true - if pointGetPlan, ok := plan.(*PointGetPlan); ok && pointGetPlan != nil && pointGetPlan.stmtHints != nil { - sessVars.StmtCtx.StmtHints = *pointGetPlan.stmtHints - } - return plan, names, true, nil -} - func getCachedPlan(sctx sessionctx.Context, isNonPrepared bool, cacheKey kvcache.Key, bindSQL string, is infoschema.InfoSchema, stmt *PlanCacheStmt, matchOpts *utilpc.PlanCacheMatchOpts) (base.Plan, []*types.FieldName, bool, error) { @@ -274,7 +239,7 @@ func getCachedPlan(sctx sessionctx.Context, isNonPrepared bool, cacheKey kvcache return nil, nil, false, nil } cachedVal := candidate.(*PlanCacheValue) - if err := CheckPreparedPriv(sctx, stmt, is); err != nil { + if err := checkPreparedPriv(sctx, stmt, is); err != nil { return nil, nil, false, err } for tblInfo, unionScan := range cachedVal.TblInfo2UnionScan { @@ -301,7 +266,7 @@ func getCachedPlan(sctx sessionctx.Context, isNonPrepared bool, cacheKey kvcache } stmtCtx.SetPlanDigest(stmt.NormalizedPlan, stmt.PlanDigest) stmtCtx.StmtHints = *cachedVal.stmtHints - return cachedVal.Plan, cachedVal.OutPutNames, true, nil + return cachedVal.Plan, cachedVal.OutputColumns, true, nil } // generateNewPlan call the optimizer to generate a new plan for current statement @@ -320,10 +285,6 @@ func generateNewPlan(ctx context.Context, sctx sessionctx.Context, isNonPrepared if err != nil { return nil, nil, err } - err = tryCachePointPlan(ctx, sctx.GetPlanCtx(), stmt, p, names) - if err != nil { - return nil, nil, err - } // check whether this plan is cacheable. if stmtCtx.UseCache() { @@ -338,7 +299,7 @@ func generateNewPlan(ctx context.Context, sctx sessionctx.Context, isNonPrepared if _, isolationReadContainTiFlash := sessVars.IsolationReadEngines[kv.TiFlash]; isolationReadContainTiFlash && !IsReadOnly(stmtAst.Stmt, sessVars) { delete(sessVars.IsolationReadEngines, kv.TiFlash) if cacheKey, err = NewPlanCacheKey(sessVars, stmt.StmtText, stmt.StmtDB, - stmt.SchemaVersion, latestSchemaVersion, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load()); err != nil { + stmt.SchemaVersion, latestSchemaVersion, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load(), stmt.RelateVersion); err != nil { return nil, nil, err } sessVars.IsolationReadEngines[kv.TiFlash] = struct{}{} @@ -353,415 +314,8 @@ func generateNewPlan(ctx context.Context, sctx sessionctx.Context, isNonPrepared return p, names, err } -// RebuildPlan4CachedPlan will rebuild this plan under current user parameters. -func RebuildPlan4CachedPlan(p base.Plan) (ok bool) { - sc := p.SCtx().GetSessionVars().StmtCtx - if !sc.UseCache() { - return false // plan-cache is disabled for this query - } - - sc.InPreparedPlanBuilding = true - defer func() { sc.InPreparedPlanBuilding = false }() - if err := rebuildRange(p); err != nil { - sc.AppendWarning(errors.NewNoStackErrorf("skip plan-cache: plan rebuild failed, %s", err.Error())) - return false // fail to rebuild ranges - } - if !sc.UseCache() { - // in this case, the UseCache flag changes from `true` to `false`, then there must be some - // over-optimized operations were triggered, return `false` for safety here. - return false - } - return true -} - -func updateRange(p base.PhysicalPlan, ranges ranger.Ranges, rangeInfo string) { - switch x := p.(type) { - case *PhysicalTableScan: - x.Ranges = ranges - x.rangeInfo = rangeInfo - case *PhysicalIndexScan: - x.Ranges = ranges - x.rangeInfo = rangeInfo - case *PhysicalTableReader: - updateRange(x.TablePlans[0], ranges, rangeInfo) - case *PhysicalIndexReader: - updateRange(x.IndexPlans[0], ranges, rangeInfo) - case *PhysicalIndexLookUpReader: - updateRange(x.IndexPlans[0], ranges, rangeInfo) - } -} - -// rebuildRange doesn't set mem limit for building ranges. There are two reasons why we don't restrict range mem usage here. -// 1. The cached plan must be able to build complete ranges under mem limit when it is generated. Hence we can just build -// ranges from x.AccessConditions. The only difference between the last ranges and new ranges is the change of parameter -// values, which doesn't cause much change on the mem usage of complete ranges. -// 2. Different parameter values can change the mem usage of complete ranges. If we set range mem limit here, range fallback -// may heppen and cause correctness problem. For example, a in (?, ?, ?) is the access condition. When the plan is firstly -// generated, its complete ranges are ['a','a'], ['b','b'], ['c','c'], whose mem usage is under range mem limit 100B. -// When the cached plan is hit, the complete ranges may become ['aaa','aaa'], ['bbb','bbb'], ['ccc','ccc'], whose mem -// usage exceeds range mem limit 100B, and range fallback happens and tidb may fetch more rows than users expect. -func rebuildRange(p base.Plan) error { - sctx := p.SCtx() - sc := p.SCtx().GetSessionVars().StmtCtx - var err error - switch x := p.(type) { - case *PhysicalIndexHashJoin: - return rebuildRange(&x.PhysicalIndexJoin) - case *PhysicalIndexMergeJoin: - return rebuildRange(&x.PhysicalIndexJoin) - case *PhysicalIndexJoin: - if err := x.Ranges.Rebuild(); err != nil { - return err - } - if mutableRange, ok := x.Ranges.(*mutableIndexJoinRange); ok { - helper := mutableRange.buildHelper - rangeInfo := helper.buildRangeDecidedByInformation(helper.chosenPath.IdxCols, mutableRange.outerJoinKeys) - innerPlan := x.Children()[x.InnerChildIdx] - updateRange(innerPlan, x.Ranges.Range(), rangeInfo) - } - for _, child := range x.Children() { - err = rebuildRange(child) - if err != nil { - return err - } - } - case *PhysicalTableScan: - err = buildRangeForTableScan(sctx, x) - if err != nil { - return err - } - case *PhysicalIndexScan: - err = buildRangeForIndexScan(sctx, x) - if err != nil { - return err - } - case *PhysicalTableReader: - err = rebuildRange(x.TablePlans[0]) - if err != nil { - return err - } - case *PhysicalIndexReader: - err = rebuildRange(x.IndexPlans[0]) - if err != nil { - return err - } - case *PhysicalIndexLookUpReader: - err = rebuildRange(x.IndexPlans[0]) - if err != nil { - return err - } - case *PointGetPlan: - if x.TblInfo.GetPartitionInfo() != nil { - if fixcontrol.GetBoolWithDefault(sctx.GetSessionVars().OptimizerFixControl, fixcontrol.Fix33031, false) { - return errors.NewNoStackError("Fix33031 fix-control set and partitioned table in cached Point Get plan") - } - } - // if access condition is not nil, which means it's a point get generated by cbo. - if x.AccessConditions != nil { - if x.IndexInfo != nil { - ranges, err := ranger.DetachCondAndBuildRangeForIndex(x.ctx.GetRangerCtx(), x.AccessConditions, x.IdxCols, x.IdxColLens, 0) - if err != nil { - return err - } - if len(ranges.Ranges) != 1 || !isSafeRange(x.AccessConditions, ranges, false, nil) { - return errors.New("rebuild to get an unsafe range") - } - for i := range x.IndexValues { - x.IndexValues[i] = ranges.Ranges[0].LowVal[i] - } - } else { - var pkCol *expression.Column - var unsignedIntHandle bool - if x.TblInfo.PKIsHandle { - if pkColInfo := x.TblInfo.GetPkColInfo(); pkColInfo != nil { - pkCol = expression.ColInfo2Col(x.schema.Columns, pkColInfo) - } - if !x.TblInfo.IsCommonHandle { - unsignedIntHandle = true - } - } - if pkCol != nil { - ranges, accessConds, remainingConds, err := ranger.BuildTableRange(x.AccessConditions, x.ctx.GetRangerCtx(), pkCol.RetType, 0) - if err != nil { - return err - } - if len(ranges) != 1 || !isSafeRange(x.AccessConditions, &ranger.DetachRangeResult{ - Ranges: ranges, - AccessConds: accessConds, - RemainedConds: remainingConds, - }, unsignedIntHandle, nil) { - return errors.New("rebuild to get an unsafe range") - } - x.Handle = kv.IntHandle(ranges[0].LowVal[0].GetInt64()) - } - } - } - if x.HandleConstant != nil { - dVal, err := convertConstant2Datum(sctx, x.HandleConstant, x.handleFieldType) - if err != nil { - return err - } - iv, err := dVal.ToInt64(sc.TypeCtx()) - if err != nil { - return err - } - x.Handle = kv.IntHandle(iv) - return nil - } - for i, param := range x.IndexConstants { - if param != nil { - dVal, err := convertConstant2Datum(sctx, param, x.ColsFieldType[i]) - if err != nil { - return err - } - x.IndexValues[i] = *dVal - } - } - return nil - case *BatchPointGetPlan: - if x.TblInfo.GetPartitionInfo() != nil && fixcontrol.GetBoolWithDefault(sctx.GetSessionVars().OptimizerFixControl, fixcontrol.Fix33031, false) { - return errors.NewNoStackError("Fix33031 fix-control set and partitioned table in cached Batch Point Get plan") - } - // if access condition is not nil, which means it's a point get generated by cbo. - if x.AccessConditions != nil { - if x.IndexInfo != nil { - ranges, err := ranger.DetachCondAndBuildRangeForIndex(x.ctx.GetRangerCtx(), x.AccessConditions, x.IdxCols, x.IdxColLens, 0) - if err != nil { - return err - } - if len(ranges.Ranges) != len(x.IndexValues) || !isSafeRange(x.AccessConditions, ranges, false, nil) { - return errors.New("rebuild to get an unsafe range") - } - for i := range ranges.Ranges { - copy(x.IndexValues[i], ranges.Ranges[i].LowVal) - } - } else { - var pkCol *expression.Column - var unsignedIntHandle bool - if x.TblInfo.PKIsHandle { - if pkColInfo := x.TblInfo.GetPkColInfo(); pkColInfo != nil { - pkCol = expression.ColInfo2Col(x.schema.Columns, pkColInfo) - } - if !x.TblInfo.IsCommonHandle { - unsignedIntHandle = true - } - } - if pkCol != nil { - ranges, accessConds, remainingConds, err := ranger.BuildTableRange(x.AccessConditions, x.ctx.GetRangerCtx(), pkCol.RetType, 0) - if err != nil { - return err - } - if len(ranges) != len(x.Handles) || !isSafeRange(x.AccessConditions, &ranger.DetachRangeResult{ - Ranges: ranges, - AccessConds: accessConds, - RemainedConds: remainingConds, - }, unsignedIntHandle, nil) { - return errors.New("rebuild to get an unsafe range") - } - for i := range ranges { - x.Handles[i] = kv.IntHandle(ranges[i].LowVal[0].GetInt64()) - } - } - } - } - if len(x.HandleParams) > 0 { - if len(x.HandleParams) != len(x.Handles) { - return errors.New("rebuild to get an unsafe range, Handles length diff") - } - for i, param := range x.HandleParams { - if param != nil { - dVal, err := convertConstant2Datum(sctx, param, x.HandleType) - if err != nil { - return err - } - iv, err := dVal.ToInt64(sc.TypeCtx()) - if err != nil { - return err - } - x.Handles[i] = kv.IntHandle(iv) - } - } - } - if len(x.IndexValueParams) > 0 { - if len(x.IndexValueParams) != len(x.IndexValues) { - return errors.New("rebuild to get an unsafe range, IndexValue length diff") - } - for i, params := range x.IndexValueParams { - if len(params) < 1 { - continue - } - for j, param := range params { - if param != nil { - dVal, err := convertConstant2Datum(sctx, param, x.IndexColTypes[j]) - if err != nil { - return err - } - x.IndexValues[i][j] = *dVal - } - } - } - } - case *PhysicalIndexMergeReader: - indexMerge := p.(*PhysicalIndexMergeReader) - for _, partialPlans := range indexMerge.PartialPlans { - err = rebuildRange(partialPlans[0]) - if err != nil { - return err - } - } - // We don't need to handle the indexMerge.TablePlans, because the tablePlans - // only can be (Selection) + TableRowIDScan. There have no range need to rebuild. - case base.PhysicalPlan: - for _, child := range x.Children() { - err = rebuildRange(child) - if err != nil { - return err - } - } - case *Insert: - if x.SelectPlan != nil { - return rebuildRange(x.SelectPlan) - } - case *Update: - if x.SelectPlan != nil { - return rebuildRange(x.SelectPlan) - } - case *Delete: - if x.SelectPlan != nil { - return rebuildRange(x.SelectPlan) - } - } - return nil -} - -func convertConstant2Datum(ctx base.PlanContext, con *expression.Constant, target *types.FieldType) (*types.Datum, error) { - val, err := con.Eval(ctx.GetExprCtx().GetEvalCtx(), chunk.Row{}) - if err != nil { - return nil, err - } - tc := ctx.GetSessionVars().StmtCtx.TypeCtx() - dVal, err := val.ConvertTo(tc, target) - if err != nil { - return nil, err - } - // The converted result must be same as original datum. - cmp, err := dVal.Compare(tc, &val, collate.GetCollator(target.GetCollate())) - if err != nil || cmp != 0 { - return nil, errors.New("Convert constant to datum is failed, because the constant has changed after the covert") - } - return &dVal, nil -} - -func buildRangeForTableScan(sctx base.PlanContext, ts *PhysicalTableScan) (err error) { - if ts.Table.IsCommonHandle { - pk := tables.FindPrimaryIndex(ts.Table) - pkCols := make([]*expression.Column, 0, len(pk.Columns)) - pkColsLen := make([]int, 0, len(pk.Columns)) - for _, colInfo := range pk.Columns { - if pkCol := expression.ColInfo2Col(ts.schema.Columns, ts.Table.Columns[colInfo.Offset]); pkCol != nil { - pkCols = append(pkCols, pkCol) - // We need to consider the prefix index. - // For example: when we have 'a varchar(50), index idx(a(10))' - // So we will get 'colInfo.Length = 50' and 'pkCol.RetType.flen = 10'. - // In 'hasPrefix' function from 'util/ranger/ranger.go' file, - // we use 'columnLength == types.UnspecifiedLength' to check whether we have prefix index. - if colInfo.Length != types.UnspecifiedLength && colInfo.Length == pkCol.RetType.GetFlen() { - pkColsLen = append(pkColsLen, types.UnspecifiedLength) - } else { - pkColsLen = append(pkColsLen, colInfo.Length) - } - } - } - if len(pkCols) > 0 { - res, err := ranger.DetachCondAndBuildRangeForIndex(sctx.GetRangerCtx(), ts.AccessCondition, pkCols, pkColsLen, 0) - if err != nil { - return err - } - if !isSafeRange(ts.AccessCondition, res, false, ts.Ranges) { - return errors.New("rebuild to get an unsafe range") - } - ts.Ranges = res.Ranges - } else { - if len(ts.AccessCondition) > 0 { - return errors.New("fail to build ranges, cannot get the primary key column") - } - ts.Ranges = ranger.FullRange() - } - } else { - var pkCol *expression.Column - if ts.Table.PKIsHandle { - if pkColInfo := ts.Table.GetPkColInfo(); pkColInfo != nil { - pkCol = expression.ColInfo2Col(ts.schema.Columns, pkColInfo) - } - } - if pkCol != nil { - ranges, accessConds, remainingConds, err := ranger.BuildTableRange(ts.AccessCondition, sctx.GetRangerCtx(), pkCol.RetType, 0) - if err != nil { - return err - } - if !isSafeRange(ts.AccessCondition, &ranger.DetachRangeResult{ - Ranges: ts.Ranges, - AccessConds: accessConds, - RemainedConds: remainingConds, - }, true, ts.Ranges) { - return errors.New("rebuild to get an unsafe range") - } - ts.Ranges = ranges - } else { - if len(ts.AccessCondition) > 0 { - return errors.New("fail to build ranges, cannot get the primary key column") - } - ts.Ranges = ranger.FullIntRange(false) - } - } - return -} - -func buildRangeForIndexScan(sctx base.PlanContext, is *PhysicalIndexScan) (err error) { - if len(is.IdxCols) == 0 { - if ranger.HasFullRange(is.Ranges, false) { // the original range is already a full-range. - is.Ranges = ranger.FullRange() - return - } - return errors.New("unexpected range for PhysicalIndexScan") - } - - res, err := ranger.DetachCondAndBuildRangeForIndex(sctx.GetRangerCtx(), is.AccessCondition, is.IdxCols, is.IdxColLens, 0) - if err != nil { - return err - } - if !isSafeRange(is.AccessCondition, res, false, is.Ranges) { - return errors.New("rebuild to get an unsafe range") - } - is.Ranges = res.Ranges - return -} - -// checkRebuiltRange checks whether the re-built range is safe. -// To re-use a cached plan, the planner needs to rebuild the access range, but as -// parameters change, some unsafe ranges may occur. -// For example, the first time the planner can build a range `(2, 5)` from `a>2 and a<(?)5`, but if the -// parameter changes to `(?)1`, then it'll get an unsafe range `(empty)`. -// To make plan-cache safer, let the planner abandon the cached plan if it gets an unsafe range here. -func isSafeRange(accessConds []expression.Expression, rebuiltResult *ranger.DetachRangeResult, - unsignedIntHandle bool, originalRange ranger.Ranges) (safe bool) { - if len(rebuiltResult.RemainedConds) > 0 || // the ranger generates some other extra conditions - len(rebuiltResult.AccessConds) != len(accessConds) || // not all access conditions are used - len(rebuiltResult.Ranges) == 0 { // get an empty range - return false - } - - if len(accessConds) > 0 && // if have accessConds, and - ranger.HasFullRange(rebuiltResult.Ranges, unsignedIntHandle) && // get an full range, and - originalRange != nil && !ranger.HasFullRange(originalRange, unsignedIntHandle) { // the original range is not a full range - return false - } - - return true -} - -// CheckPreparedPriv checks the privilege of the prepared statement -func CheckPreparedPriv(sctx sessionctx.Context, stmt *PlanCacheStmt, is infoschema.InfoSchema) error { +// checkPreparedPriv checks the privilege of the prepared statement +func checkPreparedPriv(sctx sessionctx.Context, stmt *PlanCacheStmt, is infoschema.InfoSchema) error { if pm := privilege.GetPrivilegeManager(sctx); pm != nil { visitInfo := VisitInfo4PrivCheck(is, stmt.PreparedAst.Stmt, stmt.VisitInfos) if err := CheckPrivilege(sctx.GetSessionVars().ActiveRoles, pm, visitInfo); err != nil { @@ -772,72 +326,17 @@ func CheckPreparedPriv(sctx sessionctx.Context, stmt *PlanCacheStmt, is infosche return err } -// tryCachePointPlan will try to cache point execution plan, there may be some -// short paths for these executions, currently "point select" and "point update" -func tryCachePointPlan(_ context.Context, sctx base.PlanContext, - stmt *PlanCacheStmt, p base.Plan, names types.NameSlice) error { - if !sctx.GetSessionVars().StmtCtx.UseCache() { - return nil - } - var ( - ok bool - err error - ) - - if plan, _ok := p.(*PointGetPlan); _ok { - ok, err = IsPointGetWithPKOrUniqueKeyByAutoCommit(sctx.GetSessionVars(), p) - if err != nil { - return err - } - if ok { - plan.stmtHints = sctx.GetSessionVars().StmtCtx.StmtHints.Clone() - } - } - - if ok { - // just cache point plan now - stmt.PointGet.Plan = p - stmt.PointGet.ColumnNames = names - stmt.NormalizedPlan, stmt.PlanDigest = NormalizePlan(p) - sctx.GetSessionVars().StmtCtx.SetPlan(p) - sctx.GetSessionVars().StmtCtx.SetPlanDigest(stmt.NormalizedPlan, stmt.PlanDigest) - } - return err -} - -// IsPointGetPlanShortPathOK check if we can execute using plan cached in prepared structure -// Be careful with the short path, current precondition is ths cached plan satisfying -// IsPointGetWithPKOrUniqueKeyByAutoCommit -func IsPointGetPlanShortPathOK(sctx sessionctx.Context, is infoschema.InfoSchema, stmt *PlanCacheStmt) (bool, error) { - if stmt.PointGet.Plan == nil || staleread.IsStmtStaleness(sctx) { - return false, nil +// IsSafeToReusePointGetExecutor checks whether this is a PointGet Plan and safe to reuse its executor. +func IsSafeToReusePointGetExecutor(sctx sessionctx.Context, is infoschema.InfoSchema, stmt *PlanCacheStmt) bool { + if staleread.IsStmtStaleness(sctx) { + return false } // check auto commit if !IsAutoCommitTxn(sctx.GetSessionVars()) { - return false, nil + return false } if stmt.SchemaVersion != is.SchemaMetaVersion() { - stmt.PointGet.Plan = nil - stmt.PointGet.ColumnInfos = nil - return false, nil - } - // maybe we'd better check cached plan type here, current - // only point select/update will be cached, see "getPhysicalPlan" func - var ok bool - var err error - switch stmt.PointGet.Plan.(type) { - case *PointGetPlan: - ok = true - case *Update: - pointUpdate := stmt.PointGet.Plan.(*Update) - _, ok = pointUpdate.SelectPlan.(*PointGetPlan) - if !ok { - err = errors.Errorf("cached update plan not point update") - stmt.PointGet.Plan = nil - return false, err - } - default: - ok = false + return false } - return ok, err + return true } diff --git a/pkg/planner/core/plan_cache_rebuild.go b/pkg/planner/core/plan_cache_rebuild.go new file mode 100644 index 0000000000000..d2a500215fba7 --- /dev/null +++ b/pkg/planner/core/plan_cache_rebuild.go @@ -0,0 +1,435 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package core + +import ( + "github.com/pingcap/errors" + "github.com/pingcap/tidb/pkg/expression" + "github.com/pingcap/tidb/pkg/kv" + "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" + "github.com/pingcap/tidb/pkg/table/tables" + "github.com/pingcap/tidb/pkg/types" + "github.com/pingcap/tidb/pkg/util/chunk" + "github.com/pingcap/tidb/pkg/util/collate" + "github.com/pingcap/tidb/pkg/util/ranger" +) + +// RebuildPlan4CachedPlan will rebuild this plan under current user parameters. +func RebuildPlan4CachedPlan(p base.Plan) (ok bool) { + sc := p.SCtx().GetSessionVars().StmtCtx + if !sc.UseCache() { + return false // plan-cache is disabled for this query + } + + sc.InPreparedPlanBuilding = true + defer func() { sc.InPreparedPlanBuilding = false }() + if err := rebuildRange(p); err != nil { + sc.AppendWarning(errors.NewNoStackErrorf("skip plan-cache: plan rebuild failed, %s", err.Error())) + return false // fail to rebuild ranges + } + if !sc.UseCache() { + // in this case, the UseCache flag changes from `true` to `false`, then there must be some + // over-optimized operations were triggered, return `false` for safety here. + return false + } + return true +} + +func updateRange(p base.PhysicalPlan, ranges ranger.Ranges, rangeInfo string) { + switch x := p.(type) { + case *PhysicalTableScan: + x.Ranges = ranges + x.rangeInfo = rangeInfo + case *PhysicalIndexScan: + x.Ranges = ranges + x.rangeInfo = rangeInfo + case *PhysicalTableReader: + updateRange(x.TablePlans[0], ranges, rangeInfo) + case *PhysicalIndexReader: + updateRange(x.IndexPlans[0], ranges, rangeInfo) + case *PhysicalIndexLookUpReader: + updateRange(x.IndexPlans[0], ranges, rangeInfo) + } +} + +// rebuildRange doesn't set mem limit for building ranges. There are two reasons why we don't restrict range mem usage here. +// 1. The cached plan must be able to build complete ranges under mem limit when it is generated. Hence we can just build +// ranges from x.AccessConditions. The only difference between the last ranges and new ranges is the change of parameter +// values, which doesn't cause much change on the mem usage of complete ranges. +// 2. Different parameter values can change the mem usage of complete ranges. If we set range mem limit here, range fallback +// may heppen and cause correctness problem. For example, a in (?, ?, ?) is the access condition. When the plan is firstly +// generated, its complete ranges are ['a','a'], ['b','b'], ['c','c'], whose mem usage is under range mem limit 100B. +// When the cached plan is hit, the complete ranges may become ['aaa','aaa'], ['bbb','bbb'], ['ccc','ccc'], whose mem +// usage exceeds range mem limit 100B, and range fallback happens and tidb may fetch more rows than users expect. +func rebuildRange(p base.Plan) error { + sctx := p.SCtx() + sc := p.SCtx().GetSessionVars().StmtCtx + var err error + switch x := p.(type) { + case *PhysicalIndexHashJoin: + return rebuildRange(&x.PhysicalIndexJoin) + case *PhysicalIndexMergeJoin: + return rebuildRange(&x.PhysicalIndexJoin) + case *PhysicalIndexJoin: + if err := x.Ranges.Rebuild(); err != nil { + return err + } + if mutableRange, ok := x.Ranges.(*mutableIndexJoinRange); ok { + helper := mutableRange.buildHelper + rangeInfo := helper.buildRangeDecidedByInformation(helper.chosenPath.IdxCols, mutableRange.outerJoinKeys) + innerPlan := x.Children()[x.InnerChildIdx] + updateRange(innerPlan, x.Ranges.Range(), rangeInfo) + } + for _, child := range x.Children() { + err = rebuildRange(child) + if err != nil { + return err + } + } + case *PhysicalTableScan: + err = buildRangeForTableScan(sctx, x) + if err != nil { + return err + } + case *PhysicalIndexScan: + err = buildRangeForIndexScan(sctx, x) + if err != nil { + return err + } + case *PhysicalTableReader: + err = rebuildRange(x.TablePlans[0]) + if err != nil { + return err + } + case *PhysicalIndexReader: + err = rebuildRange(x.IndexPlans[0]) + if err != nil { + return err + } + case *PhysicalIndexLookUpReader: + err = rebuildRange(x.IndexPlans[0]) + if err != nil { + return err + } + case *PointGetPlan: + if x.TblInfo.GetPartitionInfo() != nil { + if fixcontrol.GetBoolWithDefault(sctx.GetSessionVars().OptimizerFixControl, fixcontrol.Fix33031, false) { + return errors.NewNoStackError("Fix33031 fix-control set and partitioned table in cached Point Get plan") + } + } + // if access condition is not nil, which means it's a point get generated by cbo. + if x.AccessConditions != nil { + if x.IndexInfo != nil { + ranges, err := ranger.DetachCondAndBuildRangeForIndex(x.ctx.GetRangerCtx(), x.AccessConditions, x.IdxCols, x.IdxColLens, 0) + if err != nil { + return err + } + if len(ranges.Ranges) != 1 || !isSafeRange(x.AccessConditions, ranges, false, nil) { + return errors.New("rebuild to get an unsafe range") + } + for i := range x.IndexValues { + x.IndexValues[i] = ranges.Ranges[0].LowVal[i] + } + } else { + var pkCol *expression.Column + var unsignedIntHandle bool + if x.TblInfo.PKIsHandle { + if pkColInfo := x.TblInfo.GetPkColInfo(); pkColInfo != nil { + pkCol = expression.ColInfo2Col(x.schema.Columns, pkColInfo) + } + if !x.TblInfo.IsCommonHandle { + unsignedIntHandle = true + } + } + if pkCol != nil { + ranges, accessConds, remainingConds, err := ranger.BuildTableRange(x.AccessConditions, x.ctx.GetRangerCtx(), pkCol.RetType, 0) + if err != nil { + return err + } + if len(ranges) != 1 || !isSafeRange(x.AccessConditions, &ranger.DetachRangeResult{ + Ranges: ranges, + AccessConds: accessConds, + RemainedConds: remainingConds, + }, unsignedIntHandle, nil) { + return errors.New("rebuild to get an unsafe range") + } + x.Handle = kv.IntHandle(ranges[0].LowVal[0].GetInt64()) + } + } + } + if x.HandleConstant != nil { + dVal, err := convertConstant2Datum(sctx, x.HandleConstant, x.handleFieldType) + if err != nil { + return err + } + iv, err := dVal.ToInt64(sc.TypeCtx()) + if err != nil { + return err + } + x.Handle = kv.IntHandle(iv) + return nil + } + for i, param := range x.IndexConstants { + if param != nil { + dVal, err := convertConstant2Datum(sctx, param, x.ColsFieldType[i]) + if err != nil { + return err + } + x.IndexValues[i] = *dVal + } + } + return nil + case *BatchPointGetPlan: + if x.TblInfo.GetPartitionInfo() != nil && fixcontrol.GetBoolWithDefault(sctx.GetSessionVars().OptimizerFixControl, fixcontrol.Fix33031, false) { + return errors.NewNoStackError("Fix33031 fix-control set and partitioned table in cached Batch Point Get plan") + } + // if access condition is not nil, which means it's a point get generated by cbo. + if x.AccessConditions != nil { + if x.IndexInfo != nil { + ranges, err := ranger.DetachCondAndBuildRangeForIndex(x.ctx.GetRangerCtx(), x.AccessConditions, x.IdxCols, x.IdxColLens, 0) + if err != nil { + return err + } + if len(ranges.Ranges) != len(x.IndexValues) || !isSafeRange(x.AccessConditions, ranges, false, nil) { + return errors.New("rebuild to get an unsafe range") + } + for i := range ranges.Ranges { + copy(x.IndexValues[i], ranges.Ranges[i].LowVal) + } + } else { + var pkCol *expression.Column + var unsignedIntHandle bool + if x.TblInfo.PKIsHandle { + if pkColInfo := x.TblInfo.GetPkColInfo(); pkColInfo != nil { + pkCol = expression.ColInfo2Col(x.schema.Columns, pkColInfo) + } + if !x.TblInfo.IsCommonHandle { + unsignedIntHandle = true + } + } + if pkCol != nil { + ranges, accessConds, remainingConds, err := ranger.BuildTableRange(x.AccessConditions, x.ctx.GetRangerCtx(), pkCol.RetType, 0) + if err != nil { + return err + } + if len(ranges) != len(x.Handles) || !isSafeRange(x.AccessConditions, &ranger.DetachRangeResult{ + Ranges: ranges, + AccessConds: accessConds, + RemainedConds: remainingConds, + }, unsignedIntHandle, nil) { + return errors.New("rebuild to get an unsafe range") + } + for i := range ranges { + x.Handles[i] = kv.IntHandle(ranges[i].LowVal[0].GetInt64()) + } + } + } + } + if len(x.HandleParams) > 0 { + if len(x.HandleParams) != len(x.Handles) { + return errors.New("rebuild to get an unsafe range, Handles length diff") + } + for i, param := range x.HandleParams { + if param != nil { + dVal, err := convertConstant2Datum(sctx, param, x.HandleType) + if err != nil { + return err + } + iv, err := dVal.ToInt64(sc.TypeCtx()) + if err != nil { + return err + } + x.Handles[i] = kv.IntHandle(iv) + } + } + } + if len(x.IndexValueParams) > 0 { + if len(x.IndexValueParams) != len(x.IndexValues) { + return errors.New("rebuild to get an unsafe range, IndexValue length diff") + } + for i, params := range x.IndexValueParams { + if len(params) < 1 { + continue + } + for j, param := range params { + if param != nil { + dVal, err := convertConstant2Datum(sctx, param, x.IndexColTypes[j]) + if err != nil { + return err + } + x.IndexValues[i][j] = *dVal + } + } + } + } + case *PhysicalIndexMergeReader: + indexMerge := p.(*PhysicalIndexMergeReader) + for _, partialPlans := range indexMerge.PartialPlans { + err = rebuildRange(partialPlans[0]) + if err != nil { + return err + } + } + // We don't need to handle the indexMerge.TablePlans, because the tablePlans + // only can be (Selection) + TableRowIDScan. There have no range need to rebuild. + case base.PhysicalPlan: + for _, child := range x.Children() { + err = rebuildRange(child) + if err != nil { + return err + } + } + case *Insert: + if x.SelectPlan != nil { + return rebuildRange(x.SelectPlan) + } + case *Update: + if x.SelectPlan != nil { + return rebuildRange(x.SelectPlan) + } + case *Delete: + if x.SelectPlan != nil { + return rebuildRange(x.SelectPlan) + } + } + return nil +} + +func convertConstant2Datum(ctx base.PlanContext, con *expression.Constant, target *types.FieldType) (*types.Datum, error) { + val, err := con.Eval(ctx.GetExprCtx().GetEvalCtx(), chunk.Row{}) + if err != nil { + return nil, err + } + tc := ctx.GetSessionVars().StmtCtx.TypeCtx() + dVal, err := val.ConvertTo(tc, target) + if err != nil { + return nil, err + } + // The converted result must be same as original datum. + cmp, err := dVal.Compare(tc, &val, collate.GetCollator(target.GetCollate())) + if err != nil || cmp != 0 { + return nil, errors.New("Convert constant to datum is failed, because the constant has changed after the covert") + } + return &dVal, nil +} + +func buildRangeForTableScan(sctx base.PlanContext, ts *PhysicalTableScan) (err error) { + if ts.Table.IsCommonHandle { + pk := tables.FindPrimaryIndex(ts.Table) + pkCols := make([]*expression.Column, 0, len(pk.Columns)) + pkColsLen := make([]int, 0, len(pk.Columns)) + for _, colInfo := range pk.Columns { + if pkCol := expression.ColInfo2Col(ts.schema.Columns, ts.Table.Columns[colInfo.Offset]); pkCol != nil { + pkCols = append(pkCols, pkCol) + // We need to consider the prefix index. + // For example: when we have 'a varchar(50), index idx(a(10))' + // So we will get 'colInfo.Length = 50' and 'pkCol.RetType.flen = 10'. + // In 'hasPrefix' function from 'util/ranger/ranger.go' file, + // we use 'columnLength == types.UnspecifiedLength' to check whether we have prefix index. + if colInfo.Length != types.UnspecifiedLength && colInfo.Length == pkCol.RetType.GetFlen() { + pkColsLen = append(pkColsLen, types.UnspecifiedLength) + } else { + pkColsLen = append(pkColsLen, colInfo.Length) + } + } + } + if len(pkCols) > 0 { + res, err := ranger.DetachCondAndBuildRangeForIndex(sctx.GetRangerCtx(), ts.AccessCondition, pkCols, pkColsLen, 0) + if err != nil { + return err + } + if !isSafeRange(ts.AccessCondition, res, false, ts.Ranges) { + return errors.New("rebuild to get an unsafe range") + } + ts.Ranges = res.Ranges + } else { + if len(ts.AccessCondition) > 0 { + return errors.New("fail to build ranges, cannot get the primary key column") + } + ts.Ranges = ranger.FullRange() + } + } else { + var pkCol *expression.Column + if ts.Table.PKIsHandle { + if pkColInfo := ts.Table.GetPkColInfo(); pkColInfo != nil { + pkCol = expression.ColInfo2Col(ts.schema.Columns, pkColInfo) + } + } + if pkCol != nil { + ranges, accessConds, remainingConds, err := ranger.BuildTableRange(ts.AccessCondition, sctx.GetRangerCtx(), pkCol.RetType, 0) + if err != nil { + return err + } + if !isSafeRange(ts.AccessCondition, &ranger.DetachRangeResult{ + Ranges: ts.Ranges, + AccessConds: accessConds, + RemainedConds: remainingConds, + }, true, ts.Ranges) { + return errors.New("rebuild to get an unsafe range") + } + ts.Ranges = ranges + } else { + if len(ts.AccessCondition) > 0 { + return errors.New("fail to build ranges, cannot get the primary key column") + } + ts.Ranges = ranger.FullIntRange(false) + } + } + return +} + +func buildRangeForIndexScan(sctx base.PlanContext, is *PhysicalIndexScan) (err error) { + if len(is.IdxCols) == 0 { + if ranger.HasFullRange(is.Ranges, false) { // the original range is already a full-range. + is.Ranges = ranger.FullRange() + return + } + return errors.New("unexpected range for PhysicalIndexScan") + } + + res, err := ranger.DetachCondAndBuildRangeForIndex(sctx.GetRangerCtx(), is.AccessCondition, is.IdxCols, is.IdxColLens, 0) + if err != nil { + return err + } + if !isSafeRange(is.AccessCondition, res, false, is.Ranges) { + return errors.New("rebuild to get an unsafe range") + } + is.Ranges = res.Ranges + return +} + +// checkRebuiltRange checks whether the re-built range is safe. +// To re-use a cached plan, the planner needs to rebuild the access range, but as +// parameters change, some unsafe ranges may occur. +// For example, the first time the planner can build a range `(2, 5)` from `a>2 and a<(?)5`, but if the +// parameter changes to `(?)1`, then it'll get an unsafe range `(empty)`. +// To make plan-cache safer, let the planner abandon the cached plan if it gets an unsafe range here. +func isSafeRange(accessConds []expression.Expression, rebuiltResult *ranger.DetachRangeResult, + unsignedIntHandle bool, originalRange ranger.Ranges) (safe bool) { + if len(rebuiltResult.RemainedConds) > 0 || // the ranger generates some other extra conditions + len(rebuiltResult.AccessConds) != len(accessConds) || // not all access conditions are used + len(rebuiltResult.Ranges) == 0 { // get an empty range + return false + } + + if len(accessConds) > 0 && // if have accessConds, and + ranger.HasFullRange(rebuiltResult.Ranges, unsignedIntHandle) && // get an full range, and + originalRange != nil && !ranger.HasFullRange(originalRange, unsignedIntHandle) { // the original range is not a full range + return false + } + + return true +} diff --git a/pkg/planner/core/plan_cache_test.go b/pkg/planner/core/plan_cache_test.go index 543cc30198d54..6d7c150c5e406 100644 --- a/pkg/planner/core/plan_cache_test.go +++ b/pkg/planner/core/plan_cache_test.go @@ -1708,7 +1708,7 @@ func TestFixControl33031(t *testing.T) { tk.MustExec(`set @a = 1`) tk.MustQuery(`execute stmt using @a`).Check(testkit.Rows("1 1")) require.False(t, tk.Session().GetSessionVars().FoundInPlanCache) - tk.MustQuery(`show warnings`).Check(testkit.Rows("Warning 1105 skip plan-cache: plan rebuild failed, Fix33031 fix-control set and partitioned table in cached Point Get plan", "Warning 1105 skip plan-cache: plan rebuild failed, Fix33031 fix-control set and partitioned table in cached Point Get plan")) + tk.MustQuery(`show warnings`).Check(testkit.Rows("Warning 1105 skip plan-cache: plan rebuild failed, Fix33031 fix-control set and partitioned table in cached Point Get plan")) tk.MustExec(`set @@tidb_opt_fix_control = "33031:OFF"`) tk.MustExec(`set @a = 2`) tk.MustQuery(`execute stmt using @a`).Check(testkit.Rows("2 2")) diff --git a/pkg/planner/core/plan_cache_utils.go b/pkg/planner/core/plan_cache_utils.go index e20011ec7b583..7909f35921787 100644 --- a/pkg/planner/core/plan_cache_utils.go +++ b/pkg/planner/core/plan_cache_utils.go @@ -19,6 +19,7 @@ import ( "context" "math" "slices" + "sort" "strconv" "time" "unsafe" @@ -37,6 +38,7 @@ import ( "github.com/pingcap/tidb/pkg/planner/util/fixcontrol" "github.com/pingcap/tidb/pkg/sessionctx" "github.com/pingcap/tidb/pkg/sessionctx/variable" + "github.com/pingcap/tidb/pkg/table" "github.com/pingcap/tidb/pkg/types" driver "github.com/pingcap/tidb/pkg/types/parser_driver" "github.com/pingcap/tidb/pkg/util/codec" @@ -45,9 +47,11 @@ import ( "github.com/pingcap/tidb/pkg/util/hint" "github.com/pingcap/tidb/pkg/util/intest" "github.com/pingcap/tidb/pkg/util/kvcache" + "github.com/pingcap/tidb/pkg/util/logutil" utilpc "github.com/pingcap/tidb/pkg/util/plancache" "github.com/pingcap/tidb/pkg/util/size" atomic2 "go.uber.org/atomic" + "go.uber.org/zap" ) const ( @@ -181,6 +185,26 @@ func GeneratePlanCacheStmtWithAST(ctx context.Context, sctx sessionctx.Context, features := new(PlanCacheQueryFeatures) paramStmt.Accept(features) + // Collect information for metadata lock. + dbName := make([]model.CIStr, 0, len(vars.StmtCtx.MDLRelatedTableIDs)) + tbls := make([]table.Table, 0, len(vars.StmtCtx.MDLRelatedTableIDs)) + relateVersion := make(map[int64]uint64, len(vars.StmtCtx.MDLRelatedTableIDs)) + for id := range vars.StmtCtx.MDLRelatedTableIDs { + tbl, ok := is.TableByID(id) + if !ok { + logutil.BgLogger().Error("table not found in info schema", zap.Int64("tableID", id)) + return nil, nil, 0, errors.New("table not found in info schema") + } + db, ok := is.SchemaByID(tbl.Meta().DBID) + if !ok { + logutil.BgLogger().Error("database not found in info schema", zap.Int64("dbID", tbl.Meta().DBID)) + return nil, nil, 0, errors.New("database not found in info schema") + } + dbName = append(dbName, db.Name) + tbls = append(tbls, tbl) + relateVersion[id] = tbl.Meta().Revision + } + preparedObj := &PlanCacheStmt{ PreparedAst: prepared, StmtDB: vars.CurrentDB, @@ -193,10 +217,13 @@ func GeneratePlanCacheStmtWithAST(ctx context.Context, sctx sessionctx.Context, StmtCacheable: cacheable, UncacheableReason: reason, QueryFeatures: features, + dbName: dbName, + tbls: tbls, SchemaVersion: ret.InfoSchema.SchemaMetaVersion(), + RelateVersion: relateVersion, Params: extractor.markers, } - if err = CheckPreparedPriv(sctx, preparedObj, ret.InfoSchema); err != nil { + if err = checkPreparedPriv(sctx, preparedObj, ret.InfoSchema); err != nil { return nil, nil, 0, err } return preparedObj, p, paramCount, nil @@ -212,6 +239,7 @@ type planCacheKey struct { connID uint64 stmtText string schemaVersion int64 + tblVersionMap map[int64]uint64 // Only be set in rc or for update read and leave it default otherwise. // In Rc or ForUpdateRead, we should check whether the information schema has been changed when using plan cache. @@ -233,6 +261,23 @@ type planCacheKey struct { hash []byte } +func hashInt64Uint64Map(b []byte, m map[int64]uint64) []byte { + keys := make([]int64, 0, len(m)) + for k := range m { + keys = append(keys, k) + } + sort.Slice(keys, func(i, j int) bool { + return keys[i] < keys[j] + }) + + for _, k := range keys { + v := m[k] + b = codec.EncodeInt(b, k) + b = codec.EncodeUint(b, v) + } + return b +} + // Hash implements Key interface. func (key *planCacheKey) Hash() []byte { if len(key.hash) == 0 { @@ -243,6 +288,7 @@ func (key *planCacheKey) Hash() []byte { key.hash = codec.EncodeInt(key.hash, int64(key.connID)) key.hash = append(key.hash, hack.Slice(key.stmtText)...) key.hash = codec.EncodeInt(key.hash, key.schemaVersion) + key.hash = hashInt64Uint64Map(key.hash, key.tblVersionMap) key.hash = codec.EncodeInt(key.hash, key.lastUpdatedSchemaVersion) key.hash = codec.EncodeInt(key.hash, int64(key.sqlMode)) key.hash = codec.EncodeInt(key.hash, int64(key.timezoneOffset)) @@ -302,8 +348,7 @@ func SetPstmtIDSchemaVersion(key kvcache.Key, stmtText string, schemaVersion int // NewPlanCacheKey creates a new planCacheKey object. // Note: lastUpdatedSchemaVersion will only be set in the case of rc or for update read in order to // differentiate the cache key. In other cases, it will be 0. -func NewPlanCacheKey(sessionVars *variable.SessionVars, stmtText, stmtDB string, schemaVersion int64, - lastUpdatedSchemaVersion int64, bindSQL string, exprBlacklistTS int64) (kvcache.Key, error) { +func NewPlanCacheKey(sessionVars *variable.SessionVars, stmtText, stmtDB string, schemaVersion, lastUpdatedSchemaVersion int64, bindSQL string, exprBlacklistTS int64, relatedSchemaVersion map[int64]uint64) (kvcache.Key, error) { if stmtText == "" { return nil, errors.New("no statement text") } @@ -324,6 +369,7 @@ func NewPlanCacheKey(sessionVars *variable.SessionVars, stmtText, stmtDB string, connID: sessionVars.ConnectionID, stmtText: stmtText, schemaVersion: schemaVersion, + tblVersionMap: make(map[int64]uint64), lastUpdatedSchemaVersion: lastUpdatedSchemaVersion, sqlMode: sessionVars.SQLMode, timezoneOffset: timezoneOffset, @@ -339,13 +385,16 @@ func NewPlanCacheKey(sessionVars *variable.SessionVars, stmtText, stmtDB string, for k, v := range sessionVars.IsolationReadEngines { key.isolationReadEngines[k] = v } + for k, v := range relatedSchemaVersion { + key.tblVersionMap[k] = v + } return key, nil } // PlanCacheValue stores the cached Statement and StmtNode. type PlanCacheValue struct { Plan base.Plan - OutPutNames []*types.FieldName + OutputColumns types.NameSlice TblInfo2UnionScan map[*model.TableInfo]bool memoryUsage int64 @@ -381,7 +430,7 @@ func (v *PlanCacheValue) MemoryUsage() (sum int64) { sum = unKnownMemoryUsage } - sum += size.SizeOfInterface + size.SizeOfSlice*2 + int64(cap(v.OutPutNames))*size.SizeOfPointer + + sum += size.SizeOfInterface + size.SizeOfSlice*2 + int64(cap(v.OutputColumns))*size.SizeOfPointer + size.SizeOfMap + int64(len(v.TblInfo2UnionScan))*(size.SizeOfPointer+size.SizeOfBool) + size.SizeOfInt64*2 if v.matchOpts != nil { sum += int64(cap(v.matchOpts.ParamTypes)) * size.SizeOfPointer @@ -390,7 +439,7 @@ func (v *PlanCacheValue) MemoryUsage() (sum int64) { } } - for _, name := range v.OutPutNames { + for _, name := range v.OutputColumns { sum += name.MemoryUsage() } v.memoryUsage = sum @@ -410,7 +459,7 @@ func NewPlanCacheValue(plan base.Plan, names []*types.FieldName, srcMap map[*mod } return &PlanCacheValue{ Plan: plan, - OutPutNames: names, + OutputColumns: names, TblInfo2UnionScan: dstMap, matchOpts: matchOpts, stmtHints: stmtHints.Clone(), @@ -442,6 +491,16 @@ func (*PlanCacheQueryFeatures) Leave(in ast.Node) (out ast.Node, ok bool) { return in, true } +// PointGetExecutorCache caches the PointGetExecutor to further improve its performance. +// Don't forget to reset this executor when the prior plan is invalid. +type PointGetExecutorCache struct { + ColumnInfos any + // Executor is only used for point get scene. + // Notice that we should only cache the PointGetExecutor that have a snapshot with MaxTS in it. + // If the current plan is not PointGet or does not use MaxTS optimization, this value should be nil here. + Executor any +} + // PlanCacheStmt store prepared ast from PrepareExec and other related fields type PlanCacheStmt struct { PreparedAst *ast.Prepared @@ -449,22 +508,14 @@ type PlanCacheStmt struct { VisitInfos []visitInfo Params []ast.ParamMarkerExpr - // To further improve the performance of PointGet, cache execution info for PointGet directly. - // Use any to avoid cycle import. - // TODO: caching execution info directly is risky and tricky to the optimizer, refactor it later. - PointGet struct { - ColumnInfos any - ColumnNames any - // Executor is only used for point get scene. - // Notice that we should only cache the PointGetExecutor that have a snapshot with MaxTS in it. - // If the current plan is not PointGet or does not use MaxTS optimization, this value should be nil here. - Executor any - Plan any // the cached PointGet Plan - } + PointGet PointGetExecutorCache // below fields are for PointGet short path SchemaVersion int64 + // RelateVersion stores the true cache plan table schema version, since each table schema can be updated separately in transaction. + RelateVersion map[int64]uint64 + StmtCacheable bool // Whether this stmt is cacheable. UncacheableReason string // Why this stmt is uncacheable. QueryFeatures *PlanCacheQueryFeatures @@ -484,6 +535,10 @@ type PlanCacheStmt struct { // NormalizedSQL4PC: select * from `test` . `t` where `a` > ? and `b` < ? --> schema name is added, // StmtText: select * from t where a>1 and b just format the original query; StmtText string + + // dbName and tbls are used to add metadata lock. + dbName []model.CIStr + tbls []table.Table } // GetPreparedStmt extract the prepared statement from the execute statement. @@ -668,3 +723,23 @@ func isSafePointGetPath4PlanCacheScenario3(path *util.AccessPath) bool { } return true } + +// parseParamTypes get parameters' types in PREPARE statement +func parseParamTypes(sctx sessionctx.Context, params []expression.Expression) (paramTypes []*types.FieldType) { + paramTypes = make([]*types.FieldType, 0, len(params)) + for _, param := range params { + if c, ok := param.(*expression.Constant); ok { // from binary protocol + paramTypes = append(paramTypes, c.GetType()) + continue + } + + // from text protocol, there must be a GetVar function + name := param.(*expression.ScalarFunction).GetArgs()[0].String() + tp, ok := sctx.GetSessionVars().GetUserVarType(name) + if !ok { + tp = types.NewFieldType(mysql.TypeNull) + } + paramTypes = append(paramTypes, tp) + } + return +} diff --git a/pkg/planner/core/plan_cost_detail.go b/pkg/planner/core/plan_cost_detail.go index 84e008ff780c2..0efeaf754cec1 100644 --- a/pkg/planner/core/plan_cost_detail.go +++ b/pkg/planner/core/plan_cost_detail.go @@ -19,6 +19,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" "github.com/pingcap/tidb/pkg/util/tracing" ) @@ -195,7 +196,7 @@ func setPhysicalHashJoinCostDetail(p *PhysicalHashJoin, opt *optimizetrace.Physi DiskFactor: diskFactor, RowSize: rowSize, ProbeDiskCost: &HashJoinProbeDiskCostDetail{ - SelectionFactor: SelectionFactor, + SelectionFactor: cost.SelectionFactor, NumPairs: numPairs, HasConditions: len(p.LeftConditions)+len(p.RightConditions) > 0, Cost: probeDiskCost, @@ -217,7 +218,7 @@ func setPhysicalHashJoinCostDetail(p *PhysicalHashJoin, opt *optimizetrace.Physi ProbeCost: &HashJoinProbeCostDetail{ NumPairs: numPairs, HasConditions: len(p.LeftConditions)+len(p.RightConditions) > 0, - SelectionFactor: SelectionFactor, + SelectionFactor: cost.SelectionFactor, ProbeRowCount: probeCnt, Cost: probeCPUCost, }, diff --git a/pkg/planner/core/plan_cost_ver1.go b/pkg/planner/core/plan_cost_ver1.go index af395ce45af28..ea8a1f7cca290 100644 --- a/pkg/planner/core/plan_cost_ver1.go +++ b/pkg/planner/core/plan_cost_ver1.go @@ -22,6 +22,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util/costusage" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" @@ -424,7 +425,7 @@ func (p *PhysicalTableScan) GetPlanCostVer1(_ property.TaskType, option *optimiz var rowCount, rowSize, scanFactor float64 costModelVersion := p.SCtx().GetSessionVars().CostModelVersion scanFactor = p.SCtx().GetSessionVars().GetScanFactor(p.Table) - if p.Desc && p.prop != nil && p.prop.ExpectedCnt >= smallScanThreshold { + if p.Desc && p.prop != nil && p.prop.ExpectedCnt >= cost.SmallScanThreshold { scanFactor = p.SCtx().GetSessionVars().GetDescScanFactor(p.Table) } rowCount = getCardinality(p, costFlag) @@ -449,7 +450,7 @@ func (p *PhysicalIndexScan) GetPlanCostVer1(_ property.TaskType, option *optimiz var rowCount, rowSize, scanFactor float64 costModelVersion := p.SCtx().GetSessionVars().CostModelVersion scanFactor = p.SCtx().GetSessionVars().GetScanFactor(p.Table) - if p.Desc && p.prop != nil && p.prop.ExpectedCnt >= smallScanThreshold { + if p.Desc && p.prop != nil && p.prop.ExpectedCnt >= cost.SmallScanThreshold { scanFactor = p.SCtx().GetSessionVars().GetDescScanFactor(p.Table) } rowCount = getCardinality(p, costFlag) @@ -472,7 +473,7 @@ func (p *PhysicalIndexJoin) GetCost(outerCnt, innerCnt, outerCost, innerCost flo // summed length of left/right conditions. if len(p.LeftConditions)+len(p.RightConditions) > 0 { cpuCost += sessVars.GetCPUFactor() * outerCnt - outerCnt *= SelectionFactor + outerCnt *= cost.SelectionFactor } // Cost of extracting lookup keys. innerCPUCost := sessVars.GetCPUFactor() * outerCnt @@ -483,12 +484,12 @@ func (p *PhysicalIndexJoin) GetCost(outerCnt, innerCnt, outerCost, innerCost flo innerCPUCost += outerCnt * (math.Log2(batchSize) + 1) * sessVars.GetCPUFactor() } // Add cost of building inner executors. CPU cost of building copTasks: - // (outerCnt / batchSize) * (batchSize * distinctFactor) * CPUFactor + // (outerCnt / batchSize) * (batchSize * DistinctFactor) * CPUFactor // Since we don't know the number of copTasks built, ignore these network cost now. - innerCPUCost += outerCnt * distinctFactor * sessVars.GetCPUFactor() + innerCPUCost += outerCnt * cost.DistinctFactor * sessVars.GetCPUFactor() // CPU cost of building hash table for inner results: - // (outerCnt / batchSize) * (batchSize * distinctFactor) * innerCnt * CPUFactor - innerCPUCost += outerCnt * distinctFactor * innerCnt * sessVars.GetCPUFactor() + // (outerCnt / batchSize) * (batchSize * DistinctFactor) * innerCnt * CPUFactor + innerCPUCost += outerCnt * cost.DistinctFactor * innerCnt * sessVars.GetCPUFactor() innerConcurrency := float64(p.SCtx().GetSessionVars().IndexLookupJoinConcurrency()) cpuCost += innerCPUCost / innerConcurrency // Cost of probing hash table in main thread. @@ -509,7 +510,7 @@ func (p *PhysicalIndexJoin) GetCost(outerCnt, innerCnt, outerCost, innerCost flo cpuCost += probeCost + (innerConcurrency+1.0)*sessVars.GetConcurrencyFactor() // Memory cost of hash tables for inner rows. The computed result is the upper bound, // since the executor is pipelined and not all workers are always in full load. - memoryCost := innerConcurrency * (batchSize * distinctFactor) * innerCnt * sessVars.GetMemoryFactor() + memoryCost := innerConcurrency * (batchSize * cost.DistinctFactor) * innerCnt * sessVars.GetMemoryFactor() // Cost of inner child plan, i.e, mainly I/O and network cost. innerPlanCost := outerCnt * innerCost if p.SCtx().GetSessionVars().CostModelVersion == 2 { @@ -558,7 +559,7 @@ func (p *PhysicalIndexHashJoin) GetCost(outerCnt, innerCnt, outerCost, innerCost // summed length of left/right conditions. if len(p.LeftConditions)+len(p.RightConditions) > 0 { cpuCost += sessVars.GetCPUFactor() * outerCnt - outerCnt *= SelectionFactor + outerCnt *= cost.SelectionFactor } // Cost of extracting lookup keys. innerCPUCost := sessVars.GetCPUFactor() * outerCnt @@ -569,9 +570,9 @@ func (p *PhysicalIndexHashJoin) GetCost(outerCnt, innerCnt, outerCost, innerCost innerCPUCost += outerCnt * (math.Log2(batchSize) + 1) * sessVars.GetCPUFactor() } // Add cost of building inner executors. CPU cost of building copTasks: - // (outerCnt / batchSize) * (batchSize * distinctFactor) * CPUFactor + // (outerCnt / batchSize) * (batchSize * DistinctFactor) * CPUFactor // Since we don't know the number of copTasks built, ignore these network cost now. - innerCPUCost += outerCnt * distinctFactor * sessVars.GetCPUFactor() + innerCPUCost += outerCnt * cost.DistinctFactor * sessVars.GetCPUFactor() concurrency := float64(sessVars.IndexLookupJoinConcurrency()) cpuCost += innerCPUCost / concurrency // CPU cost of building hash table for outer results concurrently. @@ -606,7 +607,7 @@ func (p *PhysicalIndexHashJoin) GetCost(outerCnt, innerCnt, outerCost, innerCost cpuCost += (concurrency + 1.0) * sessVars.GetConcurrencyFactor() // Memory cost of hash tables for outer rows. The computed result is the upper bound, // since the executor is pipelined and not all workers are always in full load. - memoryCost := concurrency * (batchSize * distinctFactor) * innerCnt * sessVars.GetMemoryFactor() + memoryCost := concurrency * (batchSize * cost.DistinctFactor) * innerCnt * sessVars.GetMemoryFactor() // Cost of inner child plan, i.e, mainly I/O and network cost. innerPlanCost := outerCnt * innerCost return outerCost + innerPlanCost + cpuCost + memoryCost @@ -647,7 +648,7 @@ func (p *PhysicalIndexMergeJoin) GetCost(outerCnt, innerCnt, outerCost, innerCos // summed length of left/right conditions. if len(p.LeftConditions)+len(p.RightConditions) > 0 { cpuCost += sessVars.GetCPUFactor() * outerCnt - outerCnt *= SelectionFactor + outerCnt *= cost.SelectionFactor } // Cost of extracting lookup keys. innerCPUCost := sessVars.GetCPUFactor() * outerCnt @@ -664,9 +665,9 @@ func (p *PhysicalIndexMergeJoin) GetCost(outerCnt, innerCnt, outerCost, innerCos innerCPUCost += outerCnt * (sortFactor + 1.0) * sessVars.GetCPUFactor() } // Add cost of building inner executors. CPU cost of building copTasks: - // (outerCnt / batchSize) * (batchSize * distinctFactor) * cpuFactor + // (outerCnt / batchSize) * (batchSize * DistinctFactor) * cpuFactor // Since we don't know the number of copTasks built, ignore these network cost now. - innerCPUCost += outerCnt * distinctFactor * sessVars.GetCPUFactor() + innerCPUCost += outerCnt * cost.DistinctFactor * sessVars.GetCPUFactor() innerConcurrency := float64(p.SCtx().GetSessionVars().IndexLookupJoinConcurrency()) cpuCost += innerCPUCost / innerConcurrency // Cost of merge join in inner worker. @@ -735,11 +736,11 @@ func (p *PhysicalApply) GetCost(lCount, rCount, lCost, rCost float64) float64 { sessVars := p.SCtx().GetSessionVars() if len(p.LeftConditions) > 0 { cpuCost += lCount * sessVars.GetCPUFactor() - lCount *= SelectionFactor + lCount *= cost.SelectionFactor } if len(p.RightConditions) > 0 { cpuCost += lCount * rCount * sessVars.GetCPUFactor() - rCount *= SelectionFactor + rCount *= cost.SelectionFactor } if len(p.EqualConditions)+len(p.OtherConditions)+len(p.NAEqualConditions) > 0 { if p.JoinType == SemiJoin || p.JoinType == AntiSemiJoin || @@ -813,7 +814,7 @@ func (p *PhysicalMergeJoin) GetCost(lCnt, rCnt float64, costFlag uint64) float64 // Cost of evaluating outer filters. var cpuCost float64 if len(p.LeftConditions)+len(p.RightConditions) > 0 { - probeCost *= SelectionFactor + probeCost *= cost.SelectionFactor cpuCost += outerCnt * sessVars.GetCPUFactor() } cpuCost += probeCost @@ -898,8 +899,8 @@ func (p *PhysicalHashJoin) GetCost(lCnt, rCnt float64, _ bool, costFlag uint64, // Cost of evaluating outer filter. if len(p.LeftConditions)+len(p.RightConditions) > 0 { // Input outer count for the above compution should be adjusted by SelectionFactor. - probeCost *= SelectionFactor - probeDiskCost *= SelectionFactor + probeCost *= cost.SelectionFactor + probeDiskCost *= cost.SelectionFactor probeCost += probeCnt * cpuFactor } diskCost += probeDiskCost @@ -962,7 +963,7 @@ func (p *PhysicalStreamAgg) GetCost(inputRows float64, isRoot, _ bool, costFlag cpuCost = inputRows * sessVars.GetCopCPUFactor() * aggFuncFactor } rowsPerGroup := inputRows / getCardinality(p, costFlag) - memoryCost := rowsPerGroup * distinctFactor * sessVars.GetMemoryFactor() * float64(p.numDistinctFunc()) + memoryCost := rowsPerGroup * cost.DistinctFactor * sessVars.GetMemoryFactor() * float64(p.numDistinctFunc()) return cpuCost + memoryCost } @@ -1003,7 +1004,7 @@ func (p *PhysicalHashAgg) GetCost(inputRows float64, isRoot, isMPP bool, costFla memoryCost := cardinality * sessVars.GetMemoryFactor() * float64(len(p.AggFuncs)) // When aggregation has distinct flag, we would allocate a map for each group to // check duplication. - memoryCost += inputRows * distinctFactor * sessVars.GetMemoryFactor() * float64(numDistinctFunc) + memoryCost += inputRows * cost.DistinctFactor * sessVars.GetMemoryFactor() * float64(numDistinctFunc) return cpuCost + memoryCost } diff --git a/pkg/planner/core/planbuilder.go b/pkg/planner/core/planbuilder.go index 476e43fce3319..da03aa9f89318 100644 --- a/pkg/planner/core/planbuilder.go +++ b/pkg/planner/core/planbuilder.go @@ -21,8 +21,6 @@ import ( "math" "strconv" "strings" - "time" - "unsafe" "github.com/pingcap/errors" "github.com/pingcap/tidb/br/pkg/storage" @@ -84,28 +82,6 @@ type visitInfo struct { dynamicWithGrant bool } -// QueryTimeRange represents a time range specified by TIME_RANGE hint -type QueryTimeRange struct { - From time.Time - To time.Time -} - -// Condition returns a WHERE clause base on it's value -func (tr *QueryTimeRange) Condition() string { - return fmt.Sprintf("where time>='%s' and time<='%s'", tr.From.Format(MetricTableTimeFormat), tr.To.Format(MetricTableTimeFormat)) -} - -const emptyQueryTimeRangeSize = int64(unsafe.Sizeof(QueryTimeRange{})) - -// MemoryUsage return the memory usage of QueryTimeRange -func (tr *QueryTimeRange) MemoryUsage() (sum int64) { - if tr == nil { - return - } - - return emptyQueryTimeRangeSize -} - // clauseCode indicates in which clause the column is currently. type clauseCode int @@ -301,7 +277,7 @@ type PlanBuilder struct { } type handleColHelper struct { - id2HandleMapStack []map[int64][]HandleCols + id2HandleMapStack []map[int64][]util.HandleCols stackTail int } @@ -311,36 +287,36 @@ func (hch *handleColHelper) resetForReuse() { } } -func (hch *handleColHelper) popMap() map[int64][]HandleCols { +func (hch *handleColHelper) popMap() map[int64][]util.HandleCols { ret := hch.id2HandleMapStack[hch.stackTail-1] hch.stackTail-- hch.id2HandleMapStack = hch.id2HandleMapStack[:hch.stackTail] return ret } -func (hch *handleColHelper) pushMap(m map[int64][]HandleCols) { +func (hch *handleColHelper) pushMap(m map[int64][]util.HandleCols) { hch.id2HandleMapStack = append(hch.id2HandleMapStack, m) hch.stackTail++ } -func (hch *handleColHelper) mergeAndPush(m1, m2 map[int64][]HandleCols) { - newMap := make(map[int64][]HandleCols, max(len(m1), len(m2))) +func (hch *handleColHelper) mergeAndPush(m1, m2 map[int64][]util.HandleCols) { + newMap := make(map[int64][]util.HandleCols, max(len(m1), len(m2))) for k, v := range m1 { - newMap[k] = make([]HandleCols, len(v)) + newMap[k] = make([]util.HandleCols, len(v)) copy(newMap[k], v) } for k, v := range m2 { if _, ok := newMap[k]; ok { newMap[k] = append(newMap[k], v...) } else { - newMap[k] = make([]HandleCols, len(v)) + newMap[k] = make([]util.HandleCols, len(v)) copy(newMap[k], v) } } hch.pushMap(newMap) } -func (hch *handleColHelper) tailMap() map[int64][]HandleCols { +func (hch *handleColHelper) tailMap() map[int64][]util.HandleCols { return hch.id2HandleMapStack[hch.stackTail-1] } @@ -431,7 +407,7 @@ func NewPlanBuilder(opts ...PlanBuilderOpt) *PlanBuilder { builder := &PlanBuilder{ outerCTEs: make([]*cteInfo, 0), colMapper: make(map[*ast.ColumnNameExpr]int), - handleHelper: &handleColHelper{id2HandleMapStack: make([]map[int64][]HandleCols, 0)}, + handleHelper: &handleColHelper{id2HandleMapStack: make([]map[int64][]util.HandleCols, 0)}, correlatedAggMapper: make(map[*ast.AggregateFuncExpr]*expression.CorrelatedColumn), } for _, opt := range opts { @@ -1481,7 +1457,7 @@ func (b *PlanBuilder) buildAdmin(ctx context.Context, as *ast.AdminStmt) (base.P func (b *PlanBuilder) buildPhysicalIndexLookUpReader(_ context.Context, dbName model.CIStr, tbl table.Table, idx *model.IndexInfo) (base.Plan, error) { tblInfo := tbl.Meta() - physicalID, isPartition := getPhysicalID(tbl) + physicalID, isPartition := getPhysicalID(tbl, idx.Global) fullExprCols, _, err := expression.TableInfo2SchemaAndNames(b.ctx.GetExprCtx(), dbName, tblInfo) if err != nil { return nil, err @@ -1555,6 +1531,9 @@ func (b *PlanBuilder) buildPhysicalIndexLookUpReader(_ context.Context, dbName m } } } + if is.Index.Global { + ts.Columns, ts.schema, _ = AddExtraPhysTblIDColumn(b.ctx, ts.Columns, ts.schema) + } cop := &CopTask{ indexPlan: is, @@ -1591,9 +1570,9 @@ func getIndexColsSchema(tblInfo *model.TableInfo, idx *model.IndexInfo, allColSc return schema } -func getPhysicalID(t table.Table) (physicalID int64, isPartition bool) { +func getPhysicalID(t table.Table, isGlobalIndex bool) (physicalID int64, isPartition bool) { tblInfo := t.Meta() - if tblInfo.GetPartitionInfo() != nil { + if !isGlobalIndex && tblInfo.GetPartitionInfo() != nil { pid := t.(table.PhysicalTable).GetPhysicalID() return pid, true } @@ -1681,8 +1660,8 @@ func (b *PlanBuilder) buildPhysicalIndexLookUpReaders(ctx context.Context, dbNam } } indexInfos = append(indexInfos, idxInfo) - // For partition tables. - if pi := tbl.Meta().GetPartitionInfo(); pi != nil { + // For partition tables except global index. + if pi := tbl.Meta().GetPartitionInfo(); pi != nil && !idxInfo.Global { for _, def := range pi.Definitions { t := tbl.(table.PartitionedTable).GetPartition(def.ID) reader, err := b.buildPhysicalIndexLookUpReader(ctx, dbName, t, idxInfo) @@ -1814,8 +1793,8 @@ func getColsInfo(tn *ast.TableName) (indicesInfo []*model.IndexInfo, colsInfo [] } // BuildHandleColsForAnalyze returns HandleCols for ANALYZE. -func BuildHandleColsForAnalyze(ctx base.PlanContext, tblInfo *model.TableInfo, allColumns bool, colsInfo []*model.ColumnInfo) HandleCols { - var handleCols HandleCols +func BuildHandleColsForAnalyze(ctx base.PlanContext, tblInfo *model.TableInfo, allColumns bool, colsInfo []*model.ColumnInfo) util.HandleCols { + var handleCols util.HandleCols switch { case tblInfo.PKIsHandle: pkCol := tblInfo.GetPkColInfo() @@ -1827,11 +1806,11 @@ func BuildHandleColsForAnalyze(ctx base.PlanContext, tblInfo *model.TableInfo, a // If only a part of the columns need to be analyzed, we need to set index according to colsInfo. index = getColOffsetForAnalyze(colsInfo, pkCol.ID) } - handleCols = &IntHandleCols{col: &expression.Column{ + handleCols = util.NewIntHandleCols(&expression.Column{ ID: pkCol.ID, RetType: &pkCol.FieldType, Index: index, - }} + }) case tblInfo.IsCommonHandle: pkIdx := tables.FindPrimaryIndex(tblInfo) pkColLen := len(pkIdx.Columns) @@ -1858,12 +1837,7 @@ func BuildHandleColsForAnalyze(ctx base.PlanContext, tblInfo *model.TableInfo, a // The second reason is that in (cb *CommonHandleCols).BuildHandleByDatums, tablecodec.TruncateIndexValues(cb.tblInfo, cb.idxInfo, datumBuf) // is called, which asks that IndexColumn.Offset of cb.idxInfo must be according to cb,tblInfo. // TODO: find a better way to find handle columns in ANALYZE rather than use Column.Index - handleCols = &CommonHandleCols{ - tblInfo: tblInfo, - idxInfo: pkIdx, - columns: columns, - sc: ctx.GetSessionVars().StmtCtx, - } + handleCols = util.NewCommonHandlesColsWithoutColsAlign(ctx.GetSessionVars().StmtCtx, tblInfo, pkIdx, columns) } return handleCols } @@ -2283,7 +2257,7 @@ func (b *PlanBuilder) buildAnalyzeFullSamplingTask( extraCol := model.NewExtraHandleColInfo() // Always place _tidb_rowid at the end of colsInfo, this is corresponding to logics in `analyzeColumnsPushdown`. newTask.ColsInfo = append(newTask.ColsInfo, extraCol) - newTask.HandleCols = &IntHandleCols{col: colInfoToColumn(extraCol, len(newTask.ColsInfo)-1)} + newTask.HandleCols = util.NewIntHandleCols(colInfoToColumn(extraCol, len(newTask.ColsInfo)-1)) } analyzePlan.ColTasks = append(analyzePlan.ColTasks, newTask) for _, indexInfo := range independentIndexes { diff --git a/pkg/planner/core/point_get_plan.go b/pkg/planner/core/point_get_plan.go index 733596788a11f..26c71c3e0a2ef 100644 --- a/pkg/planner/core/point_get_plan.go +++ b/pkg/planner/core/point_get_plan.go @@ -36,6 +36,7 @@ import ( "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/planner/core/operator/baseimpl" "github.com/pingcap/tidb/pkg/planner/property" + "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/costusage" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" "github.com/pingcap/tidb/pkg/privilege" @@ -51,7 +52,6 @@ import ( "github.com/pingcap/tidb/pkg/util/collate" "github.com/pingcap/tidb/pkg/util/dbterror/plannererrors" "github.com/pingcap/tidb/pkg/util/execdetails" - "github.com/pingcap/tidb/pkg/util/hint" "github.com/pingcap/tidb/pkg/util/intest" "github.com/pingcap/tidb/pkg/util/logutil" "github.com/pingcap/tidb/pkg/util/plancodec" @@ -105,8 +105,6 @@ type PointGetPlan struct { // probeParents records the IndexJoins and Applys with this operator in their inner children. // Please see comments in PhysicalPlan for details. probeParents []base.PhysicalPlan - // stmtHints should restore in executing context. - stmtHints *hint.StmtHints // explicit partition selection PartitionNames []model.CIStr } @@ -1949,8 +1947,7 @@ func buildPointUpdatePlan(ctx base.PlanContext, pointPlan base.PhysicalPlan, dbN } if tbl.GetPartitionInfo() != nil { pt := t.(table.PartitionedTable) - var updateTableList []*ast.TableName - updateTableList = extractTableList(updateStmt.TableRefs.TableRefs, updateTableList, true) + updateTableList := ExtractTableList(updateStmt.TableRefs.TableRefs, true) updatePlan.PartitionedTable = make([]table.PartitionedTable, 0, len(updateTableList)) for _, updateTable := range updateTableList { if len(updateTable.PartitionNames) > 0 { @@ -2095,24 +2092,24 @@ func colInfoToColumn(col *model.ColumnInfo, idx int) *expression.Column { } } -func buildHandleCols(ctx base.PlanContext, tbl *model.TableInfo, schema *expression.Schema) HandleCols { +func buildHandleCols(ctx base.PlanContext, tbl *model.TableInfo, schema *expression.Schema) util.HandleCols { // fields len is 0 for update and delete. if tbl.PKIsHandle { for i, col := range tbl.Columns { if mysql.HasPriKeyFlag(col.GetFlag()) { - return &IntHandleCols{col: schema.Columns[i]} + return util.NewIntHandleCols(schema.Columns[i]) } } } if tbl.IsCommonHandle { pkIdx := tables.FindPrimaryIndex(tbl) - return NewCommonHandleCols(ctx.GetSessionVars().StmtCtx, tbl, pkIdx, schema.Columns) + return util.NewCommonHandleCols(ctx.GetSessionVars().StmtCtx, tbl, pkIdx, schema.Columns) } handleCol := colInfoToColumn(model.NewExtraHandleColInfo(), schema.Len()) schema.Append(handleCol) - return &IntHandleCols{col: handleCol} + return util.NewIntHandleCols(handleCol) } // TODO: Remove this, by enabling all types of partitioning diff --git a/pkg/planner/core/preprocess.go b/pkg/planner/core/preprocess.go index 13b5fb0483072..effbd41cd6b4c 100644 --- a/pkg/planner/core/preprocess.go +++ b/pkg/planner/core/preprocess.go @@ -534,7 +534,7 @@ func (p *preprocessor) checkBindGrammar(originNode, hintedNode ast.StmtNode, def } // Check the bind operation is not on any temporary table. - tblNames := extractTableList(originNode, nil, false) + tblNames := ExtractTableList(originNode, false) for _, tn := range tblNames { tbl, err := p.tableByName(tn) if err != nil { @@ -1820,6 +1820,12 @@ func tryLockMDLAndUpdateSchemaIfNecessary(sctx base.PlanContext, dbName model.CI return tbl, nil } tableInfo := tbl.Meta() + var err error + defer func() { + if err == nil && !skipLock { + sctx.GetSessionVars().StmtCtx.MDLRelatedTableIDs[tbl.Meta().ID] = struct{}{} + } + }() if _, ok := sctx.GetSessionVars().GetRelatedTableForMDL().Load(tableInfo.ID); !ok { if se, ok := is.(*infoschema.SessionExtendedInfoSchema); ok && skipLock && se.MdlTables != nil { if _, ok := se.MdlTables.TableByID(tableInfo.ID); ok { @@ -1838,7 +1844,6 @@ func tryLockMDLAndUpdateSchemaIfNecessary(sctx base.PlanContext, dbName model.CI dom := domain.GetDomain(sctx) domainSchema := dom.InfoSchema() domainSchemaVer := domainSchema.SchemaMetaVersion() - var err error tbl, err = domainSchema.TableByName(dbName, tableInfo.Name) if err != nil { if !skipLock { diff --git a/pkg/planner/core/rule_column_pruning.go b/pkg/planner/core/rule_column_pruning.go index 9e77a249c9152..714b92a6f0b2c 100644 --- a/pkg/planner/core/rule_column_pruning.go +++ b/pkg/planner/core/rule_column_pruning.go @@ -134,6 +134,7 @@ func (p *LogicalSelection) PruneColumns(parentUsedCols []*expression.Column, opt if err != nil { return nil, err } + addConstOneForEmptyProjection(p.children[0]) return p, nil } diff --git a/pkg/planner/core/rule_eliminate_projection.go b/pkg/planner/core/rule_eliminate_projection.go index 00e65a0446e2b..68cb0b1decba4 100644 --- a/pkg/planner/core/rule_eliminate_projection.go +++ b/pkg/planner/core/rule_eliminate_projection.go @@ -82,13 +82,6 @@ func canProjectionBeEliminatedStrict(p *PhysicalProjection) bool { if p.Schema().Len() != child.Schema().Len() { return false } - for _, ref := range p.SCtx().GetSessionVars().StmtCtx.ColRefFromUpdatePlan { - for _, one := range p.Schema().Columns { - if ref == one.UniqueID { - return false - } - } - } for i, expr := range p.Exprs { col, ok := expr.(*expression.Column) if !ok || !col.EqualColumn(child.Schema().Columns[i]) { @@ -146,6 +139,11 @@ func doPhysicalProjectionElimination(p base.PhysicalPlan) base.PhysicalPlan { childProj.SetSchema(p.Schema()) } } + for i, col := range p.Schema().Columns { + if p.SCtx().GetSessionVars().StmtCtx.ColRefFromUpdatePlan.Has(int(col.UniqueID)) && !child.Schema().Columns[i].Equal(nil, col) { + return p + } + } return child } diff --git a/pkg/planner/core/rule_join_reorder.go b/pkg/planner/core/rule_join_reorder.go index d052cf87a2749..4fd2c8d132595 100644 --- a/pkg/planner/core/rule_join_reorder.go +++ b/pkg/planner/core/rule_join_reorder.go @@ -514,6 +514,22 @@ func (s *baseSingleGroupJoinOrderSolver) checkConnection(leftPlan, rightPlan bas usedEdges = append(usedEdges, edge) } else { newSf := expression.NewFunctionInternal(s.ctx.GetExprCtx(), ast.EQ, edge.GetType(), rCol, lCol).(*expression.ScalarFunction) + + // after creating the new EQ function, the 2 args might not be column anymore, for example `sf=sf(cast(col))`, + // which breaks the assumption that join eq keys must be `col=col`, to handle this, inject 2 projections. + _, isCol0 := newSf.GetArgs()[0].(*expression.Column) + _, isCol1 := newSf.GetArgs()[1].(*expression.Column) + if !isCol0 || !isCol1 { + if !isCol0 { + leftPlan, rCol = s.injectExpr(leftPlan, newSf.GetArgs()[0]) + } + if !isCol1 { + rightPlan, lCol = s.injectExpr(rightPlan, newSf.GetArgs()[1]) + } + leftNode, rightNode = leftPlan, rightPlan + newSf = expression.NewFunctionInternal(s.ctx.GetExprCtx(), ast.EQ, edge.GetType(), + rCol, lCol).(*expression.ScalarFunction) + } usedEdges = append(usedEdges, newSf) } } @@ -521,6 +537,16 @@ func (s *baseSingleGroupJoinOrderSolver) checkConnection(leftPlan, rightPlan bas return } +func (*baseSingleGroupJoinOrderSolver) injectExpr(p base.LogicalPlan, expr expression.Expression) (base.LogicalPlan, *expression.Column) { + proj, ok := p.(*LogicalProjection) + if !ok { + proj = LogicalProjection{Exprs: cols2Exprs(p.Schema().Columns)}.Init(p.SCtx(), p.QueryBlockOffset()) + proj.SetSchema(p.Schema().Clone()) + proj.SetChildren(p) + } + return proj, proj.appendExpr(expr) +} + // makeJoin build join tree for the nodes which have equal conditions to connect them. func (s *baseSingleGroupJoinOrderSolver) makeJoin(leftPlan, rightPlan base.LogicalPlan, eqEdges []*expression.ScalarFunction, joinType *joinTypeWithExtMsg) (base.LogicalPlan, []expression.Expression) { remainOtherConds := make([]expression.Expression, len(s.otherConds)) diff --git a/pkg/planner/core/rule_outer_to_inner_join.go b/pkg/planner/core/rule_outer_to_inner_join.go index 46d5ed5ac2a75..a1de1f49e3557 100644 --- a/pkg/planner/core/rule_outer_to_inner_join.go +++ b/pkg/planner/core/rule_outer_to_inner_join.go @@ -42,6 +42,17 @@ func mergeOnClausePredicates(p *LogicalJoin, predicates []expression.Expression) type convertOuterToInnerJoin struct { } +// convertOuterToInnerJoin is refactoring of the outer to inner join logic that used to be part of predicate push down. +// The rewrite passes down predicates from selection (WHERE clause) and join predicates (ON clause). +// All nodes except LogicalJoin are pass through where the rewrite is done for the child and nothing for the node itself. +// The main logic is applied for joins: +// 1. Traversal is preorder and the passed down predicate is checked for the left/right after join +// 2. The ON clause and passed down predicate (from higher selects or joins) are comined and applied to join children. +// This logic depends on the join type with the following logic: +// - For left/right outer joins, the ON clause an be applied only on the inner side (null producing side) +// - For inner/semi joins, the ON clause can be applied on both children +// - For anti semi joins, ON clause applied only on left side +// - For all other cases, do not pass ON clause. func (*convertOuterToInnerJoin) optimize(_ context.Context, p base.LogicalPlan, _ *optimizetrace.LogicalOptimizeOp) (base.LogicalPlan, bool, error) { planChanged := false return p.ConvertOuterToInnerJoin(nil), planChanged, nil @@ -76,7 +87,7 @@ func (p *LogicalJoin) ConvertOuterToInnerJoin(predicates []expression.Expression if p.JoinType == LeftOuterJoin || p.JoinType == RightOuterJoin { canBeSimplified := false for _, expr := range predicates { - isOk := isNullFiltered(p.SCtx(), innerTable.Schema(), expr, outerTable.Schema()) + isOk := isNullFiltered(p.SCtx(), innerTable.Schema(), expr) if isOk { canBeSimplified = true break @@ -140,11 +151,14 @@ func (s *LogicalProjection) ConvertOuterToInnerJoin(predicates []expression.Expr } // allConstants checks if only the expression has only constants. -func allConstants(expr expression.Expression) bool { +func allConstants(ctx expression.BuildContext, expr expression.Expression) bool { + if expression.MaybeOverOptimized4PlanCache(ctx, []expression.Expression{expr}) { + return false // expression contains non-deterministic parameter + } switch v := expr.(type) { case *expression.ScalarFunction: for _, arg := range v.GetArgs() { - if !allConstants(arg) { + if !allConstants(ctx, arg) { return false } } @@ -158,24 +172,24 @@ func allConstants(expr expression.Expression) bool { // isNullFiltered takes care of complex predicates like this: // isNullFiltered(A OR B) = isNullFiltered(A) AND isNullFiltered(B) // isNullFiltered(A AND B) = isNullFiltered(A) OR isNullFiltered(B) -func isNullFiltered(ctx base.PlanContext, innerSchema *expression.Schema, predicate expression.Expression, outerSchema *expression.Schema) bool { +func isNullFiltered(ctx base.PlanContext, innerSchema *expression.Schema, predicate expression.Expression) bool { // The expression should reference at least one field in innerSchema or all constants. - if !expression.ExprReferenceSchema(predicate, innerSchema) && !allConstants(predicate) { + if !expression.ExprReferenceSchema(predicate, innerSchema) && !allConstants(ctx.GetExprCtx(), predicate) { return false } switch expr := predicate.(type) { case *expression.ScalarFunction: if expr.FuncName.L == ast.LogicAnd { - if isNullFiltered(ctx, innerSchema, expr.GetArgs()[0], outerSchema) { + if isNullFiltered(ctx, innerSchema, expr.GetArgs()[0]) { return true } - return isNullFiltered(ctx, innerSchema, expr.GetArgs()[0], outerSchema) + return isNullFiltered(ctx, innerSchema, expr.GetArgs()[0]) } else if expr.FuncName.L == ast.LogicOr { - if !(isNullFiltered(ctx, innerSchema, expr.GetArgs()[0], outerSchema)) { + if !(isNullFiltered(ctx, innerSchema, expr.GetArgs()[0])) { return false } - return isNullFiltered(ctx, innerSchema, expr.GetArgs()[1], outerSchema) + return isNullFiltered(ctx, innerSchema, expr.GetArgs()[1]) } else { return util.IsNullRejected(ctx, innerSchema, expr) } diff --git a/pkg/planner/core/rule_predicate_push_down.go b/pkg/planner/core/rule_predicate_push_down.go index 40e77eefb936c..fb70fa1c934b6 100644 --- a/pkg/planner/core/rule_predicate_push_down.go +++ b/pkg/planner/core/rule_predicate_push_down.go @@ -26,6 +26,7 @@ import ( "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" + "github.com/pingcap/tidb/pkg/planner/util/utilfuncp" "github.com/pingcap/tidb/pkg/types" "github.com/pingcap/tidb/pkg/util/logutil" "github.com/pingcap/tidb/pkg/util/ranger" @@ -81,7 +82,7 @@ func (p *baseLogicalPlan) PredicatePushDown(predicates []expression.Expression, } child := p.children[0] rest, newChild := child.PredicatePushDown(predicates, opt) - addSelection(p.self, newChild, rest, 0, opt) + utilfuncp.AddSelection(p.self, newChild, rest, 0, opt) return nil, p.self } @@ -239,8 +240,8 @@ func (p *LogicalJoin) PredicatePushDown(predicates []expression.Expression, opt rightCond = expression.RemoveDupExprs(rightCond) leftRet, lCh := p.children[0].PredicatePushDown(leftCond, opt) rightRet, rCh := p.children[1].PredicatePushDown(rightCond, opt) - addSelection(p, lCh, leftRet, 0, opt) - addSelection(p, rCh, rightRet, 1, opt) + utilfuncp.AddSelection(p, lCh, leftRet, 0, opt) + utilfuncp.AddSelection(p, rCh, rightRet, 1, opt) p.updateEQCond() buildKeyInfo(p) return ret, p.self @@ -431,7 +432,7 @@ func (p *LogicalUnionAll) PredicatePushDown(predicates []expression.Expression, newExprs := make([]expression.Expression, 0, len(predicates)) newExprs = append(newExprs, predicates...) retCond, newChild := proj.PredicatePushDown(newExprs, opt) - addSelection(p, newChild, retCond, i, opt) + utilfuncp.AddSelection(p, newChild, retCond, i, opt) } return nil, p } diff --git a/pkg/planner/core/rule_topn_push_down.go b/pkg/planner/core/rule_topn_push_down.go index 36acff2330e85..475a015531e28 100644 --- a/pkg/planner/core/rule_topn_push_down.go +++ b/pkg/planner/core/rule_topn_push_down.go @@ -36,6 +36,12 @@ func (*pushDownTopNOptimizer) optimize(_ context.Context, p base.LogicalPlan, op // PushDownTopN implements the LogicalPlan interface. func (s *baseLogicalPlan) PushDownTopN(topNLogicalPlan base.LogicalPlan, opt *optimizetrace.LogicalOptimizeOp) base.LogicalPlan { + return pushDownTopNForBaseLogicalPlan(s, topNLogicalPlan, opt) +} + +// pushDownTopNForBaseLogicalPlan can be moved to func_pointer_misc for migrate baseLogicalPlan out of core. +func pushDownTopNForBaseLogicalPlan(s *baseLogicalPlan, topNLogicalPlan base.LogicalPlan, + opt *optimizetrace.LogicalOptimizeOp) base.LogicalPlan { var topN *LogicalTopN if topNLogicalPlan != nil { topN = topNLogicalPlan.(*LogicalTopN) diff --git a/pkg/planner/core/show_predicate_extractor.go b/pkg/planner/core/show_predicate_extractor.go index f2695d525a1ae..bfd204553e223 100644 --- a/pkg/planner/core/show_predicate_extractor.go +++ b/pkg/planner/core/show_predicate_extractor.go @@ -21,6 +21,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/mysql" + "github.com/pingcap/tidb/pkg/planner/core/base" driver "github.com/pingcap/tidb/pkg/types/parser_driver" "github.com/pingcap/tidb/pkg/util/collate" "github.com/pingcap/tidb/pkg/util/stringutil" @@ -35,25 +36,9 @@ const ( ) var ( - _ ShowPredicateExtractor = &ShowBaseExtractor{} + _ base.ShowPredicateExtractor = &ShowBaseExtractor{} ) -// ShowPredicateExtractor is used to extract some predicates from `PatternLikeOrIlikeExpr` clause -// and push the predicates down to the data retrieving on reading memory table stage when use ShowStmt. -// -// e.g: -// SHOW COLUMNS FROM t LIKE '%abc%' -// We must request all components from the memory table, and filter the result by the PatternLikeOrIlikeExpr predicate. -// -// it is a way to fix https://github.com/pingcap/tidb/issues/29910. -type ShowPredicateExtractor interface { - // Extract predicates which can be pushed down and returns whether the extractor can extract predicates. - Extract() bool - explainInfo() string - Field() string - FieldPatternLike() collate.WildcardPattern -} - // ShowBaseExtractor is the definition of base extractor for derived predicates. type ShowBaseExtractor struct { ast.ShowStmt @@ -63,7 +48,7 @@ type ShowBaseExtractor struct { fieldPattern string } -func newShowBaseExtractor(showStatement ast.ShowStmt) ShowPredicateExtractor { +func newShowBaseExtractor(showStatement ast.ShowStmt) base.ShowPredicateExtractor { return &ShowBaseExtractor{ShowStmt: showStatement} } @@ -96,8 +81,8 @@ func (e *ShowBaseExtractor) Extract() bool { return false } -// explainInfo implements the ShowPredicateExtractor interface. -func (e *ShowBaseExtractor) explainInfo() string { +// ExplainInfo implements the base.ShowPredicateExtractor interface. +func (e *ShowBaseExtractor) ExplainInfo() string { key := "" switch e.ShowStmt.Tp { case ast.ShowVariables, ast.ShowColumns: diff --git a/pkg/planner/core/stats.go b/pkg/planner/core/stats.go index 9b3c0dcdc5b69..9b55d3a3393f0 100644 --- a/pkg/planner/core/stats.go +++ b/pkg/planner/core/stats.go @@ -31,6 +31,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util" "github.com/pingcap/tidb/pkg/planner/util/debugtrace" @@ -216,11 +217,6 @@ func (ds *DataSource) getGroupNDVs(colGroups [][]*expression.Column) []property. return ndvs } -func init() { - // To handle cycle import, we have to define this function here. - cardinality.GetTblInfoForUsedStatsByPhysicalID = getTblInfoForUsedStatsByPhysicalID -} - // getTblInfoForUsedStatsByPhysicalID get table name, partition name and HintedTable that will be used to record used stats. func getTblInfoForUsedStatsByPhysicalID(sctx base.PlanContext, id int64) (fullName string, tblInfo *model.TableInfo) { fullName = "tableID " + strconv.FormatInt(id, 10) @@ -289,7 +285,7 @@ func (ds *DataSource) deriveStatsByFilter(conds expression.CNFExprs, filledPaths selectivity, _, err := cardinality.Selectivity(ds.SCtx(), ds.tableStats.HistColl, conds, filledPaths) if err != nil { logutil.BgLogger().Debug("something wrong happened, use the default selectivity", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } // TODO: remove NewHistCollBySelectivity later on. // if ds.SCtx().GetSessionVars().OptimizerSelectivityLevel >= 1 { @@ -583,7 +579,7 @@ func (p *LogicalSelection) DeriveStats(childStats []*property.StatsInfo, _ *expr if p.StatsInfo() != nil { return p.StatsInfo(), nil } - p.SetStats(childStats[0].Scale(SelectionFactor)) + p.SetStats(childStats[0].Scale(cost.SelectionFactor)) p.StatsInfo().GroupNDVs = nil return p.StatsInfo(), nil } @@ -815,11 +811,11 @@ func (p *LogicalJoin) DeriveStats(childStats []*property.StatsInfo, selfSchema * nil, nil) if p.JoinType == SemiJoin || p.JoinType == AntiSemiJoin { p.SetStats(&property.StatsInfo{ - RowCount: leftProfile.RowCount * SelectionFactor, + RowCount: leftProfile.RowCount * cost.SelectionFactor, ColNDVs: make(map[int64]float64, len(leftProfile.ColNDVs)), }) for id, c := range leftProfile.ColNDVs { - p.StatsInfo().ColNDVs[id] = c * SelectionFactor + p.StatsInfo().ColNDVs[id] = c * cost.SelectionFactor } return p.StatsInfo(), nil } @@ -1083,7 +1079,16 @@ func loadTableStats(ctx sessionctx.Context, tblInfo *model.TableInfo, pid int64) pctx := ctx.GetPlanCtx() tableStats := getStatsTable(pctx, tblInfo, pid) - name, _ := getTblInfoForUsedStatsByPhysicalID(pctx, pid) + + name := tblInfo.Name.O + partInfo := tblInfo.GetPartitionInfo() + if partInfo != nil { + for _, p := range partInfo.Definitions { + if p.ID == pid { + name += " " + p.Name.O + } + } + } usedStats := &stmtctx.UsedStatsInfoForTable{ Name: name, TblInfo: tblInfo, diff --git a/pkg/planner/core/stringer.go b/pkg/planner/core/stringer.go index e78c23e28c8c3..d9ba41360d035 100644 --- a/pkg/planner/core/stringer.go +++ b/pkg/planner/core/stringer.go @@ -168,12 +168,12 @@ func toString(in base.Plan, strs []string, idxs []int) ([]string, []int) { case *LogicalShow: str = "Show" if pl := in.(*LogicalShow); pl.Extractor != nil { - str = str + "(" + pl.Extractor.explainInfo() + ")" + str = str + "(" + pl.Extractor.ExplainInfo() + ")" } case *PhysicalShow: str = "Show" if pl := in.(*PhysicalShow); pl.Extractor != nil { - str = str + "(" + pl.Extractor.explainInfo() + ")" + str = str + "(" + pl.Extractor.ExplainInfo() + ")" } case *LogicalShowDDLJobs, *PhysicalShowDDLJobs: str = "ShowDDLJobs" diff --git a/pkg/planner/core/task.go b/pkg/planner/core/task.go index 36fae9b96ceba..87f88d34b22da 100644 --- a/pkg/planner/core/task.go +++ b/pkg/planner/core/task.go @@ -27,6 +27,7 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/core/operator/baseimpl" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/planner/util" @@ -446,9 +447,10 @@ func (p *PhysicalHashJoin) attach2TaskForMpp(tasks ...base.Task) base.Task { proj.SetSchema(p.Schema().Clone()) for _, hashCol := range hashColArray { - if !proj.Schema().Contains(hashCol) { - proj.Exprs = append(proj.Exprs, hashCol) - proj.Schema().Append(hashCol) + if !proj.Schema().Contains(hashCol) && defaultSchema.Contains(hashCol) { + joinCol := defaultSchema.Columns[defaultSchema.ColumnIndex(hashCol)] + proj.Exprs = append(proj.Exprs, joinCol) + proj.Schema().Append(joinCol.Clone().(*expression.Column)) } } attachPlan2Task(proj, task) @@ -471,11 +473,16 @@ func (p *PhysicalHashJoin) attach2TaskForMpp(tasks ...base.Task) base.Task { Exprs: make([]expression.Expression, 0, len(hashColArray)), }.Init(p.SCtx(), p.StatsInfo(), p.QueryBlockOffset()) + clonedHashColArray := make([]*expression.Column, 0, len(task.hashCols)) for _, hashCol := range hashColArray { - proj.Exprs = append(proj.Exprs, hashCol) + if defaultSchema.Contains(hashCol) { + joinCol := defaultSchema.Columns[defaultSchema.ColumnIndex(hashCol)] + proj.Exprs = append(proj.Exprs, joinCol) + clonedHashColArray = append(clonedHashColArray, joinCol.Clone().(*expression.Column)) + } } - proj.SetSchema(expression.NewSchema(hashColArray...)) + proj.SetSchema(expression.NewSchema(clonedHashColArray...)) attachPlan2Task(proj, task) } } @@ -591,7 +598,7 @@ func (t *CopTask) handleRootTaskConds(ctx base.PlanContext, newTask *RootTask) { selectivity, _, err := cardinality.Selectivity(ctx, t.tblColHists, t.rootTaskConds, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } sel := PhysicalSelection{Conditions: t.rootTaskConds}.Init(ctx, newTask.GetPlan().StatsInfo().Scale(selectivity), newTask.GetPlan().QueryBlockOffset()) sel.fromDataSource = true @@ -668,10 +675,12 @@ func (p *PhysicalLimit) Attach2Task(tasks ...base.Task) base.Task { } else if !cop.idxMergeIsIntersection { // We only support push part of the order prop down to index merge build case. if len(cop.rootTaskConds) == 0 { - if cop.indexPlanFinished { - // when the index plan is finished, sink the limit to the index merge table side. + // For double read which requires order being kept, the limit cannot be pushed down to the table side, + // because handles would be reordered before being sent to table scan. + if cop.indexPlanFinished && !cop.keepOrder { + // when the index plan is finished and index plan is not ordered, sink the limit to the index merge table side. suspendLimitAboveTablePlan() - } else { + } else if !cop.indexPlanFinished { // cop.indexPlanFinished = false indicates the table side is a pure table-scan, sink the limit to the index merge index side. newCount := p.Offset + p.Count limitChildren := make([]base.PhysicalPlan, 0, len(cop.idxMergePartPlans)) @@ -686,6 +695,10 @@ func (p *PhysicalLimit) Attach2Task(tasks ...base.Task) base.Task { cop.idxMergePartPlans = limitChildren t = cop.ConvertToRootTask(p.SCtx()) sunk = p.sinkIntoIndexMerge(t) + } else { + // when there are some limitations, just sink the limit upon the index merge reader. + t = cop.ConvertToRootTask(p.SCtx()) + sunk = p.sinkIntoIndexMerge(t) } } else { // when there are some root conditions, just sink the limit upon the index merge reader. diff --git a/pkg/planner/core/task_base.go b/pkg/planner/core/task_base.go index 1d8f5080427fe..bfc7ef9526d73 100644 --- a/pkg/planner/core/task_base.go +++ b/pkg/planner/core/task_base.go @@ -19,6 +19,7 @@ import ( "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/planner/cardinality" "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/property" "github.com/pingcap/tidb/pkg/statistics" "github.com/pingcap/tidb/pkg/util/logutil" @@ -205,7 +206,7 @@ func (t *MppTask) ConvertToRootTaskImpl(ctx base.PlanContext) *RootTask { selectivity, _, err := cardinality.Selectivity(ctx, t.tblColHists, t.rootTaskConds, nil) if err != nil { logutil.BgLogger().Debug("calculate selectivity failed, use selection factor", zap.Error(err)) - selectivity = SelectionFactor + selectivity = cost.SelectionFactor } sel := PhysicalSelection{Conditions: t.rootTaskConds}.Init(ctx, rt.GetPlan().StatsInfo().Scale(selectivity), rt.GetPlan().QueryBlockOffset()) sel.fromDataSource = true diff --git a/pkg/planner/core/testdata/plan_suite_unexported_out.json b/pkg/planner/core/testdata/plan_suite_unexported_out.json index bbba817311008..e00680d6140d5 100644 --- a/pkg/planner/core/testdata/plan_suite_unexported_out.json +++ b/pkg/planner/core/testdata/plan_suite_unexported_out.json @@ -73,16 +73,16 @@ "Join{DataScan(t1)->DataScan(t2)}(test.t.a,test.t.b)(test.t.d,test.t.d)->Projection", "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Projection", "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Projection", - "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Sel([eq(test.t.a, 0)])->Projection", "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Projection", + "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Projection", + "Join{DataScan(ta)->DataScan(tb)}->Projection", "Join{DataScan(ta)->DataScan(tb)}->Projection", - "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Sel([eq(test.t.d, 0)])->Projection", - "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Sel([1 eq(test.t.c, 0) ifnull(test.t.d, 1)])->Projection", - "Join{Join{DataScan(ta)->DataScan(tb)}(test.t.a,test.t.a)->DataScan(tc)}(test.t.b,test.t.b)->Sel([gt(test.t.c, 0)])->Projection", - "Join{Join{DataScan(ta)->DataScan(tb)}(test.t.a,test.t.a)->Sel([gt(test.t.c, 0)])->DataScan(tc)}(test.t.b,test.t.b)->Projection", - "Join{DataScan(ta)->Join{DataScan(tb)->DataScan(tc)}(test.t.b,test.t.b)}(test.t.a,test.t.a)->Sel([gt(test.t.c, 0)])->Projection", - "Join{Join{DataScan(ta)->DataScan(tb)}(test.t.a,test.t.a)->Sel([eq(test.t.c, 2)])->Join{DataScan(tc)->DataScan(td)}(test.t.b,test.t.b)->Sel([not(isnull(test.t.c)) eq(test.t.a, 1)])}(test.t.c,test.t.c)->Projection", - "Join{DataScan(ta)->Join{DataScan(tb)->DataScan(tc)}(test.t.b,test.t.b)->Sel([not(isnull(test.t.c))])}(test.t.a,test.t.a)(test.t.c,test.t.c)->Sel([or(gt(test.t.d, 0), gt(test.t.d, 0))])->Projection", + "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Projection", + "Join{Join{DataScan(ta)->DataScan(tb)}(test.t.a,test.t.a)->DataScan(tc)}(test.t.b,test.t.b)->Projection", + "Join{Join{DataScan(ta)->DataScan(tb)}(test.t.a,test.t.a)->DataScan(tc)}(test.t.b,test.t.b)->Projection", + "Join{DataScan(ta)->Join{DataScan(tb)->DataScan(tc)}(test.t.b,test.t.b)}(test.t.a,test.t.a)->Projection", + "Join{Join{DataScan(ta)->DataScan(tb)}(test.t.a,test.t.a)->Join{DataScan(tc)->DataScan(td)}(test.t.b,test.t.b)}(test.t.c,test.t.c)->Projection", + "Join{DataScan(ta)->Join{DataScan(tb)->DataScan(tc)}(test.t.b,test.t.b)}(test.t.a,test.t.a)(test.t.c,test.t.c)->Sel([or(gt(test.t.d, 0), gt(test.t.d, 0))])->Projection", "Join{DataScan(ta)->DataScan(tb)}(test.t.d,test.t.d)->Sel([or(ifnull(test.t.d, 1), isnull(test.t.d))])->Projection", "UnionAll{DataScan(t)->Projection->Projection->DataScan(t)->Projection->Projection->DataScan(t)->Projection->Projection}->Projection", "Apply{DataScan(k)->DataScan(t)->Aggr(count(1))->Projection->MaxOneRow}->Projection", diff --git a/pkg/planner/core/tests/prepare/prepare_test.go b/pkg/planner/core/tests/prepare/prepare_test.go index 2ba67bb277b1c..9dbcf78e6f502 100644 --- a/pkg/planner/core/tests/prepare/prepare_test.go +++ b/pkg/planner/core/tests/prepare/prepare_test.go @@ -1449,14 +1449,15 @@ func verifyCache(ctx context.Context, t *testing.T, tk1 *testkit.TestKit, tk2 *t tk1.MustQuery("select @@last_plan_from_cache").Check(testkit.Rows("1")) // Change infoSchema version which will make the plan cache invalid in the next execute - tk2.MustExec("alter table t1 drop column c") - tk1.MustExec("execute s") - tk1.MustQuery("select @@last_plan_from_cache").Check(testkit.Rows("0")) - // Now the plan cache will be valid - rs, err = tk1.Session().ExecutePreparedStmt(ctx, stmtID, expression.Args2Expressions4Test()) - require.NoError(t, err) - require.NoError(t, rs.Close()) - tk1.MustQuery("select @@last_plan_from_cache").Check(testkit.Rows("1")) + // DDL is blocked by MDL. + //tk2.MustExec("alter table t1 drop column c") + //tk1.MustExec("execute s") + //tk1.MustQuery("select @@last_plan_from_cache").Check(testkit.Rows("0")) + //// Now the plan cache will be valid + //rs, err = tk1.Session().ExecutePreparedStmt(ctx, stmtID, expression.Args2Expressions4Test()) + //require.NoError(t, err) + //require.NoError(t, rs.Close()) + //tk1.MustQuery("select @@last_plan_from_cache").Check(testkit.Rows("1")) } func TestCacheHitInRc(t *testing.T) { diff --git a/pkg/planner/core/util_test.go b/pkg/planner/core/util_test.go new file mode 100644 index 0000000000000..944b1eefefc0f --- /dev/null +++ b/pkg/planner/core/util_test.go @@ -0,0 +1,318 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package core + +import ( + "fmt" + "sort" + "strings" + "testing" + + "github.com/pingcap/tidb/pkg/parser" + "github.com/pingcap/tidb/pkg/parser/ast" + "github.com/pingcap/tidb/pkg/parser/model" + "github.com/stretchr/testify/require" +) + +func tableNamesAsStr(tableNames []*ast.TableName) string { + names := []string{} + for _, tn := range tableNames { + names = append(names, fmt.Sprintf("[%s.%s]", tn.Schema.L, tn.Name.L)) + } + return strings.Join(names, ",") +} + +func sortTableNames(tableNames []*ast.TableName) { + sort.Slice(tableNames, func(i, j int) bool { + if tableNames[i].Schema.L == tableNames[j].Schema.L { + return tableNames[i].Name.L < tableNames[j].Name.L + } + return tableNames[i].Schema.L < tableNames[j].Schema.L + }) +} + +func TestExtractTableList(t *testing.T) { + cases := []struct { + sql string + asName bool + expect []*ast.TableName + }{ + { + sql: "WITH t AS (SELECT * FROM t2) SELECT * FROM t, t1, mysql.user WHERE t1.a = mysql.user.username", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("t1")}, + {Name: model.NewCIStr("t2")}, + {Name: model.NewCIStr("user"), Schema: model.NewCIStr("mysql")}, + }, + }, + { + sql: "SELECT (SELECT a,b,c FROM t1) AS t WHERE t.a = 1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "SELECT * FROM t, v AS w", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("v")}, + }, + }, + { + sql: "SELECT * FROM t, v AS w", + asName: true, + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("w")}, + }, + }, + { + sql: `SELECT + AVG(all_scores.avg_score) AS avg_score, + student_name + FROM + ( + SELECT + student_id, + AVG(score) AS avg_score + FROM + scores + GROUP BY + student_id + ) AS all_scores + JOIN students ON students.student_id = all_scores.student_id + GROUP BY + student_id + ORDER BY + avg_score DESC`, + expect: []*ast.TableName{ + {Name: model.NewCIStr("scores")}, + {Name: model.NewCIStr("students")}, + }, + }, + { + sql: "DELETE FROM x.y z WHERE z.a > 0", + expect: []*ast.TableName{ + {Name: model.NewCIStr("y"), Schema: model.NewCIStr("x")}, + }, + }, + { + sql: "WITH t AS (SELECT * FROM v) DELETE FROM x.y z WHERE z.a > t.c", + expect: []*ast.TableName{ + {Name: model.NewCIStr("y"), Schema: model.NewCIStr("x")}, + {Name: model.NewCIStr("v")}, + }, + }, + { + sql: "DELETE FROM `t1` AS `t2` USE INDEX (`fld1`) WHERE `t2`.`fld`=2", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "DELETE FROM `t1` AS `t2` USE INDEX (`fld1`) WHERE `t2`.`fld`=2", + asName: true, + expect: []*ast.TableName{ + {Name: model.NewCIStr("t2")}, + }, + }, + { + sql: "UPDATE t1 USE INDEX(idx_a) JOIN t2 SET t1.price=t2.price WHERE t1.id=t2.id;", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + {Name: model.NewCIStr("t2")}, + }, + }, + { + sql: "INSERT INTO t (a,b,c) SELECT x,y,z FROM t1;", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "WITH t AS (SELECT * FROM v) SELECT a FROM t UNION SELECT b FROM t1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("v")}, + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "LOAD DATA INFILE '/a.csv' FORMAT 'sql file' INTO TABLE `t`", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + }, + }, + { + sql: "batch on c limit 10 delete from t where t.c = 10", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + }, + }, + { + sql: "split table t1 between () and () regions 10", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "show create table t", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + }, + }, + { + sql: "show create database test", + expect: []*ast.TableName{ + {Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "create database test", + expect: []*ast.TableName{ + {Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "FLASHBACK DATABASE t1 TO t2", + expect: []*ast.TableName{ + {Schema: model.NewCIStr("t1")}, + {Schema: model.NewCIStr("t2")}, + }, + }, + { + sql: "flashback table t,t1,test.t2 to timestamp '2021-05-26 16:45:26'", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("t1")}, + {Name: model.NewCIStr("t2"), Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "flashback database test to timestamp '2021-05-26 16:45:26'", + expect: []*ast.TableName{ + {Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "flashback table t TO t1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "create table t", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + }, + }, + { + sql: "RENAME TABLE t TO t1, test.t2 TO test.t3", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + {Name: model.NewCIStr("t1")}, + {Name: model.NewCIStr("t2"), Schema: model.NewCIStr("test")}, + {Name: model.NewCIStr("t3"), Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "drop table test.t, t1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + {Name: model.NewCIStr("t"), Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "create view v as (select * from t)", + expect: []*ast.TableName{ + {Name: model.NewCIStr("v")}, + {Name: model.NewCIStr("t")}, + }, + }, + { + sql: "create sequence if not exists seq no cycle", + expect: []*ast.TableName{ + {Name: model.NewCIStr("seq")}, + }, + }, + { + sql: "CREATE INDEX idx ON t ( a ) VISIBLE INVISIBLE", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + }, + }, + { + sql: "LOCK TABLE t1 WRITE, t2 READ", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + {Name: model.NewCIStr("t2")}, + }, + }, + { + sql: "grant select on test.* to u1", + expect: []*ast.TableName{ + {Schema: model.NewCIStr("test")}, + }, + }, + { + sql: "BACKUP TABLE a.b,c.d,e TO 'noop://'", + expect: []*ast.TableName{ + {Name: model.NewCIStr("b"), Schema: model.NewCIStr("a")}, + {Name: model.NewCIStr("d"), Schema: model.NewCIStr("c")}, + {Name: model.NewCIStr("e")}, + }, + }, + { + sql: "TRACE SELECT (SELECT a,b,c FROM t1) AS t WHERE t.a = 1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "EXPLAIN SELECT (SELECT a,b,c FROM t1) AS t WHERE t.a = 1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "PLAN REPLAYER DUMP EXPLAIN SELECT (SELECT a,b,c FROM t1) AS t WHERE t.a = 1", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t1")}, + }, + }, + { + sql: "ALTER TABLE t COMPACT", + expect: []*ast.TableName{ + {Name: model.NewCIStr("t")}, + }, + }, + } + p := parser.New() + for i, c := range cases { + stmtNode, err := p.ParseOneStmt(c.sql, "", "") + require.NoError(t, err, "case %d sql: %s", i, c.sql) + tableNames := ExtractTableList(stmtNode, c.asName) + require.Len(t, tableNames, len(c.expect), "case %d sql: %s, len: %d, actual: %s", i, c.sql, len(tableNames), tableNamesAsStr(tableNames)) + sortTableNames(tableNames) + sortTableNames(c.expect) + for j, tn := range tableNames { + require.Equal(t, c.expect[j].Schema.L, tn.Schema.L, "case %d sql: %s, j: %d, actual: %s", i, c.sql, j, tableNamesAsStr(tableNames)) + require.Equal(t, c.expect[j].Name.L, tn.Name.L, "case %d sql: %s, j: %d, actual: %s", i, c.sql, j, tableNamesAsStr(tableNames)) + } + } +} diff --git a/pkg/planner/implementation/BUILD.bazel b/pkg/planner/implementation/BUILD.bazel index 37e1667760c84..d0af00ea0580f 100644 --- a/pkg/planner/implementation/BUILD.bazel +++ b/pkg/planner/implementation/BUILD.bazel @@ -18,6 +18,7 @@ go_library( "//pkg/planner/cardinality", "//pkg/planner/core", "//pkg/planner/core/base", + "//pkg/planner/core/cost", "//pkg/planner/memo", "//pkg/statistics", ], diff --git a/pkg/planner/implementation/simple_plans.go b/pkg/planner/implementation/simple_plans.go index 283cf151412e9..a5aa170e857e3 100644 --- a/pkg/planner/implementation/simple_plans.go +++ b/pkg/planner/implementation/simple_plans.go @@ -16,6 +16,7 @@ package implementation import ( plannercore "github.com/pingcap/tidb/pkg/planner/core" + "github.com/pingcap/tidb/pkg/planner/core/cost" "github.com/pingcap/tidb/pkg/planner/memo" ) @@ -230,7 +231,7 @@ func (impl *ApplyImpl) GetCostLimit(costLimit float64, children ...memo.Implemen leftCount, leftCost := children[0].GetPlan().StatsInfo().RowCount, children[0].GetCost() apply := impl.plan.(*plannercore.PhysicalApply) if len(apply.LeftConditions) > 0 { - leftCount *= plannercore.SelectionFactor + leftCount *= cost.SelectionFactor } return (costLimit - leftCost) / leftCount } diff --git a/pkg/planner/memo/BUILD.bazel b/pkg/planner/memo/BUILD.bazel index 188c164fed8ea..533c2b1f9b60d 100644 --- a/pkg/planner/memo/BUILD.bazel +++ b/pkg/planner/memo/BUILD.bazel @@ -16,6 +16,7 @@ go_library( "//pkg/planner/core/base", "//pkg/planner/pattern", "//pkg/planner/property", + "//pkg/planner/util/utilfuncp", ], ) diff --git a/pkg/planner/memo/group.go b/pkg/planner/memo/group.go index 456213ac3b7ae..6a3e9cddea7fc 100644 --- a/pkg/planner/memo/group.go +++ b/pkg/planner/memo/group.go @@ -19,10 +19,12 @@ import ( "fmt" "github.com/pingcap/tidb/pkg/expression" - plannercore "github.com/pingcap/tidb/pkg/planner/core" + // import core pkg first to call its init func. + _ "github.com/pingcap/tidb/pkg/planner/core" "github.com/pingcap/tidb/pkg/planner/core/base" "github.com/pingcap/tidb/pkg/planner/pattern" "github.com/pingcap/tidb/pkg/planner/property" + "github.com/pingcap/tidb/pkg/planner/util/utilfuncp" ) // ExploreMark is uses to mark whether a Group or GroupExpr has @@ -221,5 +223,5 @@ func (g *Group) BuildKeyInfo() { g.Prop.Schema.Keys = childSchema[0].Keys } e.ExprNode.BuildKeyInfo(g.Prop.Schema, childSchema) - g.Prop.MaxOneRow = e.ExprNode.MaxOneRow() || plannercore.HasMaxOneRow(e.ExprNode, childMaxOneRow) + g.Prop.MaxOneRow = e.ExprNode.MaxOneRow() || utilfuncp.HasMaxOneRowUtil(e.ExprNode, childMaxOneRow) } diff --git a/pkg/planner/util/BUILD.bazel b/pkg/planner/util/BUILD.bazel index 7fdf3291fb3c1..50fa82be4a09a 100644 --- a/pkg/planner/util/BUILD.bazel +++ b/pkg/planner/util/BUILD.bazel @@ -5,6 +5,7 @@ go_library( srcs = [ "byitem.go", "expression.go", + "handle_cols.go", "misc.go", "null_misc.go", "path.go", @@ -16,8 +17,13 @@ go_library( "//pkg/kv", "//pkg/parser/ast", "//pkg/parser/model", + "//pkg/parser/mysql", "//pkg/planner/context", + "//pkg/sessionctx/stmtctx", + "//pkg/tablecodec", "//pkg/types", + "//pkg/util/chunk", + "//pkg/util/codec", "//pkg/util/collate", "//pkg/util/ranger", "//pkg/util/size", diff --git a/pkg/planner/core/handle_cols.go b/pkg/planner/util/handle_cols.go similarity index 95% rename from pkg/planner/core/handle_cols.go rename to pkg/planner/util/handle_cols.go index 9c36ab5843da8..0ac154998877b 100644 --- a/pkg/planner/core/handle_cols.go +++ b/pkg/planner/util/handle_cols.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package core +package util import ( "strings" @@ -70,6 +70,11 @@ type CommonHandleCols struct { sc *stmtctx.StatementContext } +// GetColumns returns all the internal columns out. +func (cb *CommonHandleCols) GetColumns() []*expression.Column { + return cb.columns +} + func (cb *CommonHandleCols) buildHandleByDatumsBuffer(datumBuf []types.Datum) (kv.Handle, error) { tablecodec.TruncateIndexValues(cb.tblInfo, cb.idxInfo, datumBuf) handleBytes, err := codec.EncodeKey(cb.sc.TimeZone(), nil, datumBuf...) @@ -225,6 +230,17 @@ func NewCommonHandleCols(sc *stmtctx.StatementContext, tblInfo *model.TableInfo, return cols } +// NewCommonHandlesColsWithoutColsAlign creates a new CommonHandleCols without internal col align. +func NewCommonHandlesColsWithoutColsAlign(sc *stmtctx.StatementContext, tblInfo *model.TableInfo, + idxInfo *model.IndexInfo, cols []*expression.Column) *CommonHandleCols { + return &CommonHandleCols{ + tblInfo: tblInfo, + idxInfo: idxInfo, + sc: sc, + columns: cols, + } +} + // IntHandleCols implements the kv.HandleCols interface. type IntHandleCols struct { col *expression.Column diff --git a/pkg/planner/util/misc.go b/pkg/planner/util/misc.go index c4bf10f15047a..3589a764ff694 100644 --- a/pkg/planner/util/misc.go +++ b/pkg/planner/util/misc.go @@ -15,6 +15,11 @@ package util import ( + "encoding/binary" + "fmt" + "time" + "unsafe" + "github.com/pingcap/tidb/pkg/expression" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/util/ranger" @@ -59,3 +64,35 @@ func CloneRanges(ranges []*ranger.Range) []*ranger.Range { } return cloned } + +// QueryTimeRange represents a time range specified by TIME_RANGE hint +type QueryTimeRange struct { + From time.Time + To time.Time +} + +// Condition returns a WHERE clause base on it's value +func (tr *QueryTimeRange) Condition() string { + return fmt.Sprintf("where time>='%s' and time<='%s'", + tr.From.Format(MetricTableTimeFormat), tr.To.Format(MetricTableTimeFormat)) +} + +// MetricTableTimeFormat is the time format for metric table explain and format. +const MetricTableTimeFormat = "2006-01-02 15:04:05.999" + +const emptyQueryTimeRangeSize = int64(unsafe.Sizeof(QueryTimeRange{})) + +// MemoryUsage return the memory usage of QueryTimeRange +func (tr *QueryTimeRange) MemoryUsage() (sum int64) { + if tr == nil { + return + } + return emptyQueryTimeRangeSize +} + +// EncodeIntAsUint32 is used for LogicalPlan Interface +func EncodeIntAsUint32(result []byte, value int) []byte { + var buf [4]byte + binary.BigEndian.PutUint32(buf[:], uint32(value)) + return append(result, buf[:]...) +} diff --git a/pkg/planner/util/tablesampler/BUILD.bazel b/pkg/planner/util/tablesampler/BUILD.bazel new file mode 100644 index 0000000000000..8bdabbae97a86 --- /dev/null +++ b/pkg/planner/util/tablesampler/BUILD.bazel @@ -0,0 +1,14 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library") + +go_library( + name = "tablesampler", + srcs = ["sample.go"], + importpath = "github.com/pingcap/tidb/pkg/planner/util/tablesampler", + visibility = ["//visibility:public"], + deps = [ + "//pkg/expression", + "//pkg/parser/ast", + "//pkg/table", + "//pkg/util/size", + ], +) diff --git a/pkg/planner/util/tablesampler/sample.go b/pkg/planner/util/tablesampler/sample.go new file mode 100644 index 0000000000000..26d911e0bb53f --- /dev/null +++ b/pkg/planner/util/tablesampler/sample.go @@ -0,0 +1,60 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package tablesampler + +import ( + "unsafe" + + "github.com/pingcap/tidb/pkg/expression" + "github.com/pingcap/tidb/pkg/parser/ast" + "github.com/pingcap/tidb/pkg/table" + "github.com/pingcap/tidb/pkg/util/size" +) + +// TableSampleInfo contains the information for PhysicalTableSample. +type TableSampleInfo struct { + AstNode *ast.TableSample + FullSchema *expression.Schema + Partitions []table.PartitionedTable +} + +// MemoryUsage return the memory usage of TableSampleInfo +func (t *TableSampleInfo) MemoryUsage() (sum int64) { + if t == nil { + return + } + + sum = size.SizeOfPointer*2 + size.SizeOfSlice + int64(cap(t.Partitions))*size.SizeOfInterface + if t.AstNode != nil { + sum += int64(unsafe.Sizeof(ast.TableSample{})) + } + if t.FullSchema != nil { + sum += t.FullSchema.MemoryUsage() + } + return +} + +// NewTableSampleInfo creates a new TableSampleInfo. +func NewTableSampleInfo(node *ast.TableSample, fullSchema *expression.Schema, + pt []table.PartitionedTable) *TableSampleInfo { + if node == nil { + return nil + } + return &TableSampleInfo{ + AstNode: node, + FullSchema: fullSchema.Clone(), + Partitions: pt, + } +} diff --git a/pkg/planner/util/utilfuncp/BUILD.bazel b/pkg/planner/util/utilfuncp/BUILD.bazel new file mode 100644 index 0000000000000..a8149817ae555 --- /dev/null +++ b/pkg/planner/util/utilfuncp/BUILD.bazel @@ -0,0 +1,14 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library") + +go_library( + name = "utilfuncp", + srcs = ["func_pointer_misc.go"], + importpath = "github.com/pingcap/tidb/pkg/planner/util/utilfuncp", + visibility = ["//visibility:public"], + deps = [ + "//pkg/expression", + "//pkg/planner/core/base", + "//pkg/planner/property", + "//pkg/planner/util/optimizetrace", + ], +) diff --git a/pkg/planner/util/utilfuncp/func_pointer_misc.go b/pkg/planner/util/utilfuncp/func_pointer_misc.go new file mode 100644 index 0000000000000..957fc35d6f140 --- /dev/null +++ b/pkg/planner/util/utilfuncp/func_pointer_misc.go @@ -0,0 +1,53 @@ +// Copyright 2024 PingCAP, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package utilfuncp + +import ( + "github.com/pingcap/tidb/pkg/expression" + "github.com/pingcap/tidb/pkg/planner/core/base" + "github.com/pingcap/tidb/pkg/planner/property" + "github.com/pingcap/tidb/pkg/planner/util/optimizetrace" +) + +// this file is used for passing function pointer at init(){} to avoid some import cycles. + +// HasMaxOneRowUtil is used in baseLogicalPlan implementation of LogicalPlan interface, while +// the original HasMaxOneRowUtil has some dependency of original core pkg: like Datasource which +// hasn't been moved out of core pkg, so associative func pointer is introduced. +// todo: (1) arenatlx, remove this func pointer when concrete Logical Operators moved out of core. +var HasMaxOneRowUtil func(p base.LogicalPlan, childMaxOneRow []bool) bool + +// AppendCandidate4PhysicalOptimizeOp is used in all logicalOp's findBestTask to trace the physical +// optimizing steps. Since we try to move baseLogicalPlan out of core, then other concrete logical +// operators, this appendCandidate4PhysicalOptimizeOp will make logicalOp/pkg back import core/pkg; +// if we move appendCandidate4PhysicalOptimizeOp together with baseLogicalPlan to logicalOp/pkg, it +// will heavily depend on concrete other logical operators inside, which are still defined in core/pkg +// too. +// todo: (2) arenatlx, remove this func pointer when concrete Logical Operators moved out of core. +var AppendCandidate4PhysicalOptimizeOp func(pop *optimizetrace.PhysicalOptimizeOp, lp base.LogicalPlan, + pp base.PhysicalPlan, prop *property.PhysicalProperty) + +// GetTaskPlanCost returns the cost of this task. +// The new cost interface will be used if EnableNewCostInterface is true. +// The second returned value indicates whether this task is valid. +// todo: (3) arenatlx, remove this func pointer when Task pkg is moved out of core, and +// getTaskPlanCost can be some member function usage of its family. +var GetTaskPlanCost func(t base.Task, pop *optimizetrace.PhysicalOptimizeOp) (float64, bool, error) + +// AddSelection will add a selection if necessary. +// This function is util function pointer that initialized by core functionality. +// todo: (3) arenatlx, remove this func pointer when inside referred LogicalSelection is moved out of core. +var AddSelection func(p base.LogicalPlan, child base.LogicalPlan, conditions []expression.Expression, + chIdx int, opt *optimizetrace.LogicalOptimizeOp) diff --git a/pkg/server/conn_test.go b/pkg/server/conn_test.go index e0f7b19d0d62d..859bb981ed44d 100644 --- a/pkg/server/conn_test.go +++ b/pkg/server/conn_test.go @@ -733,7 +733,7 @@ func TestConnExecutionTimeout(t *testing.T) { require.Equal(t, "[executor:3024]Query execution was interrupted, maximum statement execution time exceeded", err.Error()) planInfo, err := plancodec.DecodePlan(tk.Session().GetSessionVars().StmtCtx.GetEncodedPlan()) require.NoError(t, err) - require.Regexp(t, "TableReader.*cop_task: {num: .*, rpc_num: .*, rpc_time: .*", planInfo) + require.Regexp(t, "TableReader.*cop_task: {num: .*num_rpc:.*, total_time:.*", planInfo) // Killed because of max execution time, reset Killed to 0. tk.Session().GetSessionVars().SQLKiller.SendKillSignal(sqlkiller.MaxExecTimeExceeded) diff --git a/pkg/server/driver_tidb.go b/pkg/server/driver_tidb.go index 73c23381092f9..fa880d088bf31 100644 --- a/pkg/server/driver_tidb.go +++ b/pkg/server/driver_tidb.go @@ -203,7 +203,7 @@ func (ts *TiDBStatement) Close() error { } bindSQL, _ := bindinfo.MatchSQLBindingForPlanCache(ts.ctx, preparedObj.PreparedAst.Stmt, &preparedObj.BindingInfo) cacheKey, err := core.NewPlanCacheKey(ts.ctx.GetSessionVars(), preparedObj.StmtText, preparedObj.StmtDB, - preparedObj.SchemaVersion, 0, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load()) + preparedObj.SchemaVersion, 0, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load(), preparedObj.RelateVersion) if err != nil { return err } diff --git a/pkg/server/extension.go b/pkg/server/extension.go index bdf89b27e0fc7..2478c99d5cd90 100644 --- a/pkg/server/extension.go +++ b/pkg/server/extension.go @@ -212,10 +212,26 @@ func (e *stmtEventInfo) AffectedRows() uint64 { } func (e *stmtEventInfo) RelatedTables() []stmtctx.TableEntry { - if e.sc == nil { - return nil + if useDB, ok := e.stmtNode.(*ast.UseStmt); ok { + return []stmtctx.TableEntry{{DB: useDB.DBName}} + } + if e.sc != nil && e.err == nil { + return e.sc.Tables + } + tableNames := core.ExtractTableList(e.stmtNode, false) + tableEntries := make([]stmtctx.TableEntry, 0, len(tableNames)) + for i, tableName := range tableNames { + if tableName != nil { + tableEntries = append(tableEntries, stmtctx.TableEntry{ + Table: tableName.Name.L, + DB: tableName.Schema.L, + }) + if tableEntries[i].DB == "" { + tableEntries[i].DB = e.sessVars.CurrentDB + } + } } - return e.sc.Tables + return tableEntries } func (e *stmtEventInfo) GetError() error { diff --git a/pkg/server/handler/optimizor/plan_replayer_test.go b/pkg/server/handler/optimizor/plan_replayer_test.go index 444a695e335e0..271db8d5a7f26 100644 --- a/pkg/server/handler/optimizor/plan_replayer_test.go +++ b/pkg/server/handler/optimizor/plan_replayer_test.go @@ -434,6 +434,8 @@ func TestDumpPlanReplayerAPIWithHistoryStats(t *testing.T) { // time1, ts1: before everything starts tk := testkit.NewTestKit(t, store) + tk.MustExec("set global tidb_enable_historical_stats = 1") + defer tk.MustExec("set global tidb_enable_historical_stats = 0") time1 := time.Now() ts1 := oracle.GoTimeToTS(time1) diff --git a/pkg/server/handler/tests/http_handler_test.go b/pkg/server/handler/tests/http_handler_test.go index ea40ec0968246..96b08d7175401 100644 --- a/pkg/server/handler/tests/http_handler_test.go +++ b/pkg/server/handler/tests/http_handler_test.go @@ -1130,7 +1130,7 @@ func TestWriteDBTablesData(t *testing.T) { // No table in a schema. info := infoschema.MockInfoSchema([]*model.TableInfo{}) rc := httptest.NewRecorder() - tbs := info.SchemaTables(model.NewCIStr("test")) + tbs := info.SchemaTableInfos(model.NewCIStr("test")) require.Equal(t, 0, len(tbs)) tikvhandler.WriteDBTablesData(rc, tbs) var ti []*model.TableInfo @@ -1142,30 +1142,30 @@ func TestWriteDBTablesData(t *testing.T) { // One table in a schema. info = infoschema.MockInfoSchema([]*model.TableInfo{core.MockSignedTable()}) rc = httptest.NewRecorder() - tbs = info.SchemaTables(model.NewCIStr("test")) + tbs = info.SchemaTableInfos(model.NewCIStr("test")) require.Equal(t, 1, len(tbs)) tikvhandler.WriteDBTablesData(rc, tbs) decoder = json.NewDecoder(rc.Body) err = decoder.Decode(&ti) require.NoError(t, err) require.Equal(t, 1, len(ti)) - require.Equal(t, ti[0].ID, tbs[0].Meta().ID) - require.Equal(t, ti[0].Name.String(), tbs[0].Meta().Name.String()) + require.Equal(t, ti[0].ID, tbs[0].ID) + require.Equal(t, ti[0].Name.String(), tbs[0].Name.String()) // Two tables in a schema. info = infoschema.MockInfoSchema([]*model.TableInfo{core.MockSignedTable(), core.MockUnsignedTable()}) rc = httptest.NewRecorder() - tbs = info.SchemaTables(model.NewCIStr("test")) + tbs = info.SchemaTableInfos(model.NewCIStr("test")) require.Equal(t, 2, len(tbs)) tikvhandler.WriteDBTablesData(rc, tbs) decoder = json.NewDecoder(rc.Body) err = decoder.Decode(&ti) require.NoError(t, err) require.Equal(t, 2, len(ti)) - require.Equal(t, ti[0].ID, tbs[0].Meta().ID) - require.Equal(t, ti[1].ID, tbs[1].Meta().ID) - require.Equal(t, ti[0].Name.String(), tbs[0].Meta().Name.String()) - require.Equal(t, ti[1].Name.String(), tbs[1].Meta().Name.String()) + require.Equal(t, ti[0].ID, tbs[0].ID) + require.Equal(t, ti[1].ID, tbs[1].ID) + require.Equal(t, ti[0].Name.String(), tbs[0].Name.String()) + require.Equal(t, ti[1].Name.String(), tbs[1].Name.String()) } func TestSetLabels(t *testing.T) { diff --git a/pkg/server/handler/tikvhandler/tikv_handler.go b/pkg/server/handler/tikvhandler/tikv_handler.go index 337f263698734..5ef76d98dd502 100644 --- a/pkg/server/handler/tikvhandler/tikv_handler.go +++ b/pkg/server/handler/tikvhandler/tikv_handler.go @@ -922,7 +922,7 @@ func (h SchemaStorageHandler) ServeHTTP(w http.ResponseWriter, req *http.Request // For every table in the input, we marshal them. The result such as {tb1} {tb2} {tb3}. // Then we add some bytes to make it become [{tb1}, {tb2}, {tb3}], so we can unmarshal it to []*model.TableInfo. // Note: It would return StatusOK even if errors occur. But if errors occur, there must be some bugs. -func WriteDBTablesData(w http.ResponseWriter, tbs []table.Table) { +func WriteDBTablesData(w http.ResponseWriter, tbs []*model.TableInfo) { if len(tbs) == 0 { handler.WriteData(w, []*model.TableInfo{}) return @@ -946,7 +946,7 @@ func WriteDBTablesData(w http.ResponseWriter, tbs []table.Table) { } else { init = true } - js, err := json.MarshalIndent(tb.Meta(), "", " ") + js, err := json.MarshalIndent(tb, "", " ") if err != nil { terror.Log(errors.Trace(err)) return @@ -987,7 +987,7 @@ func (h SchemaHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { } // all table schemas in a specified database if schema.SchemaExists(cDBName) { - tbs := schema.SchemaTables(cDBName) + tbs := schema.SchemaTableInfos(cDBName) WriteDBTablesData(w, tbs) return } @@ -1016,7 +1016,7 @@ func (h SchemaHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { handler.WriteError(w, infoschema.ErrTableNotExists.GenWithStack("Table which ID = %s does not exist.", tableID)) return } - handler.WriteData(w, tbl.Meta()) + handler.WriteData(w, tbl) return } diff --git a/pkg/server/internal/dump/dump_test.go b/pkg/server/internal/dump/dump_test.go index 0968c34b10114..fcc8eceb99824 100644 --- a/pkg/server/internal/dump/dump_test.go +++ b/pkg/server/internal/dump/dump_test.go @@ -29,7 +29,7 @@ func TestDumpBinaryTime(t *testing.T) { d := BinaryDateTime(nil, parsedTime) require.Equal(t, []byte{0}, d) - parsedTime, err = types.ParseTimestamp(typeCtx.WithLocation(time.Local), "1991-05-01 01:01:01.100001") + parsedTime, err = types.ParseTimestamp(typeCtx.WithLocation(time.UTC), "1991-05-01 01:01:01.100001") require.NoError(t, err) d = BinaryDateTime(nil, parsedTime) // 199 & 7 composed to uint16 1991 (litter-endian) diff --git a/pkg/session/BUILD.bazel b/pkg/session/BUILD.bazel index 88b8d49e1a3f4..0742bc53dce39 100644 --- a/pkg/session/BUILD.bazel +++ b/pkg/session/BUILD.bazel @@ -75,6 +75,7 @@ go_library( "//pkg/sessiontxn", "//pkg/sessiontxn/isolation", "//pkg/sessiontxn/staleread", + "//pkg/statistics/handle/syncload", "//pkg/statistics/handle/usage", "//pkg/statistics/handle/usage/indexusage", "//pkg/store/driver/error", @@ -155,6 +156,7 @@ go_test( "//pkg/domain", "//pkg/executor", "//pkg/expression", + "//pkg/expression/contextsession", "//pkg/kv", "//pkg/meta", "//pkg/parser", diff --git a/pkg/session/bootstrap.go b/pkg/session/bootstrap.go index e53976cd88ed5..6b0a90be4722f 100644 --- a/pkg/session/bootstrap.go +++ b/pkg/session/bootstrap.go @@ -472,7 +472,7 @@ const ( mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id - AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0 + AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );` // CreatePlanReplayerStatusTable is a table about plan replayer status @@ -1089,11 +1089,15 @@ const ( // add column `target_scope` for 'mysql.tidb_global_task` table // add column `target_scope` for 'mysql.tidb_global_task_history` table version196 = 196 + + // version 197 + // replace `mysql.tidb_mdl_view` table + version197 = 197 ) // currentBootstrapVersion is defined as a variable, so we can modify its value for testing. // please make sure this is the largest version -var currentBootstrapVersion int64 = version196 +var currentBootstrapVersion int64 = version197 // DDL owner key's expired time is ManagerSessionTTL seconds, we should wait the time and give more time to have a chance to finish it. var internalSQLTimeout = owner.ManagerSessionTTL + 15 @@ -1255,6 +1259,7 @@ var ( upgradeToVer194, upgradeToVer195, upgradeToVer196, + upgradeToVer197, } ) @@ -3090,6 +3095,14 @@ func upgradeToVer196(s sessiontypes.Session, ver int64) { doReentrantDDL(s, "ALTER TABLE mysql.tidb_global_task_history ADD COLUMN target_scope VARCHAR(256) DEFAULT '' AFTER `step`;", infoschema.ErrColumnExists) } +func upgradeToVer197(s sessiontypes.Session, ver int64) { + if ver >= version197 { + return + } + + doReentrantDDL(s, CreateMDLView) +} + func writeOOMAction(s sessiontypes.Session) { comment := "oom-action is `log` by default in v3.0.x, `cancel` by default in v4.0.11+" mustExecute(s, `INSERT HIGH_PRIORITY INTO %n.%n VALUES (%?, %?, %?) ON DUPLICATE KEY UPDATE VARIABLE_VALUE= %?`, diff --git a/pkg/session/bootstrap_test.go b/pkg/session/bootstrap_test.go index 3cbdad809e80b..44ec357e49658 100644 --- a/pkg/session/bootstrap_test.go +++ b/pkg/session/bootstrap_test.go @@ -27,6 +27,7 @@ import ( "github.com/pingcap/tidb/pkg/bindinfo" "github.com/pingcap/tidb/pkg/ddl" "github.com/pingcap/tidb/pkg/domain" + "github.com/pingcap/tidb/pkg/expression/contextsession" "github.com/pingcap/tidb/pkg/meta" "github.com/pingcap/tidb/pkg/parser" "github.com/pingcap/tidb/pkg/parser/auth" @@ -153,7 +154,7 @@ func TestBootstrapWithError(t *testing.T) { store: store, sessionVars: variable.NewSessionVars(nil), } - se.exprctx = newExpressionContextImpl(se) + se.exprctx = contextsession.NewSessionExprContext(se) se.pctx = newPlanContextImpl(se) se.tblctx = tbctximpl.NewTableContextImpl(se, se.exprctx) globalVarsAccessor := variable.NewMockGlobalAccessor4Tests() diff --git a/pkg/session/contextimpl.go b/pkg/session/contextimpl.go index 9a3a99d83bb04..44bf8d7121432 100644 --- a/pkg/session/contextimpl.go +++ b/pkg/session/contextimpl.go @@ -15,7 +15,6 @@ package session import ( - exprctximpl "github.com/pingcap/tidb/pkg/expression/contextsession" planctx "github.com/pingcap/tidb/pkg/planner/context" planctximpl "github.com/pingcap/tidb/pkg/planner/contextimpl" ) @@ -37,15 +36,3 @@ func newPlanContextImpl(s *session) *planContextImpl { PlanCtxExtendedImpl: planctximpl.NewPlanCtxExtendedImpl(s), } } - -type expressionContextImpl struct { - *session - *exprctximpl.ExprCtxExtendedImpl -} - -func newExpressionContextImpl(s *session) *expressionContextImpl { - return &expressionContextImpl{ - session: s, - ExprCtxExtendedImpl: exprctximpl.NewExprExtendedImpl(s), - } -} diff --git a/pkg/session/session.go b/pkg/session/session.go index 3a4469f02caf2..e565ac3d7f11c 100644 --- a/pkg/session/session.go +++ b/pkg/session/session.go @@ -54,6 +54,7 @@ import ( "github.com/pingcap/tidb/pkg/executor" "github.com/pingcap/tidb/pkg/expression" exprctx "github.com/pingcap/tidb/pkg/expression/context" + "github.com/pingcap/tidb/pkg/expression/contextsession" "github.com/pingcap/tidb/pkg/extension" "github.com/pingcap/tidb/pkg/extension/extensionimpl" "github.com/pingcap/tidb/pkg/infoschema" @@ -87,6 +88,7 @@ import ( "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/sessionctx/variable" "github.com/pingcap/tidb/pkg/sessiontxn" + "github.com/pingcap/tidb/pkg/statistics/handle/syncload" "github.com/pingcap/tidb/pkg/statistics/handle/usage" "github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage" storeerr "github.com/pingcap/tidb/pkg/store/driver/error" @@ -183,7 +185,7 @@ type session struct { sessionManager util.SessionManager pctx *planContextImpl - exprctx *expressionContextImpl + exprctx *contextsession.SessionExprContext tblctx *tbctximpl.TableContextImpl statsCollector *usage.SessionStatsItem @@ -303,7 +305,7 @@ func (s *session) cleanRetryInfo() { stmtText, stmtDB = preparedObj.StmtText, preparedObj.StmtDB bindSQL, _ := bindinfo.MatchSQLBindingForPlanCache(s.pctx, preparedObj.PreparedAst.Stmt, &preparedObj.BindingInfo) cacheKey, err = plannercore.NewPlanCacheKey(s.sessionVars, stmtText, stmtDB, preparedObj.SchemaVersion, - 0, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load()) + 0, bindSQL, expression.ExprPushDownBlackListReloadTimeStamp.Load(), preparedObj.RelateVersion) if err != nil { logutil.Logger(s.currentCtx).Warn("clean cached plan failed", zap.Error(err)) return @@ -846,7 +848,10 @@ func (s *session) tryReplaceWriteConflictError(oldErr error) (newErr error) { } originErr := errors.Cause(oldErr) inErr, _ := originErr.(*errors.Error) - args := inErr.Args() + // we don't want to modify the oldErr, so copy the args list + oldArgs := inErr.Args() + args := make([]any, len(oldArgs)) + copy(args, oldArgs) is := sessiontxn.GetTxnManager(s).GetTxnInfoSchema() if is == nil { return nil @@ -1868,6 +1873,9 @@ func (s *session) getInternalSession(execOption sqlexec.ExecOption) (*session, f } se.sessionVars.OptimizerUseInvisibleIndexes = s.sessionVars.OptimizerUseInvisibleIndexes + preSkipStats := s.sessionVars.SkipMissingPartitionStats + se.sessionVars.SkipMissingPartitionStats = s.sessionVars.SkipMissingPartitionStats + if execOption.SnapshotTS != 0 { if err := se.sessionVars.SetSystemVar(variable.TiDBSnapshot, strconv.FormatUint(execOption.SnapshotTS, 10)); err != nil { return nil, nil, err @@ -1909,6 +1917,7 @@ func (s *session) getInternalSession(execOption sqlexec.ExecOption) (*session, f } se.sessionVars.PartitionPruneMode.Store(prePruneMode) se.sessionVars.OptimizerUseInvisibleIndexes = false + se.sessionVars.SkipMissingPartitionStats = preSkipStats se.sessionVars.InspectionTableCache = nil se.sessionVars.MemTracker.Detach() s.sysSessionPool().Put(tmp) @@ -2274,6 +2283,19 @@ func runStmt(ctx context.Context, se *session, s sqlexec.Statement) (rs sqlexec. } rs, err = s.Exec(ctx) + + if se.txn.Valid() && se.txn.IsPipelined() { + // Pipelined-DMLs can return assertion errors and write conflicts here because they flush + // during execution, handle these errors as we would handle errors after a commit. + if err != nil { + err = se.handleAssertionFailure(ctx, err) + } + newErr := se.tryReplaceWriteConflictError(err) + if newErr != nil { + err = newErr + } + } + sessVars.TxnCtx.StatementCount++ if rs != nil { if se.GetSessionVars().StmtCtx.IsExplainAnalyzeDML { @@ -3351,7 +3373,15 @@ func bootstrapSessionImpl(store kv.Storage, createSessionsImpl func(store kv.Sto ) analyzeConcurrencyQuota := int(config.GetGlobalConfig().Performance.AnalyzePartitionConcurrencyQuota) - concurrency := int(config.GetGlobalConfig().Performance.StatsLoadConcurrency) + concurrency := config.GetGlobalConfig().Performance.StatsLoadConcurrency + if concurrency == 0 { + // if concurrency is 0, we will set the concurrency of sync load by CPU. + concurrency = syncload.GetSyncLoadConcurrencyByCPU() + } + if concurrency < 0 { // it is only for test, in the production, negative value is illegal. + concurrency = 0 + } + ses, err := createSessionsImpl(store, 10) if err != nil { return nil, err @@ -3613,7 +3643,7 @@ func createSessionWithOpt(store kv.Storage, opt *Opt) (*session, error) { sessionStatesHandlers: make(map[sessionstates.SessionStateType]sessionctx.SessionStatesHandler), } s.sessionVars = variable.NewSessionVars(s) - s.exprctx = newExpressionContextImpl(s) + s.exprctx = contextsession.NewSessionExprContext(s) s.pctx = newPlanContextImpl(s) s.tblctx = tbctximpl.NewTableContextImpl(s, s.exprctx) @@ -3676,7 +3706,7 @@ func CreateSessionWithDomain(store kv.Storage, dom *domain.Domain) (*session, er stmtStats: stmtstats.CreateStatementStats(), sessionStatesHandlers: make(map[sessionstates.SessionStateType]sessionctx.SessionStatesHandler), } - s.exprctx = newExpressionContextImpl(s) + s.exprctx = contextsession.NewSessionExprContext(s) s.pctx = newPlanContextImpl(s) s.tblctx = tbctximpl.NewTableContextImpl(s, s.exprctx) s.mu.values = make(map[fmt.Stringer]any) diff --git a/pkg/sessionctx/stmtctx/BUILD.bazel b/pkg/sessionctx/stmtctx/BUILD.bazel index d766981321934..af71d44944f01 100644 --- a/pkg/sessionctx/stmtctx/BUILD.bazel +++ b/pkg/sessionctx/stmtctx/BUILD.bazel @@ -21,6 +21,7 @@ go_library( "//pkg/util/execdetails", "//pkg/util/hint", "//pkg/util/intest", + "//pkg/util/intset", "//pkg/util/linter/constructor", "//pkg/util/memory", "//pkg/util/nocopy", diff --git a/pkg/sessionctx/stmtctx/stmtctx.go b/pkg/sessionctx/stmtctx/stmtctx.go index 5eb9beeb6aa52..6d9b9a2a50683 100644 --- a/pkg/sessionctx/stmtctx/stmtctx.go +++ b/pkg/sessionctx/stmtctx/stmtctx.go @@ -41,6 +41,7 @@ import ( "github.com/pingcap/tidb/pkg/util/execdetails" "github.com/pingcap/tidb/pkg/util/hint" "github.com/pingcap/tidb/pkg/util/intest" + "github.com/pingcap/tidb/pkg/util/intset" "github.com/pingcap/tidb/pkg/util/linter/constructor" "github.com/pingcap/tidb/pkg/util/memory" "github.com/pingcap/tidb/pkg/util/nocopy" @@ -269,7 +270,6 @@ type StatementContext struct { plan any Tables []TableEntry - PointExec bool // for point update cached execution, Constant expression need to set "paramMarker" lockWaitStartTime int64 // LockWaitStartTime stores the pessimistic lock wait start time PessimisticLockWaited int32 LockKeysDuration int64 @@ -363,7 +363,7 @@ type StatementContext struct { // UseDynamicPruneMode indicates whether use UseDynamicPruneMode in query stmt UseDynamicPruneMode bool // ColRefFromPlan mark the column ref used by assignment in update statement. - ColRefFromUpdatePlan []int64 + ColRefFromUpdatePlan intset.FastIntSet // IsExplainAnalyzeDML is true if the statement is "explain analyze DML executors", before responding the explain // results to the client, the transaction should be committed first. See issue #37373 for more details. @@ -399,6 +399,9 @@ type StatementContext struct { value *uint64 eval func() (uint64, error) } + + // MDLRelatedTableIDs is used to store the table IDs that are related to the current MDL lock. + MDLRelatedTableIDs map[int64]struct{} } var defaultErrLevels = func() (l errctx.LevelMap) { diff --git a/pkg/sessionctx/variable/sysvar.go b/pkg/sessionctx/variable/sysvar.go index c8922a86afa9e..09cedc531362d 100644 --- a/pkg/sessionctx/variable/sysvar.go +++ b/pkg/sessionctx/variable/sysvar.go @@ -894,7 +894,7 @@ var defaultSysVars = []*SysVar{ s.StmtCtx.AppendWarning(ErrWarnDeprecatedSyntaxSimpleMsg.FastGen("tidb_enable_telemetry is deprecated since Telemetry has been removed, this variable is 'OFF' always.")) return nil }}, - {Scope: ScopeGlobal, Name: TiDBEnableHistoricalStats, Value: On, Type: TypeBool, Depended: true}, + {Scope: ScopeGlobal, Name: TiDBEnableHistoricalStats, Value: Off, Type: TypeBool, Depended: true}, /* tikv gc metrics */ {Scope: ScopeGlobal, Name: TiDBGCEnable, Value: On, Type: TypeBool, GetGlobal: func(_ context.Context, s *SessionVars) (string, error) { return getTiDBTableValue(s, "tikv_gc_enable", On) @@ -1769,7 +1769,7 @@ var defaultSysVars = []*SysVar{ s.WindowingUseHighPrecision = TiDBOptOn(val) return nil }}, - {Scope: ScopeGlobal | ScopeSession, Name: BlockEncryptionMode, Value: "aes-128-ecb", Type: TypeEnum, PossibleValues: []string{"aes-128-ecb", "aes-192-ecb", "aes-256-ecb", "aes-128-cbc", "aes-192-cbc", "aes-256-cbc", "aes-128-ofb", "aes-192-ofb", "aes-256-ofb", "aes-128-cfb", "aes-192-cfb", "aes-256-cfb"}}, + {Scope: ScopeGlobal | ScopeSession, Name: BlockEncryptionMode, Value: DefBlockEncryptionMode, Type: TypeEnum, PossibleValues: []string{"aes-128-ecb", "aes-192-ecb", "aes-256-ecb", "aes-128-cbc", "aes-192-cbc", "aes-256-cbc", "aes-128-ofb", "aes-192-ofb", "aes-256-ofb", "aes-128-cfb", "aes-192-cfb", "aes-256-cfb"}}, /* TiDB specific variables */ {Scope: ScopeGlobal | ScopeSession, Name: TiDBAllowMPPExecution, Type: TypeBool, Value: BoolToOnOff(DefTiDBAllowMPPExecution), Depended: true, SetSession: func(s *SessionVars, val string) error { s.allowMPPExecution = TiDBOptOn(val) @@ -2842,7 +2842,7 @@ var defaultSysVars = []*SysVar{ s.OptimizerFixControl = newMap return nil }}, - {Scope: ScopeGlobal | ScopeSession, Name: TiDBAnalyzeSkipColumnTypes, Value: "json,blob,mediumblob,longblob", Type: TypeStr, + {Scope: ScopeGlobal | ScopeSession, Name: TiDBAnalyzeSkipColumnTypes, Value: "json,blob,mediumblob,longblob,text,mediumtext,longtext", Type: TypeStr, Validation: func(vars *SessionVars, normalizedValue string, originalValue string, scope ScopeFlag) (string, error) { return ValidAnalyzeSkipColumnTypes(normalizedValue) }, diff --git a/pkg/sessionctx/variable/tidb_vars.go b/pkg/sessionctx/variable/tidb_vars.go index 44677d38e073d..3856d2aa967b2 100644 --- a/pkg/sessionctx/variable/tidb_vars.go +++ b/pkg/sessionctx/variable/tidb_vars.go @@ -1240,6 +1240,7 @@ const ( DefTiDBEnableOuterJoinReorder = true DefTiDBEnableNAAJ = true DefTiDBAllowBatchCop = 1 + DefBlockEncryptionMode = "aes-128-ecb" DefTiDBAllowMPPExecution = true DefTiDBAllowTiFlashCop = false DefTiDBHashExchangeWithNewCollation = true diff --git a/pkg/sessiontxn/BUILD.bazel b/pkg/sessiontxn/BUILD.bazel index 1169a3ee1f849..8a68b49ed6001 100644 --- a/pkg/sessiontxn/BUILD.bazel +++ b/pkg/sessiontxn/BUILD.bazel @@ -27,7 +27,7 @@ go_test( "txn_rc_tso_optimize_test.go", ], flaky = True, - shard_count = 24, + shard_count = 25, deps = [ ":sessiontxn", "//pkg/domain", diff --git a/pkg/sessiontxn/isolation/optimistic.go b/pkg/sessiontxn/isolation/optimistic.go index a0b6554bc4d59..d06cf428d2ba3 100644 --- a/pkg/sessiontxn/isolation/optimistic.go +++ b/pkg/sessiontxn/isolation/optimistic.go @@ -130,10 +130,7 @@ func (p *OptimisticTxnContextProvider) AdviseOptimizeWithPlan(plan any) (err err realPlan = execute.Plan } - ok, err = plannercore.IsPointGetWithPKOrUniqueKeyByAutoCommit(p.sctx.GetSessionVars(), realPlan) - if err != nil { - return err - } + ok = plannercore.IsPointGetWithPKOrUniqueKeyByAutoCommit(p.sctx.GetSessionVars(), realPlan) if ok { sessVars := p.sctx.GetSessionVars() diff --git a/pkg/sessiontxn/txn_context_test.go b/pkg/sessiontxn/txn_context_test.go index 3b0c426bf5927..9b5bcf9c1f9b3 100644 --- a/pkg/sessiontxn/txn_context_test.go +++ b/pkg/sessiontxn/txn_context_test.go @@ -505,12 +505,12 @@ func TestTxnContextForPrepareExecute(t *testing.T) { doWithCheckPath(t, se, normalPathRecords, func() { tk.MustExec("prepare s from 'select * from t1 where id=1'") }) - doWithCheckPath(t, se, normalPathRecords, func() { + doWithCheckPath(t, se, []string{"assertTxnManagerInCompile", "assertTxnManagerInShortPointGetPlan"}, func() { tk.MustQuery("execute s").Check(testkit.Rows("1 10")) }) // Test ExecutePreparedStmt - doWithCheckPath(t, se, normalPathRecords, func() { + doWithCheckPath(t, se, []string{"assertTxnManagerInCompile", "assertTxnManagerInShortPointGetPlan"}, func() { rs, err := se.ExecutePreparedStmt(context.TODO(), stmtID, nil) require.NoError(t, err) tk.ResultSetToResult(rs, fmt.Sprintf("%v", rs)).Check(testkit.Rows("1 10")) @@ -549,6 +549,42 @@ func TestTxnContextForPrepareExecute(t *testing.T) { tk.MustExec("rollback") } +func TestStaleReadInPrepare(t *testing.T) { + store, _ := setupTxnContextTest(t) + tk := testkit.NewTestKit(t, store) + tk.MustExec("use test") + se := tk.Session() + + tk.MustExec(`create table tt (id int primary key, v int)`) + tk.MustExec(`insert into tt values(1, 10)`) + tk.MustExec("do sleep(0.1)") + tk.MustExec("set @a=now(6)") + tk.MustExec("do sleep(0.1)") + + st, _, _, err := se.PrepareStmt("select v from tt where id=1") + require.NoError(t, err) + + tk.MustExec(`update tt set v=11 where id=1`) + rs, err := se.ExecutePreparedStmt(context.TODO(), st, nil) + require.NoError(t, err) + tk.ResultSetToResult(rs, fmt.Sprintf("%v", rs)).Check(testkit.Rows("11")) + + tk.MustExec("set @@tx_read_ts=@a") + rs, err = se.ExecutePreparedStmt(context.TODO(), st, nil) + require.NoError(t, err) + tk.ResultSetToResult(rs, fmt.Sprintf("%v", rs)).Check(testkit.Rows("10")) + + tk.MustExec("update tt set v=12 where id=1") + tk.MustExec("set @@tx_read_ts=''") + rs, err = se.ExecutePreparedStmt(context.TODO(), st, nil) + require.NoError(t, err) + tk.ResultSetToResult(rs, fmt.Sprintf("%v", rs)).Check(testkit.Rows("12")) + rs, err = se.ExecutePreparedStmt(context.TODO(), st, nil) + require.NoError(t, err) + tk.ResultSetToResult(rs, fmt.Sprintf("%v", rs)).Check(testkit.Rows("12")) + tk.MustQuery(`select @@last_plan_from_cache`).Check(testkit.Rows("1")) +} + func TestTxnContextForStaleReadInPrepare(t *testing.T) { store, _ := setupTxnContextTest(t) tk := testkit.NewTestKit(t, store) @@ -632,7 +668,8 @@ func TestTxnContextForStaleReadInPrepare(t *testing.T) { tk.MustExec("do sleep(0.1)") tk.MustExec("update t1 set v=v+1 where id=1") se.SetValue(sessiontxn.AssertTxnInfoSchemaKey, is2) - doWithCheckPath(t, se, normalPathRecords, func() { + doWithCheckPath(t, se, []string{"assertTxnManagerInCompile", "assertTxnManagerInShortPointGetPlan"}, func() { + // stale-read is not used since `tx_read_ts` is empty, so the plan cache should be used in this case. rs, err := se.ExecutePreparedStmt(context.TODO(), stmtID1, nil) require.NoError(t, err) tk.ResultSetToResult(rs, fmt.Sprintf("%v", rs)).Check(testkit.Rows("1 12")) diff --git a/pkg/statistics/BUILD.bazel b/pkg/statistics/BUILD.bazel index 10e37351b43a5..9eb3f27750d75 100644 --- a/pkg/statistics/BUILD.bazel +++ b/pkg/statistics/BUILD.bazel @@ -41,6 +41,7 @@ go_library( "//pkg/util/chunk", "//pkg/util/codec", "//pkg/util/collate", + "//pkg/util/context", "//pkg/util/dbterror", "//pkg/util/fastrand", "//pkg/util/hack", diff --git a/pkg/statistics/handle/BUILD.bazel b/pkg/statistics/handle/BUILD.bazel index bfd4bbe943a3a..f5787bc595d13 100644 --- a/pkg/statistics/handle/BUILD.bazel +++ b/pkg/statistics/handle/BUILD.bazel @@ -16,7 +16,6 @@ go_library( "//pkg/parser/mysql", "//pkg/parser/terror", "//pkg/sessionctx", - "//pkg/sessionctx/stmtctx", "//pkg/sessionctx/sysproctrack", "//pkg/statistics", "//pkg/statistics/handle/autoanalyze", diff --git a/pkg/statistics/handle/bootstrap.go b/pkg/statistics/handle/bootstrap.go index 6ba21b3d3d882..33f2d3c279fb8 100644 --- a/pkg/statistics/handle/bootstrap.go +++ b/pkg/statistics/handle/bootstrap.go @@ -18,7 +18,6 @@ import ( "context" "sync" "sync/atomic" - "time" "github.com/pingcap/errors" "github.com/pingcap/tidb/pkg/config" @@ -28,7 +27,6 @@ import ( "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/parser/terror" "github.com/pingcap/tidb/pkg/sessionctx" - "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/statistics" "github.com/pingcap/tidb/pkg/statistics/handle/cache" "github.com/pingcap/tidb/pkg/statistics/handle/initstats" @@ -558,19 +556,15 @@ func (*Handle) initStatsBuckets4Chunk(cache statstypes.StatsCache, iter *chunk.I } hist = &column.Histogram d := types.NewBytesDatum(row.GetBytes(5)) - // Setting TimeZone to time.UTC aligns with HistogramFromStorage and can fix #41938. However, #41985 still exist. - // TODO: do the correct time zone conversion for timestamp-type columns' upper/lower bounds. - sc := stmtctx.NewStmtCtxWithTimeZone(time.UTC) - sc.SetTypeFlags(sc.TypeFlags().WithIgnoreInvalidDateErr(true).WithIgnoreZeroInDate(true)) var err error - lower, err = d.ConvertTo(sc.TypeCtx(), &column.Info.FieldType) + lower, err = d.ConvertTo(statistics.UTCWithAllowInvalidDateCtx, &column.Info.FieldType) if err != nil { logutil.BgLogger().Debug("decode bucket lower bound failed", zap.Error(err)) delete(table.Columns, histID) continue } d = types.NewBytesDatum(row.GetBytes(6)) - upper, err = d.ConvertTo(sc.TypeCtx(), &column.Info.FieldType) + upper, err = d.ConvertTo(statistics.UTCWithAllowInvalidDateCtx, &column.Info.FieldType) if err != nil { logutil.BgLogger().Debug("decode bucket upper bound failed", zap.Error(err)) delete(table.Columns, histID) diff --git a/pkg/statistics/handle/globalstats/global_stats_test.go b/pkg/statistics/handle/globalstats/global_stats_test.go index 71f3717d480e8..d5b9177729b61 100644 --- a/pkg/statistics/handle/globalstats/global_stats_test.go +++ b/pkg/statistics/handle/globalstats/global_stats_test.go @@ -877,9 +877,9 @@ func TestGlobalIndexStatistics(t *testing.T) { require.Nil(t, h.Update(dom.InfoSchema())) tk.MustQuery("SELECT b FROM t use index(idx) WHERE b < 16 ORDER BY b"). Check(testkit.Rows("1", "2", "3", "15")) - tk.MustQuery("EXPLAIN SELECT b FROM t use index(idx) WHERE b < 16 ORDER BY b"). - Check(testkit.Rows("IndexReader_12 4.00 root partition:all index:IndexRangeScan_11", - "└─IndexRangeScan_11 4.00 cop[tikv] table:t, index:idx(b) range:[-inf,16), keep order:true")) + tk.MustQuery("EXPLAIN format='brief' SELECT b FROM t use index(idx) WHERE b < 16 ORDER BY b"). + Check(testkit.Rows("IndexReader 4.00 root partition:all index:IndexRangeScan", + "└─IndexRangeScan 4.00 cop[tikv] table:t, index:idx(b) range:[-inf,16), keep order:true")) // analyze table t index idx tk.MustExec("drop table if exists t") @@ -914,9 +914,9 @@ func TestGlobalIndexStatistics(t *testing.T) { require.Nil(t, h.DumpStatsDeltaToKV(true)) tk.MustExec("analyze table t index") require.Nil(t, h.Update(dom.InfoSchema())) - tk.MustQuery("EXPLAIN SELECT b FROM t use index(idx) WHERE b < 16 ORDER BY b;"). - Check(testkit.Rows("IndexReader_12 4.00 root partition:all index:IndexRangeScan_11", - "└─IndexRangeScan_11 4.00 cop[tikv] table:t, index:idx(b) range:[-inf,16), keep order:true")) + tk.MustQuery("EXPLAIN format='brief' SELECT b FROM t use index(idx) WHERE b < 16 ORDER BY b;"). + Check(testkit.Rows("IndexReader 4.00 root partition:all index:IndexRangeScan", + "└─IndexRangeScan 4.00 cop[tikv] table:t, index:idx(b) range:[-inf,16), keep order:true")) } } diff --git a/pkg/statistics/handle/storage/BUILD.bazel b/pkg/statistics/handle/storage/BUILD.bazel index 416e4ff2c4096..52834e9c9d718 100644 --- a/pkg/statistics/handle/storage/BUILD.bazel +++ b/pkg/statistics/handle/storage/BUILD.bazel @@ -20,7 +20,6 @@ go_library( "//pkg/parser/mysql", "//pkg/parser/terror", "//pkg/sessionctx", - "//pkg/sessionctx/stmtctx", "//pkg/sessionctx/variable", "//pkg/statistics", "//pkg/statistics/handle/cache", diff --git a/pkg/statistics/handle/storage/json.go b/pkg/statistics/handle/storage/json.go index f98882f2350b1..3d441e20b281a 100644 --- a/pkg/statistics/handle/storage/json.go +++ b/pkg/statistics/handle/storage/json.go @@ -18,14 +18,12 @@ import ( "bytes" "encoding/json" "io" - "time" "github.com/klauspost/compress/gzip" "github.com/pingcap/errors" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/sessionctx" - "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/statistics" "github.com/pingcap/tidb/pkg/statistics/handle/util" "github.com/pingcap/tidb/pkg/types" @@ -103,8 +101,7 @@ func GenJSONTableFromStats(sctx sessionctx.Context, dbName string, tableInfo *mo Version: tbl.Version, } for _, col := range tbl.Columns { - sc := stmtctx.NewStmtCtxWithTimeZone(time.UTC) - hist, err := col.ConvertTo(sc, types.NewFieldType(mysql.TypeBlob)) + hist, err := col.ConvertTo(statistics.UTCWithAllowInvalidDateCtx, types.NewFieldType(mysql.TypeBlob)) if err != nil { return nil, errors.Trace(err) } @@ -183,7 +180,6 @@ func TableStatsFromJSON(tableInfo *model.TableInfo, physicalID int64, jsonTbl *u continue } hist := statistics.HistogramFromProto(jsonCol.Histogram) - sc := stmtctx.NewStmtCtxWithTimeZone(time.UTC) tmpFT := colInfo.FieldType // For new collation data, when storing the bounds of the histogram, we store the collate key instead of the // original value. @@ -195,7 +191,7 @@ func TableStatsFromJSON(tableInfo *model.TableInfo, physicalID int64, jsonTbl *u if colInfo.FieldType.EvalType() == types.ETString && colInfo.FieldType.GetType() != mysql.TypeEnum && colInfo.FieldType.GetType() != mysql.TypeSet { tmpFT = *types.NewFieldType(mysql.TypeBlob) } - hist, err := hist.ConvertTo(sc, &tmpFT) + hist, err := hist.ConvertTo(statistics.UTCWithAllowInvalidDateCtx, &tmpFT) if err != nil { return nil, errors.Trace(err) } diff --git a/pkg/statistics/handle/storage/read.go b/pkg/statistics/handle/storage/read.go index 8b3738e898db8..f9de5f642b4da 100644 --- a/pkg/statistics/handle/storage/read.go +++ b/pkg/statistics/handle/storage/read.go @@ -26,7 +26,6 @@ import ( "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/sessionctx" - "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/statistics" statslogutil "github.com/pingcap/tidb/pkg/statistics/handle/logutil" statstypes "github.com/pingcap/tidb/pkg/statistics/handle/types" @@ -99,10 +98,6 @@ func HistogramFromStorage(sctx sessionctx.Context, tableID int64, colID int64, t lowerBound = rows[i].GetDatum(2, &fields[2].Column.FieldType) upperBound = rows[i].GetDatum(3, &fields[3].Column.FieldType) } else { - // Invalid date values may be inserted into table under some relaxed sql mode. Those values may exist in statistics. - // Hence, when reading statistics, we should skip invalid date check. See #39336. - sc := stmtctx.NewStmtCtxWithTimeZone(time.UTC) - sc.SetTypeFlags(sc.TypeFlags().WithIgnoreInvalidDateErr(true).WithIgnoreZeroInDate(true)) d := rows[i].GetDatum(2, &fields[2].Column.FieldType) // For new collation data, when storing the bounds of the histogram, we store the collate key instead of the // original value. @@ -114,12 +109,12 @@ func HistogramFromStorage(sctx sessionctx.Context, tableID int64, colID int64, t if tp.EvalType() == types.ETString && tp.GetType() != mysql.TypeEnum && tp.GetType() != mysql.TypeSet { tp = types.NewFieldType(mysql.TypeBlob) } - lowerBound, err = d.ConvertTo(sc.TypeCtx(), tp) + lowerBound, err = d.ConvertTo(statistics.UTCWithAllowInvalidDateCtx, tp) if err != nil { return nil, errors.Trace(err) } d = rows[i].GetDatum(3, &fields[3].Column.FieldType) - upperBound, err = d.ConvertTo(sc.TypeCtx(), tp) + upperBound, err = d.ConvertTo(statistics.UTCWithAllowInvalidDateCtx, tp) if err != nil { return nil, errors.Trace(err) } diff --git a/pkg/statistics/handle/syncload/stats_syncload.go b/pkg/statistics/handle/syncload/stats_syncload.go index b0bd43166f3ce..31aacb878f3ac 100644 --- a/pkg/statistics/handle/syncload/stats_syncload.go +++ b/pkg/statistics/handle/syncload/stats_syncload.go @@ -17,6 +17,7 @@ package syncload import ( "fmt" "math/rand" + "runtime" "time" "github.com/pingcap/errors" @@ -41,6 +42,19 @@ import ( // RetryCount is the max retry count for a sync load task. const RetryCount = 3 +// GetSyncLoadConcurrencyByCPU returns the concurrency of sync load by CPU. +func GetSyncLoadConcurrencyByCPU() int { + core := runtime.GOMAXPROCS(0) + if core <= 8 { + return 5 + } else if core <= 16 { + return 6 + } else if core <= 32 { + return 8 + } + return 10 +} + type statsSyncLoad struct { statsHandle statstypes.StatsHandle StatsLoad statstypes.StatsLoad diff --git a/pkg/statistics/handle/syncload/stats_syncload_test.go b/pkg/statistics/handle/syncload/stats_syncload_test.go index 8a8929d9d93e5..e9cccf3f90f67 100644 --- a/pkg/statistics/handle/syncload/stats_syncload_test.go +++ b/pkg/statistics/handle/syncload/stats_syncload_test.go @@ -144,7 +144,7 @@ func TestConcurrentLoadHistTimeout(t *testing.T) { func TestConcurrentLoadHistWithPanicAndFail(t *testing.T) { originConfig := config.GetGlobalConfig() newConfig := config.NewConfig() - newConfig.Performance.StatsLoadConcurrency = 0 // no worker to consume channel + newConfig.Performance.StatsLoadConcurrency = -1 // no worker to consume channel config.StoreGlobalConfig(newConfig) defer config.StoreGlobalConfig(originConfig) store, dom := testkit.CreateMockStoreAndDomain(t) @@ -258,7 +258,7 @@ func TestConcurrentLoadHistWithPanicAndFail(t *testing.T) { func TestRetry(t *testing.T) { originConfig := config.GetGlobalConfig() newConfig := config.NewConfig() - newConfig.Performance.StatsLoadConcurrency = 0 // no worker to consume channel + newConfig.Performance.StatsLoadConcurrency = -1 // no worker to consume channel config.StoreGlobalConfig(newConfig) defer config.StoreGlobalConfig(originConfig) store, dom := testkit.CreateMockStoreAndDomain(t) diff --git a/pkg/statistics/handle/updatetest/update_test.go b/pkg/statistics/handle/updatetest/update_test.go index 5d01f0aa4a1c2..35a163a007e43 100644 --- a/pkg/statistics/handle/updatetest/update_test.go +++ b/pkg/statistics/handle/updatetest/update_test.go @@ -756,14 +756,14 @@ func TestStatsVariables(t *testing.T) { err = util.UpdateSCtxVarsForStats(sctx) require.NoError(t, err) require.Equal(t, 2, sctx.GetSessionVars().AnalyzeVersion) - require.Equal(t, true, sctx.GetSessionVars().EnableHistoricalStats) + require.Equal(t, false, sctx.GetSessionVars().EnableHistoricalStats) require.Equal(t, string(variable.Dynamic), sctx.GetSessionVars().PartitionPruneMode.Load()) require.Equal(t, false, sctx.GetSessionVars().EnableAnalyzeSnapshot) require.Equal(t, true, sctx.GetSessionVars().SkipMissingPartitionStats) tk.MustExec(`set global tidb_analyze_version=1`) tk.MustExec(`set global tidb_partition_prune_mode='static'`) - tk.MustExec(`set global tidb_enable_historical_stats=0`) + tk.MustExec(`set global tidb_enable_historical_stats=1`) tk.MustExec(`set global tidb_enable_analyze_snapshot=1`) tk.MustExec(`set global tidb_skip_missing_partition_stats=0`) @@ -773,7 +773,7 @@ func TestStatsVariables(t *testing.T) { err = util.UpdateSCtxVarsForStats(sctx) require.NoError(t, err) require.Equal(t, 1, sctx.GetSessionVars().AnalyzeVersion) - require.Equal(t, false, sctx.GetSessionVars().EnableHistoricalStats) + require.Equal(t, true, sctx.GetSessionVars().EnableHistoricalStats) require.Equal(t, string(variable.Static), sctx.GetSessionVars().PartitionPruneMode.Load()) require.Equal(t, true, sctx.GetSessionVars().EnableAnalyzeSnapshot) require.Equal(t, false, sctx.GetSessionVars().SkipMissingPartitionStats) diff --git a/pkg/statistics/handle/usage/indexusage/collector.go b/pkg/statistics/handle/usage/indexusage/collector.go index 02063a76cc1fe..3bb381f4db1a3 100644 --- a/pkg/statistics/handle/usage/indexusage/collector.go +++ b/pkg/statistics/handle/usage/indexusage/collector.go @@ -88,6 +88,12 @@ func NewSample(queryTotal uint64, kvReqTotal uint64, rowAccess uint64, tableTota type indexUsage map[GlobalIndexID]Sample +var indexUsagePool = sync.Pool{ + New: func() any { + return make(indexUsage) + }, +} + func (m indexUsage) updateByKey(id GlobalIndexID, sample Sample) { item := m[id] item.QueryTotal += sample.QueryTotal @@ -127,7 +133,7 @@ type Collector struct { // NewCollector create an index usage collector func NewCollector() *Collector { iuc := &Collector{ - indexUsage: make(indexUsage), + indexUsage: indexUsagePool.Get().(indexUsage), } iuc.collector = collector.NewGlobalCollector[indexUsage](iuc.merge) @@ -154,12 +160,16 @@ func (c *Collector) merge(delta indexUsage) { defer c.Unlock() c.indexUsage.merge(delta) + + // return the `delta` to the pool + clear(delta) + indexUsagePool.Put(delta) } // SpawnSessionCollector creates a new session collector attached to this global collector func (c *Collector) SpawnSessionCollector() *SessionIndexUsageCollector { return &SessionIndexUsageCollector{ - indexUsage: make(indexUsage), + indexUsage: indexUsagePool.Get().(indexUsage), collector: c.collector.SpawnSession(), } } @@ -219,7 +229,7 @@ func (s *SessionIndexUsageCollector) Report() { return } if s.collector.SendDelta(s.indexUsage) { - s.indexUsage = make(indexUsage) + s.indexUsage = indexUsagePool.Get().(indexUsage) } } @@ -230,7 +240,7 @@ func (s *SessionIndexUsageCollector) Flush() { return } s.collector.SendDeltaSync(s.indexUsage) - s.indexUsage = make(indexUsage) + s.indexUsage = indexUsagePool.Get().(indexUsage) } // StmtIndexUsageCollector removes the duplicates index for recording `QueryTotal` in session collector @@ -269,3 +279,11 @@ func (s *StmtIndexUsageCollector) Update(tableID int64, indexID int64, sample Sa s.sessionCollector.Update(tableID, indexID, sample) } + +// Reset resets the recorded index in the collector to avoid re-allocating for each statement. +func (s *StmtIndexUsageCollector) Reset() { + s.Lock() + defer s.Unlock() + + clear(s.recordedIndex) +} diff --git a/pkg/statistics/handle/util/table_info.go b/pkg/statistics/handle/util/table_info.go index 98e67cd7a0d9b..dd91cd81cbbfd 100644 --- a/pkg/statistics/handle/util/table_info.go +++ b/pkg/statistics/handle/util/table_info.go @@ -60,9 +60,8 @@ func (c *tableInfoGetterImpl) TableInfoByID(is infoschema.InfoSchema, physicalID func buildPartitionID2TableID(is infoschema.InfoSchema) map[int64]int64 { mapper := make(map[int64]int64) for _, dbName := range is.AllSchemaNames() { - tbls := is.SchemaTables(dbName) + tbls := is.SchemaTableInfos(dbName) for _, tbl := range tbls { - tbl := tbl.Meta() pi := tbl.GetPartitionInfo() if pi == nil { continue diff --git a/pkg/statistics/histogram.go b/pkg/statistics/histogram.go index 642110ee2621f..000dd80c5be2c 100644 --- a/pkg/statistics/histogram.go +++ b/pkg/statistics/histogram.go @@ -200,13 +200,13 @@ func (hg *Histogram) DecodeTo(tp *types.FieldType, timeZone *time.Location) erro } // ConvertTo converts the histogram bucket values into `tp`. -func (hg *Histogram) ConvertTo(sc *stmtctx.StatementContext, tp *types.FieldType) (*Histogram, error) { +func (hg *Histogram) ConvertTo(tctx types.Context, tp *types.FieldType) (*Histogram, error) { hist := NewHistogram(hg.ID, hg.NDV, hg.NullCount, hg.LastUpdateVersion, tp, hg.Len(), hg.TotColSize) hist.Correlation = hg.Correlation iter := chunk.NewIterator4Chunk(hg.Bounds) for row := iter.Begin(); row != iter.End(); row = iter.Next() { d := row.GetDatum(0, hg.Tp) - d, err := d.ConvertTo(sc.TypeCtx(), tp) + d, err := d.ConvertTo(tctx, tp) if err != nil { return nil, errors.Trace(err) } diff --git a/pkg/statistics/scalar.go b/pkg/statistics/scalar.go index 105dda35cd77b..3b9568dd23cb9 100644 --- a/pkg/statistics/scalar.go +++ b/pkg/statistics/scalar.go @@ -20,8 +20,8 @@ import ( "time" "github.com/pingcap/tidb/pkg/parser/mysql" - "github.com/pingcap/tidb/pkg/sessionctx/stmtctx" "github.com/pingcap/tidb/pkg/types" + "github.com/pingcap/tidb/pkg/util/context" ) // calcFraction is used to calculate the fraction of the interval [lower, upper] that lies within the [lower, value] @@ -43,6 +43,12 @@ func calcFraction(lower, upper, value float64) float64 { return frac } +// UTCWithAllowInvalidDateCtx is introduced for the following reason: +// +// Invalid date values may be inserted into table under some relaxed sql mode. Those values may exist in statistics. +// Hence, when reading statistics, we should skip invalid date check. See #39336. +var UTCWithAllowInvalidDateCtx = types.NewContext(types.DefaultStmtFlags|types.FlagIgnoreInvalidDateErr|types.FlagIgnoreZeroInDateErr, time.UTC, context.IgnoreWarn) + func convertDatumToScalar(value *types.Datum, commonPfxLen int) float64 { switch value.Kind() { case types.KindFloat32: @@ -72,8 +78,7 @@ func convertDatumToScalar(value *types.Datum, commonPfxLen int) float64 { case mysql.TypeTimestamp: minTime = types.MinTimestamp } - sc := stmtctx.NewStmtCtxWithTimeZone(types.BoundTimezone) - return float64(valueTime.Sub(sc.TypeCtx(), &minTime).Duration) + return float64(valueTime.Sub(UTCWithAllowInvalidDateCtx, &minTime).Duration) case types.KindString, types.KindBytes: bytes := value.GetBytes() if len(bytes) <= commonPfxLen { diff --git a/pkg/store/copr/batch_request_sender.go b/pkg/store/copr/batch_request_sender.go index 52ae8735925c1..ccb138f7753c3 100644 --- a/pkg/store/copr/batch_request_sender.go +++ b/pkg/store/copr/batch_request_sender.go @@ -76,7 +76,7 @@ func (ss *RegionBatchRequestSender) SendReqToAddr(bo *Backoffer, rpcCtx *tikv.RP start := time.Now() resp, err = ss.GetClient().SendRequest(ctx, rpcCtx.Addr, req, timout) if ss.Stats != nil && ss.enableCollectExecutionInfo { - tikv.RecordRegionRequestRuntimeStats(ss.Stats, req.Type, time.Since(start)) + ss.Stats.RecordRPCRuntimeStats(req.Type, time.Since(start)) } if err != nil { cancel() diff --git a/pkg/store/copr/coprocessor.go b/pkg/store/copr/coprocessor.go index 748edb53aa76b..14b5b1fea4ac0 100644 --- a/pkg/store/copr/coprocessor.go +++ b/pkg/store/copr/coprocessor.go @@ -338,6 +338,7 @@ type buildCopTaskOpt struct { func buildCopTasks(bo *Backoffer, ranges *KeyRanges, opt *buildCopTaskOpt) ([]*copTask, error) { req, cache, eventCb, hints := opt.req, opt.cache, opt.eventCb, opt.rowHints start := time.Now() + defer tracing.StartRegion(bo.GetCtx(), "copr.buildCopTasks").End() cmdType := tikvrpc.CmdCop if req.StoreType == kv.TiDB { return buildTiDBMemCopTasks(ranges, req) @@ -458,9 +459,6 @@ func buildCopTasks(bo *Backoffer, ranges *KeyRanges, opt *buildCopTaskOpt) ([]*c zap.Int("range len", rangesLen), zap.Int("task len", len(tasks))) } - if elapsed > time.Millisecond { - defer tracing.StartRegion(bo.GetCtx(), "copr.buildCopTasks").End() - } if opt.elapsed != nil { *opt.elapsed = *opt.elapsed + elapsed } @@ -1254,7 +1252,7 @@ func (worker *copIteratorWorker) handleTaskOnce(bo *Backoffer, task *copTask, ch req.StoreTp = getEndPointType(task.storeType) startTime := time.Now() if worker.kvclient.Stats == nil { - worker.kvclient.Stats = make(map[tikvrpc.CmdType]*tikv.RPCRuntimeStats) + worker.kvclient.Stats = tikv.NewRegionRequestRuntimeStats() } // set ReadReplicaScope and TxnScope so that req.IsStaleRead will be true when it's a global scope stale read. req.ReadReplicaScope = worker.req.ReadReplicaScope @@ -1340,10 +1338,16 @@ const ( func (worker *copIteratorWorker) logTimeCopTask(costTime time.Duration, task *copTask, bo *Backoffer, resp *coprocessor.Response) { logStr := fmt.Sprintf("[TIME_COP_PROCESS] resp_time:%s txnStartTS:%d region_id:%d store_addr:%s", costTime, worker.req.StartTs, task.region.GetID(), task.storeAddr) + if worker.kvclient.Stats != nil { + logStr += fmt.Sprintf(" stats:%s", worker.kvclient.Stats.String()) + } if bo.GetTotalSleep() > minLogBackoffTime { backoffTypes := strings.ReplaceAll(fmt.Sprintf("%v", bo.TiKVBackoffer().GetTypes()), " ", ",") logStr += fmt.Sprintf(" backoff_ms:%d backoff_types:%s", bo.GetTotalSleep(), backoffTypes) } + if regionErr := resp.GetRegionError(); regionErr != nil { + logStr += fmt.Sprintf(" region_err:%s", regionErr.String()) + } // resp might be nil, but it is safe to call resp.GetXXX here. detailV2 := resp.GetExecDetailsV2() detail := resp.GetExecDetails() @@ -1801,7 +1805,7 @@ func (worker *copIteratorWorker) handleCollectExecutionInfo(bo *Backoffer, rpcCt } func (worker *copIteratorWorker) collectCopRuntimeStats(copStats *CopRuntimeStats, bo *Backoffer, rpcCtx *tikv.RPCContext, resp *copResponse) { - copStats.Stats = worker.kvclient.Stats + copStats.ReqStats = worker.kvclient.Stats backoffTimes := bo.GetBackoffTimes() copStats.BackoffTime = time.Duration(bo.GetTotalSleep()) * time.Millisecond copStats.BackoffSleep = make(map[string]time.Duration, len(backoffTimes)) @@ -1856,7 +1860,7 @@ func (worker *copIteratorWorker) collectUnconsumedCopRuntimeStats(bo *Backoffer, // CopRuntimeStats contains execution detail information. type CopRuntimeStats struct { execdetails.ExecDetails - tikv.RegionRequestRuntimeStats + ReqStats *tikv.RegionRequestRuntimeStats CoprCacheHit bool } diff --git a/pkg/store/copr/mpp.go b/pkg/store/copr/mpp.go index f66b3bff4e58c..32c098aa35cf2 100644 --- a/pkg/store/copr/mpp.go +++ b/pkg/store/copr/mpp.go @@ -255,7 +255,15 @@ func (c *MPPClient) EstablishMPPConns(param kv.EstablishMPPConnsParam) (*tikvrpc // We don't need to process any special error. When we meet errors, just let it fail. rpcResp, err := c.store.GetTiKVClient().SendRequest(param.Ctx, req.Meta.GetAddress(), wrappedReq, TiFlashReadTimeoutUltraLong) + var stream *tikvrpc.MPPStreamResponse + if rpcResp != nil && rpcResp.Resp != nil { + stream = rpcResp.Resp.(*tikvrpc.MPPStreamResponse) + } + if err != nil { + if stream != nil { + stream.Close() + } logutil.BgLogger().Warn("establish mpp connection meet error and cannot retry", zap.String("error", err.Error()), zap.Uint64("timestamp", taskMeta.StartTs), zap.Int64("task", taskMeta.TaskId), zap.Int64("mpp-version", taskMeta.MppVersion)) if config.GetGlobalConfig().DisaggregatedTiFlash && !config.GetGlobalConfig().UseAutoScaler { c.store.GetRegionCache().InvalidateTiFlashComputeStores() @@ -263,8 +271,7 @@ func (c *MPPClient) EstablishMPPConns(param kv.EstablishMPPConnsParam) (*tikvrpc return nil, err } - streamResponse := rpcResp.Resp.(*tikvrpc.MPPStreamResponse) - return streamResponse, nil + return stream, nil } // CheckVisibility checks if it is safe to read using given ts. diff --git a/pkg/table/tables/BUILD.bazel b/pkg/table/tables/BUILD.bazel index b8b910b08d10f..df8ec012c2250 100644 --- a/pkg/table/tables/BUILD.bazel +++ b/pkg/table/tables/BUILD.bazel @@ -74,7 +74,7 @@ go_test( ], embed = [":tables"], flaky = True, - shard_count = 31, + shard_count = 32, deps = [ "//pkg/ddl", "//pkg/ddl/util/callback", diff --git a/pkg/table/tables/index_test.go b/pkg/table/tables/index_test.go index a5dd353343c64..6b802f6bebb0b 100644 --- a/pkg/table/tables/index_test.go +++ b/pkg/table/tables/index_test.go @@ -16,6 +16,7 @@ package tables_test import ( "context" + "strings" "testing" "github.com/pingcap/tidb/pkg/ddl" @@ -212,3 +213,72 @@ func TestGenIndexValueFromIndex(t *testing.T) { require.NoError(t, err) require.Equal(t, []string{"23"}, valueStr) } + +func TestGenIndexValueWithLargePaddingSize(t *testing.T) { + // ref https://github.com/pingcap/tidb/issues/47115 + tblInfo := buildTableInfo(t, "create table t (a int, b int, k varchar(255), primary key (a, b), key (k))") + var idx table.Index + for _, idxInfo := range tblInfo.Indices { + if !idxInfo.Primary { + idx = tables.NewIndex(tblInfo.ID, tblInfo, idxInfo) + break + } + } + var a, b *model.ColumnInfo + for _, col := range tblInfo.Columns { + if col.Name.String() == "a" { + a = col + } else if col.Name.String() == "b" { + b = col + } + } + require.NotNil(t, a) + require.NotNil(t, b) + + store := testkit.CreateMockStore(t) + txn, err := store.Begin() + require.NoError(t, err) + mockCtx := mock.NewContext() + sc := mockCtx.GetSessionVars().StmtCtx + padding := strings.Repeat(" ", 128) + idxColVals := types.MakeDatums("abc" + padding) + handleColVals := types.MakeDatums(1, 2) + encodedHandle, err := codec.EncodeKey(sc.TimeZone(), nil, handleColVals...) + require.NoError(t, err) + commonHandle, err := kv.NewCommonHandle(encodedHandle) + require.NoError(t, err) + + key, _, err := idx.GenIndexKey(sc.ErrCtx(), sc.TimeZone(), idxColVals, commonHandle, nil) + require.NoError(t, err) + _, err = idx.Create(mockCtx.GetTableCtx(), txn, idxColVals, commonHandle, nil) + require.NoError(t, err) + val, err := txn.Get(context.Background(), key) + require.NoError(t, err) + colInfo := tables.BuildRowcodecColInfoForIndexColumns(idx.Meta(), tblInfo) + colInfo = append(colInfo, rowcodec.ColInfo{ + ID: a.ID, + IsPKHandle: false, + Ft: rowcodec.FieldTypeFromModelColumn(a), + }) + colInfo = append(colInfo, rowcodec.ColInfo{ + ID: b.ID, + IsPKHandle: false, + Ft: rowcodec.FieldTypeFromModelColumn(b), + }) + colVals, err := tablecodec.DecodeIndexKV(key, val, 1, tablecodec.HandleDefault, colInfo) + require.NoError(t, err) + require.Len(t, colVals, 3) + _, d, err := codec.DecodeOne(colVals[0]) + require.NoError(t, err) + require.Equal(t, "abc"+padding, d.GetString()) + _, d, err = codec.DecodeOne(colVals[1]) + require.NoError(t, err) + require.Equal(t, int64(1), d.GetInt64()) + _, d, err = codec.DecodeOne(colVals[2]) + require.NoError(t, err) + require.Equal(t, int64(2), d.GetInt64()) + handle, err := tablecodec.DecodeIndexHandle(key, val, 1) + require.NoError(t, err) + require.False(t, handle.IsInt()) + require.Equal(t, commonHandle.Encoded(), handle.Encoded()) +} diff --git a/pkg/tablecodec/BUILD.bazel b/pkg/tablecodec/BUILD.bazel index 8c891275c29f0..c51b894fed44b 100644 --- a/pkg/tablecodec/BUILD.bazel +++ b/pkg/tablecodec/BUILD.bazel @@ -48,6 +48,7 @@ go_test( "//pkg/util/collate", "//pkg/util/rowcodec", "@com_github_pingcap_failpoint//:failpoint", + "@com_github_pingcap_kvproto//pkg/keyspacepb", "@com_github_stretchr_testify//require", "@com_github_tikv_client_go_v2//tikv", "@org_uber_go_goleak//:goleak", diff --git a/pkg/tablecodec/tablecodec.go b/pkg/tablecodec/tablecodec.go index a881a10b0edea..19597265b5c5a 100644 --- a/pkg/tablecodec/tablecodec.go +++ b/pkg/tablecodec/tablecodec.go @@ -543,26 +543,24 @@ func DecodeHandleToDatumMap(handle kv.Handle, handleColIDs []int64, if row == nil { row = make(map[int64]types.Datum, len(cols)) } - for id, ft := range cols { - for idx, hid := range handleColIDs { - if id != hid { - continue - } - if types.NeedRestoredData(ft) { - continue - } - d, err := decodeHandleToDatum(handle, ft, idx) - if err != nil { - return row, err - } - d, err = Unflatten(d, ft, loc) - if err != nil { - return row, err - } - if _, exists := row[id]; !exists { - row[id] = d - } - break + for idx, id := range handleColIDs { + ft, ok := cols[id] + if !ok { + continue + } + if types.NeedRestoredData(ft) { + continue + } + d, err := decodeHandleToDatum(handle, ft, idx) + if err != nil { + return row, err + } + d, err = Unflatten(d, ft, loc) + if err != nil { + return row, err + } + if _, exists := row[id]; !exists { + row[id] = d } } return row, nil @@ -883,7 +881,11 @@ func buildRestoredColumn(allCols []rowcodec.ColInfo) []rowcodec.ColInfo { } if collate.IsBinCollation(col.Ft.GetCollate()) { // Change the fieldType from string to uint since we store the number of the truncated spaces. + // NOTE: the corresponding datum is generated as `types.NewUintDatum(paddingSize)`, and the raw data is + // encoded via `encodeUint`. Thus we should mark the field type as unsigened here so that the BytesDecoder + // can decode it correctly later. Otherwise there might be issues like #47115. copyColInfo.Ft = types.NewFieldType(mysql.TypeLonglong) + copyColInfo.Ft.AddFlag(mysql.UnsignedFlag) } else { copyColInfo.Ft = allCols[i].Ft } diff --git a/pkg/tablecodec/tablecodec_test.go b/pkg/tablecodec/tablecodec_test.go index 89d9659619acd..0a3b3bbbe56f2 100644 --- a/pkg/tablecodec/tablecodec_test.go +++ b/pkg/tablecodec/tablecodec_test.go @@ -22,6 +22,7 @@ import ( "time" "github.com/pingcap/failpoint" + "github.com/pingcap/kvproto/pkg/keyspacepb" "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/mysql" "github.com/pingcap/tidb/pkg/parser/terror" @@ -729,7 +730,7 @@ func TestTempIndexValueCodec(t *testing.T) { func TestV2TableCodec(t *testing.T) { const tableID int64 = 31415926 key := EncodeTablePrefix(tableID) - c, err := tikv.NewCodecV2(tikv.ModeTxn, 271828) + c, err := tikv.NewCodecV2(tikv.ModeTxn, &keyspacepb.KeyspaceMeta{Id: 271828}) require.NoError(t, err) key = c.EncodeKey(key) tbid := DecodeTableID(key) diff --git a/pkg/testkit/testkit.go b/pkg/testkit/testkit.go index 41aadd32573f5..1167d91128229 100644 --- a/pkg/testkit/testkit.go +++ b/pkg/testkit/testkit.go @@ -119,14 +119,8 @@ func (tk *TestKit) RefreshSession() { tk.session = NewSession(tk.t, tk.store) if intest.InTest { - eb, ok := tk.store.(kv.EtcdBackend) - if ok { // Only for unit test now - addrs, err := eb.EtcdAddrs() - if err == nil && len(addrs) == 0 { - if rand.Intn(10) >= 3 { // 70% chance to run infoschema v2 - tk.MustExec("set @@global.tidb_schema_cache_size = 1024") - } - } + if rand.Intn(10) >= 3 { // 70% chance to run infoschema v2 + tk.MustExec("set @@global.tidb_schema_cache_size = 1024") } } diff --git a/pkg/ttl/cache/BUILD.bazel b/pkg/ttl/cache/BUILD.bazel index 5725cd26f53d4..5fe03a4d0f063 100644 --- a/pkg/ttl/cache/BUILD.bazel +++ b/pkg/ttl/cache/BUILD.bazel @@ -12,6 +12,8 @@ go_library( importpath = "github.com/pingcap/tidb/pkg/ttl/cache", visibility = ["//visibility:public"], deps = [ + "//pkg/expression", + "//pkg/expression/contextstatic", "//pkg/infoschema", "//pkg/kv", "//pkg/parser/ast", @@ -48,10 +50,11 @@ go_test( ], embed = [":cache"], flaky = True, - shard_count = 16, + shard_count = 17, deps = [ "//pkg/infoschema", "//pkg/kv", + "//pkg/parser/ast", "//pkg/parser/model", "//pkg/server", "//pkg/session", diff --git a/pkg/ttl/cache/infoschema.go b/pkg/ttl/cache/infoschema.go index c20a3e5979db2..35842f433193e 100644 --- a/pkg/ttl/cache/infoschema.go +++ b/pkg/ttl/cache/infoschema.go @@ -50,8 +50,7 @@ func (isc *InfoSchemaCache) Update(se session.Session) error { newTables := make(map[int64]*PhysicalTable, len(isc.Tables)) for _, dbName := range is.AllSchemaNames() { - for _, tbl := range is.SchemaTables(dbName) { - tblInfo := tbl.Meta() + for _, tblInfo := range is.SchemaTableInfos(dbName) { if tblInfo.TTLInfo == nil || !tblInfo.TTLInfo.Enable || tblInfo.State != model.StatePublic { continue } diff --git a/pkg/ttl/cache/table.go b/pkg/ttl/cache/table.go index 2a8d46b55f96a..31292e18c9f68 100644 --- a/pkg/ttl/cache/table.go +++ b/pkg/ttl/cache/table.go @@ -23,6 +23,8 @@ import ( "time" "github.com/pingcap/errors" + "github.com/pingcap/tidb/pkg/expression" + "github.com/pingcap/tidb/pkg/expression/contextstatic" "github.com/pingcap/tidb/pkg/kv" "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/model" @@ -193,88 +195,44 @@ func SetMockExpireTime(ctx context.Context, tm time.Time) context.Context { } // EvalExpireTime returns the expired time. -// It uses the global timezone to compute the expired time. -// Then we'll reset the returned expired time to the same timezone as the input `now`. -func (t *PhysicalTable) EvalExpireTime(ctx context.Context, se session.Session, - now time.Time) (expire time.Time, err error) { - if intest.InTest { - if tm, ok := ctx.Value(mockExpireTimeKey).(time.Time); ok { - return tm, err - } - } - - expireExpr := t.TTLInfo.IntervalExprStr - unit := ast.TimeUnitType(t.TTLInfo.IntervalTimeUnit) - - // Use the global time zone to compute expire time. - // Different timezones may have different results event with the same "now" time and TTL expression. - // Consider a TTL setting with the expiration `INTERVAL 1 MONTH`. - // If the current timezone is `Asia/Shanghai` and now is `2021-03-01 00:00:00 +0800` - // the expired time should be `2021-02-01 00:00:00 +0800`, corresponding to UTC time `2021-01-31 16:00:00 UTC`. - // But if we use the `UTC` time zone, the current time is `2021-02-28 16:00:00 UTC`, - // and the expired time should be `2021-01-28 16:00:00 UTC` that is not the same the previous one. - globalTz, err := se.GlobalTimeZone(ctx) - if err != nil { - return time.Time{}, err - } - - var rows []chunk.Row - - // We should set the session time zone to UTC because the next SQLs should be executed in the UTC timezone. - // The session time zone should be reverted to the original one after the SQLs are executed. - rows, err = se.ExecuteSQL(ctx, "SELECT @@time_zone") - if err != nil { - return - } - - originalTZ := rows[0].GetString(0) - if _, err = se.ExecuteSQL(ctx, "SET @@time_zone='UTC'"); err != nil { - return - } - - defer func() { - _, restoreErr := se.ExecuteSQL(ctx, "SET @@time_zone=%?", originalTZ) - if err == nil { - err = restoreErr - } - }() - +func EvalExpireTime(now time.Time, interval string, unit ast.TimeUnitType) (time.Time, error) { // Firstly, we should use the UTC time zone to compute the expired time to avoid time shift caused by DST. // The start time should be a time with the same datetime string as `now` but it is in the UTC timezone. // For example, if global timezone is `Asia/Shanghai` with a string format `2020-01-01 08:00:00 +0800`. // The startTime should be in timezone `UTC` and have a string format `2020-01-01 08:00:00 +0000` which is not the // same as the original one (`2020-01-01 00:00:00 +0000` in UTC actually). - nowInGlobalTZ := now.In(globalTz) - startTime := time.Date( - nowInGlobalTZ.Year(), nowInGlobalTZ.Month(), nowInGlobalTZ.Day(), - nowInGlobalTZ.Hour(), nowInGlobalTZ.Minute(), nowInGlobalTZ.Second(), - nowInGlobalTZ.Nanosecond(), time.UTC, + start := time.Date( + now.Year(), now.Month(), now.Day(), + now.Hour(), now.Minute(), now.Second(), + now.Nanosecond(), time.UTC, ) - rows, err = se.ExecuteSQL( - ctx, - // FROM_UNIXTIME does not support negative value, so we use `FROM_UNIXTIME(0) + INTERVAL ` - // to present current time - fmt.Sprintf("SELECT FROM_UNIXTIME(0) + INTERVAL %d MICROSECOND - INTERVAL %s %s", - startTime.UnixMicro(), - expireExpr, - unit.String(), + exprCtx := contextstatic.NewStaticExprContext() + // we need to set the location to UTC to make sure the time is in the same timezone as the start time. + intest.Assert(exprCtx.GetEvalCtx().Location() == time.UTC) + expr, err := expression.ParseSimpleExpr( + exprCtx, + fmt.Sprintf("FROM_UNIXTIME(0) + INTERVAL %d MICROSECOND - INTERVAL %s %s", + start.UnixMicro(), interval, unit.String(), ), ) + if err != nil { + return time.Time{}, err + } + tm, _, err := expr.EvalTime(exprCtx.GetEvalCtx(), chunk.Row{}) if err != nil { - return + return time.Time{}, err } - tm, err := rows[0].GetTime(0).GoTime(time.UTC) + end, err := tm.GoTime(time.UTC) if err != nil { - return + return time.Time{}, err } // Then we should add the duration between the time get from the previous SQL and the start time to the now time. - expiredTime := nowInGlobalTZ. - In(now.Location()). - Add(tm.Sub(startTime)). + expiredTime := now. + Add(end.Sub(start)). // Truncate to second to make sure the precision is always the same with the one stored in a table to avoid some // comparing problems in testing. Truncate(time.Second) @@ -282,6 +240,38 @@ func (t *PhysicalTable) EvalExpireTime(ctx context.Context, se session.Session, return expiredTime, nil } +// EvalExpireTime returns the expired time for the current time. +// It uses the global timezone in session to evaluation the context +// and the return time is in the same timezone of now argument. +func (t *PhysicalTable) EvalExpireTime(ctx context.Context, se session.Session, + now time.Time) (time.Time, error) { + if intest.InTest { + if tm, ok := ctx.Value(mockExpireTimeKey).(time.Time); ok { + return tm, nil + } + } + + // Use the global time zone to compute expire time. + // Different timezones may have different results event with the same "now" time and TTL expression. + // Consider a TTL setting with the expiration `INTERVAL 1 MONTH`. + // If the current timezone is `Asia/Shanghai` and now is `2021-03-01 00:00:00 +0800` + // the expired time should be `2021-02-01 00:00:00 +0800`, corresponding to UTC time `2021-01-31 16:00:00 UTC`. + // But if we use the `UTC` time zone, the current time is `2021-02-28 16:00:00 UTC`, + // and the expired time should be `2021-01-28 16:00:00 UTC` that is not the same the previous one. + globalTz, err := se.GlobalTimeZone(ctx) + if err != nil { + return time.Time{}, err + } + + start := now.In(globalTz) + expire, err := EvalExpireTime(start, t.TTLInfo.IntervalExprStr, ast.TimeUnitType(t.TTLInfo.IntervalTimeUnit)) + if err != nil { + return time.Time{}, err + } + + return expire.In(now.Location()), nil +} + // SplitScanRanges split ranges for TTL scan func (t *PhysicalTable) SplitScanRanges(ctx context.Context, store kv.Storage, splitCnt int) ([]ScanRange, error) { if len(t.KeyColumns) < 1 || splitCnt <= 1 { diff --git a/pkg/ttl/cache/table_test.go b/pkg/ttl/cache/table_test.go index 2a9cc36443fcc..87ea2bb1dbc4f 100644 --- a/pkg/ttl/cache/table_test.go +++ b/pkg/ttl/cache/table_test.go @@ -20,6 +20,7 @@ import ( "testing" "time" + "github.com/pingcap/tidb/pkg/parser/ast" "github.com/pingcap/tidb/pkg/parser/model" "github.com/pingcap/tidb/pkg/testkit" "github.com/pingcap/tidb/pkg/ttl/cache" @@ -162,141 +163,130 @@ func TestNewTTLTable(t *testing.T) { } } -func TestEvalTTLExpireTime(t *testing.T) { +func TestTableEvalTTLExpireTime(t *testing.T) { store, do := testkit.CreateMockStoreAndDomain(t) tk := testkit.NewTestKit(t, store) - tk.MustExec("create table test.t(a int, t datetime) ttl = `t` + interval 1 day") - tk.MustExec("create table test.t2(a int, t datetime) ttl = `t` + interval 3 month") tk.MustExec("set @@time_zone='Asia/Tokyo'") + tk.MustExec("create table test.t(a int, t datetime) ttl = `t` + interval 1 month") tb, err := do.InfoSchema().TableByName(model.NewCIStr("test"), model.NewCIStr("t")) require.NoError(t, err) tblInfo := tb.Meta() ttlTbl, err := cache.NewPhysicalTable(model.NewCIStr("test"), tblInfo, model.NewCIStr("")) require.NoError(t, err) + se := session.NewSession(tk.Session(), tk.Session(), nil) + // the global timezone set to +02:00 + tz1 := time.FixedZone("", 2*3600) + _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = '+02:00'") + require.NoError(t, err) + // the timezone of now argument is set to -02:00 + tz2 := time.FixedZone("-02:00", -2*3600) + now, err := time.ParseInLocation(time.DateTime, "1999-02-28 23:00:00", tz2) + require.NoError(t, err) + tm, err := ttlTbl.EvalExpireTime(context.TODO(), se, now) + require.NoError(t, err) + // The expired time should be calculated according to the global time zone + require.Equal(t, "1999-02-01 03:00:00", tm.In(tz1).Format(time.DateTime)) + // The location of the expired time should be the same with the input argument `now` + require.Same(t, tz2, tm.Location()) + + // should support a string format interval + tk.MustExec("create table test.t2(a int, t datetime) ttl = `t` + interval '1:3' hour_minute") tb2, err := do.InfoSchema().TableByName(model.NewCIStr("test"), model.NewCIStr("t2")) require.NoError(t, err) tblInfo2 := tb2.Meta() ttlTbl2, err := cache.NewPhysicalTable(model.NewCIStr("test"), tblInfo2, model.NewCIStr("")) require.NoError(t, err) - - se := session.NewSession(tk.Session(), tk.Session(), nil) - - now := time.UnixMilli(0) - tz1, err := time.LoadLocation("Asia/Shanghai") + now, err = time.ParseInLocation(time.DateTime, "2020-01-01 15:00:00", tz1) require.NoError(t, err) - tz2, err := time.LoadLocation("Europe/Berlin") + tm, err = ttlTbl2.EvalExpireTime(context.TODO(), se, now) require.NoError(t, err) + require.Equal(t, "2020-01-01 13:57:00", tm.Format(time.DateTime)) + require.Same(t, tz1, tm.Location()) - _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = 'Asia/Shanghai'") - require.NoError(t, err) - tm, err := ttlTbl.EvalExpireTime(context.TODO(), se, now) - require.NoError(t, err) - require.Equal(t, now.Add(-time.Hour*24).Unix(), tm.Unix()) - require.Equal(t, "1969-12-31 08:00:00", tm.In(tz1).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + // session time zone should keep unchanged + tk.MustQuery("select @@time_zone").Check(testkit.Rows("Asia/Tokyo")) +} - _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = 'Europe/Berlin'") +func TestEvalTTLExpireTime(t *testing.T) { + tzShanghai, err := time.LoadLocation("Asia/Shanghai") require.NoError(t, err) - tm, err = ttlTbl.EvalExpireTime(context.TODO(), se, now) + tzBerlin, err := time.LoadLocation("Europe/Berlin") require.NoError(t, err) - require.Equal(t, now.Add(-time.Hour*24).Unix(), tm.Unix()) - require.Equal(t, "1969-12-31 01:00:00", tm.In(tz2).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) - _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = 'Asia/Shanghai'") + tm, err := cache.EvalExpireTime(time.UnixMilli(0).In(tzShanghai), "1", ast.TimeUnitDay) require.NoError(t, err) - tm, err = ttlTbl2.EvalExpireTime(context.TODO(), se, now) + require.Equal(t, time.UnixMilli(0).Add(-time.Hour*24).Unix(), tm.Unix()) + require.Equal(t, "1969-12-31 08:00:00", tm.Format(time.DateTime)) + require.Same(t, tzShanghai, tm.Location()) + + tm, err = cache.EvalExpireTime(time.UnixMilli(0).In(tzBerlin), "1", ast.TimeUnitDay) require.NoError(t, err) - require.Equal(t, "1969-10-01 08:00:00", tm.In(tz1).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + require.Equal(t, time.UnixMilli(0).Add(-time.Hour*24).Unix(), tm.Unix()) + require.Equal(t, "1969-12-31 01:00:00", tm.In(tzBerlin).Format(time.DateTime)) + require.Same(t, tzBerlin, tm.Location()) - _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = 'Europe/Berlin'") + tm, err = cache.EvalExpireTime(time.UnixMilli(0).In(tzShanghai), "3", ast.TimeUnitMonth) require.NoError(t, err) - tm, err = ttlTbl2.EvalExpireTime(context.TODO(), se, now) + require.Equal(t, "1969-10-01 08:00:00", tm.In(tzShanghai).Format(time.DateTime)) + require.Same(t, tzShanghai, tm.Location()) + + tm, err = cache.EvalExpireTime(time.UnixMilli(0).In(tzBerlin), "3", ast.TimeUnitMonth) require.NoError(t, err) - require.Equal(t, "1969-10-01 01:00:00", tm.In(tz2).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + require.Equal(t, "1969-10-01 01:00:00", tm.In(tzBerlin).Format(time.DateTime)) + require.Same(t, tzBerlin, tm.Location()) // test cases for daylight saving time. // When local standard time was about to reach Sunday, 10 March 2024, 02:00:00 clocks were turned forward 1 hour to // Sunday, 10 March 2024, 03:00:00 local daylight time instead. - tz3, err := time.LoadLocation("America/Los_Angeles") - require.NoError(t, err) - now, err = time.ParseInLocation(time.DateTime, "2024-03-11 19:49:59", tz3) - require.NoError(t, err) - _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = 'America/Los_Angeles'") + tzLosAngeles, err := time.LoadLocation("America/Los_Angeles") require.NoError(t, err) - tk.MustExec("create table test.t3(a int, t datetime) ttl = `t` + interval 90 minute") - tb3, err := do.InfoSchema().TableByName(model.NewCIStr("test"), model.NewCIStr("t3")) + now, err := time.ParseInLocation(time.DateTime, "2024-03-11 19:49:59", tzLosAngeles) require.NoError(t, err) - tblInfo3 := tb3.Meta() - ttlTbl3, err := cache.NewPhysicalTable(model.NewCIStr("test"), tblInfo3, model.NewCIStr("")) + tm, err = cache.EvalExpireTime(now, "90", ast.TimeUnitMinute) require.NoError(t, err) - require.NoError(t, err) - tm, err = ttlTbl3.EvalExpireTime(context.TODO(), se, now) - require.NoError(t, err) - require.Equal(t, "2024-03-11 18:19:59", tm.In(tz3).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + require.Equal(t, "2024-03-11 18:19:59", tm.Format(time.DateTime)) + require.Same(t, tzLosAngeles, tm.Location()) // across day light-saving time - now, err = time.ParseInLocation(time.DateTime, "2024-03-10 03:01:00", tz3) + now, err = time.ParseInLocation(time.DateTime, "2024-03-10 03:01:00", tzLosAngeles) require.NoError(t, err) - tm, err = ttlTbl3.EvalExpireTime(context.TODO(), se, now) + tm, err = cache.EvalExpireTime(now, "90", ast.TimeUnitMinute) require.NoError(t, err) - require.Equal(t, "2024-03-10 00:31:00", tm.In(tz3).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + require.Equal(t, "2024-03-10 00:31:00", tm.Format(time.DateTime)) + require.Same(t, tzLosAngeles, tm.Location()) - now, err = time.ParseInLocation(time.DateTime, "2024-03-10 04:01:00", tz3) + now, err = time.ParseInLocation(time.DateTime, "2024-03-10 04:01:00", tzLosAngeles) require.NoError(t, err) - tm, err = ttlTbl3.EvalExpireTime(context.TODO(), se, now) + tm, err = cache.EvalExpireTime(now, "90", ast.TimeUnitMinute) require.NoError(t, err) - require.Equal(t, "2024-03-10 01:31:00", tm.In(tz3).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + require.Equal(t, "2024-03-10 01:31:00", tm.Format(time.DateTime)) + require.Same(t, tzLosAngeles, tm.Location()) - now, err = time.ParseInLocation(time.DateTime, "2024-11-03 03:00:00", tz3) + now, err = time.ParseInLocation(time.DateTime, "2024-11-03 03:00:00", tzLosAngeles) require.NoError(t, err) - tm, err = ttlTbl3.EvalExpireTime(context.TODO(), se, now) + tm, err = cache.EvalExpireTime(now, "90", ast.TimeUnitMinute) require.NoError(t, err) - require.Equal(t, "2024-11-03 01:30:00", tm.In(tz3).Format(time.DateTime)) - require.Same(t, now.Location(), tm.Location()) + require.Equal(t, "2024-11-03 01:30:00", tm.Format(time.DateTime)) + require.Same(t, tzLosAngeles, tm.Location()) // 2024-11-03 01:30:00 in America/Los_Angeles has two related time points: // 2024-11-03 01:30:00 -0700 PDT // 2024-11-03 01:30:00 -0800 PST // We must use the earlier one to avoid deleting some unexpected rows. require.Equal(t, int64(5400), now.Unix()-tm.Unix()) - // we should use global time zone to calculate the expired time - _, err = se.ExecuteSQL(context.TODO(), "SET @@global.time_zone = 'Asia/Shanghai'") - require.NoError(t, err) - now, err = time.ParseInLocation(time.DateTime, "1999-02-28 16:00:00", time.UTC) - require.NoError(t, err) - tm, err = ttlTbl2.EvalExpireTime(context.TODO(), se, now) - require.NoError(t, err) - require.Equal(t, "1998-12-01 00:00:00", tm.In(tz1).Format(time.DateTime)) - require.Same(t, time.UTC, tm.Location()) - // time should be truncated to second to make the result simple now, err = time.ParseInLocation("2006-01-02 15:04:05.000000", "2023-01-02 15:00:01.986542", time.UTC) require.NoError(t, err) - tm, err = ttlTbl.EvalExpireTime(context.TODO(), se, now) + tm, err = cache.EvalExpireTime(now, "1", ast.TimeUnitDay) require.NoError(t, err) require.Equal(t, "2023-01-01 15:00:01.000000", tm.Format("2006-01-02 15:04:05.000000")) require.Same(t, time.UTC, tm.Location()) // test for string interval format - tk.MustExec("create table test.t4(a int, t datetime) ttl = `t` + interval '1:3' hour_minute") - tb4, err := do.InfoSchema().TableByName(model.NewCIStr("test"), model.NewCIStr("t4")) - require.NoError(t, err) - tblInfo4 := tb4.Meta() - ttlTbl4, err := cache.NewPhysicalTable(model.NewCIStr("test"), tblInfo4, model.NewCIStr("")) - require.NoError(t, err) - tm, err = ttlTbl4.EvalExpireTime(context.TODO(), se, time.Unix(0, 0).In(tz2)) + tm, err = cache.EvalExpireTime(time.Unix(0, 0).In(tzBerlin), "'1:3'", ast.TimeUnitHourMinute) require.NoError(t, err) require.Equal(t, "1969-12-31 22:57:00", tm.In(time.UTC).Format(time.DateTime)) - require.Same(t, tz2, tm.Location()) - - // session time zone should keep unchanged - tk.MustQuery("select @@time_zone").Check(testkit.Rows("Asia/Tokyo")) + require.Same(t, tzBerlin, tm.Location()) } diff --git a/pkg/ttl/ttlworker/job_manager.go b/pkg/ttl/ttlworker/job_manager.go index 59f2bab360300..98389e88e00b5 100644 --- a/pkg/ttl/ttlworker/job_manager.go +++ b/pkg/ttl/ttlworker/job_manager.go @@ -1064,8 +1064,7 @@ GROUP BY noRecordTables := make([]string, 0) for _, dbName := range is.AllSchemaNames() { - for _, tbl := range is.SchemaTables(dbName) { - tblInfo := tbl.Meta() + for _, tblInfo := range is.SchemaTableInfos(dbName) { if tblInfo.TTLInfo == nil { continue } diff --git a/pkg/types/field_type.go b/pkg/types/field_type.go index 505fb33026700..60c00db8994c8 100644 --- a/pkg/types/field_type.go +++ b/pkg/types/field_type.go @@ -68,7 +68,7 @@ func AggFieldType(tps []*FieldType) *FieldType { currType = *t continue } - mtp := MergeFieldType(currType.GetType(), t.GetType()) + mtp := mergeFieldType(currType.GetType(), t.GetType()) isMixedSign = isMixedSign || (mysql.HasUnsignedFlag(currType.GetFlag()) != mysql.HasUnsignedFlag(t.GetFlag())) currType.SetType(mtp) currType.SetFlag(mergeTypeFlag(currType.GetFlag(), t.GetFlag())) @@ -367,12 +367,16 @@ func DefaultCharsetForType(tp byte) (defaultCharset string, defaultCollation str return charset.CharsetBin, charset.CollationBin } -// MergeFieldType merges two MySQL type to a new type. +// mergeFieldType merges two MySQL type to a new type. // This is used in hybrid field type expression. // For example "select case c when 1 then 2 when 2 then 'tidb' from t;" // The result field type of the case expression is the merged type of the two when clause. // See https://github.com/mysql/mysql-server/blob/8.0/sql/field.cc#L1042 -func MergeFieldType(a byte, b byte) byte { +// +// This function doesn't handle the range bump: for example, when the unsigned long is merged with signed long, +// the result should be longlong. However, this function returns long for this case. Please use `AggFieldType` +// function if you need to handle the range bump. +func mergeFieldType(a byte, b byte) byte { ia := getFieldTypeIndex(a) ib := getFieldTypeIndex(b) return fieldTypeMergeRules[ia][ib] diff --git a/pkg/types/helper.go b/pkg/types/helper.go index e3cc4aaf68cd9..4f457a1d2b97e 100644 --- a/pkg/types/helper.go +++ b/pkg/types/helper.go @@ -58,6 +58,12 @@ func Truncate(f float64, dec int) float64 { if math.IsInf(tmp, 0) { return f } + if shift == 0.0 { + if math.IsNaN(f) { + return f + } + return 0.0 + } return math.Trunc(tmp) / shift } diff --git a/pkg/types/helper_test.go b/pkg/types/helper_test.go index dc3fc9093aad3..a5092e515cefb 100644 --- a/pkg/types/helper_test.go +++ b/pkg/types/helper_test.go @@ -52,6 +52,8 @@ func TestTruncate(t *testing.T) { {123.45, 1, 123.4}, {123.45, 2, 123.45}, {123.45, 3, 123.450}, + {123.45, -400, 0.0}, + {123.45, 400, 123.45}, } for _, tt := range tests { res := Truncate(tt.f, tt.dec) diff --git a/pkg/util/collate/collate.go b/pkg/util/collate/collate.go index 44dd9a0b4307b..4e19a79b7ed00 100644 --- a/pkg/util/collate/collate.go +++ b/pkg/util/collate/collate.go @@ -334,23 +334,29 @@ func IsCICollation(collate string) bool { collate == "utf8mb4_0900_ai_ci" } -// ConvertAndGetBinCollation converts collator to binary collator -func ConvertAndGetBinCollation(collate string) Collator { +// ConvertAndGetBinCollation converts collation to binary collation +func ConvertAndGetBinCollation(collate string) string { switch collate { case "utf8_general_ci": - return GetCollator("utf8_bin") + return "utf8_bin" case "utf8_unicode_ci": - return GetCollator("utf8_bin") + return "utf8_bin" case "utf8mb4_general_ci": - return GetCollator("utf8mb4_bin") + return "utf8mb4_bin" case "utf8mb4_unicode_ci": - return GetCollator("utf8mb4_bin") + return "utf8mb4_bin" case "utf8mb4_0900_ai_ci": - return GetCollator("utf8mb4_bin") + return "utf8mb4_bin" case "gbk_chinese_ci": - return GetCollator("gbk_bin") + return "gbk_bin" } - return GetCollator(collate) + + return collate +} + +// ConvertAndGetBinCollator converts collation to binary collator +func ConvertAndGetBinCollator(collate string) Collator { + return GetCollator(ConvertAndGetBinCollation(collate)) } // IsBinCollation returns if the collation is 'xx_bin' or 'bin'. diff --git a/pkg/util/mock/context.go b/pkg/util/mock/context.go index cef4cd19e0b0c..de692d7312cce 100644 --- a/pkg/util/mock/context.go +++ b/pkg/util/mock/context.go @@ -60,7 +60,7 @@ var ( // Context represents mocked sessionctx.Context. type Context struct { planctx.EmptyPlanContextExtended - *exprctximpl.ExprCtxExtendedImpl + *exprctximpl.SessionExprContext txn wrapTxn // mock global variable Store kv.Storage // mock global variable ctx context.Context @@ -617,7 +617,7 @@ func NewContext() *Context { } vars := variable.NewSessionVars(sctx) sctx.sessionVars = vars - sctx.ExprCtxExtendedImpl = exprctximpl.NewExprExtendedImpl(sctx) + sctx.SessionExprContext = exprctximpl.NewSessionExprContext(sctx) sctx.tblctx = tbctximpl.NewTableContextImpl(sctx, sctx) vars.InitChunkSize = 2 vars.MaxChunkSize = 32 diff --git a/pkg/util/rowcodec/decoder.go b/pkg/util/rowcodec/decoder.go index 13dd0820faea6..3fe751d0eade4 100644 --- a/pkg/util/rowcodec/decoder.go +++ b/pkg/util/rowcodec/decoder.go @@ -211,11 +211,7 @@ func (decoder *ChunkDecoder) DecodeToChunk(rowData []byte, handle kv.Handle, chk continue } if col.ID == model.ExtraRowChecksumID { - if v := decoder.row.getChecksumInfo(); len(v) > 0 { - chk.AppendString(colIdx, v) - } else { - chk.AppendNull(colIdx) - } + chk.AppendNull(colIdx) continue } diff --git a/pkg/util/rowcodec/row.go b/pkg/util/rowcodec/row.go index 7fdcaad90ec59..31ad03a9f819e 100644 --- a/pkg/util/rowcodec/row.go +++ b/pkg/util/rowcodec/row.go @@ -16,7 +16,6 @@ package rowcodec import ( "encoding/binary" - "strconv" ) const ( @@ -101,17 +100,6 @@ func (r *row) setChecksums(checksums ...uint32) { } } -func (r *row) getChecksumInfo() string { - var s string - if r.hasChecksum() { - s = strconv.FormatUint(uint64(r.checksum1), 10) - if r.hasExtraChecksum() { - s += "," + strconv.FormatUint(uint64(r.checksum2), 10) - } - } - return s -} - func (r *row) getData(i int) []byte { var start, end uint32 if r.large() { diff --git a/pkg/util/stmtsummary/statement_summary.go b/pkg/util/stmtsummary/statement_summary.go index 613c632c69046..eb852f8d58420 100644 --- a/pkg/util/stmtsummary/statement_summary.go +++ b/pkg/util/stmtsummary/statement_summary.go @@ -232,7 +232,7 @@ type StmtExecInfo struct { Digest string PrevSQL string PrevSQLDigest string - PlanGenerator func() (string, string) + PlanGenerator func() (string, string, any) BinaryPlanGenerator func() string PlanDigest string PlanDigestGen func() string @@ -602,6 +602,9 @@ func (ssbd *stmtSummaryByDigest) add(sei *StmtExecInfo, beginTime int64, interva if isElementNew { // If the element is new created, `ssElement.add(sei)` should be done inside the lock of `ssbd`. ssElement = newStmtSummaryByDigestElement(sei, beginTime, intervalSeconds) + if ssElement == nil { + return nil, isElementNew + } ssbd.history.PushBack(ssElement) } @@ -646,7 +649,10 @@ var MaxEncodedPlanSizeInBytes = 1024 * 1024 func newStmtSummaryByDigestElement(sei *StmtExecInfo, beginTime int64, intervalSeconds int64) *stmtSummaryByDigestElement { // sampleSQL / authUsers(sampleUser) / samplePlan / prevSQL / indexNames store the values shown at the first time, // because it compacts performance to update every time. - samplePlan, planHint := sei.PlanGenerator() + samplePlan, planHint, e := sei.PlanGenerator() + if e != nil { + return nil + } if len(samplePlan) > MaxEncodedPlanSizeInBytes { samplePlan = plancodec.PlanDiscardedEncoded } diff --git a/pkg/util/stmtsummary/statement_summary_test.go b/pkg/util/stmtsummary/statement_summary_test.go index 6ed292345df41..055bc3bf6000a 100644 --- a/pkg/util/stmtsummary/statement_summary_test.go +++ b/pkg/util/stmtsummary/statement_summary_test.go @@ -34,8 +34,8 @@ import ( "github.com/tikv/client-go/v2/util" ) -func emptyPlanGenerator() (string, string) { - return "", "" +func emptyPlanGenerator() (string, string, any) { + return "", "", nil } func fakePlanDigestGenerator() string { @@ -79,7 +79,7 @@ func TestAddStatement(t *testing.T) { planDigest: stmtExecInfo1.PlanDigest, resourceGroupName: stmtExecInfo1.ResourceGroupName, } - samplePlan, _ := stmtExecInfo1.PlanGenerator() + samplePlan, _, _ := stmtExecInfo1.PlanGenerator() stmtExecInfo1.ExecDetail.CommitDetail.Mu.Lock() expectedSummaryElement := stmtSummaryByDigestElement{ beginTime: now + 60, @@ -472,12 +472,12 @@ func TestAddStatement(t *testing.T) { // Test for plan too large stmtExecInfo7 := stmtExecInfo1 stmtExecInfo7.PlanDigest = "plan_digest7" - stmtExecInfo7.PlanGenerator = func() (string, string) { + stmtExecInfo7.PlanGenerator = func() (string, string, any) { buf := make([]byte, MaxEncodedPlanSizeInBytes+1) for i := range buf { buf[i] = 'a' } - return string(buf), "" + return string(buf), "", nil } key = &stmtSummaryByDigestKey{ schemaName: stmtExecInfo7.SchemaName, diff --git a/pkg/util/stmtsummary/v2/record.go b/pkg/util/stmtsummary/v2/record.go index e10960d398f82..dff43a5769d96 100644 --- a/pkg/util/stmtsummary/v2/record.go +++ b/pkg/util/stmtsummary/v2/record.go @@ -182,7 +182,7 @@ func NewStmtRecord(info *stmtsummary.StmtExecInfo) *StmtRecord { } // sampleSQL / authUsers(sampleUser) / samplePlan / prevSQL / indexNames store the values shown at the first time, // because it compacts performance to update every time. - samplePlan, planHint := info.PlanGenerator() + samplePlan, planHint, _ := info.PlanGenerator() if len(samplePlan) > MaxEncodedPlanSizeInBytes { samplePlan = plancodec.PlanDiscardedEncoded } @@ -614,7 +614,7 @@ func GenerateStmtExecInfo4Test(digest string) *stmtsummary.StmtExecInfo { NormalizedSQL: "normalized_sql", Digest: digest, PlanDigest: "plan_digest", - PlanGenerator: func() (string, string) { return "", "" }, + PlanGenerator: func() (string, string, any) { return "", "", nil }, User: "user", TotalLatency: 10000, ParseLatency: 100, diff --git a/tests/integrationtest/r/db_integration.result b/tests/integrationtest/r/db_integration.result index be0df44591bf1..9016f1a912925 100644 --- a/tests/integrationtest/r/db_integration.result +++ b/tests/integrationtest/r/db_integration.result @@ -21,13 +21,13 @@ SHOW CREATE TABLE u1; Table Create Table u1 CREATE TABLE `u1` ( `id` int(11) NOT NULL, - `c1` varchar(36) DEFAULT uuid(), + `c1` varchar(36) DEFAULT (uuid()), PRIMARY KEY (`id`) /*T![clustered_index] CLUSTERED */ ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin SHOW CREATE TABLE u2; Table Create Table u2 CREATE TABLE `u2` ( `id` int(11) NOT NULL, - `c1` varbinary(16) DEFAULT uuid_to_bin(uuid()), + `c1` varbinary(16) DEFAULT (uuid_to_bin(uuid())), PRIMARY KEY (`id`) /*T![clustered_index] CLUSTERED */ ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin diff --git a/tests/integrationtest/r/ddl/column.result b/tests/integrationtest/r/ddl/column.result index 36af62a4acf00..2687bff116ba6 100644 --- a/tests/integrationtest/r/ddl/column.result +++ b/tests/integrationtest/r/ddl/column.result @@ -57,3 +57,22 @@ t2 CREATE TABLE `t2` ( PRIMARY KEY (`id`) /*T![clustered_index] CLUSTERED */, UNIQUE KEY `authorIdx` (`authorId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin +set @@sql_mode=''; +drop table if exists t1; +create table t1(b tinyint default '11111111'); +Error 1067 (42000): Invalid default value for 'b' +create table t1(b tinyint default '11abc'); +Error 1067 (42000): Invalid default value for 'b' +create table t1(b datetime default '11abc'); +Error 1067 (42000): Invalid default value for 'b' +create table t1(b date default '2024-10'); +Error 1067 (42000): Invalid default value for 'b' +create table t1(a tinyint, b date default '2024-10-24 12:20'); +alter table t1 add column(c tinyint default '11111111'); +Error 1067 (42000): Invalid default value for 'c' +alter table t1 add column(c tinyint default '11abc'); +Error 1067 (42000): Invalid default value for 'c' +alter table t1 add column(c datetime default '11abc'); +Error 1067 (42000): Invalid default value for 'c' +alter table t1 add column d date default '2024-10'; +Error 1067 (42000): Invalid default value for 'd' diff --git a/tests/integrationtest/r/ddl/db_integration.result b/tests/integrationtest/r/ddl/db_integration.result index ffbf273b5b142..10e02e9262782 100644 --- a/tests/integrationtest/r/ddl/db_integration.result +++ b/tests/integrationtest/r/ddl/db_integration.result @@ -407,7 +407,7 @@ show create table t; Table Create Table t CREATE TABLE `t` ( `c` int(10) DEFAULT NULL, - `c1` varchar(256) DEFAULT uuid() + `c1` varchar(256) DEFAULT (uuid()) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin drop table if exists t1; create table t1 (a int(11) not null auto_increment key, b int(11), c bigint, unique key (a, b, c)); diff --git a/tests/integrationtest/r/ddl/default_as_expression.result b/tests/integrationtest/r/ddl/default_as_expression.result index 2feb83ec93594..13a93eee04944 100644 --- a/tests/integrationtest/r/ddl/default_as_expression.result +++ b/tests/integrationtest/r/ddl/default_as_expression.result @@ -47,19 +47,19 @@ show create table t0; Table Create Table t0 CREATE TABLE `t0` ( `c` int(10) DEFAULT NULL, - `c1` varchar(256) DEFAULT date_format(now(), _utf8mb4'%Y-%m') + `c1` varchar(256) DEFAULT (date_format(now(), _utf8mb4'%Y-%m')) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin show create table t1; Table Create Table t1 CREATE TABLE `t1` ( `c` int(10) DEFAULT NULL, - `c1` datetime DEFAULT date_format(now(), _utf8mb4'%Y-%m-%d') + `c1` datetime DEFAULT (date_format(now(), _utf8mb4'%Y-%m-%d')) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin show create table t2; Table Create Table t2 CREATE TABLE `t2` ( `c` int(10) DEFAULT NULL, - `c1` varchar(256) DEFAULT date_format(now(), _utf8mb4'%Y-%m-%d %H.%i.%s') + `c1` varchar(256) DEFAULT (date_format(now(), _utf8mb4'%Y-%m-%d %H.%i.%s')) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin alter table t0 add column c2 date default (date_format(now(),'%Y-%m')); Error 1292 (22007): Incorrect date value: